How to change the password to a database and a database user?

Databases do not have passwords. You can only set or change password for database user which is used to connect with a database.

If you want to change the password to a database user, go to https://ABA.ae/panel/en and enter the login details (1) i.e. the email or profile name to the user panel and the password that were set at the time of registration, and then click on the "Sign in" button (2).

 

Go to the Databases section in the user panel: https://ABA.ae/panel/en/databases and click on the “Edit” button (1), next to the database user you want to change the password for.

 

Enter a new password (1) and then click the "Save" button (2).

 

Note: Remember that you have to change the password to your database in the code of your website every time that you change the password. Different CMSs store passwords in different places, for example:
    • WordPress in the wp-config.php
    • Joomla in the configuration.php
    • MyBB in the inc/config.php
    • PhpBB3 in the config.php