module-mysql/files/config
mh a72ab41660 add innodb_file_per_table option by default
mysql has one innodb file per default and this can become very
huge, which can trigger various issues [1]. So in general it
is recommended to set the innodb_file_per_table option [2].

[1] http://forums.mysql.com/read.php?35,121880,121886
[2] http://dev.mysql.com/doc/refman/5.0/en/innodb-multiple-tablespaces.html
2012-01-17 22:31:44 +01:00
..
my.cnf.CentOS add innodb_file_per_table option by default 2012-01-17 22:31:44 +01:00
my.cnf.Debian add innodb_file_per_table option by default 2012-01-17 22:31:44 +01:00
my.cnf.Gentoo add innodb_file_per_table option by default 2012-01-17 22:31:44 +01:00