$cfg['SQLValidator']['use'] = FALSE; // Make the SQL Validator available $cfg['SQLValidator']['username'] = 'root'; // If you have a custom username, specify it here (defaults to anonymous) $cfg['SQLValidator']['password'] = 'sa'; // Password for username |