Ubuntu上のMySQLを起動、停止、再起動する方法。
$ sudo /etc/init.d/mysql start ←起動
$ sudo /etc/init.d/mysql stop ←停止
$ sudo /etc/init.d/mysql restart ←再起動

コメントする