Cvolton / GMDprivateServer

Geometry Dash Private Server
GNU General Public License v3.0
397 stars 295 forks source link

can`t create account #1010

Open powerty989 opened 1 year ago

powerty989 commented 1 year ago

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

masckmaster2007 commented 1 year ago

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

fancythedeveloper commented 1 year ago

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?

powerty989 commented 1 year ago

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"; ?>

powerty989 commented 1 year ago

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

blockarchitech commented 1 year ago

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.

fancythedeveloper commented 1 year ago

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.

ghost commented 1 year ago

You need to check the db