selam arkadaşlar
wamp server ı kurdum ama phpmyadmin e giremiyorum
config.inc

$i++;
/* Authentication type */
$cfg['Servers'][$i]['verbose'] = 'mysql wampserver';
//$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
/* Server parameters */
$cfg['Servers'][$i]['host'] = '127.0.0.1';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysql if your server does not have mysqli */
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;


burada password boş bırakınca
Access denied for user 'root'@'localhost'(using password:NO) hatası alıyorum.
password 'a herhangi bir şifre girince de
Access denied for user 'root'@'localhost'(using password:YES) oluyor.

2 gündür uğraşıyorum bi türlü bulamadım çözümünü.
yardımlarınızı bekliyorum arkadaşlar