thecodemonkey86 / qt_mysql_driver

Typical symptom: QMYSQL driver not loaded. Solution: get pre-built Qt SQL driver plug-in required to establish a connection to MySQL / MariaDB using Qt. Download qsqlmysql.dll binaries built from official Qt source code
Other
417 stars 58 forks source link

this is awesome #19

Closed jesse996 closed 2 years ago

jesse996 commented 2 years ago

first i followed the official document ,try to build the plugin on windows,everything is fine ,but it always show QMYSQL driver not loaded, even the available drivers list contains the QMYSQL.i have being doing this all day,but still don't know why. then i found this repo,just download it,it finally works!!! thany you so much bro

thecodemonkey86 commented 2 years ago

Hi, I'm glad it's working for you