I’m getting this error message while I’m accessing remote mysql database which was running on WAMP.
Simple fix is to add “skip-name-resolve” in my.cnf file which will be shown in MySQL installation directory.
Since the MySQL server is using WAMP environment, You need to put the same line inside [wampmysqld].
The my.cnf file location will […]