mysql_drop_access
Revoke a MySQL host's access to a database by specifying the database suffix and the host to remove, such as an IP, domain, localhost, or wildcard.
Instructions
Отозвать доступ к базе MySQL с указанного хоста.
Args: suffix: Суффикс имени БД access: Хост доступа для удаления (IP, домен, localhost или *)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access | Yes | ||
| suffix | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |