2.13.3.6. Changing the database driver in Bitrix
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:
$DBType = "XXXXX";
Instead XXXXX
you need to specify a suitable driver.