方式一:
[root@localhost bin]ps -ef|grep mysql1
方式二:
[root@localhost bin]netstat -nlp1
命令列方式:
[root@localhost bin]cd /usr/bin [root@localhost bin]./mysqld_safe &12
服務方式:
[root@localhost ~]service mysql start 如果服务在启动状态,直接重启服务用以下命令: [root@localhost ~]service mysql restart123
命令列方式:
[root@localhost ~]mysqladmin -u root shutdown1
服務方式:
[root@localhost ~]service mysql stop
以上是Linux中mysql服務啟動和關閉的指令是什麼的詳細內容。更多資訊請關注PHP中文網其他相關文章!