Description
This function authorizes a host for remote access to the account's database.
Warning:
We strongly recommend that you use the following Guide to UAPI function instead of this function:
Mysql::add_host
— This function authorizes a remote MySQL® host to access the account's databases.
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 |
host |
string |
Required The remote hostname or IP address. |
A valid hostname or IP address. Note: You may use the following IP address formats:
|
remote.example.com |
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 |