我正在尝试创建一个 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的上述命令有什么问题?