错误
您的 SQL 查询可能有错。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助作用。
ERROR: 引号不配对 @ 129
STR: `
SQL: INSERT INTO discuz.cdb_threadtypes (`typeid`, displayorder`, `name`, `description`, `special`, `modelid`, `expiration`, `template`) VALUES ('1', '0','吃好的','','0','0','0','')
SQL 查询:
INSERT INTO discuz.cdb_threadtypes (`typeid`, displayorder`, `name`, `description`, `special`, `modelid`, `expiration`, `template`) VALUES ('1', '0','吃好的','','0','0','0','')
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 '`, `name`, `description`, `special`, `modelid`, `expiration`, `template`) VALUES' at line 1
*********************************************************
D:\>net stop mysql
MySQL 服务正在停止.
MySQL 服务已成功停止。
D:\>net start mysql
MySQL 服务已经启动成功。
*******
是pma |