LoginSignup
0
0

More than 5 years have passed since last update.

The server quit without updating PID file → mysql起動コマンドのsudo忘れでした

Last updated at Posted at 2016-09-22

mysqlが起動せずに四苦八苦していました。それで、いつものディレクトリの権限やプロセス周りを疑っていたのですが、今回は凡ミスでした。

エラー。

$ mysql.server start
ERROR! The server quit without updating PID file

sudoをつけて解決。

$ sudo mysql.server start
Starting MySQL
... SUCCESS!

いつもお世話になっている記事

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0