InnoDB can be set as default:
http://serverfault.com/questions/93559/how-do-i-set-the-default-table-type-a...
It should also be the default storage engine if you are using MySQL 5.5 or higher:
http://dev.mysql.com/doc/refman/5.6/en/innodb-default-se.html
Which version of MySQL are you using? 5.5 / 5.6 are generally a lot nicer than e.g. 5.1
Dave T
From: galaxy-dev [mailto:galaxy-dev-bounces@lists.galaxyproject.org] On Behalf Of McCully, Dwayne (NIH/NIAMS) [C] Sent: Friday, April 10, 2015 3:54 PM To: 'galaxy-dev@lists.galaxyproject.org' Subject: [galaxy-dev] MySQL InnoDB - Execution Order
Hello Everyone,
The running Galaxy in a production environment documentation states:
"If you are using MySQLhttp://dev.mysql.com/ with MyISAMhttp://dev.mysql.com/doc/refman/5.1/en/myisam-storage-engine.html table engine when Galaxy is in multiprocess configuration, workflow steps will get executed out of orderhttp://dev.list.galaxyproject.org/Job-execution-order-mixed-up-tt4662488.html and fail. Use InnoDBhttp://dev.mysql.com/doc/refman/5.1/en/innodb-storage-engine.html engine instead or switch to PostgreSQLhttp://www.postgresql.org/."
I've enabled InnoDB for my MySQL database via the my.cnf file but the default database and database to log all database transactions were created with MyISAM files. If this is normal, when will Galaxy create InnoDB tables? I don't believe you can create a database with InnoDB.
Dwayne
________________________________
UT Southwestern
Medical Center
The future of medicine, today.