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

gpk’s picture

The 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.

add1sun’s picture

Status: Active » Fixed

A 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

gpk’s picture

>A note about this change is right on the page.
So it is. Well spotted :P

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.