PDA

View Full Version : MySQL driver not loaded on certain OS



miked516
7th June 2019, 18:33
My application works perfectly on Windows 7 and Windows 10 but when trying to deploy to a windows server 2012 R2 I get an error with MySQL driver not loaded. Any advice would be greatly appreciated.

anda_skoa
8th June 2019, 10:30
Check that the plugin is correctly deployed.

Also enable plugin debugging and see if the additional output gives you more information
https://doc.qt.io/qt-5/deployment-plugins.html#debugging-plugins

Cheers,
_