phpmyadmin中导入mysql数据库时出现#1064的错误

静态分析:

分析时发现2个错误。

Unexpected beginning of statement. (near "phpMyAdmin" at position 0)
Unrecognized statement type. (near "SQL" at position 11)

SQL 查询:

phpMyAdmin SQL DumpSET 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 'phpMyAdmin SQL Dump

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"' at line 1
以上是错误的提示,求解决,谢谢啦!

http://www.111cn.net/database/mysql/44208.htm