我整晚都在浪费时间寻找将mysql与C连接起来的解决方案。 我几天前刚开始使用C并想使用MYSQL。
如果找到这个小脚本,但它不起作用
#include <stdio.h>
#include <mysql.h>
int main(int argc, char **argv)
{
printf("MySQL client version: %s\n", mysql_get_client_info());
exit(0);
}
这是我得到的错误
\Local\Temp\ccV0Dljg.o:mysql.c:(.text+0x38): undefined reference to `mysql_get_client_info@0'
collect2.exe: error: ld returned 1 exit status
[Finished in 1.1s]
我正在使用Windows 10,我发现一些网站讲述了linux和ubunto安装,但我需要一个Windows解决方案。
我正在使用Connector / C 6.1.6 Windows(x86,32位),MSI安装程序