2.14.3.17. Change database driver in OpenCart

Available drivers for connecting to the MySQL database:

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

define('DB_DRIVER', 'XXXXX');

Where XXXXX is the required driver name.

Content