Not true Dismounted, the max_questions is also counted per MySQL user in most cases.
@ToneZ0r
You should replace the 'user1' & 'pass1' (and 2, duplicate if more lines needed) with the real MySQL username/passwords you have created.
You should place the code directly under:
PHP Code:
// ****** 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'] = 'xxxx';
$config['MasterServer']['password'] = 'xxxx';