LoginSignup
0
0

More than 5 years have passed since last update.

[備忘録]ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock'

Last updated at Posted at 2017-07-29

よくわからないsplのエラーでもめました。

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

上のエラーが出た時の対処法。
自分は、以下のコードを実行することによって治りました。

$ mysqld_safe --skip-grant-tables &

詳しくは自分もわかっていないので...

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