2.13.2.15. Changing the Database Driver in Joomla!

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 config file site by changing the line:

var $dbtype = 'XXXXX';

Instead XXXXX you need to specify a suitable driver.

Content