码迷,mamicode.com
首页 > 数据库 > 详细

How to change your password of your mysql account in WampServer

时间:2016-07-03 14:26:02      阅读:326      评论:0      收藏:0      [点我收藏+]

标签:

#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

标签:

原文地址:http://www.cnblogs.com/stavenVanderbilt/p/5637942.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!