hello all im trying to import a old database into a new 1 but getting this 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 'DEFAULT CHARSET=latin1' at line 13 if any body here can help me then it wil be great thanks in advance
You either have a column that's outdated, or your INSERT INTO has a typo. Without seeing the complete operation, it's hard to troubleshoot.