ERROR 2003 (HY000): Can't connect to MySQL server on localhost (10061)

后端 未结 26 2296
Happy的楠姐
Happy的楠姐 2020-12-23 02:37

I installed MySQL on Microsoft Windows 8 Using a noinstall Zip Archive. But when i tested by executing the following commands on windows prompt, the above error showed up.<

26条回答
  •  长情又很酷
    2020-12-23 03:03

    Test if the server is running. You can use netstat for this. See https://serverfault.com/questions/260239/unable-to-connect-to-mysql-through-port-3306

    If it is running, it may be the firewall. You can turn that off to test if that is the problem.

    See the following manual to install Mysql as a service: https://dev.mysql.com/doc/refman/5.5/en/windows-start-service.html

提交回复
热议问题