mysql_add_access
Grant MySQL database access from a specified host. Use suffix to identify the database, access to define allowed IP/domain (or * for all), and set a password.
Instructions
Открыть доступ к базе MySQL с указанного хоста.
Args: suffix: Суффикс имени БД access: Откуда разрешить доступ (IP, домен, localhost или * для всех) password: Пароль (минимум 6 символов)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access | Yes | ||
| suffix | Yes | ||
| password | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |