mysql
This is an old revision of the document!
MySQL Database
mysqli
Driver Name | mysqli |
Support | Active |
Windows | Yes |
Unix | Yes |
This driver should be used for the MySQL database and all derivitives, such as MariaDB and Percona. It supports all table types. It uses the MySQL Improved Extension. From PHP version 5.3, this is the recommended driver for MySQL connections. The support for this driver is built in to PHP
mysql
Driver Name | mysql |
Support | Deprecated |
Windows | Yes |
Unix | Yes |
This driver only supports non-transactional connections and is based around the now deprecated Original MySQL driver.
mysqlt
Driver Name | mysqlt |
Support | Deprecated |
Windows | Yes |
Unix | Yes |
This driver extends the mysql driver and supports transactional connections to innodb table types.
mysqlpo
Driver Name | mysqlpo |
Support | Deprecated |
Windows | Yes |
Unix | Yes |
This driver adds an undocumented layer of portablity to the deprecated mysqlt driver.
mysql.1436111364.txt.gz ยท Last modified: 2017/04/21 11:17 (external edit)