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からの上記のコマンドの何が問題になっていますか?