I use my remote MySQL database during long time.

But today I suddenly have found that I cannot connect to the database. I have got an error. "Can't get hostname from your ip address". I haven't changed anything in MySQL settings.

What's the problem?

link|improve this question

tried ping yourMySQLHostIP ? – Nishant Feb 25 '11 at 14:07
I have restarted the MySQL service on the remote server but it did not help. – Jean Louis Feb 25 '11 at 14:07
I have a site on the same server. It works fine if I type the IP of the server into the browser address bar. – Jean Louis Feb 25 '11 at 14:12
1  
As the error states : MySQL is unable to resolve your current IP to a hostname (ie. it cannot perform a reverse lookup on your current IP). Check this bug report and also how MySQL uses DNS for some background info. – wimvds Feb 25 '11 at 15:06
feedback

1 Answer

up vote 3 down vote accepted
[mysqld]

skip-name-resolve 

just add this in my.ini /my.cnf

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.