Skip to content
Snippets Groups Projects
Commit c639c414 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

docs(install): add missing CREATE permission to grant to database user

closes #142
parent f75bd764
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,8 @@ server administrator. ...@@ -92,7 +92,8 @@ server administrator.
#### Privileges #### Privileges
User must have at least these privileges on the database for Castopod Host to User must have at least these privileges on the database for Castopod Host to
work: `ALTER`, `DELETE`, `EXECUTE`, `INDEX`, `INSERT`, `SELECT`, `UPDATE`. work: `CREATE`, `ALTER`, `DELETE`, `EXECUTE`, `INDEX`, `INSERT`, `SELECT`,
`UPDATE`.
### (Optional) Other recommendations ### (Optional) Other recommendations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment