Dear Supporter,
I have upgraded my system to use MySQL 5.1, but I check and all the time I get this only:
And in DirectAdmin control panel:
mysqld mysqld (pid 21057 ) Start Stop
And this is the result of mysqladmin processlist:
So, can I have some info about this?
Thank you.
I have upgraded my system to use MySQL 5.1, but I check and all the time I get this only:
Code:
[root@xxx]# ps aux | grep mysqld
root 3560 0.0 0.0 4112 712 pts/1 S+ 02:43 0:00 grep mysqld
root 20912 0.0 0.0 4632 1232 ? S Aug24 0:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --pid-file=/var/lib/mysql/xxx.com.pid
mysql 21057 9.6 17.3 1165596 404804 ? Sl Aug24 82:23 /usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --log-error=/var/lib/mysql/xxx.com.err --pid-file=/var/lib/mysql/xxx.com.pid
And in DirectAdmin control panel:
mysqld mysqld (pid 21057 ) Start Stop
And this is the result of mysqladmin processlist:
Code:
[root@xxx]# mysqladmin processlist |wc -l
5
[root@xxx]# mysqladmin processlist
+--------+------------------+-----------+-----------------+---------+------+-------+------------------+
| Id | User | Host | db | Command | Time | State | Info |
+--------+------------------+-----------+-----------------+---------+------+-------+------------------+
| 109853 | xxx_db | localhost | xxx_user | Sleep | 0 | | |
| 109854 | da_admin | localhost | | Query | 0 | | show processlist |
+--------+------------------+-----------+-----------------+---------+------+-------+------------------+
So, can I have some info about this?
Thank you.