db user adı?
db oluşturduktan sonra db user oluşturacaksın (şifre user'e veriliyo zaten)
// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config['Database']['dbname'] = 'forum';
Yukarda forum yazan kısma db ismini yazacaksın.
// ****** 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'] = 'root';
$config['MasterServer']['password'] = '';
Root yazan yere oluşturduğun user'i,
''; olan kısma da şifreni:
'şifre';