[SOLVED] - MYSQL driver Found but not Loaded in Windows XP / 2003
-
Hi,
Are you sure that the MySQL dll's can be found by the application e.g. is the folder containing them in the PATH environment variable ?
-
Then, did you check the PATH environment variable in Qt Creator in the Run panel ?
-
I have the same problem on Qt 5.4,I use Qt in Windows 7 and Mint17.I have tried " Release build",but error still exist.
And when I get the debug infomation,I find that it says:
libqsqlmysql.so: (/usr/lib/x86_64-linux-gnu/libmysqlclient_r.so.16: version `libmysqlclient_16' not found (required by /opt/Qt5.4.0/5.4/gcc_64/plugins/sqldrivers/libqsqlmysql.so))"
but I just have libmysqlclient_r.so.18... ...
though I make symbolic links,It still doesn't work -
You need to either install the .16 version or rebuild the plugin against your .18 version
-
Hi, googled a bit on why your MySQL Connector/C version 6.1.5 does not load and found some bad news: it seems starting with MySQL version 5.6 using it on Win XP or Win2K3 "is no longer supported":http://dev.mysql.com/doc/relnotes/connector-c/en/news-6-1-2.html (not a happy new year :-(