SQLSTATE[HY000] [1045] Access denied for user 'epiz_24216141'@'192.168.2.194' (using password: YES)

if ($_SERVER[‘REMOTE_ADDR’] == ‘127.0.0.1’) {
define(‘DB_HOST’, ‘localhost’);
define(‘DB_NAME’, ‘voynushka’);
define(‘DB_CHAR’, ‘utf8mb4’);
define(‘DB_USER’, ‘root’);
define(‘DB_PASS’, ‘root’);
} else {
define(‘DB_HOST’, ‘sql302.epizy.com’);
define(‘DB_NAME’, ‘epiz_24216141_voynushka’);
define(‘DB_CHAR’, ‘utf8mb4’);
define(‘DB_USER’, ‘epiz_24216141’);
Hidden by MOD
}

re-create account - earned

Next time, please make sure you don’t share your password on a publicly accessible forum. No need to have everyone in the world test your credentials, right?

1 Like

No need for people to be considered fools, the password was immediately generated a new one, and after the account was re-created, it already changed )))

Did anyone call you a fool? If so, please report the post, because insulting people is not what we do here.

And if you were offended by my message, then I’m sorry. But you did post your password both in text and in a screenshot for everyone to see, so do you believe the the warning about passwords really uncalled for?

I have a similar problem how can i do to solve?

Did you read the Knowledge Base? If not, here are some articles from it that should solve the problem (if you can’t read those click on the blue part):

https://infinityfree.net/support/common-mysql-errors/

https://infinityfree.net/support/unable-to-access-phpmyadmin/

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