summaryrefslogtreecommitdiff
path: root/files/config/my.cnf.CentOS
AgeCommit message (Collapse)Author
2015-01-10introduce new mariadb based config for EL7mh
2013-12-05introduce the /etc/mysql/conf.d/ directory for CentOSmh
2013-12-05some reasonable defaultsmh
2013-12-04update to latest EL releasemh
2013-12-04rename deprecated optionmh
2013-12-04EL6.4 doesn't know about bdbmh
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
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