A summary of Topic:Vxp20ag9d6zw5qeo from a year ago is that, despite the Manual:Installing MediaWiki (and other) instructions saying to GRANT ALL PRIVILEGES to the (normal) user, it is better to:
- For the normal user, just grant SELECT, INSERT, UPDATE, LOCK TABLES and DELETE.
- Create an admin user, with less than ALL privileges, and set Manual:$wgDBadminuser.
My questions are (2 and 3 are new):
- Is the above still the correct advice for the normal user? (I didn't forgot to do anything about it last year!)
- Are there any extensions that would require more than the above (e.g. Cargo, DPL3, External Data, ReplaceText...)
- Which exact privileges should the admin user be granted?
Thanks.