エラー内容
mysql -u root -p
Enter password:
ERROR 2002 (HY000):
Can't connect to local MySQL server through socket '/tmp/mysql.sock' (38)
MySQLに繋がらない!!
解決策
一番多いのがMySQLが起動していないパターン。。
なので一旦起動しましょう。
mysql.server start
Starting MySQL
SUCCESS!
再度チャレンジ!!!
mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 10
Server version: 8.0.32 Homebrew
mysql>
入れました〜〜!!
はい、解決!終了!!