

We can reset WordPress admin passwords via command line in cPanel server for domains. First, we need to find which Database is used by the domain for WordPress. You can find it via checking the Database name given in the file ‘wp-config.php’. Upon finding that, login to MySQL prompt. # mysql mysql> use databasename; where… Read more »