ThePHP Data Objects(PDO) extension defines a lightweight, consistent interface for accessing databases in PHP. Each database driver that implements the PDO interface can expose dat...www.php.net
For example, on Ubuntu thephp5-mysqlpackage installs the ext/mysql, ext/mysqli, and PDO_MYSQL PHP extensions. On CentOS, thephp-mysqlpackage also installs these three PHP extension...www.php.net