Mysql reports error. Please help.

allower

Verified User
Joined
Mar 27, 2008
Messages
29
To: [email protected]
Subject: lfd on server.myhost.nu: Suspicious process running under user mysql

Executable:

/usr/local/mysql-5.1.34-linux-i686/bin/mysqld


Command Line (often faked in exploits):

/usr/local/mysql/bin/mysqld --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data --user=mysql --log-error=/usr/local/mysql/data/server.myhost.nu.err --pid-file=/usr/local/mysql/data/server.pid


Network connections by the process (if any):

tcp: 0.0.0.0:3306 -> 0.0.0.0:0


Files open by the process (if any):

and then alot of filelocations.
---------------------------------------------------------------------

And at the same time I get that mail I get this as well.

To: [email protected]
Subject: lfd on server.myhost.nu: Excessive resource usage: mysql (26310)

Time: Sat Jan 30 19:43:41 2010 +0100
Account: mysql
Resource: Process Time
Exceeded: 74312 > 1800 (seconds)
Executable: /usr/local/mysql-5.1.34-linux-i686/bin/mysqld
Command Line: /usr/local/mysql/bin/mysqld --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data --user=mysql --log-error=/usr/local/mysql/data/server.myhost.nu.err --pid-file=/usr/local/mysql/data/server.pid
PID: 26310
Killed: No


What is wrong here? I run this on a VPS and I thought it could be becouse i got too little RAM. But it's probably not why cos I could borrow 1 gb extra for 1 hour from my VPS host and I still get this error mail?

What can be wrong here?

Thanks for any help
/Christian.
 
Solved.

Changed csf.conf PT_USERMEM och PT_USERTIME near the bottom of the config file.

Also added user:mysql to csf.pignore

/Christian
 
Back
Top