Hello. This is my first post. I recently upgraded to my first vps. I notice my server is a bit slow.
my.config is as follows:
How can it be configured for maximum performance?
Thank you.
my.config is as follows:
Code:
[mysqld]
default-storage-engine=MyISAM
interactive_timeout=300
key_cache_block_size=4096
max_heap_table_size=32M
max_join_size=1000000000
max_allowed_packet=32M
open_files_limit=4096
query_cache_size=32M
thread_cache_size=100
tmp_table_size=32M
wait_timeout=7800
max_user_connections=5000
myisam_recover_options=FORCE
innodb_file_per_table=1
innodb_flush_log_at_trx_commit=0
innodb_purge_threads=1
innodb_support_xa=0
innodb_thread_concurrency=8
pid-file=/var/lib/mysql/mysqld.pid
Thank you.