ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


mysql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mysql [2015/07/07 02:38] mnewnhammysql [2015/07/18 15:47] (current) – removed mnewnham
Line 1: Line 1:
-====== MySQL Database ===== 
  
-====== mysqli ====== 
-<WRAP left 200px box> 
-|Driver Name|mysqli| 
-|Support|Active| 
-|Windows|Yes| 
-|Unix|Yes| 
-</WRAP> 
-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 [[http://php.net/manual/en/book.mysqli.php|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 
- 
-{{tag>[mysql windows unix active]}} 
- 
- 
-====== mysql ====== 
- 
-<WRAP left 200px box> 
-|Driver Name|mysql| 
-|Support|Deprecated| 
-|Windows|Yes| 
-|Unix|Yes| 
-</WRAP> 
- 
-This driver only supports non-transactional connections and is based around the now deprecated [[http://php.net/manual/en/book.mysql.php|Original MySQL]] driver. 
-{{tag>[mysql windows unix deprecated]}} 
-====== mysqlt ====== 
- 
-<WRAP left 200px box> 
-|Driver Name|mysqlt| 
-|Support|Deprecated| 
-|Windows|Yes| 
-|Unix|Yes| 
-</WRAP> 
- 
-This driver extends the mysql driver and supports transactional connections to innodb table types. 
-{{tag>[mysql windows unix deprecated innodb]}} 
-====== mysqlpo ====== 
-<WRAP left 200px box> 
-|Driver Name|mysqlpo| 
-|Support|Deprecated| 
-|Windows|Yes| 
-|Unix|Yes| 
-</WRAP> 
-This driver adds an undocumented layer of portablity to the deprecated mysqlt driver. 
-{{tag>[mysql windows unix portable deprecated]}} 
mysql.1436229509.txt.gz · Last modified: 2017/04/21 11:17 (external edit)