Open powerty989 opened 1 year ago
Connection failed: SQLSTATE[HY000] [1045] Access denied for user '491379'@'localhost' (using password: YES)
so i edited the .bak of gdps i did encode but i can't register help me or if it is not hard make zip file database:http://xebygdgd.ueuo.com/database
Connection failed: SQLSTATE[HY000] [1045] Access denied for user '491379'@'localhost' (using password: YES)
Did you put the right password in /config/connection.php
?
so i edited the .bak of gdps i did encode but i can't register help me or if it is not hard make zip file database:http://xebygdgd.ueuo.com/database
Connection failed: SQLSTATE[HY000] [1045] Access denied for user '491379'@'localhost' (using password: YES)
Did you put the right password in
/config/connection.php
?
yes <?php $servername = "127.0.0.1"; $port = 3306; $username = "491379"; $password = "LOL Nope:)"; $dbname = "491379"; ?>
<?php $servername = "localhost"; $port = 3306; $username = "491379"; $password = "no"; $dbname = "491379"; ?>
There should be a password on the DB. If there is not, please add one. It makes everything much more secure. Setting the password to 'no' only makes the DB Server think the password is actually 'no'.
The hacky, and not recommended (by me, anyway) way: try simply omitting the $password
variable or setting it blank.
Judging from the URL and database name, I'm assuming they're using FreeWHA, and so it should definitely have a passsword. I assume they put "no" because they of course don't wanna leak the password lol.
You need to check the db
so i edited the .bak of gdps i did encode but i can`t register help me or if it is not hard make zip file database:http://xebygdgd.ueuo.com/database