PDF (A4) - 27.1Mb
PDF (RPM) - 26.1Mb
HTML Download (TGZ) - 6.6Mb
HTML Download (Zip) - 6.6Mb
HTML Download (RPM) - 5.6Mb
Man Pages (TGZ) - 168.7Kb
Man Pages (Zip) - 277.1Kb
Info (Gzip) - 2.5Mb
Info (Zip) - 2.5Mb
MySQL NDB Cluster 7.2
MySQL Globalization
MySQL Information Schema
MySQL Installation Guide
MySQL and Linux/Unix
MySQL and OS X
MySQL Partitioning
MySQL Performance Schema
MySQL Replication
MySQL Restrictions and Limitations
Security in MySQL
MySQL and Solaris
Building MySQL from Source
Starting and Stopping MySQL
MySQL Tutorial
MySQL and Windows
Including MySQL NDB Cluster 7.2 Reference Guide
Abstract
This is the MySQL™ Reference Manual. It documents MySQL
5.5 through 5.5.58, as well as NDB
Cluster releases based on version 7.2 of
NDBCLUSTER through
5.5.57-ndb-7.2.31.
MySQL 5.5 features. This manual describes features that are not included in every edition of MySQL 5.5; such features may not be included in the edition of MySQL 5.5 licensed to you. If you have any questions about the features included in your edition of MySQL 5.5, refer to your MySQL 5.5 license agreement or contact your Oracle sales representative.
For notes detailing the changes in each release, see the MySQL 5.5 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 5.5. This product may include third-party software, used under license. If you are using a Commercial release of MySQL 5.5, see this document for licensing information, including licensing information relating to third-party software that may be included in this Commercial release. If you are using a Community release of MySQL 5.5, see this document for licensing information, including licensing information relating to third-party software that may be included in this Community release.
Licensing information—MySQL NDB Cluster 7.2. This product may include third-party software, used under license. If you are using a Commercial release of MySQL NDB Cluster 7.2, see this document for licensing information, including licensing information relating to third-party software that may be included in this Commercial release. If you are using a Community release of MySQL NDB Cluster 7.2, 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: 2017-07-17 (revision: 52958)
Table of Contents [+/-]
- Preface and Legal Notices
- 1 General Information [+/-]
- 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 MySQL Installer for Windows
- 2.3.4 MySQL Notifier
- 2.3.5 Installing MySQL on Microsoft Windows Using an MSI Package
- 2.3.6 MySQL Server Instance Configuration Wizard
- 2.3.7 Installing MySQL on Microsoft Windows Using a noinstall Zip Archive
- 2.3.8 Troubleshooting a Microsoft Windows MySQL Server Installation
- 2.3.9 Windows Postinstallation Procedures
- 2.3.10 Upgrading MySQL on Windows
- 2.4 Installing MySQL on OS X [+/-]
- 2.5 Installing MySQL on Linux [+/-]
- 2.6 Installing MySQL Using Unbreakable Linux Network (ULN)
- 2.7 Installing MySQL on Solaris [+/-]
- 2.8 Installing MySQL on FreeBSD
- 2.9 Installing MySQL from Source [+/-]
- 2.10 Postinstallation Setup and Testing [+/-]
- 2.11 Upgrading or Downgrading MySQL [+/-]
- 2.12 Perl Installation Notes [+/-]
- 3 Tutorial [+/-]
- 3.1 Connecting to and Disconnecting from the Server
- 3.2 Entering Queries
- 3.3 Creating and Using a Database [+/-]
- 3.4 Getting Information About Databases and Tables
- 3.5 Using mysql in Batch Mode
- 3.6 Examples of Common Queries [+/-]
- 3.6.1 The Maximum Value for a Column
- 3.6.2 The Row Holding the Maximum of a Certain Column
- 3.6.3 Maximum of Column per Group
- 3.6.4 The Rows Holding the Group-wise Maximum of a Certain Column
- 3.6.5 Using User-Defined Variables
- 3.6.6 Using Foreign Keys
- 3.6.7 Searching on Two Keys
- 3.6.8 Calculating Visits Per Day
- 3.6.9 Using AUTO_INCREMENT
- 3.7 Using MySQL with Apache
- 4 MySQL Programs [+/-]
- 4.1 Overview of MySQL Programs
- 4.2 Using MySQL Programs [+/-]
- 4.2.1 Invoking MySQL Programs
- 4.2.2 Connecting to the MySQL Server
- 4.2.3 Specifying Program Options
- 4.2.4 Using Options on the Command Line
- 4.2.5 Program Option Modifiers
- 4.2.6 Using Option Files
- 4.2.7 Command-Line Options that Affect Option-File Handling
- 4.2.8 Using Options to Set Program Variables
- 4.2.9 Option Defaults, Options Expecting Values, and the = Sign
- 4.2.10 Setting Environment Variables
- 4.3 MySQL Server and Server-Startup Programs [+/-]
- 4.4 MySQL Installation-Related Programs [+/-]
- 4.4.1 comp_err — Compile MySQL Error Message File
- 4.4.2 mysqlbug — Generate Bug Report
- 4.4.3 mysql_install_db — Initialize MySQL Data Directory
- 4.4.4 mysql_plugin — Configure MySQL Server Plugins
- 4.4.5 mysql_secure_installation — Improve MySQL Installation Security
- 4.4.6 mysql_tzinfo_to_sql — Load the Time Zone Tables
- 4.4.7 mysql_upgrade — Check and Upgrade MySQL Tables
- 4.5 MySQL Client Programs [+/-]
- 4.5.1 mysql — The MySQL Command-Line Tool
- 4.5.2 mysqladmin — Client for Administering a MySQL Server
- 4.5.3 mysqlcheck — A Table Maintenance Program
- 4.5.4 mysqldump — A Database Backup Program
- 4.5.5 mysqlimport — A Data Import Program
- 4.5.6 mysqlshow — Display Database, Table, and Column Information
- 4.5.7 mysqlslap — Load Emulation Client
- 4.6 MySQL Administrative and Utility Programs [+/-]
- 4.6.1 innochecksum — Offline InnoDB File Checksum Utility
- 4.6.2 myisam_ftdump — Display Full-Text Index information
- 4.6.3 myisamchk — MyISAM Table-Maintenance Utility
- 4.6.4 myisamlog — Display MyISAM Log File Contents
- 4.6.5 myisampack — Generate Compressed, Read-Only MyISAM Tables
- 4.6.6 mysqlaccess — Client for Checking Access Privileges
- 4.6.7 mysqlbinlog — Utility for Processing Binary Log Files
- 4.6.8 mysqldumpslow — Summarize Slow Query Log Files
- 4.6.9 mysqlhotcopy — A Database Backup Program
- 4.6.10 mysql_convert_table_format — Convert Tables to Use a Given Storage Engine
- 4.6.11 mysql_find_rows — Extract SQL Statements from Files
- 4.6.12 mysql_fix_extensions — Normalize Table File Name Extensions
- 4.6.13 mysql_setpermission — Interactively Set Permissions in Grant Tables
- 4.6.14 mysql_waitpid — Kill Process and Wait for Its Termination
- 4.6.15 mysql_zap — Kill Processes That Match a Pattern
- 4.7 MySQL Program Development Utilities [+/-]
- 4.8 Miscellaneous Programs [+/-]
- 4.9 MySQL Program Environment Variables
- 5 MySQL Server Administration [+/-]
- 5.1 The MySQL Server [+/-]
- 5.1.1 Configuring the Server
- 5.1.2 Server Configuration Defaults
- 5.1.3 Server Option and Variable Reference
- 5.1.4 Server Command Options
- 5.1.5 Server System Variables
- 5.1.6 Using System Variables
- 5.1.7 Server Status Variables
- 5.1.8 Server SQL Modes
- 5.1.9 IPv6 Support
- 5.1.10 Server-Side Help
- 5.1.11 Server Response to Signals
- 5.1.12 The Server Shutdown Process
- 5.2 The MySQL Data Directory
- 5.3 The mysql System Database
- 5.4 MySQL Server Logs [+/-]
- 5.5 MySQL Server Plugins [+/-]
- 5.6 Running Multiple MySQL Instances on One Machine [+/-]
- 5.7 Tracing mysqld Using DTrace [+/-]
- 6 Security [+/-]
- 6.1 General Security Issues [+/-]
- 6.2 The MySQL Access Privilege System [+/-]
- 6.3 MySQL User Account Management [+/-]
- 6.4 Using Secure Connections [+/-]
- 6.4.1 OpenSSL Versus yaSSL
- 6.4.2 Building MySQL with Support for Secure Connections
- 6.4.3 Secure Connection Protocols and Ciphers
- 6.4.4 Configuring MySQL to Use Secure Connections
- 6.4.5 Command Options for Secure Connections
- 6.4.6 Creating SSL Certificates and Keys Using openssl
- 6.4.7 Connecting to MySQL Remotely from Windows with SSH
- 6.5 Security Plugins [+/-]
- 7 Backup and Recovery [+/-]
- 8 Optimization [+/-]
- 8.1 Optimization Overview
- 8.2 Optimizing SQL Statements [+/-]
- 8.3 Optimization and Indexes [+/-]
- 8.4 Optimizing Database Structure [+/-]
- 8.5 Optimizing for InnoDB Tables [+/-]
- 8.5.1 Optimizing Storage Layout for InnoDB Tables
- 8.5.2 Optimizing InnoDB Transaction Management
- 8.5.3 Optimizing InnoDB Redo Logging
- 8.5.4 Bulk Data Loading for InnoDB Tables
- 8.5.5 Optimizing InnoDB Queries
- 8.5.6 Optimizing InnoDB DDL Operations
- 8.5.7 Optimizing InnoDB Disk I/O
- 8.5.8 Optimizing InnoDB Configuration Variables
- 8.5.9 Optimizing InnoDB for Systems with Many Tables
- 8.6 Optimizing for MyISAM Tables [+/-]
- 8.7 Optimizing for MEMORY Tables
- 8.8 Understanding the Query Execution Plan [+/-]
- 8.9 Controlling the Query Optimizer [+/-]
- 8.10 Buffering and Caching [+/-]
- 8.11 Optimizing Locking Operations [+/-]
- 8.12 Optimizing the MySQL Server [+/-]
- 8.13 Measuring Performance (Benchmarking) [+/-]
- 8.14 Examining Thread Information [+/-]
- 8.14.1 Thread Command Values
- 8.14.2 General Thread States
- 8.14.3 Delayed-Insert Thread States
- 8.14.4 Query Cache Thread States
- 8.14.5 Replication Master Thread States
- 8.14.6 Replication Slave I/O Thread States
- 8.14.7 Replication Slave SQL Thread States
- 8.14.8 Replication Slave Connection Thread States
- 8.14.9 NDB Cluster Thread States
- 8.14.10 Event Scheduler Thread States
- 9 Language Structure [+/-]
- 10 Globalization [+/-]
- 10.1 Character Set Support [+/-]
- 10.1.1 Character Sets and Collations in General
- 10.1.2 Character Sets and Collations in MySQL
- 10.1.3 Specifying Character Sets and Collations
- 10.1.4 Connection Character Sets and Collations
- 10.1.5 Configuring Application Character Set and Collation
- 10.1.6 Error Message Character Set
- 10.1.7 Column Character Set Conversion
- 10.1.8 Collation Issues
- 10.1.9 Unicode Support
- 10.1.10 Supported Character Sets and Collations
- 10.2 Setting the Error Message Language
- 10.3 Adding a Character Set [+/-]
- 10.4 Adding a Collation to a Character Set [+/-]
- 10.5 Character Set Configuration
- 10.6 MySQL Server Time Zone Support [+/-]
- 10.7 MySQL Server Locale Support
- 11 Data Types [+/-]
- 11.1 Data Type Overview [+/-]
- 11.2 Numeric Types [+/-]
- 11.2.1 Integer Types (Exact Value) - INTEGER, INT, SMALLINT, TINYINT, MEDIUMINT, BIGINT
- 11.2.2 Fixed-Point Types (Exact Value) - DECIMAL, NUMERIC
- 11.2.3 Floating-Point Types (Approximate Value) - FLOAT, DOUBLE
- 11.2.4 Bit-Value Type - BIT
- 11.2.5 Numeric Type Attributes
- 11.2.6 Out-of-Range and Overflow Handling
- 11.3 Date and Time Types [+/-]
- 11.3.1 The DATE, DATETIME, and TIMESTAMP Types
- 11.3.2 The TIME Type
- 11.3.3 The YEAR Type
- 11.3.4 YEAR(2) Limitations and Migrating to YEAR(4)
- 11.3.5 Automatic Initialization and Updating for TIMESTAMP
- 11.3.6 Fractional Seconds in Time Values
- 11.3.7 Conversion Between Date and Time Types
- 11.3.8 Two-Digit Years in Dates
- 11.4 String Types [+/-]
- 11.5 Extensions for Spatial Data [+/-]
- 11.6 Data Type Default Values
- 11.7 Data Type Storage Requirements
- 11.8 Choosing the Right Type for a Column
- 11.9 Using Data Types from Other Database Engines
- 12 Functions and Operators [+/-]
- 12.1 Function and Operator Reference
- 12.2 Type Conversion in Expression Evaluation
- 12.3 Operators [+/-]
- 12.4 Control Flow Functions
- 12.5 String Functions [+/-]
- 12.6 Numeric Functions and Operators [+/-]
- 12.7 Date and Time Functions
- 12.8 What Calendar Is Used By MySQL?
- 12.9 Full-Text Search Functions [+/-]
- 12.10 Cast Functions and Operators
- 12.11 XML Functions
- 12.12 Bit Functions and Operators
- 12.13 Encryption and Compression Functions
- 12.14 Information Functions
- 12.15 Spatial Analysis Functions [+/-]
- 12.15.1 Spatial Function Reference
- 12.15.2 Argument Handling by Spatial Functions
- 12.15.3 Functions That Create Geometry Values from WKT Values
- 12.15.4 Functions That Create Geometry Values from WKB Values
- 12.15.5 MySQL-Specific Functions That Create Geometry Values
- 12.15.6 Geometry Format Conversion Functions
- 12.15.7 Geometry Property Functions
- 12.15.8 Spatial Operator Functions
- 12.15.9 Functions That Test Spatial Relations Between Geometry Objects
- 12.16 Aggregate (GROUP BY) Functions [+/-]
- 12.17 Miscellaneous Functions
- 12.18 Precision Math [+/-]
- 13 SQL Statement Syntax [+/-]
- 13.1 Data Definition Statements [+/-]
- 13.1.1 ALTER DATABASE Syntax
- 13.1.2 ALTER EVENT Syntax
- 13.1.3 ALTER FUNCTION Syntax
- 13.1.4 ALTER LOGFILE GROUP Syntax
- 13.1.5 ALTER PROCEDURE Syntax
- 13.1.6 ALTER SERVER Syntax
- 13.1.7 ALTER TABLE Syntax
- 13.1.8 ALTER TABLESPACE Syntax
- 13.1.9 ALTER VIEW Syntax
- 13.1.10 CREATE DATABASE Syntax
- 13.1.11 CREATE EVENT Syntax
- 13.1.12 CREATE FUNCTION Syntax
- 13.1.13 CREATE INDEX Syntax
- 13.1.14 CREATE LOGFILE GROUP Syntax
- 13.1.15 CREATE PROCEDURE and CREATE FUNCTION Syntax
- 13.1.16 CREATE SERVER Syntax
- 13.1.17 CREATE TABLE Syntax
- 13.1.18 CREATE TABLESPACE Syntax
- 13.1.19 CREATE TRIGGER Syntax
- 13.1.20 CREATE VIEW Syntax
- 13.1.21 DROP DATABASE Syntax
- 13.1.22 DROP EVENT Syntax
- 13.1.23 DROP FUNCTION Syntax
- 13.1.24 DROP INDEX Syntax
- 13.1.25 DROP LOGFILE GROUP Syntax
- 13.1.26 DROP PROCEDURE and DROP FUNCTION Syntax
- 13.1.27 DROP SERVER Syntax
- 13.1.28 DROP TABLE Syntax
- 13.1.29 DROP TABLESPACE Syntax
- 13.1.30 DROP TRIGGER Syntax
- 13.1.31 DROP VIEW Syntax
- 13.1.32 RENAME TABLE Syntax
- 13.1.33 TRUNCATE TABLE Syntax
- 13.2 Data Manipulation Statements [+/-]
- 13.3 Transactional and Locking Statements [+/-]
- 13.3.1 START TRANSACTION, COMMIT, and ROLLBACK Syntax
- 13.3.2 Statements That Cannot Be Rolled Back
- 13.3.3 Statements That Cause an Implicit Commit
- 13.3.4 SAVEPOINT, ROLLBACK TO SAVEPOINT, and RELEASE SAVEPOINT Syntax
- 13.3.5 LOCK TABLES and UNLOCK TABLES Syntax
- 13.3.6 SET TRANSACTION Syntax
- 13.3.7 XA Transactions
- 13.4 Replication Statements [+/-]
- 13.5 Prepared SQL Statement Syntax [+/-]
- 13.6 Compound-Statement Syntax [+/-]
- 13.7 Database Administration Statements [+/-]
- 13.8 Utility Statements [+/-]
- 14 The InnoDB Storage Engine [+/-]
- 14.1 Introduction to InnoDB [+/-]
- 14.2 Installing the InnoDB Storage Engine
- 14.3 Upgrading the InnoDB Storage Engine
- 14.4 Downgrading the InnoDB Storage Engine
- 14.5 InnoDB and the ACID Model
- 14.6 InnoDB Multi-Versioning
- 14.7 InnoDB Architecture [+/-]
- 14.8 InnoDB Locking and Transaction Model [+/-]
- 14.9 InnoDB Configuration [+/-]
- 14.9.1 InnoDB Startup Configuration
- 14.9.2 InnoDB Buffer Pool Configuration
- 14.9.3 Configuring the Memory Allocator for InnoDB
- 14.9.4 Configuring InnoDB Change Buffering
- 14.9.5 Configuring Thread Concurrency for InnoDB
- 14.9.6 Configuring the Number of Background InnoDB I/O Threads
- 14.9.7 Using Asynchronous I/O on Linux
- 14.9.8 Configuring the InnoDB Master Thread I/O Rate
- 14.9.9 Configuring Spin Lock Polling
- 14.9.10 Configuring InnoDB Purge Scheduling
- 14.9.11 Configuring Optimizer Statistics for InnoDB
- 14.10 InnoDB Tablespaces [+/-]
- 14.11 InnoDB Tables and Indexes [+/-]
- 14.12 InnoDB Table Compression [+/-]
- 14.13 InnoDB File-Format Management [+/-]
- 14.14 InnoDB Row Storage and Row Formats [+/-]
- 14.15 InnoDB Disk I/O and File Space Management [+/-]
- 14.16 InnoDB Fast Index Creation [+/-]
- 14.17 InnoDB Startup Options and System Variables
- 14.18 InnoDB INFORMATION_SCHEMA Tables [+/-]
- 14.19 InnoDB Integration with MySQL Performance Schema [+/-]
- 14.20 InnoDB Monitors [+/-]
- 14.21 InnoDB Backup and Recovery [+/-]
- 14.22 InnoDB and MySQL Replication
- 14.23 InnoDB Troubleshooting [+/-]
- 15 Alternative Storage Engines [+/-]
- 15.1 Setting the Storage Engine
- 15.2 Overview of MySQL Storage Engine Architecture [+/-]
- 15.3 The MyISAM Storage Engine [+/-]
- 15.4 The MEMORY Storage Engine
- 15.5 The CSV Storage Engine [+/-]
- 15.6 The ARCHIVE Storage Engine
- 15.7 The BLACKHOLE Storage Engine
- 15.8 The MERGE Storage Engine [+/-]
- 15.9 The FEDERATED Storage Engine [+/-]
- 15.10 The EXAMPLE Storage Engine
- 15.11 Other Storage Engines
- 16 High Availability and Scalability [+/-]
- 17 Replication [+/-]
- 17.1 Replication Configuration [+/-]
- 17.2 Replication Implementation [+/-]
- 17.3 Replication Solutions [+/-]
- 17.3.1 Using Replication for Backups
- 17.3.2 Using Replication with Different Master and Slave Storage Engines
- 17.3.3 Using Replication for Scale-Out
- 17.3.4 Replicating Different Databases to Different Slaves
- 17.3.5 Improving Replication Performance
- 17.3.6 Switching Masters During Failover
- 17.3.7 Setting Up Replication to Use Secure Connections
- 17.3.8 Semisynchronous Replication
- 17.4 Replication Notes and Tips [+/-]
- 18 MySQL NDB Cluster 7.2 [+/-]
- 18.1 NDB Cluster Overview [+/-]
- 18.1.1 NDB Cluster Core Concepts
- 18.1.2 NDB Cluster Nodes, Node Groups, Replicas, and Partitions
- 18.1.3 NDB Cluster Hardware, Software, and Networking Requirements
- 18.1.4 What is New in MySQL NDB Cluster 7.2
- 18.1.5 MySQL Server Using InnoDB Compared with NDB Cluster
- 18.1.6 Known Limitations of NDB Cluster
- 18.2 NDB Cluster Installation and Upgrades [+/-]
- 18.2.1 Installing NDB Cluster on Linux
- 18.2.2 Installing NDB Cluster on Windows
- 18.2.3 Initial Configuration of NDB Cluster
- 18.2.4 Initial Startup of NDB Cluster
- 18.2.5 NDB Cluster Example with Tables and Data
- 18.2.6 Safe Shutdown and Restart of NDB Cluster
- 18.2.7 Upgrading and Downgrading NDB Cluster 7.2
- 18.3 Configuration of NDB Cluster [+/-]
- 18.4 NDB Cluster Programs [+/-]
- 18.4.1 ndbd — The NDB Cluster Data Node Daemon
- 18.4.2 ndbinfo_select_all — Select From ndbinfo Tables
- 18.4.3 ndbmtd — The NDB Cluster Data Node Daemon (Multi-Threaded)
- 18.4.4 ndb_mgmd — The NDB Cluster Management Server Daemon
- 18.4.5 ndb_mgm — The NDB Cluster Management Client
- 18.4.6 ndb_blob_tool — Check and Repair BLOB and TEXT columns of NDB Cluster Tables
- 18.4.7 ndb_config — Extract NDB Cluster Configuration Information
- 18.4.8 ndb_cpcd — Automate Testing for NDB Development
- 18.4.9 ndb_delete_all — Delete All Rows from an NDB Table
- 18.4.10 ndb_desc — Describe NDB Tables
- 18.4.11 ndb_drop_index — Drop Index from an NDB Table
- 18.4.12 ndb_drop_table — Drop an NDB Table
- 18.4.13 ndb_error_reporter — NDB Error-Reporting Utility
- 18.4.14 ndb_index_stat — NDB Index Statistics Utility
- 18.4.15 ndb_move_data — NDB Data Copy Utility
- 18.4.16 ndb_print_backup_file — Print NDB Backup File Contents
- 18.4.17 ndb_print_file — Print NDB Disk Data File Contents
- 18.4.18 ndb_print_schema_file — Print NDB Schema File Contents
- 18.4.19 ndb_print_sys_file — Print NDB System File Contents
- 18.4.20 ndb_redo_log_reader — Check and Print Content of Cluster Redo Log
- 18.4.21 ndb_restore — Restore an NDB Cluster Backup
- 18.4.22 ndb_select_all — Print Rows from an NDB Table
- 18.4.23 ndb_select_count — Print Row Counts for NDB Tables
- 18.4.24 ndb_show_tables — Display List of NDB Tables
- 18.4.25 ndb_size.pl — NDBCLUSTER Size Requirement Estimator
- 18.4.26 ndb_waiter — Wait for NDB Cluster to Reach a Given Status
- 18.4.27 Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs
- 18.5 Management of NDB Cluster [+/-]
- 18.5.1 Summary of NDB Cluster Start Phases
- 18.5.2 Commands in the NDB Cluster Management Client
- 18.5.3 Online Backup of NDB Cluster
- 18.5.4 MySQL Server Usage for NDB Cluster
- 18.5.5 Performing a Rolling Restart of an NDB Cluster
- 18.5.6 Event Reports Generated in NDB Cluster
- 18.5.7 NDB Cluster Log Messages
- 18.5.8 NDB Cluster Single User Mode
- 18.5.9 Quick Reference: NDB Cluster SQL Statements
- 18.5.10 ndbinfo: The NDB Cluster Information Database
- 18.5.11 NDB Cluster Security Issues
- 18.5.12 NDB Cluster Disk Data Tables
- 18.5.13 Adding NDB Cluster Data Nodes Online
- 18.5.14 Distributed MySQL Privileges for NDB Cluster
- 18.5.15 NDB API Statistics Counters and Variables
- 18.6 NDB Cluster Replication [+/-]
- 18.6.1 NDB Cluster Replication: Abbreviations and Symbols
- 18.6.2 General Requirements for NDB Cluster Replication
- 18.6.3 Known Issues in NDB Cluster Replication
- 18.6.4 NDB Cluster Replication Schema and Tables
- 18.6.5 Preparing the NDB Cluster for Replication
- 18.6.6 Starting NDB Cluster Replication (Single Replication Channel)
- 18.6.7 Using Two Replication Channels for NDB Cluster Replication
- 18.6.8 Implementing Failover with NDB Cluster Replication
- 18.6.9 NDB Cluster Backups With NDB Cluster Replication
- 18.6.10 NDB Cluster Replication: Multi-Master and Circular Replication
- 18.6.11 NDB Cluster Replication Conflict Resolution
- 18.7 NDB Cluster Release Notes
- 19 Partitioning [+/-]
- 20 Stored Programs and Views [+/-]
- 21 INFORMATION_SCHEMA Tables [+/-]
- 21.1 The INFORMATION_SCHEMA CHARACTER_SETS Table
- 21.2 The INFORMATION_SCHEMA COLLATIONS Table
- 21.3 The INFORMATION_SCHEMA COLLATION_CHARACTER_SET_APPLICABILITY Table
- 21.4 The INFORMATION_SCHEMA COLUMNS Table
- 21.5 The INFORMATION_SCHEMA COLUMN_PRIVILEGES Table
- 21.6 The INFORMATION_SCHEMA ENGINES Table
- 21.7 The INFORMATION_SCHEMA EVENTS Table
- 21.8 The INFORMATION_SCHEMA GLOBAL_STATUS and SESSION_STATUS Tables
- 21.9 The INFORMATION_SCHEMA GLOBAL_VARIABLES and SESSION_VARIABLES Tables
- 21.10 The INFORMATION_SCHEMA KEY_COLUMN_USAGE Table
- 21.11 The INFORMATION_SCHEMA PARAMETERS Table
- 21.12 The INFORMATION_SCHEMA PARTITIONS Table
- 21.13 The INFORMATION_SCHEMA PLUGINS Table
- 21.14 The INFORMATION_SCHEMA PROCESSLIST Table
- 21.15 The INFORMATION_SCHEMA PROFILING Table
- 21.16 The INFORMATION_SCHEMA REFERENTIAL_CONSTRAINTS Table
- 21.17 The INFORMATION_SCHEMA ROUTINES Table
- 21.18 The INFORMATION_SCHEMA SCHEMATA Table
- 21.19 The INFORMATION_SCHEMA SCHEMA_PRIVILEGES Table
- 21.20 The INFORMATION_SCHEMA STATISTICS Table
- 21.21 The INFORMATION_SCHEMA TABLES Table
- 21.22 The INFORMATION_SCHEMA TABLESPACES Table
- 21.23 The INFORMATION_SCHEMA TABLE_CONSTRAINTS Table
- 21.24 The INFORMATION_SCHEMA TABLE_PRIVILEGES Table
- 21.25 The INFORMATION_SCHEMA TRIGGERS Table
- 21.26 The INFORMATION_SCHEMA USER_PRIVILEGES Table
- 21.27 The INFORMATION_SCHEMA VIEWS Table
- 21.28 InnoDB INFORMATION_SCHEMA Tables [+/-]
- 21.28.1 The INFORMATION_SCHEMA INNODB_BUFFER_PAGE Table
- 21.28.2 The INFORMATION_SCHEMA INNODB_BUFFER_PAGE_LRU Table
- 21.28.3 The INFORMATION_SCHEMA INNODB_BUFFER_POOL_STATS Table
- 21.28.4 The INFORMATION_SCHEMA INNODB_CMP and INNODB_CMP_RESET Tables
- 21.28.5 The INFORMATION_SCHEMA INNODB_CMPMEM and INNODB_CMPMEM_RESET Tables
- 21.28.6 The INFORMATION_SCHEMA INNODB_LOCKS Table
- 21.28.7 The INFORMATION_SCHEMA INNODB_LOCK_WAITS Table
- 21.28.8 The INFORMATION_SCHEMA INNODB_TRX Table
- 21.29 NDB Cluster INFORMATION_SCHEMA Tables [+/-]
- 21.30 Thread Pool INFORMATION_SCHEMA Tables [+/-]
- 21.31 Extensions to SHOW Statements
- 22 MySQL Performance Schema [+/-]
- 22.1 Performance Schema Quick Start
- 22.2 Performance Schema Build Configuration
- 22.3 Performance Schema Startup Configuration
- 22.4 Performance Schema Runtime Configuration [+/-]
- 22.5 Performance Schema Queries
- 22.6 Performance Schema Instrument Naming Conventions
- 22.7 Performance Schema Status Monitoring
- 22.8 Performance Schema General Table Characteristics
- 22.9 Performance Schema Table Descriptions [+/-]
- 22.10 Performance Schema Option and Variable Reference
- 22.11 Performance Schema System Variables
- 22.12 Performance Schema Status Variables
- 22.13 Performance Schema and Plugins
- 22.14 Using the Performance Schema to Diagnose Problems
- 23 Connectors and APIs [+/-]
- 23.1 MySQL Connector/C
- 23.2 MySQL Connector/C++
- 23.3 MySQL Connector/J
- 23.4 MySQL Connector/Net
- 23.5 MySQL Connector/ODBC
- 23.6 MySQL Connector/Python
- 23.7 libmysqld, the Embedded MySQL Server Library [+/-]
- 23.8 MySQL C API [+/-]
- 23.8.1 MySQL C API Implementations
- 23.8.2 Simultaneous MySQL Server and Connector/C Installations
- 23.8.3 Example C API Client Programs
- 23.8.4 Building and Running C API Client Programs
- 23.8.5 C API Data Structures
- 23.8.6 C API Function Overview
- 23.8.7 C API Function Descriptions
- 23.8.8 C API Prepared Statements
- 23.8.9 C API Prepared Statement Data Structures
- 23.8.10 C API Prepared Statement Function Overview
- 23.8.11 C API Prepared Statement Function Descriptions
- 23.8.12 C API Threaded Function Descriptions
- 23.8.13 C API Embedded Server Function Descriptions
- 23.8.14 C API Client Plugin Functions
- 23.8.15 Common Questions and Problems When Using the C API
- 23.8.16 Controlling Automatic Reconnection Behavior
- 23.8.17 C API Support for Multiple Statement Execution
- 23.8.18 C API Prepared Statement Problems
- 23.8.19 C API Prepared Statement Handling of Date and Time Values
- 23.8.20 C API Support for Prepared CALL Statements
- 23.9 MySQL PHP API
- 23.10 MySQL Perl API
- 23.11 MySQL Python API
- 23.12 MySQL Ruby APIs [+/-]
- 23.13 MySQL Tcl API
- 23.14 MySQL Eiffel Wrapper
- 24 Extending MySQL [+/-]
- 25 MySQL Enterprise Edition [+/-]
- 26 MySQL Workbench
- A MySQL 5.5 Frequently Asked Questions [+/-]
- A.1 MySQL 5.5 FAQ: General
- A.2 MySQL 5.5 FAQ: Storage Engines
- A.3 MySQL 5.5 FAQ: Server SQL Mode
- A.4 MySQL 5.5 FAQ: Stored Procedures and Functions
- A.5 MySQL 5.5 FAQ: Triggers
- A.6 MySQL 5.5 FAQ: Views
- A.7 MySQL 5.5 FAQ: INFORMATION_SCHEMA
- A.8 MySQL 5.5 FAQ: Migration
- A.9 MySQL 5.5 FAQ: Security
- A.10 MySQL FAQ: MySQL 5.5 and NDB Cluster
- A.11 MySQL 5.5 FAQ: MySQL Chinese, Japanese, and Korean Character Sets
- A.12 MySQL 5.5 FAQ: Connectors & APIs
- A.13 MySQL 5.5 FAQ: Replication
- A.14 MySQL 5.5 FAQ: MySQL Enterprise Thread Pool
- A.15 MySQL 5.5 FAQ: InnoDB Change Buffer
- A.16 MySQL 5.5 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) - 27.1Mb
PDF (RPM) - 26.1Mb
HTML Download (TGZ) - 6.6Mb
HTML Download (Zip) - 6.6Mb
HTML Download (RPM) - 5.6Mb
Man Pages (TGZ) - 168.7Kb
Man Pages (Zip) - 277.1Kb
Info (Gzip) - 2.5Mb
Info (Zip) - 2.5Mb
MySQL NDB Cluster 7.2
MySQL Globalization
MySQL Information Schema
MySQL Installation Guide
MySQL and Linux/Unix
MySQL and OS X
MySQL Partitioning
MySQL Performance Schema
MySQL Replication
MySQL Restrictions and Limitations
Security in MySQL
MySQL and Solaris
Building MySQL from Source
Starting and Stopping MySQL
MySQL Tutorial
MySQL and Windows