#4692: Document required database user permissions
-----------------------------------------------------+----------------------
Reporter: Carl Karsten <[EMAIL PROTECTED]> | Owner: jacob
Status: new | Component:
Documentation
Version: SVN | Resolution:
Keywords: sql | Stage:
Unreviewed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
-----------------------------------------------------+----------------------
Changes (by mtredinnick):
* needs_better_patch: => 0
* summary: sql rights => Document required database user permissions
* needs_tests: => 0
* needs_docs: => 0
Old description:
> On the db setup page
> http://www.djangoproject.com/documentation/databases/
>
> There should be some specs on what rights django needs.
>
> easies way to define it is with the command:
>
> grant all on djangosite.* to djangouser identified by 'abc' with grant
> option;
>
> For the various dbs.
>
> Only A) someone should figure out what rights are really needed,
> and B) maybe come up with 2 users, one for creating tables with manage.py
> syncdb.
>
> I can see the attitude of "if you are going to run a server you should
> know" but this doesn't do much good for people who just want to try it
> out, and i like the DBA attitude of 'you prove to me why you need it and
> I'll give it to you."
New description:
On the db setup page
http://www.djangoproject.com/documentation/databases/
There should be some specs on what rights django needs.
easies way to define it is with the command:
{{{
grant all on djangosite.* to djangouser identified by 'abc' with grant
option;
}}}
For the various dbs.
Only A) someone should figure out what rights are really needed,
and B) maybe come up with 2 users, one for creating tables with manage.py
syncdb.
I can see the attitude of "if you are going to run a server you should
know" but this doesn't do much good for people who just want to try it
out, and i like the DBA attitude of 'you prove to me why you need it and
I'll give it to you."
Comment:
--
Ticket URL: <http://code.djangoproject.com/ticket/4692#comment:1>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---