By rameshbhamidipati on
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
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
(no title)
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.
You should read: -
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