LoginSignup
3
1

More than 5 years have passed since last update.

mysqlのsocketの位置を確認する

Posted at

ソケットが見つからなくてよく出るエラー

Mysql2::Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

まずは、ソケットの位置が合っているのか確認したいですね。

mysql_config --socket

・結果

/var/lib/mysql/mysql.sock

指定された位置に読み込み先を設定しましょう

3
1
2

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
3
1