set_mysql_privileges
Grant or revoke MySQL user privileges on a database. Specify the user, database, and optional privileges to control access.
Instructions
Set privileges for a MySQL user on a database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | Full MySQL username | |
| database | Yes | Full database name | |
| privileges | No | Comma-separated privileges or ALL PRIVILEGES | ALL PRIVILEGES |