• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

MySQL Problem

C

comptech520

Guest
Hello,

On my old server I had MySQL 4.XX

On my server I have MySQL 3.XX

I did a dump of the databases on my old server, in SQL format.
I am using PHPmyAdmin to load the databases in the new server, when doing so I get this error:

#1064 - You have an error in your SQL syntax near 'ENGINE=3DMyISAM =DEFAULT CHARSET=3Dlatin1' at line 14=20

I DON'T have the option to upgrade MySQL, any ideas?

Thanks
 
In the mysql dump file (sql file) strip off DEFAULT CHARSET='latin1' from the create table statement and it should be fine.
 
Back
Top