Unable to connect to localhost

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
MikeSimpson
Posts: 1
Joined: Thu 04 Sep 2014 16:11

Unable to connect to localhost

Post by MikeSimpson » Thu 04 Sep 2014 16:26

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.

alexa

Re: Unable to connect to localhost

Post by alexa » Fri 05 Sep 2014 12:47

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'.

Post Reply