Stuck on the CONFIG.php part?

Babybogs2012

New Member
Feb 16, 2012
22
5
* MySQL management
*
*/

$_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 ROOT PASSWORD HERE'; //MySQL password

$_CONFIG['mysql']['database'] = 'r63b'; //MySQL database

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

/*

*/

can anyone help me with this part of what i need to full out ect and what needs to go into what :S
 

TheEditor

New Member
Jul 30, 2013
24
0
*
*/

$_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'] = 'that username you logon to mysql goes here'; //MySQL username

$_CONFIG['mysql']['password'] = 'the password you logon to mysql goes here'; //MySQL password

$_CONFIG['mysql']['database'] = 'the database name in mysql goes here'; //MySQL database

$_CONFIG['mysql']['port'] = '3306'; //MySQL's port (dont change this)

/*

*/
 

Babybogs2012

New Member
Feb 16, 2012
22
5
Transparent, i didnt know what password it was after so shut up you idiot.
i have been away from retros for 2-3 years so i have forgot just about everything so smfd.
 

Users who are viewing this thread

Top