今天用docker装mysql,连接时报这个错:
docker解决Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'
Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’
网上找了很久,终于找到解决办法:
mysql -h 127.0.0.1 -P 3306 -u root -p回车后输入密码即可登陆成功。
docker解决Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'

相关文章:

  • 2022-12-23
  • 2022-03-07
  • 2021-09-26
  • 2022-12-23
  • 2021-09-15
  • 2021-08-01
  • 2021-08-08
  • 2021-10-09
猜你喜欢
  • 2022-12-23
  • 2021-06-11
  • 2021-04-02
相关资源
相似解决方案