Does disable log error for MySQL increasing it's performance ? How disable it?

Posted by adnan on Server Fault See other posts from Server Fault or by adnan
Published on 2013-11-10T14:33:13Z Indexed on 2013/11/10 15:58 UTC
Read the original article Hit count: 263

Filed under:
|

Does disable log error for MySQL increasing it's performance ? How disable it ?

This is my service status

Server load     0.63 (8 CPUs)   
Memory Used     23.38% (957,600 of 4,096,000)   
Swap Used       0% (0 of 1)

And this is print screen for process manager http://elnhrda.com/promgr.jpg

This is my.cnf

[mysqld]
query_cache_size=64M
skip-name-resolve
#innodb_file_per_table=1
query_cache_limit=2M
read_buffer_size = 2M
read_rnd_buffer_size = 16M
sort_buffer_size = 8M
join_buffer_size = 8M
thread_cache_size = 8
thread_concurrency = 8
innodb_buffer_pool_size = 2G

Iam looking for doing any thing to increase my website speed

I have VPS 4G.B RAM CENTOS 6 X86_64

Note please : this statics taken now which no any queries executed & site have not any visitors in the same time

© Server Fault or respective owner

Related posts about mysql

Related posts about error-logging