How do you change the password for the root user in phpMyAdmin on WAMP server? because I\'m locked out of phpMyAdmin, after changing the password incorrectly.
i have some problems with it, and fixed it my using another config variable
$cfg['Servers'][$i]['AllowNoPassword'] = true; instead $cfg['Servers'][$i]['AllowNoPasswordRoot'] = true;
may be it will helpfull ot someone