combell_mysql_users_create
Create a MySQL database user with read-only access. Add users to a database to grant read-only permissions for secure data access. The request runs in the background and returns 202 Accepted.
Instructions
Add a user to a MySQL database. New users get read_only rights. Runs in the background (202 Accepted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | User name: 2-14 lowercase letters and/or digits, no spaces | |
| password | Yes | Password: 8-20 characters, a mix of letters and digits with at least one of each, no spaces, none of * € $ & + } { ' " \ | |
| database_name | Yes |