56gt 发表于 2017-12-13 14:44:29

解决MySQL workbench的Can

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

  问题原因: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服务 -> 右键并启动之
页: [1]
查看完整版本: 解决MySQL workbench的Can