PDA

View Full Version : MYSQL driver not loaded after online install of qt5. how do i use the qt plugin



dranuragg
24th April 2016, 03:10
i installed qt5.5 from online installer. how can i use mysql . the driver is there but not loaded, how to use plugin
please help an give a code to put in qt connection

ChrisW67
27th April 2016, 21:58
Qt includes a prebuilt Qt Mysql plugin. It is up to you to provide the Mysql runtime library on which it depends by installing either the entire Mysql database or the client connector.
Assuming Windows:
https://dev.mysql.com/downloads/windows/
https://dev.mysql.com/downloads/connector/c/