which drupal files are responsible for the database connectivity in drupal

Comments

themegarden.org’s picture

Configuration of db connection (and configs of other things) is in YOUR_DRUPAL_FOLDER/sites/default/settings.php file

DB code files are in YOUR_DRUPAL_FOLDER/includes folder (database.inc, database.mysqli.inc, database.mysql.inc, database.pgsql.inc files)

---
Drupal Theme Garden