combell_mysql_users_set_password
Change the password for a MySQL database user to update credentials and restore access. Specify database name, user name, and a new password meeting complexity rules.
Instructions
Change the password of a MySQL database user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes | New password: 8-20 characters, a mix of letters and digits with at least one of each, no spaces, none of * € $ & + } { ' " \ | |
| user_name | Yes | ||
| database_name | Yes |