gpt4 book ai didi

c++ - 无法找到 -libmysql 或 undefinder 引用 -mysqllib 和 mysql 库

转载 作者:行者123 更新时间:2023-11-29 21:19:07 25 4
gpt4 key购买 nike

找不到-libmysql或使用-mysqllib的undefinder引用

您好,我在使用代码块定期连接数据库时遇到问题。 如果包含 -libmysql -Cannot find如果 -mysqllib - undefinder 引用。我还添加了一个文件夹 lib 并包含在它们的位置,请帮忙。

#include <iostream>
#include <windows.h>
#include "mysql.h"

using namespace std;

int main()
{
MYSQL mysql;
mysql_init(&mysql);
if( mysql_real_connect(&mysql,//example//))
cout<<"good job";
else cout<<"bad job";
return 0;
}

enter image description here

最佳答案

很可能您提供的库位置不正确。请检查该文件夹是否确实包含该库。

关于c++ - 无法找到 -libmysql 或 undefinder 引用 -mysqllib 和 mysql 库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35794620/

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