mysql

magnusek

New member
Joined
May 12, 2010
Messages
2
hello,

I have small problem with mysql becouse my service monitoring is:

directadmin directadmin (pid 2287 2809 2813 2814 2824 2892 ) Start Stop Restart Reload
dovecot dovecot (pid 2291 ) Start Stop Restart Reload
exim exim (pid 2301 ) Start Stop Restart Reload
httpd httpd (pid 2371 2664 2665 2666 2667 2668 ) Start Stop Restart Reload
mysqld mysqld (pid 2878 ) Start Stop
named named (pid 2260 ) Start Stop Restart Reload
proftpd proftpd (pid 2420 ) Start Stop Restart
sshd sshd (pid 2275 2733 2740 ) Start Stop Restart Reload


and when im tray shutdown mysql instance im see somthing this:

An error has occurred

Details


somebody know where my by a problem?

thangs
 
/var/log/directadmin# grep mysql ./*
./errortaskq.log:2010:05:10-01:01:12: service mysqld wasn't running, starting it
./system.log:2010:05:10-01:01:12: mysqld started

?

mysql logs is clear :/
 
so the problem is only on shutdown?

If so ...

I would be guessing that perhaps you have a mysql database transaction still in action, or you have a busy database, or your mysql is getting hammered by heaps of websites/users.

If not, please explain what the problem is ...
 
Back
Top