Steps to reset the wordpress admin login in database
Introduction You can change the WordPress admin username and password directly from the MySQL database using SSH access. Prerequisites Implementation Log in to the server and navigate to the website’s public_html folder. Then execute the following commands: vi wp-config.php Check the database name used by WordPress and stop using it:… Continue Reading Steps to reset the wordpress admin login in database
