当前位置:Gxlcms > 数据库问题 > How to change your password of your mysql account in WampServer

How to change your password of your mysql account in WampServer

时间:2021-07-01 10:21:17 帮助过:2人阅读

#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

标签:

人气教程排行