Description
This function creates a database user.
Warning:
We strongly recommend that you use the following UAPI function instead of this function:
-
Mysql::create_user
— This function creates a MySQL® database user.
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. Note:
|
A valid username.
Important: To learn more about database username limits, click your database type to expand the following: MySQL MariaDB
|
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 |