database errors

cinneke

New Member
hi i have new plesk installed from 7.5 to 8.0 but now i import my old database and i get this error:any help ? thx !!

Error at the line 24: ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

Query: CREATE TABLE `access` (
`userid` int(10) unsigned NOT NULL default '0',
`forumid` smallint(5) unsigned NOT NULL default '0',
`accessmask` smallint(5) unsigned NOT NULL default '0',
PRIMARY KEY (`userid`,`forumid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;


MySQL: 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=utf8' at line 6
 
Top