Changes between Initial Version and Version 1 of Ticket #4692
- Timestamp:
- 06/26/07 14:31:31 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4692
-
Property
Summary
changed from
sql rights
toDocument required database user permissions
-
Property
Summary
changed from
-
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