Steps to reset the wordpress admin login in database
Login to the server and get into the “public_html” folder of the server.Then execute the following commands : > vi wp-config.php See what is the database used by the wordpress and quit that “:q!”. > mysql> use “database”; ( database = name of the database )> show tables;> desc wp_users;>… Continue Reading Steps to reset the wordpress admin login in database