Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [mysqld]
- datadir=/var/lib/mysql
- socket=/var/lib/mysql/mysql.sock
- user=mysql
- symbolic-links=0
- #max_connections=40
- #max_user_connections=20
- wait_timeout=10
- interactive_timeout=50
- long_query_time=5
- log-queries-not-using-indexes
- log-slow-queries=/var/log/mysql/log-slow-queries.log
- key_buffer=32M
- myisam_sort_buffer_size=64M
- join_buffer_size=16M
- read_buffer_size=1M
- sort_buffer_size=2M
- table_cache=1024
- thread_cache_size=256
- thread_stack=192K
- interactive_timeout=25
- connect_timeout=5
- max_allowed_packet=16M
- max_connect_errors=1000
- query_cache_limit=8M
- query_cache_size=4M
- query_cache_type=1
- tmp_table_size=96M
- innodb_buffer_pool_size=16M
- max_heap_table_size=32M
- tmpdir = /var/shm/mysql
- max_binlog_size=32M
- innodb_use_native_aio = 1
- innodb_file_per_table
- [mysqld_safe]
- log-error=/var/log/mysqld.log
- pid-file=/var/run/mysqld/mysqld.pid
- [mysqldump]
- quick
- quote-names
- max_allowed_packet=16M
- default-character-set=utf8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement