How to change your password of your mysql account in WampServer
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了How to change your password of your mysql account in WampServer相关的知识,希望对你有一定的参考价值。
#1. use phpmyadmin to login mysql and click the account menu, and then click "Change the password", type your password you want to setup, such as: "123456"
#2. Enter the wampserver installation directory, such as F:\\wamp64\\apps\\phpmyadmin4.5.2, open config.inc.php file. modify $cfg[‘Servers‘][$i][‘password‘]=‘your password‘, such as: "123456"
#3. Enter into the directory "F:\\wamp64\\apps\\phpmyadmin4.5.2\\libraries", and open "config.default.php" file, and modify $cfg[‘Servers‘][$i][‘password‘]=‘your password‘, such as: "123456"
#4. logout phpmyadmin, and try to login.
when you re-see this interface. it means you succeed to finish this thing.
以上是关于How to change your password of your mysql account in WampServer的主要内容,如果未能解决你的问题,请参考以下文章
How to handle your webdriver exceptions
How to Exceed Your Goals in 2016
How to scale out your ClickHouse cluster?