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

后端 未结 26 1968
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 02:48

    i also face the same problem. try it

    1. Go to bin directory copy the path and set it as a environment variable.
    2. Run the command prompt as admin and cd to bin directory:
    3. Run command : mysqld –install
    4. Now the services are successfully installed
    5. Start the service in service windows of os
    6. Type mysql and go

提交回复
热议问题