telnet . Can't get hostname for your address

2.1k Views Asked by At

i have a program that should work with the database (mysql). The database is on a dedicated server.

I want to connect to the database through Remote Desktop. I read that it is possible to check the entered

telnet ip-dedicated-server 3306

On the old remote desktop it worked, but the new remote desktop when I try to connect to a database displays

Can't get hostname from your ip address

I found the solution

in the mysql server configuration, my.ini or my.cnf , below

[mysqld]

add

skip-name-resolve

AND make restart mysql server

0

There are 0 best solutions below