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.
标签:style http color os ar for strong sp div
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.
Magento: How to reset admin pssword
标签:style http color os ar for strong sp div
原文地址:http://www.cnblogs.com/sunsoftware/p/4035460.html