thecodemonkey86
thecodemonkey86
I'd appreciate that, too
Hi, this is probably difficult to accomplish, since there is no official MySQL library for Android as far as I know. If you don't mind me asking, why do you...
Hi, > Qt 5.15.3 Which MySQL driver are you using? I wasn't able to provide a release for that particular Qt version yet
I can confirm this happens using Qt 5.15.2, but I currently don't understand why. With Qt 6.3.1 it's correct, using the same MySQL-Server (I got v8.0.21) and the same MySQL...
Hi, this can be quite tricky and lots of things can go wrong. I try to describe the steps for Qt 5 on Ubuntu first, Qt 6 has a new...
is maybe this library missing: `sudo apt install libxkbcommon-x11-0` ? This was the cause for me recently that the Qt installer didn't run at first. As for Android: I have...
Sorry for the long delay, but I couldn't get it to work using cmake on Windows earlier. Anyway, here are 2 batch files for Windows cmd, that might help. You...
could you please provide more information, what exactly is not working?
Please try as a quick fix copying the DLLs to the folder `C:\Users\p50\AppData\Local\Programs\Python\Python39`, like this: 
Hi, I made Linux builds for [6.0.3](https://github.com/thecodemonkey86/qt_mysql_driver/releases/tag/qmysql_6.0.3) and [5.15.2](https://github.com/thecodemonkey86/qt_mysql_driver/releases/tag/qmysql_5.15.2). They depend on the libmysqlclient21 package (available via apt on Ubuntu for example). Hope they work for you, since I don't...