When i am trying to connect then i got error

mywebsite name is -
www.dhanbadpoint.epizy.com

i am getting error is
Access denied for user ‘epiz_24433441’@‘192.168.2.185’ (using password: YES)

$con=new mysqli(“sql202.epizy.com”,“epiz_24433441”,“**********”,“epiz_24433441_dhanbadpoint”);
if($con->connect_error){
echo $con->connect_error;
}

it means that the database password is invalid

i mean. if you have changed password. the database password won’t change due the weird reasons. admin can reset your permissions for it.

1 Like

Can you share a URL where you actually see this error? I can check it, but to do so, I would like to know where to look.

2 Likes

Sir you can also check at dhanbadtech.epizy.com

When you go to dhanbadpoint.epizy.com then in index page in school area there is Read more option and when u click at Read more then that school.php page get error

From this KB article, but edited a bit by me:

The database password is the same as your hosting account password (which is generally different from your Client Area password!). You can find your hosting account password by logging into your Client Area, selecting the account, scrolling down to “Account Details” and clicking on “Show/Hide” to show the password.

1 Like

I checked your script and the database password is wrong. Please make sure to use your HOSTING ACCOUNT password, not the client area password.

2 Likes

Sir i was tried my both password
Merimaa@452 and Merimaa1432
But both was not work

What Admin said, but edited:

What I said:

Also, do NOT share your Client Area password(s) to anyone! Change that/those to something else, but not to that/those one(s), because it/they is/are not secure!

And, the conclusion is that the Client Area password is often not the hosting account password.

1 Like

First of all, note that you must keep your passwords secure at all times and be extremely careful when sharing it, so:

NEVER EVER PUBLISH YOUR PASSWORDS ON A PUBLICLY ACCESSIBLE FORUM.

I’ve reset your client area password and all your hosting account passwords. You can request a password reset for the client area and set a new password afterwards. Just make sure to not reuse any of these passwords, because they are compromised now.

Looking at the passwords, please remember that:

  • Your hosting account passwords are not your client area password.
  • Every hosting account has a unique password. When entering the password for a hosting account, make sure that you’re using the password of the right hosting account.

Both of your passwords were correct, but not for the account you were trying to use them on.

1 Like

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