Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
2.14.3.17. Change database driver in OpenCart
Available drivers for connecting to the MySQL database:
- MySQL (only for older PHP versions).
To change the driver, specify it in site configuration files in line:
define('DB_DRIVER', 'XXXXX');
Where XXXXX is the required driver name.