Multiple Server Setup
Database Server(s)
$config['DB_STATS_SERVER'] = 'localhost';
//replace localhost with address/hostname of where slave database lives
$config['DB_STATS_USER'] = 'access';
//replace access with the username for slave database
$config['DB_STATS_PASSWORD'] = 'my_password';
//replace my_password with the password for slave database
$config['DB_STATS_DB'] = 'db_name';
//replace db_name with the name of the slave databaseOptional Servers
API Database Server
Database Reporting
Configure as an Array
Configure as a Single Database
Admin Database Reporting
Surfer Servers

Last updated
Was this helpful?