Magento: How to reset admin pssword

时间:2014-10-19 21:17:18   收藏:0   阅读:257

Magento: How to reset admin pssword

1
UPDATE admin_user SET password=CONCAT(MD5(‘qXpassword‘)‘:qX‘WHERE username=‘admin‘;

All you have to do is replace the “password” with your required one and run the query.

 

原文:http://www.cnblogs.com/sunsoftware/p/4035460.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!