summaryrefslogtreecommitdiff
path: root/files/config
AgeCommit message (Collapse)Author
2012-01-17add innodb_file_per_table option by defaultmh
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
2009-12-10make backup and optimize cron jobs optional; introduce $mysql_backup_cron, ↵Jerome Charaoui
$mysql_backup_dir and$mysql_optimize_cron; use a module_dir for scripts
2009-12-10add Debian supportJerome Charaoui
2008-08-07optimized default my.cnfmh
2008-08-07merged with puzzlemh
2008-07-29if we enable binary logs, we should also enable max days for themmh
2008-07-14merged with immerda, added data directory to be defaultmh
2008-07-13fixed log-bin locationmh
2008-07-11fixing bin-log parammh
2008-07-11moved it to note clear about the used distributionmh
2008-07-11fixed merge regressionsmh
2008-07-11merged with puzzlemh
2008-07-01removed unneeded filesmh
2008-07-01merged with puzzlemh
2008-06-13merged with puzzlemh