mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 09:22:01 +00:00
docs(install): add missing user privileges for database
This commit is contained in:
parent
8c4f0675c1
commit
707dd0800e
@ -59,7 +59,8 @@ server administrator.
|
|||||||
#### Privileges
|
#### Privileges
|
||||||
|
|
||||||
User must have at least these privileges on the database for Castopod to work:
|
User must have at least these privileges on the database for Castopod to work:
|
||||||
`CREATE`, `ALTER`, `DELETE`, `EXECUTE`, `INDEX`, `INSERT`, `SELECT`, `UPDATE`.
|
`CREATE`, `ALTER`, `DELETE`, `EXECUTE`, `INDEX`, `INSERT`, `SELECT`, `UPDATE`,
|
||||||
|
`REFERENCES`, `CREATE VIEW`.
|
||||||
|
|
||||||
### (Optional) FFmpeg v4.1.8 or higher for Video Clips
|
### (Optional) FFmpeg v4.1.8 or higher for Video Clips
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user