Sha256: f24b924d5ba433aac6fd2060071692b97ade86ea5e82af050bbc158dad28f857
Contents?: true
Size: 1.38 KB
Versions: 2
Compression:
Stored size: 1.38 KB
Contents
# For advice on how to change settings please see # http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html [mysql] default-character-set = <%= mysql.charset %> [mysqlshow] default-character-set = <%= mysql.charset %> [mysqlimport] default-character-set = <%= mysql.charset %> [mysqlcheck] default-character-set = <%= mysql.charset %> [mysql_upgrade] default-character-set = <%= mysql.charset %> [mysqld] # Remove leading # and set to the amount of RAM for the most important data # cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%. innodb_buffer_pool_size = 128M log-error = <%= mysql.log_error %> pid-file = <%= mysql.pid_file %> # Remove leading # to turn on a very important data integrity option: logging # changes to the binary log between backups. log_bin = mysqld-bin # These are commonly set, remove the # and set as required. basedir = <%= mysql.home %> datadir = <%= mysql.data_dir %> port = <%= mysql.port %> # server_id = ..... socket = <%= mysql.socket %> # Remove leading # to set options mainly useful for reporting servers. # The server defaults are faster for transactions and fast SELECTs. # Adjust sizes as needed, experiment to find the optimal values. # join_buffer_size = 128M # sort_buffer_size = 2M # read_rnd_buffer_size = 2M character-set-server = <%= mysql.charset %> sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
peony-0.3.1 | templates/mysql/my.cnf.erb |
peony-0.3.0 | templates/mysql/my.cnf.erb |