472,146 Members | 1,401 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,146 software developers and data experts.

MySQL processes not showing.

Hi,

I have a P4 server with RedHat 8.0 running on the lates stable kernel. I
also have MySQL 3.23.54 installed.

My problem is that when I do a 'ps aux', I only see one mysql process:
mysql 916 0.0 0.3 38616 3936 ? S 17:39 0:02
/usr/sbin/mysqld --defaults-file=/etc/my.cnf --basedir=/
--datadir=/var/lib/mys
(root 881 0.0 0.0 4284 4 ? S 17:39 0:00 /bin/sh
/usr/bin/safe_mysqld --defaults-file=/etc/my.cnf)

Or:
ps aux|grep mysql
mysql 916 0.0 0.3 38752 3936 ? S 17:39 0:02
/usr/sbin/mysqld

But if I do a 'fuser 3306/tcp', I get a
3306/tcp: 916 918 919 1127 1128 4774 5348 6042
6083 6214 9113 9123 9424 9445 9448 9819 9909 9984 9992 9994
10088 10095 10096 10112 10127 10228 10240

So basically I have some missing mysql processes. But if I know a pid, I
can ps it, like this:
ps 1128
PID TTY STAT TIME COMMAND
1128 ? S 0:00 /usr/sbin/mysqld --defaults-file=/etc/my.cnf
--basedir=/ --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/ ....
Is this normal? Or maybe the system switched to threads when I was not
watching :-), so that is why I only see one process??

Please advise!

Regards,
- Csongor Fagyal
ps: Being paranoid I have also run the lates chkrootkit... but it says
my system is clean.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/my***********...ie.nctu.edu.tw

Jul 19 '05 #1
0 1379

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

13 posts views Thread by jamie howard | last post: by
reply views Thread by Evan Barter | last post: by
reply views Thread by Tim Fountain | last post: by
reply views Thread by Miguel Perez | last post: by
reply views Thread by Fagyal, Csongor | last post: by
1 post views Thread by Lordo | last post: by
2 posts views Thread by Bruce Sandell | last post: by
reply views Thread by Saiars | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.