我要把数据库中orders表的类型由MyISAM修改为InnoDB类型,可是系统总是提示我语法错误,跪求高手赐教这是为什么呢?错误信息如下:mysql> alter table orders type=innodb;
ERROR 1064 (42000): 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 'type=
innodb' at line 1