The database driver name should be pdomysql (lowercase). To make it very explicit, that's how it's declared in configuration.php by Joomla! itself:
public $dbtype = 'pdomysql';
I have confirmed that this works with Joomla! 3.5.1, PHP 7.0 (tried both 7.0.0 and 7.0.4) and Akeeba Backup 4.6.1.
Please note that if you are using a
third party extension or a core hack which takes over Joomla!'s database layer and returns a name that contains "mysql" (not "mysqli", not "pdomysql") Akeeba Backup will try to use the old MySQL driver.
So, this leaves us with two possibilities:
- You have the wrong driver name in configuration.php
- A 3PD extension or a core hack takes over the database layer and the db driver returns a misleading name
Basically, it's a site configuration issue :/
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!