gpt4 book ai didi

mysql - QtCreator错误: QMYSQL driver not loaded

转载 作者:行者123 更新时间:2023-11-30 01:32:45 26 4
gpt4 key购买 nike

当我尝试访问 mysql 时,出现以下错误:

QSqlDatabase: QMYSQL driver not loaded
QSqlDatabase: available drivers: QSQLITE QODBC QODBC3

我已将 mysql 安装在 C:\Program Files (x86)\MySQL 中。

我用谷歌搜索了这个问题,并得到了这个链接:http://www.qtcentre.org/threads/45295-using-mysql-plugin

但是,我找不到 inbush 所说的任何文件。我从这里开始迷路了:

For ease of execution of commands in a terminal to a system variable Path: "C: \ Qt \ 2010.05 \ qt \ bin \; C: \ Qt \ 2010.05 \ mingw \ bin \". These directories are executable files qmake, mingw32make, g + +. REBOOT.

In the terminal, go to QTDIR / src / plugins / sqldrivers / mysql (cd C: \ Qt \ 2010.05 \ qt \ src \ plugins \ sqldrivers \ mysql)

Perform qmake-o Makefile "INCLUDEPATH + = C: / MySQL / include" "LIBS + = C: / MySQL / lib / opt / libmysql.lib" mysql.pro

我的 Qt 文件等的位置:

编译器: http://puu.sh/3mdR0.png

实际 Qt: http://puu.sh/3mdSA.png

请帮忙。

最佳答案

我可能晚了几年,但这就是我让它在 Windows 中工作的方法。在.pro文件中添加以下行。(修改路径以适合您的MySQL)

LIBS += -L"C:\\Program Files\\MySQL\\MySQL Server 5.6\\lib" -llibmysql

关于mysql - QtCreator错误: QMYSQL driver not loaded,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17258754/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com