How to change the password of a Mysql user in cPanel?

If you have already created a MySQL user through the cPanel -> Mysql Databases tool you may want to update its password.

You can complete the task through the same tool -> Current Users section. Click on the respective user and a new MySQL Account Maintenance page will be opened.

There you can change the password by entering the old password in the first field and the new password into the next two fields. You can also use the built-in Password Generator.

In case you do not remember the old password you can delete the user and recreate it again. Remember to add the user to its respective database once it is recreated. Detailed instructions on how to complete this task can be found in the following knowledge base article:
  • 0 משתמשים שמצאו מאמר זה מועיל
?האם התשובה שקיבלתם הייתה מועילה

מאמרים קשורים

Can I change the name of a MySQL database?

The name of a MySQL database consists of a prefix, which is your cPanel username, followed by a...

How can I change my MySQL database collation?

Usually you will be interested in changing your MySQL collation in order to solve problems with...

How can I empty a MySQL database?

The easiest way to empty a MySQL database is through phpMyAdmin.  Once in phpMyAdmin, select the...

How to change the database engine of a MySQL database table?

In this article we will show you how to change the database engine of a MySQL table. Let's...

How to change the MySQL timezone

When you develop your website, you may have to compare a certain date/time with the current...