# Generated by Percona Configuration Wizard (http://tools.percona.com/) version REL5-20120208 # Configuration name fat-tony generated for j at 2013-10-24 19:39:07 ## # I am not 100% sure that the UTF8 settings in the sections below are still required. # I cannot find any documentation of what the default charsets and collations are for # Percona Server 5.5. Commenting those options below out resulted in the server still # showing them set as UTF8, but it doesn’t seem to hurt to keep them in there. [mysql] # CLIENT # port = 3306 socket = /opt/local/var/run/percona/mysql.sock # Set utf8 as the default character set character-set=utf8 [mysqld] # GENERAL # user = mysql default-storage-engine = MyISAM socket = /opt/local/var/run/percona/mysql.sock pid-file = /opt/local/var/db/percona/mysql.pid # MyISAM # key-buffer-size = 6G myisam-recover = FORCE,BACKUP # SAFETY # max-allowed-packet = 16M max-connect-errors = 1000000 # DATA STORAGE # datadir = /opt/local/var/db/percona/ # BINARY LOGGING # log-bin = /opt/local/var/db/percona/mysql-bin expire-logs-days = 14 sync-binlog = 1 # CACHES AND LIMITS # tmp-table-size = 32M max-heap-table-size = 32M query-cache-type = 0 query-cache-size = 0 max-connections = 500 thread-cache-size = 50 open-files-limit = 65535 table-definition-cache = 1024 table-open-cache = 2048 # INNODB # innodb-flush-method = O_DIRECT innodb-log-files-in-group = 2 innodb-log-file-size = 32M innodb-flush-log-at-trx-commit = 1 innodb-file-per-table = 1 innodb-buffer-pool-size = 32M # LOGGING # log-error = /opt/local/var/db/percona/mysql-error.log log-queries-not-using-indexes = 1 slow-query-log = 1 slow-query-log-file = /opt/local/var/db/percona/mysql-slow.log # CUSTOMIZED OPTIONS # # Set utf8 as the default character set character-set-server=utf8 collation_server = utf8_general_ci # Eliminate stop words ft_stopword_file= # Set minimum index length to 2 characters ft_min_word_len=2 [mysqldump] # CUSTOMIZED OPTIONS # # Set utf8 as the default character set character-set=utf8