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)
Thank you very much. It was the password which was wrong. I visited https://app.infinityfree.net/accounts//(my_user) 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.