新创建表存储引擎设为myisam报错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 'engine=MyISAM' at line 3
2018-02-04
输入mysql -v【无效】,提 示 不 是 内 部 命 令 的 话!
可能是因为mysql的路径不对,用cd命令切换到mysqld.exe所在的位置,再输入即有效
可能是因为mysql的路径不对,用cd命令切换到mysqld.exe所在的位置,再输入即有效
2018-02-03