Quote:
Originally Posted by mikehawk
Noobed out hard. Can someone explain to me what I put here?
examples;
HOST = 'localhost' (default)
USER = 'root' (default)
PASS = ' ' (default)
DB = 'forums' (default)
-----------------------------------------------------------
*/
$backup['HOST'] = 'localhost';
$backup['USER'] = 'root';
$backup['PASS'] = '';
$backup['DB'] = 'forums';
My forums are located at http://www.realopinion.com/realboards/
|
$backup['HOST'] = 'localhost';
// your ip address that your forums are on, most times 'localhost' is sufficient
$backup['USER'] = 'root';
// put the username attached to the database your forums are on
$backup['PASS'] = '';
//put the password that belongs to that username attached to your database that your forums are on
$backup['DB'] = 'forums';
// name of the database your forums are on