Description
This function changes a database user's password.
Warning:
We strongly recommend that you use the following UAPI function instead of this function:
-
Mysql::set_password— This function sets a MySQL® database user's password.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
|
Parameter |
Type |
Description |
Possible values |
Example |
|
dbuser |
string |
Required The database username. |
A valid username |
example_user1 |
|
password |
string |
Required The new password. |
A valid password. |
12345luggage |
Returns
|
Return |
Type |
Description |
Possible values |
Example |
|
reason |
string |
A reason for failure. Note: This function only returns a reasonvalue if it failed. |
A string that describes the error. |
This is an error message. |
|
result |
boolean |
Whether the function succeeded. |
|
1 |
