MySQL error: Can't get hostname from your ip address
Just add below in my.ini
or my.cnf
.
[mysqld]
skip-name-resolve
Linux:
Otherwise, start MySQL server with the following flag:
sudo service --skip-name-resolve
For more information: http://dev.mysql.com/doc/refman/5.0/en/host-cache.html