[development] Drupal 5.x Installation is Bad!

Stefan Borchert stefan at borchert.cc
Wed Oct 11 07:32:58 UTC 2006


Drupal Indonesia schrieb:
> Now, how can Drupal 4.7.3 create tabel for me if the db username has no rights to create table? Isn't that a security risk?
Quoted from INSTALL.mysql.txt:
  GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE
  TEMPORARY TABLES, LOCK TABLES
  ON databasename.*
  TO 'username'@'localhost' IDENTIFIED BY 'password';

The user must have the rights to create tables. Otherwise a lot of 
modules can't be installed properly (without manual interaction).


More information about the development mailing list