https://www.jb51.net/article/...我更改引擎mysql> alter table num type = MyISAM;ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'type = MyISAM' at line 1
mysql> alter table num type = Myisam;ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'type = Myisam' at line 1這個表里面已經有數據了,不能這樣修改嗎?
添加回答
舉報
0/150
提交
取消