【发布时间】:2016-10-07 00:11:58
【问题描述】:
我有个问题,编辑后导入sql文件,报这个错误:
ErrorStatic analysis:2 errors were found during analysis.Unexpected
character. (near "" at position 0)Unexpected beginning of statement.
(near "" at position 0)SQL query: SET SQL_MODE =
"NO_AUTO_VALUE_ON_ZERO"
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 ' SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"' at line 1
我该怎么办?
【问题讨论】:
标签: mysql sql syntax-error mysql-error-1064