ERROR 2002 (HY000): Can't connect to local MySQL

1018 ワード

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
エラーが発生しました.
rdsのみ使用するため、mysqlをローカルで接続したいのでmysqlを再開する必要があります.
だから開け直した
mysql.server start
ERROR! The server quit without updating PID file (/usr/local/var/mysql/ijihuns-MacBook-Air.local.pid).
うん.何か変なことがあったようです.
mysql -v
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

解決策


brew install mysql
mysql.server start
そのまま再舗装して再起動しましょう.
mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 8
Server version: 8.0.28 Homebrew

Copyright (c) 2000, 2022, Oracle and/or its affiliates.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
の最後の部分