آقا مراحل بالا رو انجام دادم و در قسمت import كردن فايل sql پيغام زير رو دريافت كدم:
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----
eNqdkt9O2zAUxu/9FEcqEq3UpHbaFLC0i8AiVpH+WRKYuBqm8Wi0xMkcp6XPhiYeiVfYcYYYmkCa
5juf8/P3nfPJYRwvYw5nDM48iMIFBwYeHE2PSZJi/YGQs6uEw8Es49D8KGqhG6ndIr9160093ILn
ekfgUToZMTaiPlDKJ4z7PhSyPIHwvoYDMt8nnyMOE5e6nuc0RqhM6IxcJjEskyEE5+EiHcJViH5f
cgWzEKYuJat5wFF+6jJHrxlZfVpZZLhMrNLYZRSiXLX3JAoW5xykcvKmco6P/ROHkc7v6eGxBzjl
fB9kJep2Yzgf27ImPdhK3eSVQoPxs0EPNsbUfDTa7XZ2uXIv7DNXSTOCflbtVFGJDGpxJwekhzgG
sc2zSnMoqrUoNlVjsJrmsqwryCTcSSW1WOdPjz8VB3riUN+xSYGAQjQYGh9jWB6+ubLDWAyfFa90
MTHqMv8vAjCK3xlMsHMqGmmLmTBVAxxuVPtd3mDD+c9DuuXCxuh2bVotrLgRt4XA1bUd/fnWGX0V
rdlUukFD/ClxGKQhpMFpFMLrLvQJgMgz2Aq93gjd9/wBLJYpLC6jCPW/ibYwcHg4REyJUr5wPh28
tC1rgVYXr3TeF5KlyP+NrHd/Jpu84biuWmWkhlyZPmNvydBOR3cfpmlrZE2u9h3/Fs46HOlCqLsW
P9SL/Zi+O+Uqns2D+BouwmuAPqY5sFV7s8l2BTKA9HoVfpjvZ0kw/wVd4B7O
----END CUT----
----BEGIN RAW----
ERROR: C1 C2 LEN: 1 2 768
STR: »
CVS: $Id: sqlparser.lib.php,v 2.27 2004/11/05 00:41:55 lem9 Exp $
MySQL: 4.0.22-standard
USR OS, AGENT, VER: Win IE 6.0
PMA: 2.6.1-rc1
PHP VER,OS: 4.3.10 Linux
LANG: en-iso-8859-1
SQL: # phpMyAdmin MySQL-Dump
# version 2.3.1-rc1
#
http://www.phpmyadmin.net/ (download page)
#
# servidor: localhost
# Tiempo de generaci�n: 09-05-2004 a las 20:30:42
# Versi�n del servidor: 4.00.15
# Versi�n de PHP: 4.3.4
# Base de datos : `nuke`
# --------------------------------------------------------
#
# Estructura de tabla para la tabla `nuke_authors`
#
CREATE TABLE nuke_authors (
aid varchar(25) NOT NULL default '',
name varchar(50) default NULL,
url varchar(255) NOT NULL default '',
email varchar(255) NOT NULL default '',
pwd varchar(40) default NULL,
counter int(11) NOT NULL default '0',
radminsuper tinyint(1) NOT NULL default '1',
admlanguage varchar(30) NOT NULL default '',
PRIMARY KEY (aid),
KEY aid (aid)
) TYPE=MyISAM
----END RAW----
SQL-query:
# phpMyAdmin MySQL-Dump # version 2.3.1-rc1 #
http://www.phpmyadmin.net/ (download page) # # servidor: localhost # Tiempo de generaci�n: 09-05-2004 a las 20:30:42 # Versi�n del servidor: 4.00.15 # Versi�n de PHP: 4.3.4 # Base de datos : `nuke` # -------------------------------------------------------- # # Estructura de tabla para la tabla `nuke_authors` # CREATE TABLE nuke_authors ( aid varchar(25) NOT NULL default '', name varchar(50) default NULL, url varchar(255) NOT NULL default '', email varchar(255) NOT NULL default '', pwd varchar(40) default NULL, counter int(11) NOT NULL default '0', radminsuper tinyint(1) NOT NULL default '1', admlanguage varchar(30) NOT NULL default '', PRIMARY KEY (aid), KEY aid (aid) ) TYPE=MyISAM
MySQL said:
#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 MySQL-Dump
# version 2.3.1-rc1
#
http://www.p