Can’t connect to MySQL server on ‘127.0.0.1’ (10061) (2003)

Looks like the mysql server is not started.

Look to the official documentation of MySQL how you can start a service under windows.

Install the server as a service using this command: C:> “C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld” –install

Leave a Comment