ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


mysql

This is an old revision of the document!


MySQL Database

mysqli

Driver Namemysqli
SupportActive
WindowsYes
UnixYes

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 Namemysql
SupportDeprecated
WindowsYes
UnixYes

This driver only supports non-transactional connections and is based around the now deprecated Original MySQL driver.

mysqlt

Driver Namemysqlt
SupportDeprecated
WindowsYes
UnixYes

This driver extends the mysql driver and supports transactional connections to innodb table types.

mysqlpo

Driver Namemysqlpo
SupportDeprecated
WindowsYes
UnixYes

This driver adds an undocumented layer of portablity to the deprecated mysqlt driver.

mysql.1436229509.txt.gz ยท Last modified: 2017/04/21 11:17 (external edit)