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
*
*/
$_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