如题,今天打开MySQL时,出现了这种问题,无法连接到数据库

解决MySQL workbench的Can't connect to MySQL server on '127.0.0.1'(10061)问题

问题原因:The error (2003) Can't connect to MySQL server on 'server' (10061) indicates that the network connection has been refused. You should check that there is a MySQL server running, that it has network connections enabled, and that the network port you specified is the one configured on the server.

也就是说MySQL的服务被拒绝

 

解决方法:

打开控制台 -> 输入"services.msc" -> 找到MySQL服务 -> 右键并启动之

或者右键"计算机" -> "管理" -> "服务与应用程序"中的"服务" -> 找到MySQL服务 -> 右键并启动之

解决MySQL workbench的Can't connect to MySQL server on '127.0.0.1'(10061)问题

相关文章:

  • 2022-12-23
  • 2021-12-06
  • 2021-12-30
  • 2021-12-27
  • 2021-12-20
猜你喜欢
  • 2021-05-16
  • 2022-12-23
  • 2021-12-21
  • 2021-06-29
  • 2021-11-03
  • 2021-09-12
相关资源
相似解决方案