0

你好,有人可以告诉我该怎么做:

 Error
 There is a chance that you may have found a bug in the SQL parser. Please
 examine your query closely, and check that the quotes are correct and not mis-matched.
 Other possible  failure causes may be that you are uploading a file with binary   
 outside
 of a quoted text area. You can also try your query on the MySQL command line   
 interface.
 The MySQL server error output below, if there is any, may also help you in diagnosing
 the problem. If you still have problems or if the parser fails where the command line 
 interface succeeds, please reduce your SQL query input to the single query that causes
 problems, and submit a bug report with the data chunk in the CUT section below:

 ----BEGIN CUT----
 eNodzUsKwyAYBOBFdv8p5gBW1DQE3AWRZOGrmrYHCF0EgrtCe/ua7obhY8bmHLOGkTAKzgYNCQVF
 ZW1tR+S/5eY0Bi75KC7bcdC9ZMTCMM02rAwP2+BzrzBLjt42KXgvKPlJ49ryQGlJp2KxnDs9lyPc
 Xt8fclOYNV6V/hfU/QAEiiEJ
 ----END CUT----
 ----BEGIN RAW----
 ERROR: C1 C2 LEN: 1 2 2
 STR: 

 MySQL: 5.1.70-cll
 USR OS, AGENT, VER: Win CHROME 5.0.30
 PMA: 4.0.5
 PHP VER,OS: 5.3.17 Linux
 LANG: en
 SQL: 

 ----END RAW----

 SQL query:



 MySQL said: Documentation

 #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 '' at line 1

我已将数据库导出为备份,现在导入时出现此错误!那是什么?请顺便告诉我,我的桌子上有一些阿拉伯语文本......??

4

1 回答 1

1

使用任何文本编辑器打开 SQL 文档,并在文件的最后,删除空行(空字符)。保存文件,一切顺利。

来源:https ://sourceforge.net/p/phpmyadmin/bugs/4095/

于 2017-06-08T12:28:57.373 回答