You have an error in your SQL syntax
-
Good day,
I’m just trying to move my WP blog from one hosting service to the other hosting service. So I backup my website and exported the SQL database.
On the new hosting service, I created a database with the exact same name, same username and same password. Provided all privileges to the user and uploaded the WP package. Then tried to import the WP database through PHPMyAdmin but it just wont work! Comes up with errors:
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---- eNp9T91rwjAQH/iWv+IGPklNk1q/MgYrWdBC2rgkOthLmZvbCl3ttIr+90vFvZUdHNzx+7oTWivN gFPgAUiRMqDTkesxBGSEjHVYByG+Mgy68TuD/U9Rve72mx0u8jWuvirvCAEOGzoZ+YT6dAx0zEjA BgTezuttndXfIE4VdFFyNk+SwRAP8SDoF9tPtDQalPEgmonUerASLu45LyFRL7GUkaMStEgi5iIm mGCKFvNFw/KUuyfEIZ6CzMvDCckonTHYlP1D/dGfoEsOQn7vNiSUUDDCAp9HOuJW6MxtGZexi7x/ UPIxa0Og59/9p9fCLKU1bQZXqMVBuZ9srNKMqzQVvBmvBi3IRd+5+atfTN9rwg== ----END CUT---- ----BEGIN RAW---- ERROR: C1 C2 LEN: 196 197 206 STR: CVS: $Id: sqlparser.lib.php,v 2.47 2006/01/17 17:02:30 cybot_tm Exp $ MySQL: 5.5.32-log USR OS, AGENT, VER: Win MOZILLA 5.0 PMA: 2.8.0.1 PHP VER,OS: 4.4.9 Linux LANG: en-utf-8 SQL: /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; ----END RAW---- SQL query: /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; 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
Not sure what am I doing wrong here. Could anyone help and guide me what should I do to fix the problem?
Thanks in advance for the help!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘You have an error in your SQL syntax’ is closed to new replies.