| Permission | Description |
|---|---|
| ALL | all permissions |
| ALTER | can alter the structures of tables |
| CREATE | can create new databases or tables |
| DELETE | can delete rows in tables |
| DROP | can drop databases or tables |
| FILE | can read and write files on a server |
| GRANT | can change the permissions on a MySQL account |
| INSERT | can insert new rows or tables |
| SELECT | can read data from tables |
| SHUTDOWN | can shut down the MySQL server |
| UPDATE | can change data in a table |
| USAGE | no permissions |