Config.php dosyasını herhangi bi editör program yardımı ile açıyorsunuz.
Aşağıdaki bölümlerde değişiklik yapıyorsunuz sadece. ( mail adresi zorunlu bölüm değildir. )
Oluşturduğunuz veritabanı adı, veritabanı kullanıcı adı ve şifresini gerekli yerlere giriyorsunuz
Kod:
// ****** 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'] = 'databaseadi';
Alıntı:
// ****** TECHNICAL EMAIL ADDRESS ******
// If any database errors occur, they will be emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$config['Database']['technicalemail'] = 'dbmaster@example.com';
Alıntı:
// ****** 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'] = 'dbkullaniciadi';
$config['MasterServer']['password'] = 'dbkullanicisifresi';
Aşağıdaki bölümlerde değişiklik yapıyorsunuz sadece. ( mail adresi zorunlu bölüm değildir. )
Oluşturduğunuz veritabanı adı, veritabanı kullanıcı adı ve şifresini gerekli yerlere giriyorsunuz
Kod:
// ****** 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'] = 'databaseadi';
Alıntı:
// ****** TECHNICAL EMAIL ADDRESS ******
// If any database errors occur, they will be emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$config['Database']['technicalemail'] = 'dbmaster@example.com';
Alıntı:
// ****** 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'] = 'dbkullaniciadi';
$config['MasterServer']['password'] = 'dbkullanicisifresi';