Problems importing/restoring database

Mr. Baz

2[H]4U
Joined
Aug 17, 2001
Messages
2,815
in importing the sql file, I get the error stating that I have an error in my syntax.

Here is the end of the part in the sql file it says is having the error.
PRIMARY KEY ( `PropertyID` ) ,
UNIQUE KEY `PropertyID` ( `PropertyID` )
) ENGINE = InnoDB DEFAULT CHARSET = latin1

"Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=latin1' at line 68 "

What do I do?
 
Back
Top