Hello,

I am currently developing a simple 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: QSQLITE QMYSQL QMYSQL3 QODBC QODBC3 QPSQL QPSQL7"

Do you have any insight as to why this happens?
I am programming on Windows 7 x64. The examples that came with Qt are running fine, but they all use SQLite, which I can't use.

Thanks in advance!