2.13.4.17. Changing the DB driver in OpenCart

Several types of drivers can be used to connect to MySQL database, namely - MySQL, MySQLi, PDO.

Changing the database driver must be done directly in site configuration filesby changing the line:

define('DB_DRIVER', 'XXXXX');

Instead XXXXX you need to specify a suitable driver.

Content