mysqli
From PmaWiki
The improved PHP MySQL extension called mysqli exists since PHP 5. It should be used for every MySQL server with the version of 4.1.3 or above.
phpMyAdmin can be configured to use mysqli or mysql with $cfg['Server'][$i]['extension'].
phpMyAdmin will automatically try both extension mysqli and mysql if the configured extension cannot be loaded.
See also: php:mysqli
