文字

MySQL Drivers and Plugins

PHP offers several MySQL drivers and plugins for accessing and handling MySQL.

The differences and functionality of the MySQL extensions are described within the overview of this section.

  • Overview of the MySQL PHP drivers
    • Terminology overview
    • Choosing an API
    • Choosing a library
    • Concepts
  • Mysql — 原生 MySQL API
    • 简介
    • 安装/配置
    • 更新日志
    • 预定义常量
    • 范例
    • MySQL 函数
  • Mysqli — MySQL增强版扩展
    • 简介
    • Overview
    • Quick start guide
    • 安装/配置
    • mysqli扩展和持久化连接
    • 预定义常量
    • Notes
    • MySQLi扩展功能概述
    • MySQLi — MySQLi类
    • MySQLi_STMT — MySQLi_STMT类
    • mysqli_result — mysqli_result类
    • MySQLi_Driver — MySQLi_Driver类
    • MySQLi_Warning — MySQLi_Warning类
    • mysqli_sql_exception — The mysqli_sql_exception class
    • 别名和过时的Mysqli 函数
  • Mysqlnd — MySQL Native Driver
    • 简介
    • Overview
    • Installation
    • 运行时配置
    • Incompatibilities
    • Persistent Connections
    • Statistics
    • Notes
    • Memory management
    • MySQL Native Driver Plugin API
  • mysqlnd_ms — Mysqlnd 主从复制和负载均衡插件
    • 简介
    • 快速入门与例子
    • 概念
    • 安装/配置
    • 预定义常量
    • Mysqlnd_ms 函数
    • Change History
  • mysqlnd_qc — Mysqlnd query result cache plugin
    • 简介
    • Quickstart and Examples
    • 安装/配置
    • 预定义常量
    • mysqlnd_qc 函数
    • Change History
  • mysqlnd_uh — Mysqlnd user handler plugin
    • 简介
    • Quickstart and Examples
    • 安装/配置
    • 预定义常量
    • MysqlndUhConnection — The MysqlndUhConnection class
    • MysqlndUhPreparedStatement — The MysqlndUhPreparedStatement class
    • Mysqlnd_uh 函数
    • Change History
  • mysqlnd_mux — Mysqlnd connection multiplexing plugin
    • 简介
    • Concepts
    • 安装/配置
    • 预定义常量
    • Change History
  • mysqlnd_memcache — Mysqlnd Memcache plugin
    • 简介
    • Quickstart and Examples
    • 安装/配置
    • 预定义常量
    • Mysqlnd_memcache 函数
    • Change History
上一篇: 下一篇: