spewn
Programmer
- May 7, 2001
- 1,034
help! i can't seem to get this to work...
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----
eNqdUMFugkAUPHe/Ypp4MuyyS8HKJk2kSNUExbLUHg3iJpKgULCm/TYP/aT+Qpeee+rkveRlMm/m
5UVpmqQSoUDoII5WEgIOHO4TlRn+Ski4URKDxV6ie6uavO10y6pyx5pDY13gMOfeyLlrC2FzD5xL
V0jPQ6WPPqKPBgOy/FTPsYTLOHNc8qJSJMpCMItWmYVNZGJeyxMWEUaMk/UykMZ1xARtKoes5+te
YiWqN7hjQuCp1fpRTUkcrGYS+kTLrqbjsedTQX6Dvq9flOI3Ffv3YwPBmU8oNYV53Z0lqrrIq4MZ
YTDNz/ku77REURS9hv4L/abS7UW3MN2V9enGZcIcTIg9vHW54AIqyjBJ4uk2nAdpEGZRujXUNowX
5hcPk8lfNIb2DwL9ar0=
----END CUT----
----BEGIN RAW----
ERROR: C1 C2 LEN: 1 2 209
STR: »
CVS: $Id: sqlparser.lib.php,v 2.27 2004/11/05 00:41:55 lem9 Exp $
MySQL: 4.0.24
USR OS, AGENT, VER: Win IE 6.0
PMA: 2.6.1-pl2
PHP VER,OS: 4.3.11 FreeBSD
LANG: en-iso-8859-1
SQL: -- MySQL dump 10.9
--
-- Host: localhost Database: ccc
-- ------------------------------------------------------
-- Server version 4.1.11
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */
----END RAW----
SQL-query:
-- MySQL dump 10.9 -- -- Host: localhost Database: ccc -- ------------------------------------------------------ -- Server version 4.1.11 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */
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 '-- MySQL dump 10.9
--
-- Host: localhost Database: ccc
any ideas?
- g
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----
eNqdUMFugkAUPHe/Ypp4MuyyS8HKJk2kSNUExbLUHg3iJpKgULCm/TYP/aT+Qpeee+rkveRlMm/m
5UVpmqQSoUDoII5WEgIOHO4TlRn+Ski4URKDxV6ie6uavO10y6pyx5pDY13gMOfeyLlrC2FzD5xL
V0jPQ6WPPqKPBgOy/FTPsYTLOHNc8qJSJMpCMItWmYVNZGJeyxMWEUaMk/UykMZ1xARtKoes5+te
YiWqN7hjQuCp1fpRTUkcrGYS+kTLrqbjsedTQX6Dvq9flOI3Ffv3YwPBmU8oNYV53Z0lqrrIq4MZ
YTDNz/ku77REURS9hv4L/abS7UW3MN2V9enGZcIcTIg9vHW54AIqyjBJ4uk2nAdpEGZRujXUNowX
5hcPk8lfNIb2DwL9ar0=
----END CUT----
----BEGIN RAW----
ERROR: C1 C2 LEN: 1 2 209
STR: »
CVS: $Id: sqlparser.lib.php,v 2.27 2004/11/05 00:41:55 lem9 Exp $
MySQL: 4.0.24
USR OS, AGENT, VER: Win IE 6.0
PMA: 2.6.1-pl2
PHP VER,OS: 4.3.11 FreeBSD
LANG: en-iso-8859-1
SQL: -- MySQL dump 10.9
--
-- Host: localhost Database: ccc
-- ------------------------------------------------------
-- Server version 4.1.11
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */
----END RAW----
SQL-query:
-- MySQL dump 10.9 -- -- Host: localhost Database: ccc -- ------------------------------------------------------ -- Server version 4.1.11 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */
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 '-- MySQL dump 10.9
--
-- Host: localhost Database: ccc
any ideas?
- g