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

Any chance of Linux or MacOS builds? #11

Open norambna opened 3 years ago

norambna commented 3 years ago

These Windows builds are great. Thanks!

Any chance you can release Linux or MacOS builds? Thanks in advance.

thecodemonkey86 commented 3 years ago

Hi, I made Linux builds for 6.0.3 and 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 have much experience with Qt on Linux myself. I'm afraid I don't have the equipment to provide MacOS builds at the moment

elguaxo commented 3 years ago

Thanks! I'll try the 5.15.2 Linux build.

jesse996 commented 2 years ago

on macos it is very simple,just

brew install qt
brew install qt-mysql

then it works fine

norambna commented 2 years ago

on macos it is very simple,just

brew install qt
brew install qt-mysql

then it works fine

Great! Thanks for the tip.

jczigany commented 2 years ago

Hello! I installed qt, qt-mysql with brew, but not works. I want to use PySide (6.2.2) in venv. But get an error - "MYSQL driver not loaded" What can I do?