Error php mysql connection

http://redit Hidden by MOD
Uncaught PDOException: SQLSTATE[HY000] [1045] Access denied for user ‘epiz_24060493’@‘192.168.2.183’ (using password: YES)

listar.php(

$conexion=new PDO(‘mysql:host=sql203.epizy.com;dbname=epiz_24060493_serviciosAndroidPHP’,‘epiz_24060493’,‘cPanel Password’);

)

I have already dealt with both passwords (cpanel, client area) and I have verified them

I just tried to check your account, but it looks like the password from the client area and hosting system got out of sync. Did you reset your hosting account password through the control panel? If so, never do that again, because (as you just experienced) it will break your account. If you need to change the password, always do so through the client area.

I’ve synced both systems now, but this may have changed your password. Please update your configuration with the new password and then try again.

the problem persists

but i did same thing before and my account didn’t break? thank you for this info.

I checked a page on your website which accesses the database, but it seems to be working fine. Where do you still see this error?

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