i think that your host address is unlikely to be right.
when you say that that message, i assume that you are talking about a mysql message or are you talking about the message generated by my code 'Either your username or password is incorrect'
if the latter then make sure that in the database your password is encrypted with sha1().
well you can be sure then that your database is configured to refuse connections from the root user connected via localhost. you need to check the privileges table to fix that. this is a mysql issue.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.