0
我想創建一個InnoDB數據庫:引擎數據庫設計
mysql> CREATE DATABASE imdb() ENGINE=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 '()
ENGINE=InnoDB' at line 1
有什麼不對的上述命令,從http://dev.mysql.com/doc/refman/5.5/en/myisam-storage-engine.html?