change admin access
-
Hi guys,
how can I change the admin login via mysql cli?
I already found the command to list all wp-users. For this I use:
select * from wp_users;
Unfortunately, the following command doesn’t work for me to change the password:
UPDATE wp_users SET user_pass=MD5(‘NewPassword’) where id=3;Query is OK but the wp-login (website/wp-login.php) doesn’t work.
How can I change the password?Thanks a lot!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘change admin access’ is closed to new replies.