I (apt-get ile yüklü) yerel phpMyAdmin var adn ben giriş ve şifre bunu açmaya her zaman girme yoruldum. Veritabanı hiçbir hassas bilgi, sadece bir test tabloları içerir ve sadece 127.0.0.1 görülebilir
Ben bunu açtığımda phpMyAdmin zaten (örneğin) şifre ile root
user 1234
olarak giriş istiyorum. Bunu nasıl yapabilirim?
P.S. Bir tarayıcıda parola kaydetme ne istiyorum değildir.
SOLUTION:
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '1234'; // use here your password
$cfg['Servers'][$i]['auth_type'] = 'config';