结束进程
kill -9 111(111是进程ID,用ps -A|grep mysql类似命令查询出来的)
查询当前进程
ps -A|grep mysql 查询mysql的进程
查找文件
find /etc -name mysql 在根目录的etc目录下查找mysql
centos常用命令整理,布布扣,bubuko.com
centos常用命令整理
原文:http://www.cnblogs.com/zhenzhong/p/3584579.html