MyBB Community Forums

Full Version: Restoring Database
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to restore the database on a different server. I keep getting this error:

ERROR 1064 at line 21: You have an error in your SQL syntax near 'ENGINE=MyISAM DEFAULT CHARSET=latin1' at line 8
Nevermind. Because I was moving from mysql 3.x to 4.x I had to add this to the mysqldump query:

--compatible=mysql40