On Saturday 17 December 2005 21:43, [EMAIL PROTECTED] wrote: > I think the most likely culprit will be an unexpected reverse DNS result. > Here are the other likely reasons to get an access denied error: > http://dev.mysql.com/doc/refman/4.1/en/access-denied.html > > To the server, does the machine you are trying to login from reverse DNS > to 'otherhost.mydomain' or some other address? Was the server started with > --skip-name-resolve option? If it was, during your login attempt the > server will be trying to validate your IP address (what it sees) against > your DNS name (what's in the permissions tables).
I forgot to do a 'FLUSH PRIVILEGES;' after the GRANT command. Thanks to "Sol Beach" for this solution. -- Jørn Dahl-Stamnes homepage: http://www.dahl-stamnes.net/dahls/ -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]