Description
This function lists MySQL® database users that are authorized to use a database.
Warning:
We strongly recommend that you use UAPI instead of cPanel API 2. However, no equivalent UAPI function exists.
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 |
db |
string |
Required The database name. |
A valid database name. |
example_database |
Returns
Return |
Type |
Description |
Possible values |
Example |
|
hash |
A hash of databases and their authorized users. |
A hash of the dband user returns. |
|
db |
string |
The database name. The function returns this value in the hash of database information. |
A valid database name. |
example_database |
user |
string |
The database username. The function returns this value in the hash of database information. |
A valid database username. |
example_user1 |
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 |