[–] Zachery 10y ago ↗ It seems odd to use a tool to create the md5 hash when that is available naively in MySQL's tool set. UPDATE `wp_users` SET `user_pass`= MD5('newpassword') WHERE `user_login`='username';
1 comment
[ 2.8 ms ] story [ 11.6 ms ] thread