Changing default storage engine in MySQL
[2010-09-15]The setting in my.cnf to change the default storage engine to InnoDB
I always forget this! So here it is:
# /etc/mysql/my.cnf
# ...
[mysqld]
default-storage_engine = InnoDB
And then restart MySQL.
☙
