发布网友 发布时间:2022-04-28 13:15
共2个回答
热心网友 时间:2022-04-08 22:03
通过ps命令查看mysql进程即可,执行如下命令:ps -aux|grep mysql执行结果中看到了mysql进程,确定mysql正在运行。ysql 1634 0.0 0.1 13980 1268 ? S Aug11 0:00 [mysqld]root 6849 0.0 0.0 4816 640 pts/1 S 09:40 0:00 grep mysql ,想了解更多linux相关知识,请访问《linux就该这么学》官网!热心网友 时间:2022-04-08 23:21
通过ps命令查看mysql进程即可,执行如下命令: