at local WP database – SQL – use the following sequence:
UPDATE wp_users SET user_pass = MD5(‘new password‘) WHERE wp_users.user_login =‘your local wp admin‘ LIMIT 1;
from web
- Do not remove “;”
- Search at the database which local WP are based
- use the sequence above
LI MENGYUAN
GJ!