hosting_changeDatabasePasswordV1
Update a database user's password by providing the username, full database name, and new password. Ensure the password is also updated in website configurations that use this database.
Instructions
Changes the password for the specified database user.
The database name must be the full name returned by the list databases endpoint. The password must also be updated in any website configuration that uses this database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | username parameter | |
| name | Yes | Full database name as returned by the list databases endpoint. | |
| password | Yes | New database user password. |