Sayın forum katılımcıları !
Aşağıda confic.inc.php dosyasından ilgili bölümü aldım.
Kullanıcı adı:yusuf1
Şifre:yusuf2
Kullanıcı adını ve şifreyi bu dosyada başka yerlere yazmam gerekiyor mu ?
Veritabanına bağlanamıyorum.
Vereceğiniz bilgi için şimdiden teşekkür ederim.
$cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settings
// (this user must have read-only
$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
// and "mysql/db" tables).
// The controluser is also
// used for all relational
// features (pmadb)
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'yusuf1'; // MySQL user
$cfg['Servers'][$i]['password'] = 'yusuf2'; // MySQL password (only needed