Help with CMS

anthnk

New Member
Jun 5, 2015
5
0
Hey guys...
I need help to my Habbo Retro.
I installed a new cms, extracted everything - and now my hotel says: Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead inC:\inetpub\Habtodate\includes\mysql.php on line 13

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: YES) inC:\inetpub\Habtodate\includes\mysql.php on line 13

HoloCMS Configuration Error:
I was unable to connect to the provided MySQL server. Please review the error message above for details.
- i haven't done anything to the cms except from extracted it.
HELP, SKYPE: antonpelsen12
 

Posing

Active Member
Oct 19, 2011
122
26
You need to set the password for the mysql it will be in the cms config file example for revcms:
Should help you out a bit.

$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.

$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host

$_CONFIG['mysql']['username'] = 'root'; //MySQL username

$_CONFIG['mysql']['password'] = ' Your Password here'; //MySQL password

$_CONFIG['mysql']['database'] = ' MYSQL DB HERE '; //MySQL database

$_CONFIG['mysql']['port'] = '3306'; //MySQL's port
 

Users who are viewing this thread

Top