首页 > 数据库技术 > 详细

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

时间:2017-01-31 23:30:49      阅读:2701      评论:0      收藏:0      [点我收藏+]

如题,今天打开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服务 -> 右键并启动之

技术分享

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

原文:http://www.cnblogs.com/AraragiTsukihi/p/6359221.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!