Could anyone please help i get C:\xampp\htdocs\app\class.engine.php on line 48 :(((

Emin

New Member
Oct 19, 2013
11
2
Guys i need help i get this/ Warning: mysql_pconnect(): Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\app\class.engine.php on line 48
MySQL Engine - RevCMS:
MySQL could not connect to host
 

MrGreen

Member
Oct 3, 2013
66
4
Login to it, go to where I showed you earlier Users > localhost > edit priveleges and make sure it's the one that has them, then you should be able to set a new passsword
 

Emin

New Member
Oct 19, 2013
11
2
Posts merged, do not post twice (or more) in a row.
no i deleted phpmyadmin remember? :p i dont have a pass or anything now :eek:

Wait i'll just delete xampp and download it again.

thanks mrgreen back on track again :)
 
Last edited by a moderator:

JackRetro1

New Member
Apr 17, 2014
2
0
The same thing is happening to me but I dont know how to fix it says -
Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\app\class.engine.php on line 48

Warning: mysql_pconnect(): Access denied for user 'root'@'localhost' (using password: NO) in C:\xampp\htdocs\app\class.engine.php on line 48
MySQL Engine - RevCMS:
MySQL could not connect to host
 

Wickd

The first member of the Knights of the Pink Table
Jan 15, 2013
1,936
612
Go to and change your pass.Then use that pass in CMS config.
 

GarettM

Posting Freak
Aug 5, 2010
833
136
This is just advice but i would advise you to use one of these setups for your hotel
  • WAMP (Apache2 + Mysql )
  • IIS7 + Mysql community server
And another tip:
DONT FORGET YOUR PASSWORD
 

Ziamerko

Member
Mar 29, 2015
54
3
Change whatever you have to this:

$_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 pw'; //MySQL password

$_CONFIG['mysql']['database'] = 'your db'; //MySQL database

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

Users who are viewing this thread

Top