Jake Sebastian
Member
- Aug 27, 2011
- 108
- 10
MySQL Engine - RevCMS:
MySQL could not connect to databaseHelp?!
MySQL could not connect to databaseHelp?!
$_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'] = 'root'; //MySQL password
$_CONFIG['mysql']['database'] = 'Your database'; //MySQL database
$_CONFIG['mysql']['port'] = '3306'; //MySQL's por
$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.
$_CONFIG['mysql']['hostname'] = 'localhost:8080'; //MySQL host
$_CONFIG['mysql']['username'] = 'root'; //MySQL username
$_CONFIG['mysql']['password'] = 'Your Password'; //MySQL password
$_CONFIG['mysql']['database'] = 'Your database name'; //MySQL database
$_CONFIG['mysql']['port'] = '3306'; //MySQL's por