码迷,mamicode.com
首页 > 数据库 > 详细

mysql脚本1064 - You have an error in your SQL syntax; check the manual

时间:2016-08-03 15:34:15      阅读:1278      评论:0      收藏:0      [点我收藏+]

标签:无签名

SQL数据脚本导入时总是出错(确认脚本语法没错误)“

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘DROP TABLE IF EXISTS `pw_members`;
CREATE TABLE `pw_members` (
  `uid` int(10‘ at line 1”

错误提示是在第一行有错误。


问题所在:

注意编辑工具右下角提示“有签名”,有签名的文件有可能是用Windows系统的txt创建的文本,而这种Win创建出的文本在文件头上加入了BOM头(十六进制下可以看到),所以导致软件读取信息出错。

技术分享

解决方法:

用EmEditor或Notaped这类文本工具打开后,另存为一份即可。注意保存选择“无签名”。

UTF-8编码根据你实际去选择。

技术分享

本文出自 “悟透的杂货铺” 博客,请务必保留此出处http://wutou.blog.51cto.com/615096/1833894

mysql脚本1064 - You have an error in your SQL syntax; check the manual

标签:无签名

原文地址:http://wutou.blog.51cto.com/615096/1833894

(1)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!