web analytics

Geeks Terminal

          Linux | Open Source | Web Hosting and more..

To reset WordPress admin password from MySQL database, follow the simple steps 1) Login to cPanel and open the database used by WordPress in phpMyAdmin. 2) Click on MySQL icon at the top of the navigation bar. 3) In the query field, execute the following query UPDATE `wp_users` SET `user_pass` = MD5( ‘new_password_here’ ) WHERE `wp_users`.`user_login` = “admin_username”; “new_password_here” – [...]

Categories: Linux, MySQL