Hello,

I am currently developing a app that requires interaction with a MySQL database. I already installed MySQL and the x32 C++ Connector. Tried copying its libraries into the project folder, copied the sqldrivers folder from Qt plugins, installed the x64 C++ Connector and copied the libraries again.
Still, I receive the one error to rule them all:

"QSqlDatabase: QMYSQL driver not loaded
QSqlDatabase: available drivers: -------> strange "empty"

Do you have any insight as to why this happens?
I am programming on Windows 10 x64.

Thanks in advance!