error

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
jhaustein
Posts: 4
Joined: Wed 20 May 2015 13:44

error

Post by jhaustein » Wed 20 May 2015 13:47

hi community,

i get probs by configuration and testing with the connection to an 1and1 server

i fill in all the fields correctly and i get this message
Can't connect to MySQL server on 'db554182630.db.1and1.com' (10061):

jhaustein
Posts: 4
Joined: Wed 20 May 2015 13:44

Re: error

Post by jhaustein » Wed 20 May 2015 13:51

at the advanced page
i check keep connection alive
and ping time out 12 sec

jhaustein
Posts: 4
Joined: Wed 20 May 2015 13:44

Re: error

Post by jhaustein » Wed 20 May 2015 13:53

message
Can't connect to MySQL server on 'db......db.1and1.com' (10061):

Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden

alexa

Re: error

Post by alexa » Wed 20 May 2015 15:42

Please try executing the following command line string and provide us result:

telnet ip_address port_number

Here, please replace ip_address and port_number with appropriate ones.

If Telnet Client is not included, you can add it in 'Add/remove Windows components'.

jhaustein
Posts: 4
Joined: Wed 20 May 2015 13:44

Re: error

Post by jhaustein » Wed 20 May 2015 16:55

which ip_adress and port number

from my provider?

alexa

Re: error

Post by alexa » Fri 22 May 2015 10:24

The IP address of the MySQL server you are connecting to. It can be viewed in the 'Host' field of the 'General' tab of the 'Database Connection Properties' dialog box. In case you have specified a host name rather than IP address in the 'Host' field, please also try replacing it with the corresponding IP address.

Post Reply