Description
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 |
user |
string |
Required The MySQL database user. |
A MySQL database user on the cPanel account. |
dbuser |
password |
string |
Required The user's new password. |
A secure password that meets the server's minimum MySQL password strength requirements. |
12345luggage |
Returns
Return |
Type |
Description |
Possible values |
failures |
array of hashes |
An array of the function's error messages. Note: cPanel & WHM introduced this array in version 11.48. |
This array includes the host and errorvalue. |
host |
string |
The hostname that reported the error. The function returns this value in the failures array. |
A valid hostname. |
error |
string |
The error message. The function returns this value in the failures array. |
A valid string. |