Page 1 of 1

Unable to connect to localhost

Posted: Thu 04 Sep 2014 16:26
by MikeSimpson
I am brand new to working with MySQL. I've installed dbForge Studio Express for MySQL on a Windows 7 Ultimate system. When I click on localhost in the database explorer pane, I get the following error message:

Can't connect to MySQL server on 'localhost' (10061):
No connection could be made because the target machine actively refused it 127.0.0.1:3306

I'm unsure how to fix this. Any and all suggestions are gratefully appreciated.

Re: Unable to connect to localhost

Posted: Fri 05 Sep 2014 12:47
by alexa
Please check that you have specified a port correctly port.

You can check this with the following command:

Code: Select all

telnet 127.0.0.1 3306
Also, in case you using Windows 7, please make sure Telnet is included. If Telnet Client is not included, you can add it in 'Add/remove windows components'.