We are facing really high MySQL usage on the server
my.cf file had
Also, read around and ran mysqltuner and it only gave the following
The rig is
I'm fairly new to this so I'm not completely sure of things, some guidance on how to make the most out of my rig would be really helpful.
my.cf file had
Code:
[mysqld]
performance-schema=0
default-storage-engine=MyISAM
innodb_file_per_table=1
max_allowed_packet=268435456
open_files_limit=100000
query_cache_size =128M
query_cache_limit=4M
join_buffer_size=3M
tmp_table_size=256M
max_heap_table_size=256M
innodb_buffer_pool_size=3G
table_open_cache=32768
table_definition_cache=32768
sort_buffer_size=1M
read_buffer_size=4M
read_rnd_buffer_size=1M
Also, read around and ran mysqltuner and it only gave the following
Code:
[!!] Log file /var/lib/mysql/myserverhere.err is bigger than 32 Mb
The rig is
Code:
Intel Dual Xeon E5620
Memory 32 GB DDR3 ECC
Bandwidth 1 Gbps
Primary Storage Drive 240 GB SSD
Second Storage Drive 2 TB SATA
Operating System CentOS 7 (64 bits)
Control Panel cPanel/WHM (Linux)