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解決策
エラーが発生しました.
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 -pEnter 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.
の最後の部分
Reference
この問題について(ERROR 2002 (HY000): Can't connect to local MySQL), 我々は、より多くの情報をここで見つけました
https://velog.io/@wlgns410/ERROR-2002-HY000-Cant-connect-to-local-MySQL
テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol
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.
Reference
この問題について(ERROR 2002 (HY000): Can't connect to local MySQL), 我々は、より多くの情報をここで見つけました https://velog.io/@wlgns410/ERROR-2002-HY000-Cant-connect-to-local-MySQLテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol