What permissions are needed by Wiki to use the database? Do all permissions need to be provided? These are the choices I have: Select Insert Update Delete Create Drop Index Alter
Thanks.
In normal usage, the database user needs SELECT, INSERT, UPDATE and DELETE permissions on the database.
Rob Church
On 24/03/06, Donald Schmitt don@schmittmail.net wrote:
What permissions are needed by Wiki to use the database? Do all permissions need to be provided? These are the choices I have: Select Insert Update Delete Create Drop Index Alter
Thanks. _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
On 3/24/06, Rob Church robchur@gmail.com wrote:
In normal usage, the database user needs SELECT, INSERT, UPDATE and DELETE permissions on the database.
And when you upgrade to a new version which has a new database format the installation code will likely need the others.
-- Rick DeNatale
Visit the Project Mercury Wiki Site http://www.mercuryspacecraft.com/
That's handled with AdminSettings.php, pointing $wgDBadminuser etc. to a user with appropriate permissions on the database to do that.
Rob Church
On 24/03/06, Rick DeNatale rick.denatale@gmail.com wrote:
On 3/24/06, Rob Church robchur@gmail.com wrote:
In normal usage, the database user needs SELECT, INSERT, UPDATE and DELETE permissions on the database.
And when you upgrade to a new version which has a new database format the installation code will likely need the others.
-- Rick DeNatale
Visit the Project Mercury Wiki Site http://www.mercuryspacecraft.com/ _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org