Skip to content

Commit e039079

Browse files
Update README.md
1 parent 858627c commit e039079

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Typical symptom when trying to connect to MySQL / MariaDB using Qt but without the necessary plugin is the runtime error
2+
3+
4+
<pre><code>
5+
QSqlDatabase: QMYSQL driver not loaded
6+
QSqlDatabase: available drivers: QMYSQL
7+
</code></pre>
8+
9+
110
Since the Qt Company currently doesn't give a crap on providing qsqlmysql.dll in binary form, you have to build it on your own, which can be a pain. Here is a build for various Qt versions. Download precompiled qsqlmysql.dll from https://github.com/thecodemonkey86/qt_mysql_driver/releases
211

312
Deployment

0 commit comments

Comments
 (0)