mysql_grant_privileges
Assign specific database permissions to a MySQL user with control over host, database, privileges, and grant option.
Instructions
Grant privileges on a database to a user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| user | Yes | ||
| database | Yes | ||
| privileges | Yes | ||
| withGrantOption | No |