MySQL Access denied error (1045) even after changing password on if0_40214078

Hello,

I am getting an Access denied (Error 1045) when trying to connect my PHP application to the MySQL database. Currently, the page shows HTTP ERROR 500.

Hosting Account Username: if0_40214078

Domain: jrplay.gamer.gd

DB Host: sql303.infinityfree.com

Database: if0_40214078_JRplay

Status: I have already changed my Hosting Account Password multiple times and waited over 15 minutes, but the MySQL server is still rejecting the connection. My code is confirmed to be correct.

Could you please check the internal synchronization status of my MySQL password for user if0_40214078 ?

your Hosting account password isn’t the same as your SQL password.

in your dashboard go to your SQL section and its at the top:

7 Likes

I had a quick look at your website. The installation page is currently returning a 500 error. If I enable display_errors, I get a code syntax error, not a database error. So you may want to fix that (and maybe leave display_errors enabled until everything is working).

I also had a quick look at your database configuration. It looks fine, except that you didn’t use the correct database host (your website IP is not where your database can be found).

8 Likes

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