Ever since i edited my origional my.cnf file to optimize my server ( RHE 3 ) i got eximstats failed ,tried to fix it using all solutions posted in cpannel,ev1 servers,WebHostingTalk Forums
when i usr/local/cpanel/bin/eximstats
i get this output :
DBI connect('eximstats:localhost','eximstats',...) failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) at /usr/local/cpanel/bin/eximstats line 258
Can't Connect at /usr/local/cpanel/bin/eximstats line 261.
here is my.cnf file current content :
[client]
port = 3306
socket = /tmp/mysql.sock
[mysqld]
port = 3306
socket = /tmp/mysql.sock
skip-locking
max_connections = 500
key_buffer = 16M
myisam_sort_buffer_size = 64M
join_buffer_size = 1M
read_buffer_size = 1M
sort_buffer_size = 2M
table_cache = 1024
thread_cache_size = 64
wait_timeout = 1800
connect_timeout = 10
max_allowed_packet = 16M
max_connect_errors = 10
query_cache_limit = 1M
query_cache_size = 16M
query_cache_type = 1
skip-innodb
[mysqld_safe]
open_files_limit = 8192
[mysqldump]
quick
max_allowed_packet = 16M
[myisamchk]
key_buffer = 64M
sort_buffer = 64M
read_buffer = 16M
write_buffer = 16M
did any one had similar problem to this?
i really hate those daily tons of #$%^* emails telling me eximstats failed


LinkBack URL
About LinkBacks
Reply With Quote
