Problem with MySQL

Hi,

I have a problem on my website.
I changed the password on my SQL file but it is not updated so I have an error ( Uncaught PDOException).

When I edit the file with the online file manager the informations are good but in the displayed error the informations are old.

I also checked the upload folder which is the right one.

@Luzubal said:
Hi,

I have a problem on my website.
I changed the password on my SQL file but it is not updated so I have an error ( Uncaught PDOException).
If it was a password on a popular script, they usually store passwords in encrypted format (eg AES) and then you will have to paste your new password in this specific encrypted format.

When I edit the file with the online file manager the informations are good but in the displayed error the informations are old.

I also checked the upload folder which is the right one.

You mean that your website still shows old files?

  1. Try clearing your browser’s cache
  2. Try clearing your DNS cache

Does the Uncaught PDOException come with an exception message as well? All exceptions have messages as well.

Also, I’m not sure I fully understand what you changed. Do you mean you changed the database password in the database configuration file of your website software? And what do you mean by it’s not updated?

I don’t know why but today the problem is solved. Thanks for your answers.