Wreckle
New Member
- Dec 12, 2013
- 5
- 0
Okay hello there... I'm new to this forum i tried my hardest to find the right section to put this post in and hopefully i did!
Okay so lastnight I started to make my localhosted Retro. It seems an error comes up when i try and load it!
MySQL Engine - RevCMS:
MySQL could not connect to database
Need to take a look? Here :
Please please please help!
Thanks, Wreckle
Okay so lastnight I started to make my localhosted Retro. It seems an error comes up when i try and load it!
MySQL Engine - RevCMS:
MySQL could not connect to database
Need to take a look? Here :
You must be registered for see links
&
You must be registered for see links
Please please please help!
Code:
_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'] = 'seany'; //MySQL password
$_CONFIG['mysql']['database'] = 'phoenix'; //MySQL database
$_CONFIG['mysql']['port'] = '3306'; //MySQL's port
Thanks, Wreckle