I've seen that mysql db creation doesn't specify the engine type. Could you please set InnoDB as default type? InnoDB is the default engine starting from MySQL 5.5 but it has many advantages over MyISAM and should be used also in version older than 5.5 More over, with innodb will be possible to use XtraDB Cluster from Percona