mysql导入数据库的错误类型#1064
我安装一个程序,导入数据库错误,问过别人说这个程序是国外的,编码不对,本机WIN错误,要在LINXU上装,但我在LINXU空间里装也这样,
MySQL 返回:文档
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' 'gId ', 'gInCategory '
------解决方案--------------------INSERT INTO `gs` (`gId`, `gInCategory`, `gSw`) VALUES (10,101, 'f-218 ');
反引号是用于字段的。你插入的值用单引号或者双引号都可以。不要用反引号。