PDF (A4) - 28.7Mb
PDF (RPM) - 27.0Mb
EPUB - 6.2Mb
HTML Download (TGZ) - 6.0Mb
HTML Download (Zip) - 6.1Mb
HTML Download (RPM) - 5.1Mb
Eclipse Doc Plugin (TGZ) - 6.8Mb
Eclipse Doc Plugin (Zip) - 8.7Mb
Man Pages (TGZ) - 141.1Kb
Man Pages (Zip) - 201.9Kb
Info (Gzip) - 2.8Mb
Info (Zip) - 2.8Mb
Beta Draft: 2016-11-04
Abstract
This is the MySQL™ Reference Manual. It documents MySQL 8.0 through 8.0.1.
MySQL 8.0 status. MySQL 8.0 is a development series not recommended for production use.
MySQL Cluster is currently not supported in MySQL 8.0. For information about MySQL Cluster, please see MySQL Cluster NDB 7.5.
MySQL 8.0 features. This manual describes features that are not included in every edition of MySQL 8.0; such features may not be included in the edition of MySQL 8.0 licensed to you. If you have any questions about the features included in your edition of MySQL 8.0, refer to your MySQL 8.0 license agreement or contact your Oracle sales representative.
For notes detailing the changes in each release, see the MySQL 8.0 Release Notes.
For legal information, see the Legal Notices.
For help with using MySQL, please visit either the MySQL Forums or MySQL Mailing Lists, where you can discuss your issues with other MySQL users.
For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the MySQL Documentation Library.
Licensing information—MySQL 8.0. This product may include third-party software, used under license. If you are using a Community release of MySQL 8.0, see this document for licensing information, including licensing information relating to third-party software that may be included in this Community release.
Document generated on: 2016-11-04 (revision: 49755)
Table of Contents [+/-]
- Preface and Legal Notices
- 1 General Information [+/-]
- 1.1 About This Manual
- 1.2 Typographical and Syntax Conventions
- 1.3 Overview of the MySQL Database Management System [+/-]
- 1.4 What Is New in MySQL 8.0
- 1.5 Server and Status Variables and Options Added, Deprecated, or Removed in MySQL 8.0
- 1.6 MySQL Information Sources [+/-]
- 1.7 How to Report Bugs or Problems
- 1.8 MySQL Standards Compliance [+/-]
- 1.9 Credits [+/-]
- 2 Installing and Upgrading MySQL [+/-]
- 2.1 General Installation Guidance [+/-]
- 2.2 Installing MySQL on Unix/Linux Using Generic Binaries
- 2.3 Installing MySQL on Microsoft Windows [+/-]
- 2.3.1 MySQL Installation Layout on Microsoft Windows
- 2.3.2 Choosing An Installation Package
- 2.3.3 Installing MySQL on Microsoft Windows Using MySQL Installer
- 2.3.4 MySQL Notifier
- 2.3.5 Installing MySQL on Microsoft Windows Using a noinstall Zip Archive
- 2.3.6 Troubleshooting a Microsoft Windows MySQL Server Installation
- 2.3.7 Windows Postinstallation Procedures
- 2.3.8 Upgrading MySQL on Windows
- 2.4 Installing MySQL on OS X [+/-]
- 2.5 Installing MySQL on Linux [+/-]
- 2.5.1 Installing MySQL on Linux Using the MySQL Yum Repository
- 2.5.2 Installing MySQL on Linux Using the MySQL APT Repository
- 2.5.3 Installing MySQL on Linux Using the MySQL SLES Repository
- 2.5.4 Installing MySQL on Linux Using RPM Packages from Oracle
- 2.5.5 Installing MySQL on Linux Using Debian Packages from Oracle
- 2.5.6 Installing MySQL on Linux from the Native Software Repositories
- 2.5.7 Installing MySQL on Linux with docker
- 2.5.8 Installing MySQL on Linux with juju
- 2.5.9 Managing MySQL Server with systemd
- 2.6 Installing MySQL on Solaris and OpenSolaris [+/-]
- 2.7 Installing MySQL on FreeBSD
- 2.8 Installing MySQL from Source [+/-]
- 2.8.1 MySQL Layout for Source Installation
- 2.8.2 Installing MySQL Using a Standard Source Distribution
- 2.8.3 Installing MySQL Using a Development Source Tree
- 2.8.4 MySQL Source-Configuration Options
- 2.8.5 Dealing with Problems Compiling MySQL
- 2.8.6 MySQL Configuration and Third-Party Tools
- 2.8.7 Generating MySQL Doxygen Documentation Content
- 2.9 Postinstallation Setup and Testing [+/-]
- 2.10 Upgrading or Downgrading MySQL [+/-]
- 2.11 Perl Installation Notes [+/-]
- 3 Using MySQL as a Document Store [+/-]
- 3.1 Preproduction Status — Legal Notice
- 3.2 Key Concepts
- 3.3 Setting Up MySQL as a Document Store [+/-]
- 3.4 Quick-Start Guide: MySQL Shell for JavaScript [+/-]
- 3.5 Quick-Start Guide: MySQL Shell for Python [+/-]
- 3.6 Quick-Start Guide: MySQL for Visual Studio
- 3.7 X Plugin [+/-]
- 3.8 MySQL Shell User Guide [+/-]
- 4 Tutorial [+/-]
- 4.1 Connecting to and Disconnecting from the Server
- 4.2 Entering Queries
- 4.3 Creating and Using a Database [+/-]
- 4.4 Getting Information About Databases and Tables
- 4.5 Using mysql in Batch Mode
- 4.6 Examples of Common Queries [+/-]
- 4.6.1 The Maximum Value for a Column
- 4.6.2 The Row Holding the Maximum of a Certain Column
- 4.6.3 Maximum of Column per Group
- 4.6.4 The Rows Holding the Group-wise Maximum of a Certain Column
- 4.6.5 Using User-Defined Variables
- 4.6.6 Using Foreign Keys
- 4.6.7 Searching on Two Keys
- 4.6.8 Calculating Visits Per Day
- 4.6.9 Using AUTO_INCREMENT
- 4.7 Using MySQL with Apache
- 5 MySQL Programs [+/-]
- 5.1 Overview of MySQL Programs
- 5.2 Using MySQL Programs [+/-]
- 5.2.1 Invoking MySQL Programs
- 5.2.2 Connecting to the MySQL Server
- 5.2.3 Specifying Program Options
- 5.2.4 Using Options on the Command Line
- 5.2.5 Program Option Modifiers
- 5.2.6 Using Option Files
- 5.2.7 Command-Line Options that Affect Option-File Handling
- 5.2.8 Using Options to Set Program Variables
- 5.2.9 Option Defaults, Options Expecting Values, and the = Sign
- 5.2.10 Setting Environment Variables
- 5.3 MySQL Server and Server-Startup Programs [+/-]
- 5.4 MySQL Installation-Related Programs [+/-]
- 5.5 MySQL Client Programs [+/-]
- 5.5.1 mysql — The MySQL Command-Line Tool
- 5.5.2 mysqladmin — Client for Administering a MySQL Server
- 5.5.3 mysqlcheck — A Table Maintenance Program
- 5.5.4 mysqldump — A Database Backup Program
- 5.5.5 mysqlimport — A Data Import Program
- 5.5.6 mysqlpump — A Database Backup Program
- 5.5.7 mysqlshow — Display Database, Table, and Column Information
- 5.5.8 mysqlslap — Load Emulation Client
- 5.6 MySQL Administrative and Utility Programs [+/-]
- 5.6.1 ibd2sdi — InnoDB Tablespace SDI Extraction Utility
- 5.6.2 innochecksum — Offline InnoDB File Checksum Utility
- 5.6.3 myisam_ftdump — Display Full-Text Index information
- 5.6.4 myisamchk — MyISAM Table-Maintenance Utility
- 5.6.5 myisamlog — Display MyISAM Log File Contents
- 5.6.6 myisampack — Generate Compressed, Read-Only MyISAM Tables
- 5.6.7 mysql_config_editor — MySQL Configuration Utility
- 5.6.8 mysqlbinlog — Utility for Processing Binary Log Files
- 5.6.9 mysqldumpslow — Summarize Slow Query Log Files
- 5.7 MySQL Program Development Utilities [+/-]
- 5.8 Miscellaneous Programs [+/-]
- 5.9 MySQL Program Environment Variables
- 6 MySQL Server Administration [+/-]
- 6.1 The MySQL Server [+/-]
- 6.1.1 Configuring the Server
- 6.1.2 Server Configuration Defaults
- 6.1.3 Server Option and Variable Reference
- 6.1.4 Server Command Options
- 6.1.5 Server System Variables
- 6.1.6 Using System Variables
- 6.1.7 Server Status Variables
- 6.1.8 Server SQL Modes
- 6.1.9 IPv6 Support
- 6.1.10 Server-Side Help
- 6.1.11 Server Response to Signals
- 6.1.12 The Server Shutdown Process
- 6.2 The MySQL Data Directory
- 6.3 The mysql System Database
- 6.4 MySQL Server Logs [+/-]
- 6.5 Server Components
- 6.6 MySQL Server Plugins [+/-]
- 6.7 Running Multiple MySQL Instances on One Machine [+/-]
- 6.8 Tracing mysqld Using DTrace [+/-]
- 7 Security [+/-]
- 7.1 General Security Issues [+/-]
- 7.2 The MySQL Access Privilege System [+/-]
- 7.2.1 Privileges Provided by MySQL
- 7.2.2 Grant Tables
- 7.2.3 Specifying Account Names
- 7.2.4 Specifying Role Names
- 7.2.5 Access Control, Stage 1: Connection Verification
- 7.2.6 Access Control, Stage 2: Request Verification
- 7.2.7 When Privilege Changes Take Effect
- 7.2.8 Troubleshooting Problems Connecting to MySQL
- 7.3 MySQL User Account Management [+/-]
- 7.3.1 User Names and Passwords
- 7.3.2 Adding User Accounts
- 7.3.3 Removing User Accounts
- 7.3.4 Using Roles
- 7.3.5 Setting Account Resource Limits
- 7.3.6 Assigning Account Passwords
- 7.3.7 Password Expiration Policy
- 7.3.8 Password Expiration and Sandbox Mode
- 7.3.9 Pluggable Authentication
- 7.3.10 Proxy Users
- 7.3.11 User Account Locking
- 7.3.12 SQL-Based MySQL Account Activity Auditing
- 7.4 Using Secure Connections [+/-]
- 7.4.1 OpenSSL Versus yaSSL
- 7.4.2 Building MySQL with Support for Secure Connections
- 7.4.3 Secure Connection Protocols and Ciphers
- 7.4.4 Configuring MySQL to Use Secure Connections
- 7.4.5 Command Options for Secure Connections
- 7.4.6 Creating SSL and RSA Certificates and Keys
- 7.4.7 Connecting to MySQL Remotely from Windows with SSH
- 7.5 Security Plugins [+/-]
- 8 Backup and Recovery [+/-]
- 9 Optimization [+/-]
- 9.1 Optimization Overview
- 9.2 Optimizing SQL Statements [+/-]
- 9.3 Optimization and Indexes [+/-]
- 9.3.1 How MySQL Uses Indexes
- 9.3.2 Using Primary Keys
- 9.3.3 Using Foreign Keys
- 9.3.4 Column Indexes
- 9.3.5 Multiple-Column Indexes
- 9.3.6 Verifying Index Usage
- 9.3.7 InnoDB and MyISAM Index Statistics Collection
- 9.3.8 Comparison of B-Tree and Hash Indexes
- 9.3.9 Optimizer Use of Generated Column Indexes
- 9.3.10 Invisible Indexes
- 9.4 Optimizing Database Structure [+/-]
- 9.5 Optimizing for InnoDB Tables [+/-]
- 9.5.1 Optimizing Storage Layout for InnoDB Tables
- 9.5.2 Optimizing InnoDB Transaction Management
- 9.5.3 Optimizing InnoDB Read-Only Transactions
- 9.5.4 Optimizing InnoDB Redo Logging
- 9.5.5 Bulk Data Loading for InnoDB Tables
- 9.5.6 Optimizing InnoDB Queries
- 9.5.7 Optimizing InnoDB DDL Operations
- 9.5.8 Optimizing InnoDB Disk I/O
- 9.5.9 Optimizing InnoDB Configuration Variables
- 9.5.10 Optimizing InnoDB for Systems with Many Tables
- 9.6 Optimizing for MyISAM Tables [+/-]
- 9.7 Optimizing for MEMORY Tables
- 9.8 Understanding the Query Execution Plan [+/-]
- 9.9 Controlling the Query Optimizer [+/-]
- 9.10 Buffering and Caching [+/-]
- 9.11 Optimizing Locking Operations [+/-]
- 9.12 Optimizing the MySQL Server [+/-]
- 9.13 Measuring Performance (Benchmarking) [+/-]
- 9.14 Examining Thread Information [+/-]
- 10 Language Structure [+/-]
- 11 Globalization [+/-]
- 11.1 Character Set Support [+/-]
- 11.1.1 Character Sets and Collations in General
- 11.1.2 Character Sets and Collations in MySQL
- 11.1.3 Specifying Character Sets and Collations
- 11.1.4 Connection Character Sets and Collations
- 11.1.5 Configuring Application Character Set and Collation
- 11.1.6 Error Message Character Set
- 11.1.7 Column Character Set Conversion
- 11.1.8 Collation Issues
- 11.1.9 Unicode Support
- 11.1.10 Supported Character Sets and Collations
- 11.2 Setting the Error Message Language
- 11.3 Adding a Character Set [+/-]
- 11.4 Adding a Collation to a Character Set [+/-]
- 11.5 Character Set Configuration
- 11.6 MySQL Server Time Zone Support [+/-]
- 11.7 MySQL Server Locale Support
- 12 Data Types [+/-]
- 12.1 Data Type Overview [+/-]
- 12.2 Numeric Types [+/-]
- 12.2.1 Integer Types (Exact Value) - INTEGER, INT, SMALLINT, TINYINT, MEDIUMINT, BIGINT
- 12.2.2 Fixed-Point Types (Exact Value) - DECIMAL, NUMERIC
- 12.2.3 Floating-Point Types (Approximate Value) - FLOAT, DOUBLE
- 12.2.4 Bit-Value Type - BIT
- 12.2.5 Numeric Type Attributes
- 12.2.6 Out-of-Range and Overflow Handling
- 12.3 Date and Time Types [+/-]
- 12.3.1 The DATE, DATETIME, and TIMESTAMP Types
- 12.3.2 The TIME Type
- 12.3.3 The YEAR Type
- 12.3.4 Migrating YEAR(2) Columns to YEAR(4)
- 12.3.5 Automatic Initialization and Updating for TIMESTAMP and DATETIME
- 12.3.6 Fractional Seconds in Time Values
- 12.3.7 Conversion Between Date and Time Types
- 12.3.8 Two-Digit Years in Dates
- 12.4 String Types [+/-]
- 12.5 Extensions for Spatial Data [+/-]
- 12.6 The JSON Data Type
- 12.7 Data Type Default Values
- 12.8 Data Type Storage Requirements
- 12.9 Choosing the Right Type for a Column
- 12.10 Using Data Types from Other Database Engines
- 13 Functions and Operators [+/-]
- 13.1 Function and Operator Reference
- 13.2 Type Conversion in Expression Evaluation
- 13.3 Operators [+/-]
- 13.4 Control Flow Functions
- 13.5 String Functions [+/-]
- 13.6 Numeric Functions and Operators [+/-]
- 13.7 Date and Time Functions
- 13.8 What Calendar Is Used By MySQL?
- 13.9 Full-Text Search Functions [+/-]
- 13.9.1 Natural Language Full-Text Searches
- 13.9.2 Boolean Full-Text Searches
- 13.9.3 Full-Text Searches with Query Expansion
- 13.9.4 Full-Text Stopwords
- 13.9.5 Full-Text Restrictions
- 13.9.6 Fine-Tuning MySQL Full-Text Search
- 13.9.7 Adding a Collation for Full-Text Indexing
- 13.9.8 ngram Full-Text Parser
- 13.9.9 MeCab Full-Text Parser Plugin
- 13.10 Cast Functions and Operators
- 13.11 XML Functions
- 13.12 Bit Functions and Operators
- 13.13 Encryption and Compression Functions
- 13.14 Information Functions
- 13.15 Spatial Analysis Functions [+/-]
- 13.15.1 Spatial Function Reference
- 13.15.2 Argument Handling by Spatial Functions
- 13.15.3 Functions That Create Geometry Values from WKT Values
- 13.15.4 Functions That Create Geometry Values from WKB Values
- 13.15.5 MySQL-Specific Functions That Create Geometry Values
- 13.15.6 Geometry Format Conversion Functions
- 13.15.7 Geometry Property Functions
- 13.15.8 Spatial Operator Functions
- 13.15.9 Functions That Test Spatial Relations Between Geometry Objects
- 13.15.10 Spatial Geohash Functions
- 13.15.11 Spatial GeoJSON Functions
- 13.15.12 Spatial Convenience Functions
- 13.16 JSON Functions [+/-]
- 13.17 Functions Used with Global Transaction IDs
- 13.18 Miscellaneous Functions
- 13.19 Aggregate (GROUP BY) Functions [+/-]
- 13.20 Precision Math [+/-]
- 14 SQL Statement Syntax [+/-]
- 14.1 Data Definition Statements [+/-]
- 14.1.1 ALTER DATABASE Syntax
- 14.1.2 ALTER EVENT Syntax
- 14.1.3 ALTER FUNCTION Syntax
- 14.1.4 ALTER INSTANCE Syntax
- 14.1.5 ALTER PROCEDURE Syntax
- 14.1.6 ALTER SERVER Syntax
- 14.1.7 ALTER TABLE Syntax
- 14.1.8 ALTER VIEW Syntax
- 14.1.9 CREATE DATABASE Syntax
- 14.1.10 CREATE EVENT Syntax
- 14.1.11 CREATE FUNCTION Syntax
- 14.1.12 CREATE INDEX Syntax
- 14.1.13 CREATE PROCEDURE and CREATE FUNCTION Syntax
- 14.1.14 CREATE SERVER Syntax
- 14.1.15 CREATE TABLE Syntax
- 14.1.16 CREATE TABLESPACE Syntax
- 14.1.17 CREATE TRIGGER Syntax
- 14.1.18 CREATE VIEW Syntax
- 14.1.19 DROP DATABASE Syntax
- 14.1.20 DROP EVENT Syntax
- 14.1.21 DROP FUNCTION Syntax
- 14.1.22 DROP INDEX Syntax
- 14.1.23 DROP PROCEDURE and DROP FUNCTION Syntax
- 14.1.24 DROP SERVER Syntax
- 14.1.25 DROP TABLE Syntax
- 14.1.26 DROP TABLESPACE Syntax
- 14.1.27 DROP TRIGGER Syntax
- 14.1.28 DROP VIEW Syntax
- 14.1.29 RENAME TABLE Syntax
- 14.1.30 TRUNCATE TABLE Syntax
- 14.2 Data Manipulation Statements [+/-]
- 14.3 Transactional and Locking Statements [+/-]
- 14.3.1 START TRANSACTION, COMMIT, and ROLLBACK Syntax
- 14.3.2 Statements That Cannot Be Rolled Back
- 14.3.3 Statements That Cause an Implicit Commit
- 14.3.4 SAVEPOINT, ROLLBACK TO SAVEPOINT, and RELEASE SAVEPOINT Syntax
- 14.3.5 LOCK TABLES and UNLOCK TABLES Syntax
- 14.3.6 SET TRANSACTION Syntax
- 14.3.7 XA Transactions
- 14.4 Replication Statements [+/-]
- 14.5 Prepared SQL Statement Syntax [+/-]
- 14.6 Compound-Statement Syntax [+/-]
- 14.7 Database Administration Statements [+/-]
- 14.8 Utility Statements [+/-]
- 15 MySQL Data Dictionary [+/-]
- 16 The InnoDB Storage Engine [+/-]
- 16.1 Introduction to InnoDB [+/-]
- 16.2 InnoDB and the ACID Model
- 16.3 InnoDB Multi-Versioning
- 16.4 InnoDB Architecture [+/-]
- 16.5 InnoDB Locking and Transaction Model [+/-]
- 16.6 InnoDB Configuration [+/-]
- 16.6.1 InnoDB Startup Configuration
- 16.6.2 Configuring InnoDB for Read-Only Operation
- 16.6.3 InnoDB Buffer Pool Configuration
- 16.6.4 Configuring InnoDB Change Buffering
- 16.6.5 Configuring Thread Concurrency for InnoDB
- 16.6.6 Configuring the Number of Background InnoDB I/O Threads
- 16.6.7 Configuring the InnoDB Master Thread I/O Rate
- 16.6.8 Configuring Spin Lock Polling
- 16.6.9 Configuring InnoDB Purge Scheduling
- 16.6.10 Configuring Optimizer Statistics for InnoDB
- 16.6.11 Configuring the Merge Threshold for Index Pages
- 16.7 InnoDB Tablespaces [+/-]
- 16.7.1 Resizing the InnoDB System Tablespace
- 16.7.2 Changing the Number or Size of InnoDB Redo Log Files
- 16.7.3 Using Raw Disk Partitions for the System Tablespace
- 16.7.4 InnoDB File-Per-Table Tablespaces
- 16.7.5 Creating a File-Per-Table Tablespace Outside the Data Directory
- 16.7.6 Copying File-Per-Table Tablespaces to Another Server
- 16.7.7 Storing InnoDB Undo Logs in Separate Tablespaces
- 16.7.8 Truncating Undo Logs That Reside in Undo Tablespaces
- 16.7.9 InnoDB General Tablespaces
- 16.7.10 InnoDB Tablespace Encryption
- 16.8 InnoDB Tables and Indexes [+/-]
- 16.8.1 Creating InnoDB Tables
- 16.8.2 Physical Row Structure of InnoDB Tables
- 16.8.3 Moving or Copying InnoDB Tables to Another Machine
- 16.8.4 Converting Tables from MyISAM to InnoDB
- 16.8.5 AUTO_INCREMENT Handling in InnoDB
- 16.8.6 InnoDB and FOREIGN KEY Constraints
- 16.8.7 Limits on InnoDB Tables
- 16.8.8 Clustered and Secondary Indexes
- 16.8.9 InnoDB FULLTEXT Indexes
- 16.8.10 Physical Structure of an InnoDB Index
- 16.8.11 Sorted Index Builds
- 16.9 InnoDB Table and Page Compression [+/-]
- 16.10 InnoDB Row Storage and Row Formats [+/-]
- 16.11 InnoDB Disk I/O and File Space Management [+/-]
- 16.12 InnoDB and Online DDL [+/-]
- 16.12.1 Overview of Online DDL
- 16.12.2 Performance and Concurrency Considerations for Online DDL
- 16.12.3 SQL Syntax for Online DDL
- 16.12.4 Combining or Separating DDL Statements
- 16.12.5 Examples of Online DDL
- 16.12.6 Implementation Details of Online DDL
- 16.12.7 How Crash Recovery Works with Online DDL
- 16.12.8 Online DDL for Partitioned InnoDB Tables
- 16.12.9 Limitations of Online DDL
- 16.13 InnoDB Startup Options and System Variables
- 16.14 InnoDB INFORMATION_SCHEMA Tables [+/-]
- 16.14.1 InnoDB INFORMATION_SCHEMA Tables about Compression
- 16.14.2 InnoDB INFORMATION_SCHEMA Transaction and Locking Information
- 16.14.3 InnoDB INFORMATION_SCHEMA System Tables
- 16.14.4 InnoDB INFORMATION_SCHEMA FULLTEXT Index Tables
- 16.14.5 InnoDB INFORMATION_SCHEMA Buffer Pool Tables
- 16.14.6 InnoDB INFORMATION_SCHEMA Metrics Table
- 16.14.7 InnoDB INFORMATION_SCHEMA Temporary Table Information Table
- 16.14.8 Retrieving InnoDB Tablespace Metadata from INFORMATION_SCHEMA.FILES
- 16.15 InnoDB Integration with MySQL Performance Schema [+/-]
- 16.16 InnoDB Monitors [+/-]
- 16.17 InnoDB Backup and Recovery [+/-]
- 16.18 InnoDB and MySQL Replication
- 16.19 InnoDB memcached Plugin [+/-]
- 16.19.1 Benefits of the InnoDB memcached Plugin
- 16.19.2 InnoDB memcached Architecture
- 16.19.3 Setting Up the InnoDB memcached Plugin
- 16.19.4 InnoDB memcached Multiple get and Range Query Support
- 16.19.5 Security Considerations for the InnoDB memcached Plugin
- 16.19.6 Writing Applications for the InnoDB memcached Plugin
- 16.19.7 The InnoDB memcached Plugin and Replication
- 16.19.8 InnoDB memcached Plugin Internals
- 16.19.9 Troubleshooting the InnoDB memcached Plugin
- 16.20 InnoDB Troubleshooting [+/-]
- 17 Alternative Storage Engines [+/-]
- 17.1 Setting the Storage Engine
- 17.2 The MyISAM Storage Engine [+/-]
- 17.3 The MEMORY Storage Engine
- 17.4 The CSV Storage Engine [+/-]
- 17.5 The ARCHIVE Storage Engine
- 17.6 The BLACKHOLE Storage Engine
- 17.7 The MERGE Storage Engine [+/-]
- 17.8 The FEDERATED Storage Engine [+/-]
- 17.9 The EXAMPLE Storage Engine
- 17.10 Other Storage Engines
- 17.11 Overview of MySQL Storage Engine Architecture [+/-]
- 18 High Availability and Scalability [+/-]
- 19 Replication [+/-]
- 19.1 Configuring Replication [+/-]
- 19.1.1 Binary Log File Position Based Replication Configuration Overview
- 19.1.2 Setting Up Binary Log File Position Based Replication
- 19.1.3 Replication with Global Transaction Identifiers
- 19.1.4 MySQL Multi-Source Replication
- 19.1.5 Changing Replication Modes on Online Servers
- 19.1.6 Replication and Binary Logging Options and Variables
- 19.1.7 Common Replication Administration Tasks
- 19.2 Replication Implementation [+/-]
- 19.3 Replication Solutions [+/-]
- 19.3.1 Using Replication for Backups
- 19.3.2 Handling an Unexpected Halt of a Replication Slave
- 19.3.3 Monitoring Row-based Replication
- 19.3.4 Using Replication with Different Master and Slave Storage Engines
- 19.3.5 Using Replication for Scale-Out
- 19.3.6 Replicating Different Databases to Different Slaves
- 19.3.7 Improving Replication Performance
- 19.3.8 Switching Masters During Failover
- 19.3.9 Setting Up Replication to Use Secure Connections
- 19.3.10 Semisynchronous Replication
- 19.3.11 Delayed Replication
- 19.4 Replication Notes and Tips [+/-]
- 20 Partitioning [+/-]
- 21 Stored Programs and Views [+/-]
- 22 INFORMATION_SCHEMA Tables [+/-]
- 22.1 The INFORMATION_SCHEMA CHARACTER_SETS Table
- 22.2 The INFORMATION_SCHEMA COLLATIONS Table
- 22.3 The INFORMATION_SCHEMA COLLATION_CHARACTER_SET_APPLICABILITY Table
- 22.4 The INFORMATION_SCHEMA COLUMNS Table
- 22.5 The INFORMATION_SCHEMA COLUMN_PRIVILEGES Table
- 22.6 The INFORMATION_SCHEMA ENGINES Table
- 22.7 The INFORMATION_SCHEMA EVENTS Table
- 22.8 The INFORMATION_SCHEMA FILES Table
- 22.9 The INFORMATION_SCHEMA GLOBAL_STATUS and SESSION_STATUS Tables
- 22.10 The INFORMATION_SCHEMA GLOBAL_VARIABLES and SESSION_VARIABLES Tables
- 22.11 The INFORMATION_SCHEMA KEY_COLUMN_USAGE Table
- 22.12 The INFORMATION_SCHEMA OPTIMIZER_TRACE Table
- 22.13 The INFORMATION_SCHEMA PARAMETERS Table
- 22.14 The INFORMATION_SCHEMA PARTITIONS Table
- 22.15 The INFORMATION_SCHEMA PLUGINS Table
- 22.16 The INFORMATION_SCHEMA PROCESSLIST Table
- 22.17 The INFORMATION_SCHEMA PROFILING Table
- 22.18 The INFORMATION_SCHEMA REFERENTIAL_CONSTRAINTS Table
- 22.19 The INFORMATION_SCHEMA ROUTINES Table
- 22.20 The INFORMATION_SCHEMA SCHEMATA Table
- 22.21 The INFORMATION_SCHEMA SCHEMA_PRIVILEGES Table
- 22.22 The INFORMATION_SCHEMA STATISTICS and STATISTICS_DYNAMIC Tables
- 22.23 The INFORMATION_SCHEMA TABLES and TABLES_DYNAMIC Tables
- 22.24 The INFORMATION_SCHEMA TABLESPACES Table
- 22.25 The INFORMATION_SCHEMA TABLE_CONSTRAINTS Table
- 22.26 The INFORMATION_SCHEMA TABLE_PRIVILEGES Table
- 22.27 The INFORMATION_SCHEMA TRIGGERS Table
- 22.28 The INFORMATION_SCHEMA USER_PRIVILEGES Table
- 22.29 The INFORMATION_SCHEMA VIEWS Table
- 22.30 InnoDB INFORMATION_SCHEMA Tables [+/-]
- 22.30.1 The INFORMATION_SCHEMA INNODB_BUFFER_PAGE Table
- 22.30.2 The INFORMATION_SCHEMA INNODB_BUFFER_PAGE_LRU Table
- 22.30.3 The INFORMATION_SCHEMA INNODB_BUFFER_POOL_STATS Table
- 22.30.4 The INFORMATION_SCHEMA INNODB_CACHED_INDEXES Table
- 22.30.5 The INFORMATION_SCHEMA INNODB_CMP and INNODB_CMP_RESET Tables
- 22.30.6 The INFORMATION_SCHEMA INNODB_CMPMEM and INNODB_CMPMEM_RESET Tables
- 22.30.7 The INFORMATION_SCHEMA INNODB_CMP_PER_INDEX and INNODB_CMP_PER_INDEX_RESET Tables
- 22.30.8 The INFORMATION_SCHEMA INNODB_FT_BEING_DELETED Table
- 22.30.9 The INFORMATION_SCHEMA INNODB_FT_CONFIG Table
- 22.30.10 The INFORMATION_SCHEMA INNODB_FT_DEFAULT_STOPWORD Table
- 22.30.11 The INFORMATION_SCHEMA INNODB_FT_DELETED Table
- 22.30.12 The INFORMATION_SCHEMA INNODB_FT_INDEX_CACHE Table
- 22.30.13 The INFORMATION_SCHEMA INNODB_FT_INDEX_TABLE Table
- 22.30.14 The INFORMATION_SCHEMA INNODB_LOCKS Table
- 22.30.15 The INFORMATION_SCHEMA INNODB_LOCK_WAITS Table
- 22.30.16 The INFORMATION_SCHEMA INNODB_METRICS Table
- 22.30.17 The INFORMATION_SCHEMA INNODB_SYS_COLUMNS Table
- 22.30.18 The INFORMATION_SCHEMA INNODB_SYS_DATAFILES Table
- 22.30.19 The INFORMATION_SCHEMA INNODB_SYS_FIELDS Table
- 22.30.20 The INFORMATION_SCHEMA INNODB_SYS_FOREIGN Table
- 22.30.21 The INFORMATION_SCHEMA INNODB_SYS_FOREIGN_COLS Table
- 22.30.22 The INFORMATION_SCHEMA INNODB_SYS_INDEXES Table
- 22.30.23 The INFORMATION_SCHEMA INNODB_SYS_TABLES Table
- 22.30.24 The INFORMATION_SCHEMA INNODB_SYS_TABLESPACES Table
- 22.30.25 The INFORMATION_SCHEMA INNODB_SYS_TABLESTATS View
- 22.30.26 The INFORMATION_SCHEMA INNODB_SYS_VIRTUAL Table
- 22.30.27 The INFORMATION_SCHEMA INNODB_TEMP_TABLE_INFO Table
- 22.30.28 The INFORMATION_SCHEMA INNODB_TRX Table
- 22.31 Extensions to SHOW Statements
- 23 MySQL Performance Schema [+/-]
- 23.1 Performance Schema Quick Start
- 23.2 Performance Schema Configuration [+/-]
- 23.3 Performance Schema Queries
- 23.4 Performance Schema Instrument Naming Conventions
- 23.5 Performance Schema Status Monitoring
- 23.6 Performance Schema Atom and Molecule Events
- 23.7 Performance Schema Statement Digests
- 23.8 Performance Schema General Table Characteristics
- 23.9 Performance Schema Table Descriptions [+/-]
- 23.9.1 Performance Schema Table Index
- 23.9.2 Performance Schema Setup Tables
- 23.9.3 Performance Schema Instance Tables
- 23.9.4 Performance Schema Wait Event Tables
- 23.9.5 Performance Schema Stage Event Tables
- 23.9.6 Performance Schema Statement Event Tables
- 23.9.7 Performance Schema Transaction Tables
- 23.9.8 Performance Schema Connection Tables
- 23.9.9 Performance Schema Connection Attribute Tables
- 23.9.10 Performance Schema User Variable Tables
- 23.9.11 Performance Schema Replication Tables
- 23.9.12 Performance Schema Lock Tables
- 23.9.13 Performance Schema System Variable Tables
- 23.9.14 Performance Schema Status Variable Tables
- 23.9.15 Performance Schema Summary Tables
- 23.9.16 Performance Schema Miscellaneous Tables
- 23.10 Performance Schema Option and Variable Reference
- 23.11 Performance Schema Command Options
- 23.12 Performance Schema System Variables
- 23.13 Performance Schema Status Variables
- 23.14 The Performance Schema Memory-Allocation Model
- 23.15 Performance Schema and Plugins
- 23.16 Using the Performance Schema to Diagnose Problems [+/-]
- 23.17 Migrating to Performance Schema System and Status Variable Tables
- 24 MySQL sys Schema [+/-]
- 25 Connectors and APIs [+/-]
- 25.1 MySQL Connector/ODBC
- 25.2 MySQL Connector/Net
- 25.3 MySQL Connector/J
- 25.4 MySQL Connector/C++
- 25.5 MySQL Connector/C
- 25.6 MySQL Connector/Python
- 25.7 libmysqld, the Embedded MySQL Server Library [+/-]
- 25.8 MySQL C API [+/-]
- 25.8.1 MySQL C API Implementations
- 25.8.2 Simultaneous MySQL Server and Connector/C Installations
- 25.8.3 Example C API Client Programs
- 25.8.4 Building and Running C API Client Programs
- 25.8.5 C API Data Structures
- 25.8.6 C API Function Overview
- 25.8.7 C API Function Descriptions
- 25.8.8 C API Prepared Statements
- 25.8.9 C API Prepared Statement Data Structures
- 25.8.10 C API Prepared Statement Function Overview
- 25.8.11 C API Prepared Statement Function Descriptions
- 25.8.12 C API Threaded Function Descriptions
- 25.8.13 C API Embedded Server Function Descriptions
- 25.8.14 C API Client Plugin Functions
- 25.8.15 Common Questions and Problems When Using the C API
- 25.8.16 Controlling Automatic Reconnection Behavior
- 25.8.17 C API Support for Multiple Statement Execution
- 25.8.18 C API Prepared Statement Problems
- 25.8.19 C API Prepared Statement Handling of Date and Time Values
- 25.8.20 C API Support for Prepared CALL Statements
- 25.9 MySQL PHP API
- 25.10 MySQL Perl API
- 25.11 MySQL Python API
- 25.12 MySQL Ruby APIs [+/-]
- 25.13 MySQL Tcl API
- 25.14 MySQL Eiffel Wrapper
- 26 Extending MySQL [+/-]
- 27 MySQL Enterprise Edition [+/-]
- 28 MySQL Workbench
- A MySQL 8.0 Frequently Asked Questions [+/-]
- A.1 MySQL 8.0 FAQ: General
- A.2 MySQL 8.0 FAQ: Storage Engines
- A.3 MySQL 8.0 FAQ: Server SQL Mode
- A.4 MySQL 8.0 FAQ: Stored Procedures and Functions
- A.5 MySQL 8.0 FAQ: Triggers
- A.6 MySQL 8.0 FAQ: Views
- A.7 MySQL 8.0 FAQ: INFORMATION_SCHEMA
- A.8 MySQL 8.0 FAQ: Migration
- A.9 MySQL 8.0 FAQ: Security
- A.10 MySQL 8.0 FAQ: MySQL Cluster
- A.11 MySQL 8.0 FAQ: MySQL Chinese, Japanese, and Korean Character Sets
- A.12 MySQL 8.0 FAQ: Connectors & APIs
- A.13 MySQL 8.0 FAQ: Replication
- A.14 MySQL 8.0 FAQ: InnoDB Change Buffer
- A.15 MySQL 8.0 FAQ: InnoDB Tablespace Encryption
- A.16 MySQL 8.0 FAQ: Virtualization Support
- B Errors, Error Codes, and Common Problems [+/-]
- C Restrictions and Limits [+/-]
- C.1 Restrictions on Stored Programs
- C.2 Restrictions on Condition Handling
- C.3 Restrictions on Server-Side Cursors
- C.4 Restrictions on Subqueries
- C.5 Restrictions on Views
- C.6 Restrictions on XA Transactions
- C.7 Restrictions on Character Sets
- C.8 Restrictions on Performance Schema
- C.9 Restrictions on Pluggable Authentication
- C.10 Limits in MySQL [+/-]
- D Indexes [+/-]
- MySQL Glossary
PDF (A4) - 28.7Mb
PDF (RPM) - 27.0Mb
EPUB - 6.2Mb
HTML Download (TGZ) - 6.0Mb
HTML Download (Zip) - 6.1Mb
HTML Download (RPM) - 5.1Mb
Eclipse Doc Plugin (TGZ) - 6.8Mb
Eclipse Doc Plugin (Zip) - 8.7Mb
Man Pages (TGZ) - 141.1Kb
Man Pages (Zip) - 201.9Kb
Info (Gzip) - 2.8Mb
Info (Zip) - 2.8Mb