MySQL connector for Windows and Qt 5.12 ?
-
wrote on 27 Dec 2018, 12:04 last edited by
Hi!
I need the MySQL connector for Windows to work with the pre-compiled SQL plugin for MySQL. Where can I find which version was used in building the pre-complied plugin?I'm using mingw32 7.x
PS: under (OpenSuse) Linux I was able to compile the MySQL plugin myself but I had no luck under Windows 7/10...
Thanks in advance!
-
Hi!
I need the MySQL connector for Windows to work with the pre-compiled SQL plugin for MySQL. Where can I find which version was used in building the pre-complied plugin?I'm using mingw32 7.x
PS: under (OpenSuse) Linux I was able to compile the MySQL plugin myself but I had no luck under Windows 7/10...
Thanks in advance!
wrote on 27 Dec 2018, 12:36 last edited byWelcome to devnet forum
Please have a look to this thread https://forum.qt.io/topic/91775/the-best-way-to-combine-mingw-and-mysql/2
-
Hi and welcome to devnet,
Rather than copying things around, you can modify the
PATH
environment variable in the Run part of the Project panel in Qt Creator. You can add the folder where the dlls are found in your system. -
Are you at the point of creating an installer for your application ?
-
wrote on 11 Jul 2019, 14:39 last edited by
How did you do for the linux plugin?
Help me do it