Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [mysqld]
- skip-external-locking
- symbolic-links=0
- character-set-server=utf8
- collation-server=utf8_general_ci
- default-storage-engine=MyISAM
- default-time-zone=+07:00
- sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_AUTO_VALUE_ON_ZERO,NO_ENGINE_SUBSTITUTION"
- key_buffer_size=256M
- max_allowed_packet=1M
- table_open_cache=256
- sort_buffer_size=256K
- read_buffer_size=128K
- read_rnd_buffer_size=4M
- myisam_sort_buffer_size=64M
- thread_cache_size=8
- query_cache_size=32M
- thread_concurrency=8
- net_buffer_length=16K
- thread_stack=240K
- binlog_format=mixed
- innodb_buffer_pool_size=256M
- innodb_additional_mem_pool_size=20M
- innodb_log_file_size=64M
- innodb_log_buffer_size=8M
- innodb_flush_log_at_trx_commit=1
- innodb_lock_wait_timeout=50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement