I can not enter Wordpress with user and pass created from phpMyAdmin

0

Migrate a site made in wordpress and everything is displayed correctly. The problem is that since I did not have the users to access the admin I went to phpMyAdmin / wp_users and there I modified user and password (as I did before). Despite doing this, the login continues to fail me, I find it strange because I am using the data that I loaded in the table. I need to know how to solve this error, thank you very much!

    
asked by Mauricio Tovar 31.08.2017 в 17:33
source

1 answer

0

You must go to your database and look for the table {prefijo-tabla}_users and give edit the user you want, there you change the value of the field user_pass . In the function section you choose the MD5 function, which is the type of encryption that wordpress uses for passwords:

Save the changes and that's it.

    
answered by 31.08.2017 / 17:57
source