Page 1 of 1

Connect fail: The requested name is valid, but no data (...)

Posted: Fri 16 Apr 2010 11:36
by ghs
When trying to set up MySQL Connection via HTTP Tunnel, I get following error:
Can't connect to MySQL server on 'server-name' (10061):
The requested name is valid, but no data of the requested type was found
Additional information: the server I am trying to connect to does not allow database enumeration (so I've typed database name, instead of picking it from combo box).
Can you provide me with any solution to this?

Posted: Mon 19 Apr 2010 14:05
by StanislavK
Please check that the port specified in your connection string is the same one which is used by the MySQL server, and that you are able to connect to the server by some standard tool.

If the problem persists, please specify (at least roughly) the connection string you are using.

Posted: Mon 19 Apr 2010 14:08
by ghs
Problem was solved by using numeric IP address instead of host name.