把空间上的数据库备份下来后打算在本地导入,用SQLyog导入报告以下错误:
Query:
CREATE TABLE `ask_admin` (
 `adminid` tinyint(3) unsigned NOT NULL default '0',
 `adminname` char(30) NOT NULL default '',
 `allowlogin` tinyint(1) default '0',
 `allowadd` tinyint(1) default '0',
 `allowdelete` tinyint(1) default '0',
 `allowedit` tinyint(1) default '0',
 `allowmanage` tinyint(1) default '0'
 ) ENGINE=MyISAM DEFAULT CHARSET=gbkError occured at:2007-09-09 21:45:04
Line no.:29
Error Code: 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=gbk' at line 9请问怎么解决