alihs
New Member
- Messages
- 11
- Reaction score
- 0
- Points
- 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----
eNodjcFugkAARO/7FXMwpU1gs6xQYD0Rs7EkK1AWaeLFQLEpiSIFbOvNb/FLi83cZibvySxLMoGl
jSWHkrGAw+HM4TwTnU/DjRBdTO0sqgWGr0NX9sO+p4emot1nh8D3A3DGPIvZ1twG84XDhRts8X6p
TuNuPGJG1hf9qiYwtSnn1jCWbV32NdnoDIk2Ea5knJso5KR7a1qsk22kVAiXMpKuQwFObUYZ5SR9
Se83M9F32hSopj3/EhXGK4F9a53HD8sn/zYSxVpmOaI4T/Bd7X5OfY0iVBupHw3uecwwYTyUx27B
Xe96M54Wf31HRmU=
----END CUT----
----BEGIN RAW----
ERROR: C1 C2 LEN: 42 43 46
STR: �
SVN: $Id: sqlparser.lib.php 9889 2007-01-31 08:42:59Z cybot_tm $
MySQL: 4.1.22-standard
USR OS, AGENT, VER: Win MOZILLA 5.0
PMA: 2.10.0.2
PHP VER,OS: 4.4.4 Linux
LANG: en-utf-8
SQL:
INSERT INTO vb_word VALUES('2770', '&257��'); ----END RAW----
SQL query:
INSERT INTO vb_word VALUES('2770', '&257��');
MySQL said:
#1062 - Duplicate entry '&257??' for key 2
what to do?