ERROR 2003 (HY000): Can't connect to MySQL server on localhost (10061)
You don't need to restart your windows. The easiest way to achieve this is
- Goto /bin/
- Run mysqld (service)
- close the cmd prompt
- Run mysql.exe or the better way to do is add the location to PATH environment Variable
Thanks
Go to Run type services.msc
. Check whether MySQL services is running or not. If not, start it manually. Once it started, type mysqlshow
to test the service.
i also face the same problem. try it
- Go to bin directory copy the path and set it as a environment variable.
- Run the command prompt as admin and cd to bin directory:
- Run command : mysqld –install
- Now the services are successfully installed
- Start the service in service windows of os
- Type mysql and go