If a WordPress admin password has been forgotten, there are two ways to reset it - via the WordPress login page, or directly through the database using phpMyAdmin if the email reset is not available.
yourdomain.com/wp-admin.This is the quickest method and should always be tried first.
Use this method if the customer no longer has access to the email address associated with the WordPress account.
wp-config.php in File Manager for the DB_NAME value).user_pass field, clear the existing value and enter a new password.user_pass, select MD5.The admin password is now updated. Log in to /wp-admin with the new password.
wp_users table uses a different prefix (e.g. mywp_users), this will be visible in phpMyAdmin - the table name will end in _users.No worries, Our experts are here to help.