07.02.2009, 12:50
The cause of your error is that the MySQL user you where logging in as is only permitted to log in from 127.0.0.1 - I guess you where logging in as root. Now that you've set it to 127.0.0.1 it will work but I suggest using a separate user for security regardless.

