unreal engine server mysql c++ connection

unreal engine server mysql c++ connection, How can I add mysql to my server for mmorpg game, where should I download the files?

First, install the MySQL C++ libraries for your development tool (likely Visual Studio.)
Second, choose “New Plugin” and choose the “third party library” template.
Third, write the code to talk to the MySQL server in this library, and expose the functions needed in your game as UFUNCTION() so you can call them from Blueprints.

There’s plenty of docs on this. For example:

https://dev.mysql.com/downloads/connector/cpp/
i will download it from here true sir ?