关闭内存占用进程 kill -9 ps aux | grep chrome | awk '{print $2}' 检查数据库进程 mysql -uroot -pxxxxxxxx show processlist;