GMDprivateServer icon indicating copy to clipboard operation
GMDprivateServer copied to clipboard

can`t create account

Open powerty989 opened this issue 2 years ago • 7 comments

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

powerty989 avatar Jun 19 '23 11:06 powerty989

Connection failed: SQLSTATE[HY000] [1045] Access denied for user '491379'@'localhost' (using password: YES)

masckmaster2007 avatar Jun 19 '23 13:06 masckmaster2007

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?

fancythedeveloper avatar Jun 19 '23 23:06 fancythedeveloper

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

powerty989 avatar Jun 20 '23 08:06 powerty989

<?php $servername = "localhost"; $port = 3306; $username = "491379"; $password = "no"; $dbname = "491379"; ?>

powerty989 avatar Jun 20 '23 08:06 powerty989

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.

blockarchitech avatar Jun 21 '23 00:06 blockarchitech

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.

fancythedeveloper avatar Jun 24 '23 03:06 fancythedeveloper

You need to check the db

ghost avatar Nov 23 '23 20:11 ghost