質問編集履歴
1
MySQLインストール方法を追記しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,5 +2,8 @@
|
|
2
2
|
|
3
3
|
> ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (38)
|
4
4
|
|
5
|
+
追記:https://gorails.com/setup/osx/10.11-el-capitan
|
6
|
+
上手くいかないので、MySQLのアンインストール・再インストールを何度も繰り返しました。インストール時は上記サイトを参考にしました。brew install mysql / brew uninstall mysqlです。
|
7
|
+
|
5
8
|
I have moved to El Capitan from Yosemite, but now I'm unable to install MySQL on my local machine. I've tried all the things out there, but still I can't get into the MySQL shell; it gives me the following error. It keeps giving me the following error:
|
6
9
|
> ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (38)
|