Cannot connect to mysql database

I created my database, and I correctly entered the info about the host, username, password and database name in my db config file in php. However in my app I get his error. Is there a step that I have missed? I thought the username created had automatic read/write access to the database.

Error Message

Connection failed: Access denied for user ‘epiz_32115920’@‘192.168.0.188’ (using password: YES)

Other Information

See:

4 Likes

Thank you very much. It was the password which was wrong. I visited Login to your account - InfinityFree and I clicked on MySQL Password to see it (in my case, it was not the same as my hosting account password, which I had changed, but it’s the same, as long as it is working).
Thanks for your help.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.