Uncaught mysqli_sql_exception

Website URL

internet-diving.infinityfreeapp.com

Error Message

**Fatal error** : Uncaught mysqli_sql_exception: Access denied for user '[email protected]'@'192.168.0.53' (using password: YES) in /home/vol7_3/infinityfree.com/if0_36011463/htdocs/index.php:25 Stack trace: #0 /home/vol7_3/infinityfree.com/if0_36011463/htdocs/index.php(25): mysqli->__construct('sql313.inifinit...', 'PII@...', Object(SensitiveParameterValue), 'if0_36011463_in...') #1 {main} thrown in **/home/vol7_3/infinityfree.com/if0_36011463/htdocs/index.php** on line **25**

Other Information

i have a config.php file that is linked to index.php with the information below

<?php

// Database credentials

define('DB_SERVER', 'sql313.inifinityfree.com');

define('DB_USERNAME', '[email protected]');

define('DB_PASSWORD', '???');

define('DB_NAME', 'if0_36011463_infodiving');

// API Keys

define('SCREENSHOT_API_KEY', '???');

define('IMGBB_API_KEY', '???');

?>

That is not the database username. The username is if0_36011463

4 Likes

I tried that username - but I’m still getting the same error

Make sure you are using the password shown in the client area, NOT the password you use to signin to the dashboard

4 Likes

Yes, they’re completely different, the password you use for your login is not the MySQL login password. You’re able to find it in the MySQL tab.

1 Like

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