11 Oct
2006
11 Oct
'06
10:21 a.m.
----- Original Message ----- From: "Amr Mostafa" <amr.mostafa@gmail.com>
Drupal 4.7.3 doesn't create tables for you.
yes it does! Drupal 4.7.3 can automatic create tables when we install certain module, i.e: TinyMCE.
Drupal needs user/pass for a user who only has access to Drupal's own database. On other hand, superuser has access to every database on your mysql/pgsql server.
It's not really hard to have an installer that does everything for you, but you will need to give it ultimate privilege which is bad security wise. Drupal tries to balance things.
simply remove the superuser after the DB has created. isn't that easy?