// ****** MASTER DATABASE USERNAME & PASSWORD ****** // This is the username and password you use to access MySQL. // These must be obtained through your webhost. $config['MasterServer']['username'] = 'YOURDBUSER'; $config['MasterServer']['password'] = 'YOURDBPASS';