2.14.3.17. Changing the database driver in OpenCart

Available drivers for connecting to MySQL database:

To change the driver, specify it in site configuration files in line:

define('DB_DRIVER', 'XXXXX');

Where XXXXX — the name of the required driver.

Content