Creepy MySQL error during hard work

Posted by Kiewic on Server Fault See other posts from Server Fault or by Kiewic
Published on 2011-02-09T22:09:47Z Indexed on 2011/02/09 23:27 UTC
Read the original article Hit count: 245

Filed under:
|

Hi, I have a MySQL database installed on a OpenSuse 11.1 server (it is a Bitnami image).

The database works fine, it can stay many days without any error, but when MySQL receives a huge amount of transactions, it dies immediately. The next screen shows the error:

screenshot of the error

Moreover, I don't know how to restart MySQL. I have tried this:

/opt/bitnami/mysql/bin/mysqld start

But it doesn't work, that gives me the next output:

110209 17:09:01 [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!

110209 17:09:01 [ERROR] Aborting

110209 17:09:01 [Note] /opt/bitnami/mysql/bin/mysqld.bin: Shutdown complete

It doesn't matter which kind of statements are executing, if they are a huge amount, MySQL dies. The MySQL server version is 5.1.30

What can be causing these sudden failures?

© Server Fault or respective owner

Related posts about mysql

Related posts about opensuse