解决ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)
当出现这种问题呢,是因为你没有启动mysql的服务器。
用管理员模式打开cmd输入:net start mysql,出现如下结果。
解决ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)
注意,因为我安装的时候将服务器名称改为了mysql57,所以我的启动命令是net start mysql57啦!
然后重新登陆就行啦。
解决ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)对啦,有打开就有关闭,关闭MySQL服务器的操作是net stop mysql
解决ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)

相关文章:

  • 2021-09-23
  • 2021-07-25
  • 2022-12-23
  • 2021-05-03
  • 2021-06-23
  • 2022-12-23
猜你喜欢
  • 2021-06-12
  • 2021-11-03
相关资源
相似解决方案