Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # For advice on how to change settings please see
- # http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html
- # *** DO NOT EDIT THIS FILE. It's a template which will be copied to the
- # *** default location during install, and will be replaced if you
- # *** upgrade to a newer version of MySQL.
- # 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
- # Remove leading # to turn on a very important data integrity option: logging
- # changes to the binary log between backups.
- # log_bin
- # These are commonly set, remove the # and set as required.
- # basedir = .....
- # datadir = C:/MySQLExports/
- # port = .....
- # server_id = .....
- # 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
- [mysqld_safe]
- #log_error = /var/log/mysql/mysql_error.log
- [mysqld]
- sql_mode=''
- default-time-zone = "+00:00"
- innodb_flush_log_at_trx_commit=2
- ; sync_binlog=1
- secure_file_priv = ""
- # datadir = 'C:/MySQLExports/'
- #log_error = /var/log/mysql/mysql_error.log
- #general_log_file = /var/log/mysql/mysql.log
- #general_log = 1
- ; slow-query-log=1
- # log_slow_queries = 1
- #log_slow_queries = /var/log/mysql/mysql-slow.log
- #long_query_time = 2
- #log-queries-not-using-indexes
- #group_concat_max_len = 18446744073709551615
- group_concat_max_len = 1000000
- innodb_adaptive_hash_index=0
- max_allowed_packet=256M
- ; innodb_buffer_pool_size = 256000M
- innodb_read_io_threads = 64
- innodb_write_io_threads = 16
- innodb_log_buffer_size = 256M
- query_cache_size = 0
- innodb_buffer_pool_dump_at_shutdown=1
- innodb_buffer_pool_load_at_startup=1
- innodb_purge_threads = 4
Add Comment
Please, Sign In to add comment