mysql_change_password
Change the password for a Beget MySQL database using its name suffix, a new password, and an optional access host.
Instructions
Сменить пароль к базе MySQL.
Args: suffix: Суффикс имени БД password: Новый пароль access: Хост доступа (по умолчанию localhost)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access | No | localhost | |
| suffix | Yes | ||
| password | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |