Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [mysqld]
- skip_external_locking
- skip_slave_start
- key_buffer = 16M
- max_allowed_packet = 16M
- thread_stack = 192K
- thread_cache_size = 8
- myisam-recover = BACKUP
- #max_connections = 500
- #table_cache = 64
- #thread_concurrency = 10
- query_cache_type = 1
- query_cache_limit = 1M
- query_cache_size = 32M
- max_write_lock_count = 1
- #general_log_file = /var/log/mysql/mysql.log
- #general_log = 1
- #log_slow_queries = /var/log/mysql/mysql-slow.log
- #long_query_time = 2
- #log-queries-not-using-indexes
- #server-id = 1
- #log_bin = /var/log/mysql/mysql-bin.log
- expire_logs_days = 10
- max_binlog_size = 100M
- #binlog_do_db = include_database_name
- #binlog_ignore_db = include_database_name
- [mysqldump]
- quick
- quote-names
- max_allowed_packet = 16M
- [mysql]
- #no-auto-rehash # faster start of mysql but no tab completition
- [isamchk]
- key_buffer = 16M
Advertisement
Add Comment
Please, Sign In to add comment