Dear all,
I am a new member but a lot of years torturing the great guys of cPanel support.
I bought a new server after a mess with the previous one that lasted for.. 1 month.. every db crashed and lost all sites (hopefully had the backups of the previous so saved with 1 month loss of new users).
I have a dedicated with the following specs:
Intel® Xeon® E-2176G Hexa-Core
incl. Hyper-Threading Technology
64 GB DDR4 ECC RAM
and I am looking to optimize the DB.
Now the DB my.cnf is :
[mysqld]
log-error=/var/lib/mysql/yindee.plmservers.com.err
performance-schema=0
innodb_file_per_table=1
max_allowed_packet=268435456
open_files_limit=10000
innodb_buffer_pool_size=134217728
I am thinking to add the following config, only by researching on the internet:
default-storage-engine=MyISAM
innodb_file_per_table=1
performance-schema=0
max_allowed_packet=268435456
query_cache_size = 0
query_cache_type = 0
query_cache_limit = 4M
join_buffer_size = 128Μ
tmp_table_size = 24M
table_open_cache = 3000
innodb_buffer_pool_size = 2G
innodb_log_file_size = 32M
innodb_buffer_pool_instances = 1
open_files_limit=15000
thread_cache_size = 16K
low_priority_updates=1
concurrent_insert=ALWAYS
tmp_table_size = 128M
max_heap_table_size = 128M
key_buffer=64M
long_query_time = 5
join_buffer_size = 4M
I have no idea of most of them; but i am trying to make the sites much faster.
I have several dating sites (oxwall) and wordpress sites on the server and there are many sql queries.
What is your suggestion?? Can you please kindly help?
I understand that there are tools to run but i'm not sure how and what.. so at least let's try to improve it.
Usually I have around 40 users online together from all sites but I would prefer to make it as faster as possible keeping 10000%% SAFE that will NOT corrupt any db (as proven its happening some times..
Many thanks!
Mac
I am a new member but a lot of years torturing the great guys of cPanel support.
I bought a new server after a mess with the previous one that lasted for.. 1 month.. every db crashed and lost all sites (hopefully had the backups of the previous so saved with 1 month loss of new users).
I have a dedicated with the following specs:
Intel® Xeon® E-2176G Hexa-Core
incl. Hyper-Threading Technology
64 GB DDR4 ECC RAM
and I am looking to optimize the DB.
Now the DB my.cnf is :
[mysqld]
log-error=/var/lib/mysql/yindee.plmservers.com.err
performance-schema=0
innodb_file_per_table=1
max_allowed_packet=268435456
open_files_limit=10000
innodb_buffer_pool_size=134217728
I am thinking to add the following config, only by researching on the internet:
default-storage-engine=MyISAM
innodb_file_per_table=1
performance-schema=0
max_allowed_packet=268435456
query_cache_size = 0
query_cache_type = 0
query_cache_limit = 4M
join_buffer_size = 128Μ
tmp_table_size = 24M
table_open_cache = 3000
innodb_buffer_pool_size = 2G
innodb_log_file_size = 32M
innodb_buffer_pool_instances = 1
open_files_limit=15000
thread_cache_size = 16K
low_priority_updates=1
concurrent_insert=ALWAYS
tmp_table_size = 128M
max_heap_table_size = 128M
key_buffer=64M
long_query_time = 5
join_buffer_size = 4M
I have no idea of most of them; but i am trying to make the sites much faster.
I have several dating sites (oxwall) and wordpress sites on the server and there are many sql queries.
What is your suggestion?? Can you please kindly help?
I understand that there are tools to run but i'm not sure how and what.. so at least let's try to improve it.
Usually I have around 40 users online together from all sites but I would prefer to make it as faster as possible keeping 10000%% SAFE that will NOT corrupt any db (as proven its happening some times..
Many thanks!
Mac