How to connect multiple database to Drupal
Multiple databases can be connected to Drupal using the Database API and configuring settings.php file. Use the Database API to connect to additional databases Add the database connection details to settings.php file Use the db_set_active() function to switch between databases Use the db_query() function to execute queries … Read more