Hi there,
please let me know how to connect the databse in drupal and how to insert the data into the database.
Thanks in advance

Comments

cog.rusty’s picture

Just browse to where Drupal is installed and the install.php script comes up and asks you about your database connection settings (which will be stored automatically in /sites/default/settings.php). If it connects successfully, the installation script also creates the tables automatically.

themegarden.org’s picture

You should read:
- http://drupal.org/node/260 (Installing Drupal)
- INSTALL.mysql.txt (for mysql) or INSTALL.pgsql.txt (for postgresql) located in drupal's root folder.

---
Drupal Theme Garden