Thread Starter
furie
(@furie)
Actually, I just removed both the ENGINE and the CHARSET and it loaded…don’t know if I’ll see any other problems yet but I’ll take a look.
Thread Starter
furie
(@furie)
I am working off of a backup. So I tried that other value as you suggested and got this:
#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 ‘DEFAULT CHARSET=latin1 AUTO_INCREMENT=6’ at line 10
Should I try the Auto_Increment next?
Thread Starter
furie
(@furie)
Thank you for the quick response. I tried that and now I have a smilar error:
#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 ‘ENGINE=MyISAM AUTO_INCREMENT=6’ at line 10
Should I remove AUTO_INCREMENT=6 as well?