"Could not connect to server" help!!

beth98

New Member
Jun 26, 2014
1
0
I keep getting the same error message come up when i try to load my hotel "Could not connect to server, error: Access denied for user 'test'@'localhost' (using password: YES" im on windows 8 and im trying to create a habbo hotel retro and i have done everything the tutorials said to do but i keep getting that error message when i try to go onto the hotel, what am i doing wrong? :(
 

IPMB1

Member
Jan 1, 2013
249
20
Go to config.php then change
PHP:
$_CONFIG['mysql']['username'] = 'test'; //MySQL username
to
PHP:
$_CONFIG['mysql']['username'] = 'root'; //MySQL username
then under it enter your password.
 

Users who are viewing this thread

Top