mysql server overloading without error

Posted by beny on Server Fault See other posts from Server Fault or by beny
Published on 2010-01-04T09:52:46Z Indexed on 2010/04/17 16:03 UTC
Read the original article Hit count: 247

Filed under:

Hi, I have a serious problem on my server with MySQL server, it overload itself without any error in

/var/log/mysqld

What steps should I do to find out the problem ?

my.cnf is

[mysqld]
set-variable=local-infile=0
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
old_passwords=1

skip-bdb
set-variable = innodb_buffer_pool_size=256M
set-variable = innodb_additional_mem_pool_size=20M
set-variable = innodb_log_file_size=128M
set-variable = innodb_log_buffer_size=8M
innodb_data_file_path = ibdata1:1000M:autoextend

Please help, thx

© Server Fault or respective owner

Related posts about mysql