2.14.5.9. Change database driver in Drupal

Driver options:

To change the driver, perform the following:

  1. Open the database connection settings in the site's configuration file.
  2. Find the line:
    'driver' => 'XXXXX',
    $db_url = 'XXXXX://login:password@host/database';
  3. Instead of XXXXX, specify the required driver.
Content