Alıntı
$options['SQL_SERVER'] = 'localhost';
$options['SQL_USER'] = 'ftpkullaniciadi_mysqluser';
$options['SQL_PASSWORD'] = 'şifreniz';
$options['SQL_DATABASE'] = 'ftpkullaniciadi_mysqlname';
$options['SQL_TABPREFIX'] = '';
$options['SQL_PERSIST'] = 1;
bu şekilde olursa hiç bir sorun olmaz, bizzat kendim indirip denedim.