MySQL database import error – #1064
-
Hi, I’m trying to use PhPMyadmin to move a database exported from an older version of WP to a new one on a different host. The old database also contained some posts exported from MT – so the export file I’m trying to import is giving me the following message:
SQL query:
#
# Data contents of tablemt_author
#
INSERT INTOmt_author
VALUES (…)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 ‘ ”, ‘en-us’)’ at line 1I’m not sure what to do, as I can’t seem to open the whole export file in a text editor (I’m getting a diagnostic message that says the file is corrupt every time I try and unzip it, and a lot of the data seems to be missing), although some database tables seem to have been created – eg wpposts etc … So I seem to have data there, but the import process is being tripped up by the error message. Is there some way I can skip that row of the table (ie the ‘mt_author’) and continue with the import?
I have no idea about MySQL or PhpAdmin, whatsoever, just learning this on the run 😉 – I’ve searched the forums but can’t seem to find an answer to this specific question … can anyone help?
Thanks in advance,
D
The topic ‘MySQL database import error – #1064’ is closed to new replies.