mysql

Hello,
When i try to connect to our MySQL database it returns an error saying failed to connect.
I have got the correct details including password.
Please help
Thank you very much
The Coders Zone

Can you get the actual error message returned by MySQL (or PHP)? That error message doesn’t really give any insight as to what’s happening.

This article could help: https://infinityfree.net/support/common-mysql-errors

Warning: mysqli::mysqli(): (HY000/1045): Access denied for user ‘!!!’@‘’ (using password: YES)

@thecoderszone said:
Warning: mysqli::mysqli(): (HY000/1045): Access denied for user ‘!!!’@‘’ (using password: YES)

Again, check: https://infinityfree.net/support/common-mysql-errors . The error and it’s cause is listed there.

Hello, It is all correct but it still does not work.

@thecoderszone said:
Hello, It is all correct but it still does not work.

Where can I check this? Which account, file and URL?