mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 18:31:05 +00:00
docs(install): add missing CREATE permission to grant to database user
closes #142
This commit is contained in:
parent
f75bd76458
commit
c639c4148c
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user