Closed (fixed)
Project:
Documentation
Component:
Installation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2008 at 18:04 UTC
Updated:
28 Aug 2008 at 15:42 UTC
In looking at the db rights required by the db user in the install.txt that comes with the core drupal download:
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER
From the requirements page at http://drupal.org/requirements
SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES
I'm assuming that the requirements page is more up to date, and left a comment to that effect at http://drupal.org/requirements#comment-909197
In the interest of consistency, it would be good to have both sources of info saying the same thing. If i could get confirmation regarding what version is more accurate, I'll do the necessary housekeeping here.
Comments
Comment #1
gpk commentedThe documentation supplied with Drupal tends to be more accurate, if less extensive. In this case the INSTALL.txt is indeed correct - see http://drupal.org/cvs?commit=88555.
D5 and earlier still require the additional permissions.
Comment #2
add1sun commentedA note about this change is right on the page. It was added in this revision:
04/05/2008 - 10:42 by pwolanin
add a note that CREATE TEMPORARY TABLES and LOCK TABLES are not required for 6.x core
Comment #3
gpk commented>A note about this change is right on the page.
So it is. Well spotted :P
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.