Hey there i need some help
$db['host'] = 'idk'; //Mysql's Host
$db['port'] = '3306'; //Mysql's port
$db['user'] = "root"; //Mysql's user
$db['pass'] = 'iknow'; //Mysql's password
$db['db'] = "iknow"; //Mysql's database
what should i put into host because im using different server for the database im not having the database on the same server i get this error
BrainCMS Configuration Error:
I was unable to connect to the provided MySQL server. Please ask the administrator to review the error message log for details.
$db['host'] = 'idk'; //Mysql's Host
$db['port'] = '3306'; //Mysql's port
$db['user'] = "root"; //Mysql's user
$db['pass'] = 'iknow'; //Mysql's password
$db['db'] = "iknow"; //Mysql's database
what should i put into host because im using different server for the database im not having the database on the same server i get this error
BrainCMS Configuration Error:
I was unable to connect to the provided MySQL server. Please ask the administrator to review the error message log for details.