Putting a password to a user in PhpMyAdmin in Wamp

后端 未结 7 2083
不思量自难忘°
不思量自难忘° 2020-12-14 17:33

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.

7条回答
  •  北海茫月
    2020-12-14 17:57

    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

提交回复
热议问题