[root@ylk1 root]#lcdstatus -e BACKUP TAG ID STATE PRIO ylk2.example.com Mysql-ThinkIT mysql7712 ISP 1 ylk2.example.com ip-192.168.44.134 IP-192.168.44.134 ISP 1 (以下出力略)
[root@ylk1 root]# ps auxwww | grep mysql root74320.00.05204156tty1SDec110:00 /bin/sh /usr/local/bin/mysqld_safe (出力略) mysql74970.04.710546412096tty1SDec110:02 /usr/local/libexec/mysqld (以下出力略) [root@ylk1 root]# netstat -anp | grep 3306 tcp000.0.0.0:33060.0.0.0:*LISTEN7497/mysqld
[root@ylk1 root]# kill -9 7432 7497 [root@ylk1 root]# netstat -anp | grep 3306 [root@ylk1 root]#
[root@ylk1 root]# netstat -anp | grep 3306 tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 17623/mysqld