Hi List,

I have a pop server running on Mandrake Linux and the authentication of pop
users is happening through mysql db. At times mysql just hangs and doesn't allow
me to login into the db and even after killing the pid it shows the mysql
processes running but, the status of the message is D and I have to restart my
server to kill those processes. These processes are zombie processes if yes how
do I kill those processes?

TIA.



[root@www /root]# killall -9 mysqld
[root@www /root]# ps -auwx|grep mysql
mysql    10816  0.5  0.6 36700 3160 ?        D    May14  37:53
/usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --
mysql    23036  0.0  0.6 36700 3160 ?        D    13:13   0:00
/usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --
mysql    23046  0.0  0.6 36700 3160 ?        D    13:13   0:00
/usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --
mysql    23062  0.0  0.6 36700 3160 ?        D    13:13   0:00
/usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --
mysql    23063  0.0  0.6 36700 3160 ?        D    13:13   0:00
/usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --
mysql    23069  0.0  0.6 36700 3160 ?        D    13:13   0:00
/usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --
mysql    23080  0.0  0.6 36700 3160 ?        D    13:13   0:00
/usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --
mysql    23082  0.0  0.6 36700 3160 ?        D    13:13   0:00
/usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --
mysql    23086  0.0  0.6 36700 3160 ?        D    13:13   0:00
/usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --
mysql    23090  0.0  0.6 36700 3160 ?        D    13:13   0:00
/usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --
root     29911  0.0  0.1  1636  620 pts/0    S    15:38   0:00 grep mysql
[root@www /root]# killall -9 mysqld
[root@www /root]# killall -9 mysqld
[root@www /root]# killall -9 mysqld
[root@www /root]#


_______________________________________________________________
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to