In .\phpmyadmin\config.inc.php :
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'password_you_set'; // change the content in the quote to password you previously set in phpMyAdmin
In .\phpmyadmin\config.inc.php :
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'password_you_set'; // change the content in the quote to password you previously set in phpMyAdmin
Comments