我有windows8.1,我正在尝试安装MYSQL workbench 5.2CE。但是它显示这个错误:"Can't connect to mysql server on 'localhost‘(10061)“MySQL下的.In程序文件没有bin文件夹,甚至在services.msc中也没有mysql的进程。
我在编译一个用C写的程序时遇到了问题,这个程序应该与MySql数据库交互。gcc -o magazzino main_magazzino.c -L/usr/lib/mysql -lmysqlclientmain_magazzino.c:4:25: fatal error: mysql/mysql.h: No such file or directory
compilati