In case the ”forgot password” link on the WordPress login page fails, you can change the admin account password directly from the WordPress database.
Database admin credentials
You’ll need the user credentials to access the database, you can find the credentials withinwp-config.php
by accessing WebFTP or FTP.My Zone
->Services Overview
-> Files
(this opens WebFTP). 

wp-config.php
(right click and Edit
). 
define()
functions. Username as DB_USER
and password as DB_PASSWORD
, the credentials will be seperated with ‘ and “.

Accessing the database (phpMyAdmin)
The easiest way to access your database is by doing so via pma.zone.ee.You’ll need to enter your domain name and database user credentials.
Changing the user password
Click on the database name in the left block, then select wp_users
in the following menu (tables can have a different prefix instead of wp). In the admin account row, click edit
.
