• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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