老大,用备份王恢复时提示如下:
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 'order (order)) Type=MyISAM COMMENT=''' at line 3 create table `ob_class`( `id` int(10) DEFAULT '1', `order` int(10) NOT NULL, `classname` varchar(100), KEY order (order)) Type=MyISAM COMMENT='';
怎么回事?
|