Changes between Initial Version and Version 1 of Ticket #4692
- Timestamp:
- Jun 26, 2007, 9:31:31 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4692
- Property Summary sql rights → Document required database user permissions
-
Ticket #4692 – Description
initial v1 4 4 5 5 easies way to define it is with the command: 6 6 {{{ 7 7 grant all on djangosite.* to djangouser identified by 'abc' with grant option; 8 8 }}} 9 9 For the various dbs. 10 10