Symbols
| A
| B
| C
| D
| E
| F
| G
| H
| I
| J
| K
| L
| M
| N
| O
| P
| Q
| R
| S
| T
| U
| V
| W
| X
| Y
| Z
Symbols
[
index top]
- ! (logical NOT), Logical Operators
- != (not equal), Comparison Functions and Operators
- ", Schema Object Names
- #mysql50 identifier prefix, Schema Object Names, Mapping of Identifiers to File Names
- %, Arithmetic Operators
- % (modulo), Mathematical Functions
- % (wildcard character), String Literals
- & (bitwise AND), Bit Functions and Operators
- && (logical AND), Logical Operators
- () (parentheses), Operator Precedence
- (Control+Z) \Z, String Literals, LOAD DATA INFILE Syntax
- * (multiplication), Arithmetic Operators
- + (addition), Arithmetic Operators
- - (subtraction), Arithmetic Operators
- - (unary minus), Arithmetic Operators
- --master-info-repository option, Replication Relay and Status Logs
- --password option, End-User Guidelines for Password Security
- --relay-log-info-repository option, Replication Relay and Status Logs
- ->, Functions That Search JSON Values
- ->>, Functions That Search JSON Values
- -? option (NDB Cluster programs), Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs
- -c option (NDB Cluster programs), Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs
- -c option (ndb_mgmd) (OBSOLETE), ndb_mgmd — The NDB Cluster Management Server Daemon
- -d option (ndb_index_stat), ndb_index_stat — NDB Index Statistics Utility
- -d option (ndb_mgmd), ndb_mgmd — The NDB Cluster Management Server Daemon
- -e option (ndb_mgm), ndb_mgm — The NDB Cluster Management Client
- -f option (ndb_mgmd), ndb_mgmd — The NDB Cluster Management Server Daemon
- -l option (ndbinfo_select_all), ndbinfo_select_all — Select From ndbinfo Tables
- -n option (ndbd), ndbd — The NDB Cluster Data Node Daemon
- -n option (ndbmtd), ndbd — The NDB Cluster Data Node Daemon
- -p option, End-User Guidelines for Password Security
- -P option (ndb_mgmd), ndb_mgmd — The NDB Cluster Management Server Daemon
- -V option (NDB Cluster programs), Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs
- .my.cnf file, Connecting to the MySQL Server, Using Option Files, Using Client Programs in a Multiple-Server Environment, End-User Guidelines for Password Security, Troubleshooting Problems Connecting to MySQL
- .mylogin.cnf file, Using Option Files, mysql_config_editor — MySQL Configuration Utility
- .mysql_history file, mysql Logging, End-User Guidelines for Password Security
- .mysql_secret file, Installing MySQL on Linux Using RPM Packages from Oracle, mysql_install_db — Initialize MySQL Data Directory
- .pid (process ID) file, Setting Up a MyISAM Table Maintenance Schedule
- / (division), Arithmetic Operators
- /etc/passwd, Making MySQL Secure Against Attackers, SELECT ... INTO Syntax
- 3306 port, MySQL Source-Configuration Options, Server Command Options
- 33060 port, MySQL Source-Configuration Options
- := (assignment operator), Assignment Operators
- := (assignment), User-Defined Variables
- < (less than), Comparison Functions and Operators
- << (left shift), Calculating Visits Per Day, Bit Functions and Operators
- <= (less than or equal), Comparison Functions and Operators
- <=> (equal to), Comparison Functions and Operators
- <> (not equal), Comparison Functions and Operators
- = (assignment operator), Assignment Operators
- = (assignment), User-Defined Variables
- = (equal), Comparison Functions and Operators
- > (greater than), Comparison Functions and Operators
- >= (greater than or equal), Comparison Functions and Operators
- >> (right shift), Bit Functions and Operators
- [api] (NDB Cluster), NDB Cluster SQL Node and API Node Configuration Parameters
- [computer] (NDB Cluster), Other NDB Cluster Configuration Parameters
- [mgm] (NDB Cluster), NDB Cluster Management Node Configuration Parameters
- [mysqld] (NDB Cluster), NDB Cluster SQL Node and API Node Configuration Parameters
- [ndbd default] (NDB Cluster), NDB Cluster Data Node Configuration Parameters
- [ndbd] (NDB Cluster), NDB Cluster Data Node Configuration Parameters
- [ndb_mgmd] (NDB Cluster), NDB Cluster Management Node Configuration Parameters
- [sci] (NDB Cluster), Other NDB Cluster Configuration Parameters
- [shm] (NDB Cluster), Other NDB Cluster Configuration Parameters
- [tcp] (NDB Cluster), Other NDB Cluster Configuration Parameters
- \" (double quote), String Literals, Functions That Modify JSON Values
- \' (single quote), String Literals
- \. (mysql client command), Using mysql in Batch Mode, Executing SQL Statements from a Text File
- \0 (ASCII NUL), String Literals, LOAD DATA INFILE Syntax
- \b (backspace), String Literals, Functions That Modify JSON Values, LOAD DATA INFILE Syntax
- \f (formfeed), Functions That Modify JSON Values
- \n (linefeed), String Literals, Functions That Modify JSON Values, LOAD DATA INFILE Syntax
- \n (newline), String Literals, Functions That Modify JSON Values, LOAD DATA INFILE Syntax
- \N (NULL), LOAD DATA INFILE Syntax
- \r (carriage return), String Literals, Functions That Modify JSON Values, LOAD DATA INFILE Syntax
- \t (tab), String Literals, Functions That Modify JSON Values, LOAD DATA INFILE Syntax
- \u (Unicode character), Functions That Modify JSON Values
- \Z (Control+Z) ASCII 26, String Literals, LOAD DATA INFILE Syntax
- \\ (escape), String Literals, Functions That Modify JSON Values
- ^ (bitwise XOR), Bit Functions and Operators
- _ (wildcard character), String Literals
- _ai collation sufffix, Collation Naming Conventions
- _as collation sufffix, Collation Naming Conventions
- _bin collation sufffix, Collation Naming Conventions, The binary Collation Compared to _bin Collations
- _ci collation sufffix, Collation Naming Conventions
- _cs collation sufffix, Collation Naming Conventions
- _rowid, CREATE INDEX Syntax, CREATE TABLE Syntax
- `, Schema Object Names
- | (bitwise OR), Bit Functions and Operators
- || (logical OR), Logical Operators
- ~ (invert bits), Bit Functions and Operators
A
[
index top]
- abort-on-error option
- ndb_import, ndb_import — Import CSV Data Into NDB
- ndb_move_data, ndb_move_data — NDB Data Copy Utility
- abort-slave-event-count option
- mysqld, Startup Options for Replication Slaves
- aborted clients, Communication Errors and Aborted Connections
- aborted connection, Communication Errors and Aborted Connections
- ABS(), Mathematical Functions
- access control, Access Control, Stage 1: Connection Verification
- access denied errors, Access denied
- access privileges, The MySQL Access Privilege System
- account locking, Grant Tables, User Account Locking
- ALTER USER, ALTER USER Account-Locking Options
- CREATE USER statement, CREATE USER Account-Locking Options
- Locked_connects status variable, Server Status Variables
- account names, Specifying Account Names
- accounts
- adding privileges, Adding User Accounts
- anonymous user, Securing the Initial MySQL Accounts
- default, Securing the Initial MySQL Accounts
- root, Securing the Initial MySQL Accounts
- accounts table
- performance_schema, The accounts Table
- account_locked column
- user table, Grant Tables
- ACID, Introduction to InnoDB, InnoDB and the ACID Model, MySQL Glossary
- ACLs, The MySQL Access Privilege System
- ACOS(), Mathematical Functions
- activating plugins, Installing and Uninstalling Plugins
- ActiveState Perl, Installing ActiveState Perl on Windows
- adaptive flushing, MySQL Glossary
- adaptive hash index, Adaptive Hash Index, MySQL Glossary
- add-drop-database option
- mysqldump, mysqldump — A Database Backup Program
- mysqlpump, mysqlpump — A Database Backup Program
- add-drop-table option
- mysqldump, mysqldump — A Database Backup Program
- mysqlpump, mysqlpump — A Database Backup Program
- add-drop-trigger option
- mysqldump, mysqldump — A Database Backup Program
- add-drop-user option
- mysqlpump, mysqlpump — A Database Backup Program
- add-locks option
- mysqldump, mysqldump — A Database Backup Program
- mysqlpump, mysqlpump — A Database Backup Program
- ADDDATE(), Date and Time Functions
- adding
- character sets, Adding a Character Set
- native functions, Adding a New Native Function
- new account privileges, Adding User Accounts
- new functions, Adding New Functions to MySQL
- new user privileges, Adding User Accounts
- user-defined functions, Adding a New User-Defined Function
- addition (+), Arithmetic Operators
- ADDTIME(), Date and Time Functions
- admin-auth-plugin option
- mysql_install_db, mysql_install_db — Initialize MySQL Data Directory
- admin-host option
- mysql_install_db, mysql_install_db — Initialize MySQL Data Directory
- admin-require-ssl option
- mysql_install_db, mysql_install_db — Initialize MySQL Data Directory
- admin-user option
- mysql_install_db, mysql_install_db — Initialize MySQL Data Directory
- administration
- server, mysqladmin — Client for Administering a MySQL Server
- administration of NDB Cluster, ndb_mgm — The NDB Cluster Management Client
- administrative programs, Overview of MySQL Programs
- AES_DECRYPT(), Encryption and Compression Functions
- AES_ENCRYPT(), Encryption and Compression Functions
- After create
- thread state, General Thread States
- age
- calculating, Date Calculations
- AHI, MySQL Glossary
- ai-increment option
- ndb_import, ndb_import — Import CSV Data Into NDB
- ai-offset option
- ndb_import, ndb_import — Import CSV Data Into NDB
- ai-prefetch-sz option
- ndb_import, ndb_import — Import CSV Data Into NDB
- AIO, MySQL Glossary
- alias names
- case sensitivity, Identifier Case Sensitivity
- aliases
- for expressions, MySQL Handling of GROUP BY
- for tables, SELECT Syntax
- in GROUP BY clauses, MySQL Handling of GROUP BY
- names, Schema Object Names
- on expressions, SELECT Syntax
- ALL, Subqueries with ALL
- SELECT modifier, SELECT Syntax
- ALL join type
- optimizer, EXPLAIN Join Types
- all-databases option
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- mysqldump, mysqldump — A Database Backup Program
- mysqlpump, mysqlpump — A Database Backup Program
- all-in-1 option
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- all-tablespaces option
- mysqldump, mysqldump — A Database Backup Program
- allow-keywords option
- mysqldump, mysqldump — A Database Backup Program
- allow-mismatches option
- innochecksum, innochecksum — Offline InnoDB File Checksum Utility
- allow-suspicious-udfs option
- mysqld, Server Command Options
- ALLOW_INVALID_DATES SQL mode, Full List of SQL Modes
- ALTER COLUMN, ALTER TABLE Syntax
- ALTER DATABASE, ALTER DATABASE Syntax
- ALTER EVENT, ALTER EVENT Syntax
- and replication, Replication of Invoked Features
- ALTER FUNCTION, ALTER FUNCTION Syntax
- ALTER INSTANCE, ALTER INSTANCE Syntax
- ALTER LOGFILE GROUP, ALTER LOGFILE GROUP Syntax
- (see also NDB Cluster Disk Data)
- ALTER PROCEDURE, ALTER PROCEDURE Syntax
- ALTER SCHEMA, ALTER DATABASE Syntax
- ALTER SERVER, ALTER SERVER Syntax
- ALTER TABLE, ALTER TABLE Syntax, Problems with ALTER TABLE
- and replication log tables, Replication Relay and Status Logs
- monitoring, Monitoring ALTER TABLE Progress for InnoDB Tables Using Performance
Schema
- ROW_FORMAT, Specifying the Row Format for a Table
- ALTER TABLESPACE, ALTER TABLESPACE Syntax
- (see also NDB Cluster Disk Data)
- ALTER USER statement, Assigning Account Passwords, ALTER USER Syntax
- ALTER VIEW, ALTER VIEW Syntax
- altering
- database, ALTER DATABASE Syntax
- schema, ALTER DATABASE Syntax
- altering table
- thread state, General Thread States
- altering user accounts, ALTER USER Syntax
- ANALYSE()
- PROCEDURE, Using PROCEDURE ANALYSE
- analyze option
- myisamchk, Other myisamchk Options
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- ANALYZE TABLE
- and partitioning, Maintenance of Partitions
- ANALYZE TABLE statement, ANALYZE TABLE Syntax
- Analyzing
- thread state, General Thread States
- AND
- bitwise, Bit Functions and Operators
- logical, Logical Operators
- anonymous user, Securing the Initial MySQL Accounts, Access Control, Stage 1: Connection Verification, Access Control, Stage 2: Request Verification
- ANSI mode
- running, MySQL Standards Compliance
- ansi option
- mysqld, Server Command Options
- ANSI SQL mode, The Most Important SQL Modes, Combination SQL Modes
- ANSI_QUOTES SQL mode, Full List of SQL Modes
- answering questions
- etiquette, Guidelines for Using the Mailing Lists
- Antelope, MySQL Glossary
- Antelope file format, InnoDB File-Format Management, COMPACT and REDUNDANT Row Formats, InnoDB Startup Options and System Variables
- ANY, Subqueries with ANY, IN, or SOME
- ANY_VALUE(), Miscellaneous Functions
- Apache, Using MySQL with Apache
- API node (NDB Cluster)
- defined, NDB Cluster Core Concepts
- API nodes (see SQL nodes)
- APIs, Connectors and APIs
- list of, Packages that support MySQL
- Perl, MySQL Perl API
- append option
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- application programming interface (API), MySQL Glossary
- apply, MySQL Glossary
- apply-slave-statements option
- mysqldump, mysqldump — A Database Backup Program
- apply_status table (OBSOLETE), NDB Cluster Replication Schema and Tables
- (see also NDB Cluster replication)
- approximate-value literals, Precision Math
- approximate-value numeric literals, Numeric Literals, Types of Numeric Values
- Arbitration, Defining NDB Cluster Data Nodes
- ArbitrationDelay, Defining an NDB Cluster Management Server, Defining SQL and Other API Nodes in an NDB Cluster
- ArbitrationRank, Defining an NDB Cluster Management Server, Defining SQL and Other API Nodes in an NDB Cluster
- ArbitrationTimeout, Defining NDB Cluster Data Nodes
- arbitrator_validity_detail
- ndbinfo table, The ndbinfo arbitrator_validity_detail Table
- arbitrator_validity_summary
- ndbinfo table, The ndbinfo arbitrator_validity_summary Table
- ARCHIVE storage engine, Alternative Storage Engines, The ARCHIVE Storage Engine
- Area(), Polygon and MultiPolygon Property Functions
- argument processing, UDF Argument Processing
- arithmetic expressions, Arithmetic Operators
- arithmetic functions, Bit Functions and Operators
- arithmetic operators, Bit Functions and Operators
- .ARM file, MySQL Glossary
- array
- JSON, Creating JSON Values
- .ARZ file, MySQL Glossary
- AS, SELECT Syntax, JOIN Syntax
- AsBinary(), Geometry Format Conversion Functions
- ASCII(), String Functions
- ASIN(), Mathematical Functions
- assignment operator
- :=, Assignment Operators
- =, Assignment Operators
- assignment operators, Assignment Operators
- AsText(), Geometry Format Conversion Functions
- ASYMMETRIC_DECRYPT(), Enterprise Encryption Function Descriptions
- ASYMMETRIC_DERIVE(), Enterprise Encryption Function Descriptions
- ASYMMETRIC_ENCRYPT(), Enterprise Encryption Function Descriptions
- ASYMMETRIC_SIGN(), Enterprise Encryption Function Descriptions
- ASYMMETRIC_VERIFY(), Enterprise Encryption Function Descriptions
- asynchronous I/O, Using Asynchronous I/O on Linux, MySQL Glossary
- asynchronous replication (see NDB Cluster replication)
- ATAN(), Mathematical Functions
- ATAN2(), Mathematical Functions
- atomic, MySQL Glossary
- atomic DDL, MySQL Glossary
- atomic instruction, MySQL Glossary
- attackers
- security against, Making MySQL Secure Against Attackers
- attribute demotion
- replication, Replication of Columns Having Different Data Types
- attribute promotion
- replication, Replication of Columns Having Different Data Types
- audit log filtering
- legacy mode, Audit Log Filtering, Referencing Predefined Variables, Legacy Mode Audit Log Filtering
- rule based, Audit Log Filtering
- audit log filtering UDFs
- audit_log_encryption_password_get(), Audit Log Functions
- audit_log_encryption_password_set(), Audit Log Functions
- audit_log_filter_flush(), Audit Log Functions
- audit_log_filter_remove_filter(), Audit Log Functions
- audit_log_filter_remove_user(), Audit Log Functions
- audit_log_filter_set_filter(), Audit Log Functions
- audit_log_filter_set_user(), Audit Log Functions
- audit_log_read(), Audit Log Functions
- audit_log_read_bookmark(), Audit Log Functions
- audit plugins, Audit Plugins
- audit-log option
- mysqld, Audit Log Options and Variables
- audit_log plugin, MySQL Enterprise Audit
- and Group Replication, Audit Log Restrictions, Group Replication Limitations
- installing, Installing or Uninstalling MySQL Enterprise Audit
- audit_log_buffer_size system variable, Audit Log Options and Variables
- audit_log_compression system variable, Audit Log Options and Variables
- audit_log_connection_policy system variable, Audit Log Options and Variables
- audit_log_current_session system variable, Audit Log Options and Variables
- Audit_log_current_size status variable, Audit Log Status Variables
- audit_log_encryption system variable, Audit Log Options and Variables
- audit_log_encryption_password_get() audit log filtering UDF, Audit Log Functions
- audit_log_encryption_password_set() audit log filtering UDF, Audit Log Functions
- Audit_log_events status variable, Audit Log Status Variables
- Audit_log_events_filtered status variable, Audit Log Status Variables
- Audit_log_events_lost status variable, Audit Log Status Variables
- Audit_log_events_written status variable, Audit Log Status Variables
- Audit_log_event_max_drop_size status variable, Audit Log Status Variables
- audit_log_exclude_accounts system variable, Audit Log Options and Variables
- audit_log_file system variable, Audit Log Options and Variables
- audit_log_filter table
- system table, Miscellaneous System Tables
- audit_log_filter_flush() audit log filtering UDF, Audit Log Functions
- audit_log_filter_id system variable, Audit Log Options and Variables
- audit_log_filter_remove_filter() audit log filtering UDF, Audit Log Functions
- audit_log_filter_remove_user() audit log filtering UDF, Audit Log Functions
- audit_log_filter_set_filter() audit log filtering UDF, Audit Log Functions
- audit_log_filter_set_user() audit log filtering UDF, Audit Log Functions
- audit_log_flush system variable, Audit Log Options and Variables
- audit_log_format system variable, Audit Log Options and Variables
- audit_log_include_accounts system variable, Audit Log Options and Variables
- audit_log_policy system variable, Audit Log Options and Variables
- audit_log_read() audit log filtering UDF, Audit Log Functions
- audit_log_read_bookmark() audit log filtering UDF, Audit Log Functions
- audit_log_read_buffer_size system variable, Audit Log Options and Variables
- audit_log_rotate_on_size system variable, Audit Log Options and Variables
- audit_log_statement_policy system variable, Audit Log Options and Variables
- audit_log_strategy system variable, Audit Log Options and Variables
- Audit_log_total_size status variable, Audit Log Status Variables
- audit_log_user table
- system table, Miscellaneous System Tables
- Audit_log_write_waits status variable, Audit Log Status Variables
- auth-method option
- mysqlsh, mysqlsh — The MySQL Shell
- authentication
- for the InnoDB memcached interface, Password-Protecting memcached Using SASL
- LDAP, LDAP Pluggable Authentication
- SASL, LDAP Pluggable Authentication
- authentication plugin
- authentication_ldap_sasl, LDAP Pluggable Authentication
- authentication_ldap_sasl_client, LDAP Pluggable Authentication
- authentication_ldap_simple, LDAP Pluggable Authentication
- authentication_pam, PAM Pluggable Authentication
- authentication_windows, Windows Pluggable Authentication
- authentication_windows_client, Windows Pluggable Authentication
- auth_socket, Socket Peer-Credential Pluggable Authentication
- auth_test_plugin, Test Pluggable Authentication
- mysql_clear_password, Client-Side Cleartext Pluggable Authentication
- mysql_clear_plugin, LDAP Pluggable Authentication
- mysql_native_password, Native Pluggable Authentication
- mysql_no_login, No-Login Pluggable Authentication
- mysql_old_password, Old Native Pluggable Authentication
- sha256_password, SHA-256 Pluggable Authentication
- test_plugin_server, Test Pluggable Authentication
- authentication plugins, Authentication Plugins
- AUTHENTICATION_LDAP_CLIENT_LOG environment variable, MySQL Program Environment Variables, Pluggable Authentication System Variables
- authentication_ldap_sasl_auth_method_name system variable, Pluggable Authentication System Variables
- authentication_ldap_sasl_bind_base_dn system variable, Pluggable Authentication System Variables
- authentication_ldap_sasl_bind_root_dn system variable, Pluggable Authentication System Variables
- authentication_ldap_sasl_bind_root_pwd system variable, Pluggable Authentication System Variables
- authentication_ldap_sasl_ca_path system variable, Pluggable Authentication System Variables
- authentication_ldap_sasl_group_search_attr system variable, Pluggable Authentication System Variables
- authentication_ldap_sasl_group_search_filter system variable, Pluggable Authentication System Variables
- authentication_ldap_sasl_init_pool_size system variable, Pluggable Authentication System Variables
- authentication_ldap_sasl_log_status system variable, Pluggable Authentication System Variables
- authentication_ldap_sasl_max_pool_size system variable, Pluggable Authentication System Variables
- authentication_ldap_sasl_server_host system variable, Pluggable Authentication System Variables
- authentication_ldap_sasl_server_port system variable, Pluggable Authentication System Variables
- authentication_ldap_sasl_tls system variable, Pluggable Authentication System Variables
- authentication_ldap_sasl_user_search_attr system variable, Pluggable Authentication System Variables
- authentication_ldap_simple_auth_method_name system variable, Pluggable Authentication System Variables
- authentication_ldap_simple_bind_base_dn system variable, Pluggable Authentication System Variables
- authentication_ldap_simple_bind_root_dn system variable, Pluggable Authentication System Variables
- authentication_ldap_simple_bind_root_pwd system variable, Pluggable Authentication System Variables
- authentication_ldap_simple_ca_path system variable, Pluggable Authentication System Variables
- authentication_ldap_simple_group_search_attr system variable, Pluggable Authentication System Variables
- authentication_ldap_simple_group_search_filter system variable, Pluggable Authentication System Variables
- authentication_ldap_simple_init_pool_size system variable, Pluggable Authentication System Variables
- authentication_ldap_simple_log_status system variable, Pluggable Authentication System Variables
- authentication_ldap_simple_max_pool_size system variable, Pluggable Authentication System Variables
- authentication_ldap_simple_server_host system variable, Pluggable Authentication System Variables
- authentication_ldap_simple_server_port system variable, Pluggable Authentication System Variables
- authentication_ldap_simple_tls system variable, Pluggable Authentication System Variables
- authentication_ldap_simple_user_search_attr system variable, Pluggable Authentication System Variables
- authentication_pam authentication plugin, PAM Pluggable Authentication
- AUTHENTICATION_PAM_LOG environment variable, PAM Pluggable Authentication Debugging
- authentication_windows authentication plugin, Windows Pluggable Authentication
- authentication_windows_client authentication plugin, Windows Pluggable Authentication
- authentication_windows_log_level system variable, Server System Variables
- authentication_windows_use_principal_name system variable, Server System Variables
- auth_socket authentication plugin, Socket Peer-Credential Pluggable Authentication
- auth_test_plugin authentication plugin, Test Pluggable Authentication
- auto-generate-sql option
- mysqlslap, mysqlslap — Load Emulation Client
- auto-generate-sql-add-autoincrement option
- mysqlslap, mysqlslap — Load Emulation Client
- auto-generate-sql-execute-number option
- mysqlslap, mysqlslap — Load Emulation Client
- auto-generate-sql-guid-primary option
- mysqlslap, mysqlslap — Load Emulation Client
- auto-generate-sql-load-type option
- mysqlslap, mysqlslap — Load Emulation Client
- auto-generate-sql-secondary-indexes option
- mysqlslap, mysqlslap — Load Emulation Client
- auto-generate-sql-unique-query-number option
- mysqlslap, mysqlslap — Load Emulation Client
- auto-generate-sql-unique-write-number option
- mysqlslap, mysqlslap — Load Emulation Client
- auto-generate-sql-write-number option
- mysqlslap, mysqlslap — Load Emulation Client
- auto-inc lock, InnoDB Locking
- auto-increment, AUTO_INCREMENT Handling in InnoDB, InnoDB AUTO_INCREMENT Lock Modes, InnoDB AUTO_INCREMENT Counter Initialization, MySQL Glossary
- auto-increment locking, MySQL Glossary
- auto-rehash option
- mysql, mysql Options
- auto-repair option
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- auto-vertical-output option
- mysql, mysql Options
- auto.cnf file, Replication and Binary Logging Options and Variables
- and SHOW SLAVE HOSTS statement, SHOW SLAVE HOSTS Syntax
- autocommit, MySQL Glossary
- autocommit mode, autocommit, Commit, and Rollback
- autocommit system variable, Server System Variables
- automatic_sp_privileges system variable, Server System Variables
- AutoReconnect
- API and SQL nodes, Defining SQL and Other API Nodes in an NDB Cluster
- autowrapped JSON values, Normalization, Merging, and Autowrapping of JSON Values
- auto_generate_certs system variable, Server System Variables
- AUTO_INCREMENT, Using AUTO_INCREMENT, Numeric Types
- and NULL values, Problems with NULL Values
- and replication, Replication and AUTO_INCREMENT
- auto_increment_increment system variable, System Variables Used on Replication Masters
- auto_increment_offset system variable, System Variables Used on Replication Masters
- availability, MySQL Glossary
- AVG(), Aggregate (GROUP BY) Function Descriptions
- AVG(DISTINCT), Aggregate (GROUP BY) Function Descriptions
- avoid_temporal_upgrade system variable, Server System Variables
B
[
index top]
- B-tree, MySQL Glossary
- B-tree indexes, Comparison of B-Tree and Hash Indexes, The Physical Structure of an InnoDB Index
- background threads
- master, Configuring InnoDB Buffer Pool Flushing, Configuring the InnoDB Master Thread I/O Rate
- read, Configuring the Number of Background InnoDB I/O Threads
- write, Configuring the Number of Background InnoDB I/O Threads
- backslash
- escape character, String Literals
- backspace (\b), String Literals, Functions That Modify JSON Values, LOAD DATA INFILE Syntax
- backticks, MySQL Glossary
- backup, MySQL Glossary
- BACKUP Events (NDB Cluster), NDB Cluster Log Events
- backup identifiers
- native backup and restore, Using The NDB Cluster Management Client to Create a Backup
- backup option
- myisamchk, myisamchk Repair Options
- myisampack, myisampack — Generate Compressed, Read-Only MyISAM Tables
- BackupDataBufferSize, Defining NDB Cluster Data Nodes, Configuration for NDB Cluster Backups
- BackupDataDir, Defining NDB Cluster Data Nodes
- BackupDiskWriteSpeedPct, Defining NDB Cluster Data Nodes
- backupid option
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- BackupLogBufferSize, Defining NDB Cluster Data Nodes, Configuration for NDB Cluster Backups
- BackupMaxWriteSize, Defining NDB Cluster Data Nodes, Configuration for NDB Cluster Backups
- BackupMemory, Defining NDB Cluster Data Nodes, Configuration for NDB Cluster Backups
- BackupReportFrequency, Defining NDB Cluster Data Nodes
- backups, Backup and Recovery, MySQL Enterprise Backup Overview
- databases and tables, mysqldump — A Database Backup Program, mysqlpump — A Database Backup Program
- in NDB Cluster, ndb_restore — Restore an NDB Cluster Backup, Online Backup of NDB Cluster, NDB Cluster Backup Concepts, Using The NDB Cluster Management Client to Create a Backup, Configuration for NDB Cluster Backups
- in NDB Cluster replication, NDB Cluster Backups With NDB Cluster Replication
- InnoDB, InnoDB Backup
- with mysqldump, Using mysqldump for Backups
- backups, troubleshooting
- in NDB Cluster, NDB Cluster Backup Troubleshooting
- BackupWriteSize, Defining NDB Cluster Data Nodes, Configuration for NDB Cluster Backups
- backup_path option
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- back_log system variable, Server System Variables
- Barracuda, MySQL Glossary
- Barracuda file format, Creating Compressed Tables, InnoDB File-Format Management, DYNAMIC and COMPRESSED Row Formats, InnoDB Startup Options and System Variables
- base column, MySQL Glossary
- base64-output option
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- basedir option
- mysql.server, mysql.server — MySQL Server Startup Script
- mysqld, Server Command Options
- mysqld_safe, mysqld_safe — MySQL Server Startup Script
- mysql_install_db, mysql_install_db — Initialize MySQL Data Directory
- mysql_plugin, mysql_plugin — Configure MySQL Server Plugins
- mysql_upgrade, mysql_upgrade — Check and Upgrade MySQL Tables
- basedir system variable, Server System Variables
- batch mode, Using mysql in Batch Mode
- batch option
- mysql, mysql Options
- batch SQL files, mysql — The MySQL Command-Line Tool
- BatchByteSize, Defining SQL and Other API Nodes in an NDB Cluster
- Batched Key Access
- optimization, Block Nested-Loop and Batched Key Access Joins, Batched Key Access Joins
- batched updates (NDB Cluster Replication), Starting NDB Cluster Replication (Single Replication Channel)
- BatchSize, Defining SQL and Other API Nodes in an NDB Cluster
- BatchSizePerLocalScan, Defining NDB Cluster Data Nodes
- BEGIN, START TRANSACTION, COMMIT, and ROLLBACK Syntax, BEGIN ... END Compound-Statement Syntax
- labels, Statement Label Syntax
- XA transactions, XA Transaction SQL Syntax
- BENCHMARK(), Information Functions
- benchmarks, Using Your Own Benchmarks
- beta, MySQL Glossary
- BETWEEN ... AND, Comparison Functions and Operators
- big-tables option
- mysqld, Server Command Options
- big5, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- BIGINT data type, Numeric Type Overview
- big_tables system variable, Server System Variables
- BIN(), String Functions
- BINARY, Cast Functions and Operators
- binary collation, The binary Collation Compared to _bin Collations
- BINARY data type, String Type Overview, The BINARY and VARBINARY Types
- binary distributions
- installing, Installing MySQL on Unix/Linux Using Generic Binaries
- binary log, The Binary Log, MySQL Glossary
- event groups, SET GLOBAL sql_slave_skip_counter Syntax
- binary logging
- and NDB Cluster, Issues Exclusive to NDB Cluster
- binary-as-hex option
- mysql, mysql Options
- binary-mode option
- mysql, mysql Options
- bind-address option
- mysql, mysql Options
- mysqladmin, mysqladmin — Client for Administering a MySQL Server
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- mysqld, Server Command Options
- mysqldump, mysqldump — A Database Backup Program
- mysqlimport, mysqlimport — A Data Import Program
- mysqlpump, mysqlpump — A Database Backup Program
- mysqlshow, mysqlshow — Display Database, Table, and Column Information
- mysql_upgrade, mysql_upgrade — Check and Upgrade MySQL Tables
- bind-address option (ndb_mgmd), ndb_mgmd — The NDB Cluster Management Server Daemon
- bind_address system variable, Server System Variables
- binlog, MySQL Glossary
- Binlog Dump
- thread command, Thread Command Values
- BINLOG statement, BINLOG Syntax
- mysqlbinlog output, mysqlbinlog Row Event Display
- binlog-checksum option
- mysqld, Startup Options Used with Binary Logging
- binlog-do-db option
- mysqld, Startup Options Used with Binary Logging
- binlog-format option
- mysqld, Server Command Options
- binlog-ignore-db option
- mysqld, Startup Options Used with Binary Logging
- binlog-row-event-max-size option
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- mysqld, Startup Options Used with Binary Logging
- binlog-rows-query-log-events option
- mysqld, Startup Options Used with Binary Logging
- binlogging_impossible_mode system variable, System Variables Used with Binary Logging
- binlog_cache_size system variable, System Variables Used with Binary Logging
- binlog_checksum system variable, System Variables Used with Binary Logging
- binlog_direct_non_transactional_updates system variable, System Variables Used with Binary Logging
- binlog_error_action system variable, System Variables Used with Binary Logging
- binlog_format
- BLACKHOLE, Replication and BLACKHOLE Tables
- binlog_format system variable, System Variables Used with Binary Logging
- binlog_group_commit_sync_delay, System Variables Used with Binary Logging
- binlog_group_commit_sync_no_delay_count, System Variables Used with Binary Logging
- binlog_gtid_simple_recovery, System Variables Used with GTID Replication
- binlog_index table (OBSOLETE) (see NDB Cluster replication)
- binlog_max_flush_queue_time system variable, System Variables Used with Binary Logging
- binlog_order_commits system variable, System Variables Used with Binary Logging
- binlog_rows_query_log_events system variable, System Variables Used with Binary Logging
- binlog_row_image system variable, System Variables Used with Binary Logging
- binlog_stmt_cache_size system variable, System Variables Used with Binary Logging
- BIT data type, Numeric Type Overview
- bit functions, Bit Functions and Operators
- example, Calculating Visits Per Day
- bit operators, Bit Functions and Operators
- bit-value literal introducer, Bit-Value Literals
- bit-value literals, Bit-Value Literals
- BIT_AND(), Aggregate (GROUP BY) Function Descriptions
- BIT_COUNT, Calculating Visits Per Day
- BIT_COUNT(), Bit Functions and Operators
- BIT_LENGTH(), String Functions
- BIT_OR, Calculating Visits Per Day
- BIT_OR(), Aggregate (GROUP BY) Function Descriptions
- BIT_XOR(), Aggregate (GROUP BY) Function Descriptions
- BLACKHOLE
- binlog_format, Replication and BLACKHOLE Tables
- replication, Replication and BLACKHOLE Tables
- BLACKHOLE storage engine, Alternative Storage Engines, The BLACKHOLE Storage Engine
- blind query expansion, Full-Text Searches with Query Expansion, MySQL Glossary
- BLOB columns
- default values, The BLOB and TEXT Types
- indexing, Index Prefixes, CREATE TABLE Syntax
- inserting binary data, String Literals
- size, String Type Storage Requirements
- BLOB data type, String Type Overview, The BLOB and TEXT Types
- blob-info option
- ndb_desc, ndb_desc — Describe NDB Tables
- Block Nested-Loop
- optimization, Block Nested-Loop and Batched Key Access Joins, Block Nested-Loop Algorithm for Outer Joins and Semi-Joins
- Block Nested-Loop join algorithm, Nested-Loop Join Algorithms
- block-search option
- myisamchk, Other myisamchk Options
- blocks
- ndbinfo table, The ndbinfo blocks Table
- block_encryption_mode system variable, Server System Variables
- BOOL data type, Numeric Type Overview
- BOOLEAN data type, Numeric Type Overview
- boolean literals, Boolean Literals
- boolean options, Program Option Modifiers
- Boolean search, Boolean Full-Text Searches
- bootstrap option
- mysqld, Server Command Options
- bottleneck, MySQL Glossary
- bounce, MySQL Glossary
- brackets
- square, Data Types
- browser-start-page option
- ndb_setup.py, ndb_setup.py — Start browser-based Auto-Installer for
NDB Cluster
- buddy allocator, INNODB_CMPMEM and INNODB_CMPMEM_RESET, MySQL Glossary
- buffer, MySQL Glossary
- buffer pool, InnoDB Buffer Pool Optimization, The InnoDB Buffer Pool, Configuring InnoDB Buffer Pool Size, Configuring Multiple Buffer Pool Instances, Making the Buffer Pool Scan Resistant, Configuring InnoDB Buffer Pool Prefetching (Read-Ahead), Configuring InnoDB Buffer Pool Flushing, Fine-tuning InnoDB Buffer Pool Flushing, Saving and Restoring the Buffer Pool State, MySQL Glossary
- and compressed tables, How Compression Works for InnoDB Tables
- monitoring, Monitoring Online Buffer Pool Resizing Progress, Monitoring Buffer Pool Load Progress Using Performance Schema, Monitoring the Buffer Pool Using the InnoDB Standard Monitor
- buffer pool instance, MySQL Glossary
- buffer sizes, InnoDB Buffer Pool Optimization, The InnoDB Buffer Pool, Configuring InnoDB Buffer Pool Size
- client, Connectors and APIs
- Buffer(), Spatial Operator Functions
- bugs
- known, Known Issues in MySQL
- NDB Cluster
- reporting, ndb_error_reporter — NDB Error-Reporting Utility
- reporting, General Information, How to Report Bugs or Problems
- bugs database, How to Report Bugs or Problems
- bugs.mysql.com, How to Report Bugs or Problems
- builddir option
- mysql_install_db, mysql_install_db — Initialize MySQL Data Directory
- BuildIndexThreads, Defining NDB Cluster Data Nodes
- building
- client programs, Building C API Client Programs
- BUILD_CONFIG option
- CMake, MySQL Source-Configuration Options
- built-in, MySQL Glossary
- bulk loading
- for InnoDB tables, Bulk Data Loading for InnoDB Tables
- for MyISAM tables, Bulk Data Loading for MyISAM Tables
- bulk_insert_buffer_size system variable, Server System Variables
- business rules, MySQL Glossary
C
[
index top]
- C API, Connectors and APIs
- data structures, C API Data Structures
- data types, MySQL C API
- example programs, Example C API Client Programs
- functions, C API Function Overview
- linking problems, Troubleshooting Problems Linking to the MySQL Client Library
- C prepared statement API
- data structures, C API Prepared Statement Data Structures
- functions, C API Prepared Statement Type Conversions, C API Prepared Statement Function Overview
- type codes, C API Prepared Statement Type Codes
- C++, MySQL Connector/C++
- C:\my.cnf file, Using Client Programs in a Multiple-Server Environment
- ca-certs-file option
- ndb_setup.py, ndb_setup.py — Start browser-based Auto-Installer for
NDB Cluster
- cache, MySQL Glossary
- CACHE INDEX
- and partitioning, Restrictions and Limitations on Partitioning
- CACHE INDEX statement, CACHE INDEX Syntax
- caches
- clearing, FLUSH Syntax
- cache_policies table, InnoDB memcached Plugin Configuration Tables
- calculating
- aggregate value for a set of rows, Aggregate (GROUP BY) Function Descriptions
- cardinality, SHOW INDEX Syntax
- dates, Date Calculations
- calendar, What Calendar Is Used By MySQL?
- CALL, CALL Syntax
- calling sequences for aggregate functions
- UDF, UDF Calling Sequences for Aggregate Functions
- calling sequences for simple functions
- UDF, UDF Calling Sequences for Simple Functions
- can't create/write to file, Can't create/write to file
- Can't reopen table
- error message, TEMPORARY Table Problems
- cardinality, Avoiding Full Table Scans, MySQL Glossary
- carriage return (\r), String Literals, Functions That Modify JSON Values, LOAD DATA INFILE Syntax
- CASE, Control Flow Functions, CASE Syntax
- case sensitivity
- access checking, Grant Tables
- account names, Specifying Account Names
- in identifiers, Identifier Case Sensitivity
- in names, Identifier Case Sensitivity
- in searches, Case Sensitivity in String Searches
- in string comparisons, String Comparison Functions
- of database names, MySQL Extensions to Standard SQL
- of replication filtering options, How Servers Evaluate Replication Filtering Rules
- of table names, MySQL Extensions to Standard SQL
- CAST, Cast Functions and Operators
- cast functions, Cast Functions and Operators
- cast operators, Cast Functions and Operators
- casts, Type Conversion in Expression Evaluation, Comparison Functions and Operators, Cast Functions and Operators
- CC environment variable, Dealing with Problems Compiling MySQL, MySQL Program Environment Variables
- CEIL(), Mathematical Functions
- CEILING(), Mathematical Functions
- Centroid(), Polygon and MultiPolygon Property Functions
- cert-file option
- ndb_setup.py, ndb_setup.py — Start browser-based Auto-Installer for
NDB Cluster
- .cfg file, MySQL Glossary
- cflags option
- mysql_config, mysql_config — Display Options for Compiling Clients
- change buffer, Change Buffer, MySQL Glossary
- monitoring, Monitoring the Change Buffer
- change buffering, MySQL Glossary
- disabling, Configuring InnoDB Change Buffering
- CHANGE MASTER TO, CHANGE MASTER TO Syntax
- in NDB Cluster, Preparing the NDB Cluster for Replication
- CHANGE REPLICATION FILTER, CHANGE REPLICATION FILTER Syntax
- Change user
- thread command, Thread Command Values
- changes to privileges, When Privilege Changes Take Effect
- changing
- column, ALTER TABLE Syntax
- field, ALTER TABLE Syntax
- socket location, mysql.server — MySQL Server Startup Script, How to Protect or Change the MySQL Unix Socket File
- table, ALTER TABLE Syntax, Problems with ALTER TABLE
- Changing master
- thread state, Replication Slave Connection Thread States
- channel
- commands, Commands for Operations on a Single Channel
- replication, Replication Channels
- CHAR data type, String Type Overview, String Types
- CHAR VARYING data type, String Type Overview
- CHAR(), String Functions
- CHARACTER data type, String Type Overview
- character set introducer, Character Set Introducers
- character set repertoire, The utf8 Character Set (3-Byte UTF-8 Unicode Encoding)
- character sets, Character Sets, Collations, Unicode
- adding, Adding a Character Set
- and replication, Replication and Character Sets
- Asian, Asian Character Sets
- Baltic, Baltic Character Sets
- binary, The Binary Character Set
- Central European, Central European Character Sets
- Cyrillic, Cyrillic Character Sets
- Middle East, South European and Middle East Character Sets
- repertoire, Character Set Repertoire
- restrictions, Restrictions on Character Sets
- South European, South European and Middle East Character Sets
- Unicode, Unicode Character Sets
- West European, West European Character Sets
- CHARACTER VARYING data type, String Type Overview
- character-set-client-handshake option
- mysqld, Server Command Options
- character-set-filesystem option
- mysqld, Server Command Options
- character-set-server option
- mysqld, Server Command Options
- character-sets-dir option
- myisamchk, myisamchk Repair Options
- myisampack, myisampack — Generate Compressed, Read-Only MyISAM Tables
- mysql, mysql Options
- mysqladmin, mysqladmin — Client for Administering a MySQL Server
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- mysqld, Server Command Options
- mysqldump, mysqldump — A Database Backup Program
- mysqlimport, mysqlimport — A Data Import Program
- mysqlpump, mysqlpump — A Database Backup Program
- mysqlshow, mysqlshow — Display Database, Table, and Column Information
- mysql_upgrade, mysql_upgrade — Check and Upgrade MySQL Tables
- ndb_move_data, ndb_move_data — NDB Data Copy Utility
- character-sets-dir option (NDB Cluster programs), Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs
- characters
- multibyte, Multi-Byte Character Support for Complex Character Sets
- CHARACTER_LENGTH(), String Functions
- CHARACTER_SETS
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA CHARACTER_SETS Table
- character_sets_dir system variable, Server System Variables
- character_set_client system variable, Server System Variables
- character_set_connection system variable, Server System Variables
- character_set_database system variable, Server System Variables
- character_set_filesystem system variable, Server System Variables
- character_set_results system variable, Server System Variables
- character_set_server system variable, Server System Variables
- character_set_system system variable, Server System Variables
- charset command
- mysql, mysql Commands
- charset option
- comp_err, comp_err — Compile MySQL Error Message File
- CHARSET(), Information Functions
- CHAR_LENGTH(), String Functions
- check option
- myisamchk, myisamchk Check Options
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- check options
- myisamchk, myisamchk Check Options
- CHECK TABLE
- and partitioning, Maintenance of Partitions
- CHECK TABLE statement, CHECK TABLE Syntax
- check-only-changed option
- myisamchk, myisamchk Check Options
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- check-orphans option
- ndb_blob_tool, ndb_blob_tool — Check and Repair BLOB and TEXT columns of NDB Cluster
Tables
- check-upgrade option
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- checking
- tables for errors, How to Check MyISAM Tables for Errors
- Checking master version
- thread state, Replication Slave I/O Thread States
- checking permissions
- thread state, General Thread States
- checking privileges on cached query
- thread state, Query Cache Thread States
- checking query cache for query
- thread state, Query Cache Thread States
- Checking table
- thread state, General Thread States
- checkpoint, MySQL Glossary
- CHECKPOINT Events (NDB Cluster), NDB Cluster Log Events
- Checksum, NDB Cluster TCP/IP Connections, SCI Transport Connections in NDB Cluster
- checksum, MySQL Glossary
- Checksum (NDB Cluster), NDB Cluster Shared-Memory Connections
- checksum errors, Installing MySQL on Solaris
- CHECKSUM TABLE
- and replication, Replication and CHECKSUM TABLE
- CHECKSUM TABLE statement, CHECKSUM TABLE Syntax
- check_proxy_users system variable, Server System Variables, Server Support for Proxy User Mapping
- child table, MySQL Glossary
- Chinese, Japanese, Korean character sets
- frequently asked questions, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- choosing
- a MySQL version, Which MySQL Version and Distribution to Install
- data types, Choosing the Right Type for a Column
- chroot option
- mysqld, Server Command Options
- circular replication
- in NDB Cluster, Known Issues in NDB Cluster Replication, NDB Cluster Replication: Multi-Master and Circular Replication, NDB Cluster Replication Conflict Resolution
- CJK (Chinese, Japanese, Korean)
- Access, PHP, etc., MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- availability of specific characters, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- big5, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- character sets available, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- characters displayed as question marks, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- CJKV, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- collations, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- conversion problems with Japanese character sets, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- data truncation, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- Database and table names, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- documentation in Chinese, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- documentation in Japanese, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- documentation in Korean, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- FAQ, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- gb2312, gbk, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- Japanese character sets, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- Korean character set, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- LIKE and FULLTEXT, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- MySQL 4.0 behavior, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- ORDER BY treatment, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- problems with Access, PHP, etc., MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- problems with Big5 character sets (Chinese), MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- problems with data truncation, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- problems with euckr character set (Korean), MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- problems with GB character sets (Chinese), MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- problems with LIKE and FULLTEXT, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- problems with Yen sign (Japanese), MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- rejected characters, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- sort order problems, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- sorting problems, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- testing availability of characters, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- Unicode collations, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- Vietnamese, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- Yen sign, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- classic option
- mysqlsh, mysqlsh — The MySQL Shell
- clean page, MySQL Glossary
- clean shutdown, The Server Shutdown Process, Setting Up Multiple Data Directories, Replication and Master or Slave Shutdowns, MySQL Glossary
- cleaning up
- thread state, General Thread States
- clear command
- mysql, mysql Commands
- Clearing
- thread state, Event Scheduler Thread States
- clearing
- caches, FLUSH Syntax
- client, MySQL Glossary
- client connection threads, How MySQL Uses Threads for Client Connections
- client programs, Overview of MySQL Programs
- building, Building C API Client Programs
- client tools, Connectors and APIs
- clients
- debugging, Debugging a MySQL Client
- threaded, Writing C API Threaded Client Programs
- cloning tables, CREATE TABLE ... LIKE Syntax
- CLOSE, Cursor CLOSE Syntax
- Close stmt
- thread command, Thread Command Values
- closing
- tables, How MySQL Opens and Closes Tables
- closing tables
- thread state, General Thread States
- cluster database (OBSOLETE) (see NDB Cluster replication)
- cluster logs, Event Reports Generated in NDB Cluster, NDB Cluster Logging Management Commands
- cluster.binlog_index table (OBSOLETE) (see NDB Cluster replication)
- clustered index, MySQL Glossary
- InnoDB, Clustered and Secondary Indexes
- Clustering (see NDB Cluster)
- CLUSTERLOG commands (NDB Cluster), NDB Cluster Logging Management Commands
- CLUSTERLOG STATISTICS command (NDB Cluster), Using CLUSTERLOG STATISTICS in the NDB Cluster Management Client
- cluster_locks
- ndbinfo table, The ndbinfo cluster_locks Table
- cluster_operations
- ndbinfo table, The ndbinfo cluster_operations Table
- cluster_replication database (OBSOLETE) (see NDB Cluster replication)
- cluster_transactions
- ndbinfo table, The ndbinfo cluster_transactions Table
- CMake
- BUILD_CONFIG option, MySQL Source-Configuration Options
- CMAKE_BUILD_TYPE option, MySQL Source-Configuration Options
- CMAKE_CXX_FLAGS option, MySQL Source-Configuration Options
- CMAKE_C_FLAGS option, MySQL Source-Configuration Options
- CMAKE_INSTALL_PREFIX option, MySQL Source-Configuration Options
- COMPILATION_COMMENT option, MySQL Source-Configuration Options
- CPACK_MONOLITHIC_INSTALL option, MySQL Source-Configuration Options
- DEFAULT_CHARSET option, MySQL Source-Configuration Options
- DEFAULT_COLLATION option, MySQL Source-Configuration Options
- DISABLE_PSI_COND option, MySQL Source-Configuration Options
- DISABLE_PSI_FILE option, MySQL Source-Configuration Options
- DISABLE_PSI_IDLE option, MySQL Source-Configuration Options
- DISABLE_PSI_MEMORY option, MySQL Source-Configuration Options
- DISABLE_PSI_METADATA option, MySQL Source-Configuration Options
- DISABLE_PSI_MUTEX option, MySQL Source-Configuration Options
- DISABLE_PSI_PS option, MySQL Source-Configuration Options
- DISABLE_PSI_RWLOCK option, MySQL Source-Configuration Options
- DISABLE_PSI_SOCKET option, MySQL Source-Configuration Options
- DISABLE_PSI_SP option, MySQL Source-Configuration Options
- DISABLE_PSI_STAGE option, MySQL Source-Configuration Options
- DISABLE_PSI_STATEMENT option, MySQL Source-Configuration Options
- DISABLE_PSI_STATEMENT_DIGEST option, MySQL Source-Configuration Options
- DISABLE_PSI_TABLE option, MySQL Source-Configuration Options
- DISABLE_PSI_THREAD option, MySQL Source-Configuration Options
- DISABLE_PSI_TRANSACTION option, MySQL Source-Configuration Options
- DOWNLOAD_BOOST option, MySQL Source-Configuration Options
- DOWNLOAD_BOOST_TIMEOUT option, MySQL Source-Configuration Options
- ENABLED_LOCAL_INFILE option, MySQL Source-Configuration Options
- ENABLED_PROFILING option, MySQL Source-Configuration Options
- ENABLE_DEBUG_SYNC option, MySQL Source-Configuration Options
- ENABLE_DOWNLOADS option, MySQL Source-Configuration Options
- ENABLE_DTRACE option, MySQL Source-Configuration Options
- ENABLE_GCOV option, MySQL Source-Configuration Options
- ENABLE_GPROF option, MySQL Source-Configuration Options
- FORCE_UNSUPPORTED_COMPILER option, MySQL Source-Configuration Options
- IGNORE_AIO_CHECK option, MySQL Source-Configuration Options
- INNODB_PAGE_ATOMIC_REF_COUNT option, MySQL Source-Configuration Options
- INSTALL_BINDIR option, MySQL Source-Configuration Options
- INSTALL_DOCDIR option, MySQL Source-Configuration Options
- INSTALL_DOCREADMEDIR option, MySQL Source-Configuration Options
- INSTALL_INCLUDEDIR option, MySQL Source-Configuration Options
- INSTALL_INFODIR option, MySQL Source-Configuration Options
- INSTALL_LAYOUT option, MySQL Source-Configuration Options
- INSTALL_LIBDIR option, MySQL Source-Configuration Options
- INSTALL_MANDIR option, MySQL Source-Configuration Options
- INSTALL_MYSQLKEYRINGDIR option, MySQL Source-Configuration Options
- INSTALL_MYSQLSHAREDIR option, MySQL Source-Configuration Options
- INSTALL_MYSQLTESTDIR option, MySQL Source-Configuration Options
- INSTALL_PKGCONFIGDIR option, MySQL Source-Configuration Options
- INSTALL_PLUGINDIR option, MySQL Source-Configuration Options
- INSTALL_SBINDIR option, MySQL Source-Configuration Options
- INSTALL_SCRIPTDIR option, MySQL Source-Configuration Options
- INSTALL_SECURE_FILE_PRIVDIR option, MySQL Source-Configuration Options
- INSTALL_SECURE_FILE_PRIV_EMBEDDEDDIR option, MySQL Source-Configuration Options
- INSTALL_SHAREDIR option, MySQL Source-Configuration Options
- INSTALL_SQLBENCHDIR option, MySQL Source-Configuration Options
- INSTALL_SUPPORTFILESDIR option, MySQL Source-Configuration Options
- MAX_INDEXES option, MySQL Source-Configuration Options
- MEMCACHED_HOME option, MySQL Source-Configuration Options
- MUTEX_TYPE option, MySQL Source-Configuration Options
- MYSQLX_TCP_PORT option, MySQL Source-Configuration Options
- MYSQLX_UNIX_ADDR option, MySQL Source-Configuration Options
- MYSQL_DATADIR option, MySQL Source-Configuration Options
- MYSQL_MAINTAINER_MODE option, MySQL Source-Configuration Options
- MYSQL_PROJECT_NAME option, MySQL Source-Configuration Options
- MYSQL_TCP_PORT option, MySQL Source-Configuration Options
- MYSQL_UNIX_ADDR option, MySQL Source-Configuration Options
- ODBC_INCLUDES option, MySQL Source-Configuration Options
- ODBC_LIB_DIR option, MySQL Source-Configuration Options
- OPTIMIZER_TRACE option, MySQL Source-Configuration Options
- options, MySQL Source-Configuration Options
- running after prior invocation, Installing MySQL Using a Standard Source Distribution, Dealing with Problems Compiling MySQL
- SUNPRO_CXX_LIBRARY option, MySQL Source-Configuration Options
- SYSCONFDIR option, MySQL Source-Configuration Options
- SYSTEMD_PID_DIR option, MySQL Source-Configuration Options
- SYSTEMD_SERVICE_NAME option, MySQL Source-Configuration Options
- TMPDIR option, MySQL Source-Configuration Options
- VERSION file, MySQL Configuration and Third-Party Tools
- WIN_DEBUG_NO_INLINE option, MySQL Source-Configuration Options
- WITHOUT_SERVER option, MySQL Source-Configuration Options
- WITH_ASAN option, MySQL Source-Configuration Options
- WITH_ASAN_SCOPE option, MySQL Source-Configuration Options
- WITH_AUTHENTICATION_LDAP option, MySQL Source-Configuration Options
- WITH_AUTHENTICATION_PAM option, MySQL Source-Configuration Options
- WITH_AWS_SDK option, MySQL Source-Configuration Options
- WITH_BOOST option, MySQL Source-Configuration Options
- WITH_BUNDLED_LIBEVENT option, MySQL Source-Configuration Options
- WITH_BUNDLED_MEMCACHED option, MySQL Source-Configuration Options
- WITH_CLASSPATH option, MySQL Source-Configuration Options
- WITH_CLIENT_PROTOCOL_TRACING option, MySQL Source-Configuration Options
- WITH_CURL option, MySQL Source-Configuration Options
- WITH_DEBUG option, MySQL Source-Configuration Options
- WITH_DEFAULT_COMPILER_OPTIONS option, MySQL Source-Configuration Options
- WITH_DEFAULT_FEATURE_SET option, MySQL Source-Configuration Options
- WITH_EDITLINE option, MySQL Source-Configuration Options
- WITH_EMBEDDED_SERVER option, MySQL Source-Configuration Options
- WITH_EMBEDDED_SHARED_LIBRARY option, MySQL Source-Configuration Options
- WITH_ERROR_INSERT option, MySQL Source-Configuration Options
- WITH_EXTRA_CHARSETS option, MySQL Source-Configuration Options
- WITH_INNODB_EXTRA_DEBUG option, MySQL Source-Configuration Options
- WITH_INNODB_MEMCACHED option, MySQL Source-Configuration Options
- WITH_KEYRING_TEST option, MySQL Source-Configuration Options
- WITH_LIBEVENT option, MySQL Source-Configuration Options
- WITH_LIBWRAP option, MySQL Source-Configuration Options
- WITH_LZ4 option, MySQL Source-Configuration Options
- WITH_MECAB option, MySQL Source-Configuration Options
- WITH_MSAN option, MySQL Source-Configuration Options
- WITH_MSCRT_DEBUG option, MySQL Source-Configuration Options
- WITH_NDBCLUSTER option, MySQL Source-Configuration Options
- WITH_NDBCLUSTER_STORAGE_ENGINE option, MySQL Source-Configuration Options
- WITH_NDBMTD option, MySQL Source-Configuration Options
- WITH_NDB_BINLOG option, MySQL Source-Configuration Options
- WITH_NDB_DEBUG option, MySQL Source-Configuration Options
- WITH_NDB_JAVA option, MySQL Source-Configuration Options
- WITH_NDB_PORT option, MySQL Source-Configuration Options
- WITH_NDB_TEST option, MySQL Source-Configuration Options
- WITH_NUMA option, MySQL Source-Configuration Options
- WITH_PROTOBUF option, MySQL Source-Configuration Options
- WITH_RAPID option, MySQL Source-Configuration Options
- WITH_SSL option, MySQL Source-Configuration Options
- WITH_SYSTEMD option, MySQL Source-Configuration Options
- WITH_TEST_TRACE_PLUGIN option, MySQL Source-Configuration Options
- WITH_UBSAN option, MySQL Source-Configuration Options
- WITH_UNIT_TESTS option, MySQL Source-Configuration Options
- WITH_UNIXODBC option, MySQL Source-Configuration Options
- WITH_VALGRIND option, MySQL Source-Configuration Options
- WITH_ZLIB option, MySQL Source-Configuration Options
- CMakeCache.txt file, Dealing with Problems Compiling MySQL
- CMAKE_BUILD_TYPE option
- CMake, MySQL Source-Configuration Options
- CMAKE_CXX_FLAGS option
- CMake, MySQL Source-Configuration Options
- CMAKE_C_FLAGS option
- CMake, MySQL Source-Configuration Options
- CMAKE_INSTALL_PREFIX option
- CMake, MySQL Source-Configuration Options
- COALESCE(), Comparison Functions and Operators
- coercibility
- collation, Collation Coercibility in Expressions
- COERCIBILITY(), Information Functions
- cold backup, MySQL Glossary
- collating
- strings, String Collating Support for Complex Character Sets
- collation
- adding, Adding a Collation to a Character Set
- coercibility, Collation Coercibility in Expressions
- INFORMATION_SCHEMA, Using Collation in INFORMATION_SCHEMA Searches
- modifying, Adding a Collation to a Character Set
- COLLATION(), Information Functions
- collation-server option
- mysqld, Server Command Options
- collations, Character Sets, Collations, Unicode
- Asian, Asian Character Sets
- Baltic, Baltic Character Sets
- binary, The binary Collation Compared to _bin Collations, The Binary Character Set
- Central European, Central European Character Sets
- Cyrillic, Cyrillic Character Sets
- Middle East, South European and Middle East Character Sets
- naming conventions, Collation Naming Conventions
- PAD SPACE, The binary Collation Compared to _bin Collations, The CHAR and VARCHAR Types
- South European, South European and Middle East Character Sets
- Unicode, Unicode Character Sets
- West European, West European Character Sets
- _ai suffix, Collation Naming Conventions
- _as suffix, Collation Naming Conventions
- _bin suffix, Collation Naming Conventions, The binary Collation Compared to _bin Collations
- _ci suffix, Collation Naming Conventions
- _ss suffix, Collation Naming Conventions
- COLLATIONS
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA COLLATIONS Table
- COLLATION_CHARACTER_SET_APPLICABILITY
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA COLLATION_CHARACTER_SET_APPLICABILITY Table
- collation_connection system variable, Server System Variables
- collation_database system variable, Server System Variables
- collation_server system variable, Server System Variables
- color option
- ndb_top, ndb_top — View CPU usage information for NDB threads
- column, MySQL Glossary
- changing, ALTER TABLE Syntax
- types, Data Types
- column alias
- problems, Problems with Column Aliases
- quoting, Schema Object Names, Problems with Column Aliases
- column comments, CREATE TABLE Syntax
- column format, CREATE TABLE Syntax
- column index, MySQL Glossary
- column names
- case sensitivity, Identifier Case Sensitivity
- column prefix, MySQL Glossary
- column storage, CREATE TABLE Syntax
- column-names option
- mysql, mysql Options
- column-type-info option
- mysql, mysql Options
- columns
- displaying, mysqlshow — Display Database, Table, and Column Information
- indexes, Column Indexes
- names, Schema Object Names
- other types, Using Data Types from Other Database Engines
- selecting, Selecting Particular Columns
- storage requirements, Data Type Storage Requirements
- COLUMNS
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA COLUMNS Table
- columns option
- mysqlimport, mysqlimport — A Data Import Program
- columns partitioning, COLUMNS Partitioning
- columns per table
- maximum, Limits on Table Column Count and Row Size
- columns_priv table
- system table, Grant System Tables, Grant Tables
- COLUMN_PRIVILEGES
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA COLUMN_PRIVILEGES Table
- comma-separated values data, reading, LOAD DATA INFILE Syntax, SELECT ... INTO Syntax
- command option precedence, Specifying Program Options
- command options
- mysql, mysql Options
- mysqladmin, mysqladmin — Client for Administering a MySQL Server
- mysqld, Server Command Options
- command options (NDB Cluster)
- mysqld, MySQL Server Options for NDB Cluster
- ndbd, ndbd — The NDB Cluster Data Node Daemon
- ndbinfo_select_all, ndbinfo_select_all — Select From ndbinfo Tables
- ndb_mgm, ndb_mgm — The NDB Cluster Management Client
- ndb_mgmd, ndb_mgmd — The NDB Cluster Management Server Daemon
- command syntax, Typographical and Syntax Conventions
- command-line history
- mysql, mysql Logging
- command-line options (NDB Cluster), Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs
- command-line tool, MySQLInstallerConsole Reference, mysql — The MySQL Command-Line Tool
- commands
- for binary distribution, Installing MySQL on Unix/Linux Using Generic Binaries
- commands out of sync, Commands out of sync
- comment syntax, Comment Syntax
- comments
- adding, Comment Syntax
- starting, '--' as the Start of a Comment
- comments option
- mysql, mysql Options
- mysqldump, mysqldump — A Database Backup Program
- COMMIT, START TRANSACTION, COMMIT, and ROLLBACK Syntax
- XA transactions, XA Transaction SQL Syntax
- commit, MySQL Glossary
- commit option
- mysqlslap, mysqlslap — Load Emulation Client
- committing alter table to storage engine
- thread state, General Thread States
- Committing events to binlog
- thread state, NDB Cluster Thread States
- compact option
- mysqldump, mysqldump — A Database Backup Program
- compact row format, COMPACT and REDUNDANT Row Formats, MySQL Glossary
- comparison operators, Comparison Functions and Operators
- comparisons
- access checking, Grant Tables
- account names, Specifying Account Names
- compatibility
- with ODBC, Server System Variables, Identifier Qualifiers, Numeric Type Overview, Type Conversion in Expression Evaluation, Comparison Functions and Operators, CREATE TABLE Syntax, JOIN Syntax
- with Oracle, MySQL Extensions to Standard SQL, Aggregate (GROUP BY) Function Descriptions, ALTER TABLE Syntax, Obtaining Table Structure Information
- with PostgreSQL, MySQL Extensions to Standard SQL
- with standard SQL, MySQL Standards Compliance
- compatible option
- mysqldump, mysqldump — A Database Backup Program
- COMPILATION_COMMENT option
- CMake, MySQL Source-Configuration Options
- compiling
- optimizing, System Factors
- user-defined functions, UDF Compiling and Installing
- compiling clients
- on Unix, Compiling MySQL Clients on Unix
- on Windows, Compiling MySQL Clients on Microsoft Windows
- compiling MySQL server
- problems, Dealing with Problems Compiling MySQL
- complete-insert option
- mysqldump, mysqldump — A Database Backup Program
- mysqlpump, mysqlpump — A Database Backup Program
- completion_type system variable, Server System Variables
- composite index, MySQL Glossary
- composite partitioning, Subpartitioning
- compound statements, Compound-Statement Syntax
- compress option
- mysql, mysql Options
- mysqladmin, mysqladmin — Client for Administering a MySQL Server
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- mysqldump, mysqldump — A Database Backup Program
- mysqlimport, mysqlimport — A Data Import Program
- mysqlpump, mysqlpump — A Database Backup Program
- mysqlshow, mysqlshow — Display Database, Table, and Column Information
- mysqlslap, mysqlslap — Load Emulation Client
- mysql_upgrade, mysql_upgrade — Check and Upgrade MySQL Tables
- COMPRESS(), Encryption and Compression Functions
- compress-output option
- mysqlpump, mysqlpump — A Database Backup Program
- compressed backup, MySQL Glossary
- compressed row format, DYNAMIC and COMPRESSED Row Formats, MySQL Glossary
- compressed table, MySQL Glossary
- compressed tables, myisampack — Generate Compressed, Read-Only MyISAM Tables, Compressed Table Characteristics
- CompressedBackup, Defining NDB Cluster Data Nodes
- CompressedLCP, Defining NDB Cluster Data Nodes
- compression, InnoDB Table and Page Compression, InnoDB Page Compression, MySQL Glossary
- algorithms, How Compression Works for InnoDB Tables
- application and schema design, Tuning Compression for InnoDB Tables
- BLOBs, VARCHAR and TEXT, How Compression Works for InnoDB Tables
- buffer pool considerations, How Compression Works for InnoDB Tables
- compressed page size, Tuning Compression for InnoDB Tables
- configuration characteristics, Tuning Compression for InnoDB Tables
- data and indexes, How Compression Works for InnoDB Tables
- data characteristics, Tuning Compression for InnoDB Tables
- enabling for a table, Creating Compressed Tables
- implementation, How Compression Works for InnoDB Tables
- information schema, InnoDB INFORMATION_SCHEMA Tables about Compression
- KEY_BLOCK_SIZE, Tuning Compression for InnoDB Tables
- log file format, How Compression Works for InnoDB Tables
- modification log, How Compression Works for InnoDB Tables
- monitoring, Monitoring InnoDB Table Compression at Runtime
- overflow pages, How Compression Works for InnoDB Tables
- overview, Overview of Table Compression
- tuning, Tuning Compression for InnoDB Tables
- workload characteristics, Tuning Compression for InnoDB Tables
- compression failure, MySQL Glossary
- comp_err, Overview of MySQL Programs, comp_err — Compile MySQL Error Message File
- charset option, comp_err — Compile MySQL Error Message File
- debug option, comp_err — Compile MySQL Error Message File
- debug-info option, comp_err — Compile MySQL Error Message File
- header_file option, comp_err — Compile MySQL Error Message File
- help option, comp_err — Compile MySQL Error Message File
- in_file option, comp_err — Compile MySQL Error Message File
- name_file option, comp_err — Compile MySQL Error Message File
- out_dir option, comp_err — Compile MySQL Error Message File
- out_file option, comp_err — Compile MySQL Error Message File
- statefile option, comp_err — Compile MySQL Error Message File
- version option, comp_err — Compile MySQL Error Message File
- CONCAT(), String Functions
- concatenation
- string, String Literals, String Functions
- CONCAT_WS(), String Functions
- concurrency, Introduction to InnoDB, MySQL Glossary
- of commits, InnoDB Startup Options and System Variables
- of threads, InnoDB Startup Options and System Variables
- tickets, InnoDB Startup Options and System Variables
- concurrency option
- mysqlslap, mysqlslap — Load Emulation Client
- concurrent inserts, Table-Level Locking, Concurrent Inserts
- concurrent_insert system variable, Server System Variables
- Conditions, DECLARE ... CONDITION Syntax
- conditions, SHOW ERRORS Syntax, SHOW WARNINGS Syntax
- cond_instances table
- performance_schema, The cond_instances Table
- config-cache option (ndb_mgmd), ndb_mgmd — The NDB Cluster Management Server Daemon
- config-file option
- my_print_defaults, my_print_defaults — Display Options from Option Files
- ndb_config, ndb_config — Extract NDB Cluster Configuration Information
- config-file option (ndb_mgmd), ndb_mgmd — The NDB Cluster Management Server Daemon
- config.ini (NDB Cluster), Initial Configuration of NDB Cluster, NDB Cluster Configuration Files, NDB Cluster Configuration: Basic Example, ndb_mgmd — The NDB Cluster Management Server Daemon
- configdir option (ndb_mgmd), ndb_mgmd — The NDB Cluster Management Server Daemon
- configinfo option
- ndb_config, ndb_config — Extract NDB Cluster Configuration Information
- configuration
- NDB Cluster, Overview of NDB Cluster Configuration Parameters, Options, and Variables
- server, Configuring the Server
- configuration file, MySQL Glossary
- configuration files, Troubleshooting Problems Connecting to MySQL
- configure option
- MySQLInstallerConsole, MySQLInstallerConsole Reference
- configuring backups
- in NDB Cluster, Configuration for NDB Cluster Backups
- configuring NDB Cluster, NDB Cluster Installation, Configuration of NDB Cluster, ndb_mgmd — The NDB Cluster Management Server Daemon, MySQL Server Usage for NDB Cluster
- Configuring NDB Cluster (concepts), NDB Cluster Core Concepts
- config_from_node option
- ndb_config, ndb_config — Extract NDB Cluster Configuration Information
- config_nodes
- ndbinfo table, The ndbinfo config_nodes Table
- config_options table, InnoDB memcached Plugin Configuration Tables
- config_params
- ndbinfo table, The ndbinfo config_params Table
- config_values
- ndbinfo table, The ndbinfo config_values Table
- conflict detection status variables
- NDB Cluster Replication, NDB Cluster Replication Conflict Resolution
- conflict resolution
- and ndb_replication system table, NDB Cluster Replication Conflict Resolution
- enabling, NDB Cluster Replication Conflict Resolution
- in NDB Cluster Replication, NDB Cluster Replication Conflict Resolution
- mysqld startup options, NDB Cluster Replication Conflict Resolution
- Connect
- thread command, Thread Command Values
- connect command
- mysql, mysql Commands
- CONNECT command (NDB Cluster), Commands in the NDB Cluster Management Client
- connect option
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- Connect Out
- thread command, Thread Command Values
- connect-delay option (ndbd), ndbd — The NDB Cluster Data Node Daemon
- connect-delay option (ndbmtd), ndbd — The NDB Cluster Data Node Daemon
- connect-expired-password option
- mysql, mysql Options
- connect-retries option (NDB Cluster programs), Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs
- connect-retries option (ndbd), ndbd — The NDB Cluster Data Node Daemon
- connect-retries option (ndbmtd), ndbd — The NDB Cluster Data Node Daemon
- connect-retries option (ndb_mgm), ndb_mgm — The NDB Cluster Management Client
- connect-retry-delay option (NDB Cluster programs), Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs
- connect-retry-delay option (ndbd), ndbd — The NDB Cluster Data Node Daemon
- connect-retry-delay option (ndbmtd), ndbd — The NDB Cluster Data Node Daemon
- connect-string option (NDB Cluster programs), Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs
- ConnectBackoffMaxTime, Defining SQL and Other API Nodes in an NDB Cluster
- ConnectCheckIntervalDelay, Defining NDB Cluster Data Nodes
- connecting
- remotely with SSH, Connecting to MySQL Remotely from Windows with SSH
- to the server, Connecting to and Disconnecting from the Server, Connecting to the MySQL Server
- verification, Access Control, Stage 1: Connection Verification
- Connecting to master
- thread state, Replication Slave I/O Thread States
- connection
- aborted, Communication Errors and Aborted Connections
- CONNECTION Events (NDB Cluster), NDB Cluster Log Events
- connection string (see NDB Cluster)
- connection-server-id option
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- connection-timeout option (ndb_error_reporter), ndb_error_reporter — NDB Error-Reporting Utility
- ConnectionMap, Defining SQL and Other API Nodes in an NDB Cluster
- connections option
- ndb_config, ndb_config — Extract NDB Cluster Configuration Information
- ndb_import, ndb_import — Import CSV Data Into NDB
- CONNECTION_CONTROL plugin
- installing, Connection-Control Plugin Installation
- status variables, Connection-Control Status Variables
- system variables, Connection-Control System Variables
- Connection_control_delay_generated status variable, Connection-Control Status Variables
- connection_control_failed_connections_threshold system variable, Connection-Control System Variables
- CONNECTION_CONTROL_FAILED_LOGIN_ATTEMPTS
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA CONNECTION_CONTROL_FAILED_LOGIN_ATTEMPTS Table
- CONNECTION_CONTROL_FAILED_LOGIN_ATTEMPTS plugin
- installing, Connection-Control Plugin Installation
- connection_control_max_connection_delay system variable, Connection-Control System Variables
- connection_control_min_connection_delay system variable, Connection-Control System Variables
- CONNECTION_ID(), Information Functions
- Connector/C, Connectors and APIs, MySQL Connector/C
- Connector/C++, Connectors and APIs, MySQL Connector/C++
- Connector/J, Connectors and APIs, MySQL Connector/J
- Connector/Net, Connectors and APIs, MySQL Connector/Net
- Connector/ODBC, Connectors and APIs, MySQL Connector/ODBC
- Connector/Python, Connectors and APIs, MySQL Connector/Python
- Connectors, Connectors and APIs
- connect_timeout system variable, Server System Variables
- connect_timeout variable, mysql Options, mysqladmin — Client for Administering a MySQL Server
- consistent read, MySQL Glossary
- consistent reads, Consistent Nonlocking Reads
- console option
- mysqld, Server Command Options
- const table
- optimizer, EXPLAIN Join Types, SELECT Syntax
- constant table, WHERE Clause Optimization
- constraint, MySQL Glossary
- constraints, How MySQL Deals with Constraints
- foreign keys, Using FOREIGN KEY Constraints
- containers table, InnoDB memcached Plugin Configuration Tables
- Contains(), Spatial Relation Functions That Use Minimum Bounding Rectangles
- continue option
- ndb_import, ndb_import — Import CSV Data Into NDB
- contributing companies
- list of, Supporters of MySQL
- contributors
- list of, Contributors to MySQL
- control flow functions, Control Flow Functions
- Control+C
- statement termination, mysql — The MySQL Command-Line Tool, mysql Options
- CONV(), Mathematical Functions
- conventions
- syntax, Typographical and Syntax Conventions
- typographical, Typographical and Syntax Conventions
- CONVERT, Cast Functions and Operators
- CONVERT TO, ALTER TABLE Syntax
- converting HEAP to ondisk
- thread state, General Thread States
- CONVERT_TZ(), Date and Time Functions
- ConvexHull(), Spatial Operator Functions
- copy to tmp table
- thread state, General Thread States
- copying databases, Copying MySQL Databases to Another Machine
- copying tables, CREATE TABLE ... SELECT Syntax
- Copying to group table
- thread state, General Thread States
- Copying to tmp table
- thread state, General Thread States
- Copying to tmp table on disk
- thread state, General Thread States
- core-file option
- mysqld, Server Command Options
- core-file option (NDB Cluster programs), Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs
- core-file-size option
- mysqld_safe, mysqld_safe — MySQL Server Startup Script
- core_file system variable, Server System Variables
- correct-checksum option
- myisamchk, myisamchk Repair Options
- correlated subqueries, Correlated Subqueries
- corruption, Forcing InnoDB Recovery
- InnoDB, Recovery from Data Corruption or Disk Failure
- COS(), Mathematical Functions
- cost model
- optimizer, The Optimizer Cost Model
- COT(), Mathematical Functions
- count option
- innochecksum, innochecksum — Offline InnoDB File Checksum Utility
- myisam_ftdump, myisam_ftdump — Display Full-Text Index information
- mysqladmin, mysqladmin — Client for Administering a MySQL Server
- mysqlshow, mysqlshow — Display Database, Table, and Column Information
- COUNT(), Aggregate (GROUP BY) Function Descriptions
- COUNT(DISTINCT), Aggregate (GROUP BY) Function Descriptions
- counter, MySQL Glossary
- counters
- ndbinfo table, The ndbinfo counters Table
- counting
- table rows, Counting Rows
- covering index, MySQL Glossary
- CPACK_MONOLITHIC_INSTALL option
- CMake, MySQL Source-Configuration Options
- CPU-bound, MySQL Glossary
- cpustat
- ndbinfo table, The ndbinfo cpustat Table
- cpustat_1sec
- ndbinfo table, The ndbinfo cpustat_1sec Table
- cpustat_20sec
- ndbinfo table, The ndbinfo cpustat_20sec Table
- cpustat_50ms
- ndbinfo table, The ndbinfo cpustat_50ms Table
- crash, Debugging a MySQL Server, MySQL Glossary
- recovery, Using myisamchk for Crash Recovery
- repeated, What to Do If MySQL Keeps Crashing
- replication, Replication and Master or Slave Shutdowns
- crash recovery, MySQL Glossary
- InnoDB, InnoDB Crash Recovery, Tablespace Discovery During Crash Recovery
- crash-safe replication, Startup Options for Replication Slaves, Options for Logging Slave Status to Tables, Handling an Unexpected Halt of a Replication Slave
- CrashOnCorruptedTuple, Defining NDB Cluster Data Nodes
- CRC32(), Mathematical Functions
- CREATE ... IF NOT EXISTS
- and replication, Replication of CREATE ... IF NOT EXISTS Statements
- CREATE DATABASE, CREATE DATABASE Syntax
- Create DB
- thread command, Thread Command Values
- CREATE EVENT, CREATE EVENT Syntax
- and replication, Replication of Invoked Features
- CREATE FUNCTION, CREATE PROCEDURE and CREATE FUNCTION Syntax
- CREATE FUNCTION statement, CREATE FUNCTION Syntax for User-Defined Functions
- CREATE INDEX, CREATE INDEX Syntax
- CREATE LOGFILE GROUP, CREATE LOGFILE GROUP Syntax
- (see also NDB Cluster Disk Data)
- CREATE NODEGROUP command (NDB Cluster), Commands in the NDB Cluster Management Client
- create option
- mysqlslap, mysqlslap — Load Emulation Client
- CREATE PROCEDURE, CREATE PROCEDURE and CREATE FUNCTION Syntax
- CREATE SCHEMA, CREATE DATABASE Syntax
- CREATE SERVER, CREATE SERVER Syntax
- CREATE TABLE, CREATE TABLE Syntax
- DIRECTORY options
- and replication, Replication and DIRECTORY Table Options
- KEY_BLOCK_SIZE, Tuning Compression for InnoDB Tables
- NDB_TABLE options, Setting NDB_TABLE Options
- options for table compression, Creating Compressed Tables
- ROW_FORMAT, Specifying the Row Format for a Table
- statement retention, CREATE TABLE Statement Retention
- table definition, CREATE TABLE Statement Retention
- CREATE TABLE ... SELECT
- and replication, Replication of CREATE TABLE ... SELECT Statements
- CREATE TABLESPACE, CREATE TABLESPACE Syntax
- CREATE TRIGGER, CREATE TRIGGER Syntax
- CREATE USER statement, Assigning Account Passwords, CREATE USER Syntax
- CREATE VIEW, CREATE VIEW Syntax
- create-options option
- mysqldump, mysqldump — A Database Backup Program
- create-schema option
- mysqlslap, mysqlslap — Load Emulation Client
- CREATE_ASYMMETRIC_PRIV_KEY(), Enterprise Encryption Function Descriptions
- CREATE_ASYMMETRIC_PUB_KEY(), Enterprise Encryption Function Descriptions
- CREATE_DH_PARAMETERS(), Enterprise Encryption Function Descriptions
- CREATE_DIGEST(), Enterprise Encryption Function Descriptions
- create_synonym_db() procedure
- sys schema, The create_synonym_db() Procedure
- creating
- bug reports, How to Report Bugs or Problems
- database, CREATE DATABASE Syntax
- databases, Creating and Using a Database
- default startup options, Using Option Files
- function, CREATE FUNCTION Syntax for User-Defined Functions
- schema, CREATE DATABASE Syntax
- tables, Creating a Table
- Creating index
- thread state, General Thread States
- Creating sort index
- thread state, General Thread States
- creating table
- thread state, General Thread States
- Creating tmp table
- thread state, General Thread States
- creating user accounts, CREATE USER Syntax
- CROSS JOIN, JOIN Syntax
- cross-bootstrap option
- mysql_install_db, mysql_install_db — Initialize MySQL Data Directory
- Crosses(), Spatial Relation Functions That Use Object Shapes
- CRUD, MySQL Glossary
- CR_ALREADY_CONNECTED error code, Client Error Codes and Messages
- CR_AUTH_PLUGIN_CANNOT_LOAD error code, Client Error Codes and Messages
- CR_AUTH_PLUGIN_ERR error code, Client Error Codes and Messages
- CR_CANT_READ_CHARSET error code, Client Error Codes and Messages
- CR_COMMANDS_OUT_OF_SYNC error code, Client Error Codes and Messages
- CR_CONNECTION_ERROR error code, Client Error Codes and Messages
- CR_CONN_HOST_ERROR error code, Client Error Codes and Messages
- CR_CONN_UNKNOW_PROTOCOL error code, Client Error Codes and Messages
- CR_DATA_TRUNCATED error code, Client Error Codes and Messages
- CR_DUPLICATE_CONNECTION_ATTR error code, Client Error Codes and Messages
- CR_EMBEDDED_CONNECTION error code, Client Error Codes and Messages
- CR_FETCH_CANCELED error code, Client Error Codes and Messages
- CR_INSECURE_API_ERR error code, Client Error Codes and Messages
- CR_INVALID_BUFFER_USE error code, Client Error Codes and Messages
- CR_INVALID_CONN_HANDLE error code, Client Error Codes and Messages
- CR_INVALID_PARAMETER_NO error code, Client Error Codes and Messages
- CR_IPSOCK_ERROR error code, Client Error Codes and Messages
- CR_LOCALHOST_CONNECTION error code, Client Error Codes and Messages
- CR_MALFORMED_PACKET error code, Client Error Codes and Messages
- CR_NAMEDPIPEOPEN_ERROR error code, Client Error Codes and Messages
- CR_NAMEDPIPESETSTATE_ERROR error code, Client Error Codes and Messages
- CR_NAMEDPIPEWAIT_ERROR error code, Client Error Codes and Messages
- CR_NAMEDPIPE_CONNECTION error code, Client Error Codes and Messages
- CR_NET_PACKET_TOO_LARGE error code, Client Error Codes and Messages
- CR_NEW_STMT_METADATA error code, Client Error Codes and Messages
- CR_NOT_IMPLEMENTED error code, Client Error Codes and Messages
- CR_NO_DATA error code, Client Error Codes and Messages
- CR_NO_PARAMETERS_EXISTS error code, Client Error Codes and Messages
- CR_NO_PREPARE_STMT error code, Client Error Codes and Messages
- CR_NO_RESULT_SET error code, Client Error Codes and Messages
- CR_NO_STMT_METADATA error code, Client Error Codes and Messages
- CR_NULL_POINTER error code, Client Error Codes and Messages
- CR_OUT_OF_MEMORY error code, Client Error Codes and Messages
- CR_PARAMS_NOT_BOUND error code, Client Error Codes and Messages
- CR_PROBE_MASTER_CONNECT error code, Client Error Codes and Messages
- CR_PROBE_SLAVE_CONNECT error code, Client Error Codes and Messages
- CR_PROBE_SLAVE_HOSTS error code, Client Error Codes and Messages
- CR_PROBE_SLAVE_STATUS error code, Client Error Codes and Messages
- CR_SECURE_AUTH error code, Client Error Codes and Messages
- CR_SERVER_GONE_ERROR, MySQL server has gone away
- CR_SERVER_GONE_ERROR error code, Client Error Codes and Messages
- CR_SERVER_HANDSHAKE_ERR error code, Client Error Codes and Messages
- CR_SERVER_LOST error code, Client Error Codes and Messages
- CR_SERVER_LOST_ERROR, MySQL server has gone away
- CR_SERVER_LOST_EXTENDED error code, Client Error Codes and Messages
- CR_SHARED_MEMORY_CONNECTION error code, Client Error Codes and Messages
- CR_SHARED_MEMORY_CONNECT_ABANDONED_ERROR error code, Client Error Codes and Messages
- CR_SHARED_MEMORY_CONNECT_ANSWER_ERROR error code, Client Error Codes and Messages
- CR_SHARED_MEMORY_CONNECT_FILE_MAP_ERROR error code, Client Error Codes and Messages
- CR_SHARED_MEMORY_CONNECT_MAP_ERROR error code, Client Error Codes and Messages
- CR_SHARED_MEMORY_CONNECT_REQUEST_ERROR error code, Client Error Codes and Messages
- CR_SHARED_MEMORY_CONNECT_SET_ERROR error code, Client Error Codes and Messages
- CR_SHARED_MEMORY_EVENT_ERROR error code, Client Error Codes and Messages
- CR_SHARED_MEMORY_FILE_MAP_ERROR error code, Client Error Codes and Messages
- CR_SHARED_MEMORY_MAP_ERROR error code, Client Error Codes and Messages
- CR_SOCKET_CREATE_ERROR error code, Client Error Codes and Messages
- CR_SSL_CONNECTION_ERROR error code, Client Error Codes and Messages
- CR_STMT_CLOSED error code, Client Error Codes and Messages
- CR_TCP_CONNECTION error code, Client Error Codes and Messages
- CR_UNKNOWN_ERROR error code, Client Error Codes and Messages
- CR_UNKNOWN_HOST error code, Client Error Codes and Messages
- CR_UNSUPPORTED_PARAM_TYPE error code, Client Error Codes and Messages
- CR_UNUSED_1 error code, Client Error Codes and Messages
- CR_VERSION_ERROR error code, Client Error Codes and Messages
- CR_WRONG_HOST_INFO error code, Client Error Codes and Messages
- CR_WRONG_LICENSE error code, Client Error Codes and Messages
- CSV data, reading, LOAD DATA INFILE Syntax, SELECT ... INTO Syntax
- csv option
- mysqlslap, mysqlslap — Load Emulation Client
- CSV storage engine, Alternative Storage Engines, The CSV Storage Engine
- CURDATE(), Date and Time Functions
- CURRENT_DATE, Date and Time Functions
- CURRENT_TIME, Date and Time Functions
- CURRENT_TIMESTAMP, Date and Time Functions
- CURRENT_USER(), Information Functions
- cursor, MySQL Glossary
- Cursors, Cursors
- CURTIME(), Date and Time Functions
- CXX environment variable, Dealing with Problems Compiling MySQL, MySQL Program Environment Variables
- cxxflags option
- mysql_config, mysql_config — Display Options for Compiling Clients
D
[
index top]
- Daemon
- thread command, Thread Command Values
- daemon option (ndb_mgmd), ndb_mgmd — The NDB Cluster Management Server Daemon
- daemon plugins, Daemon Plugins
- daemonize option
- mysqld, Server Command Options
- daemon_memcached_enable_binlog system variable, InnoDB Startup Options and System Variables
- daemon_memcached_engine_lib_name system variable, InnoDB Startup Options and System Variables
- daemon_memcached_engine_lib_path system variable, InnoDB Startup Options and System Variables
- daemon_memcached_option system variable, InnoDB Startup Options and System Variables
- daemon_memcached_r_batch_size system variable, InnoDB Startup Options and System Variables
- daemon_memcached_w_batch_size system variable, InnoDB Startup Options and System Variables
- data
- importing, Executing SQL Statements from a Text File, mysqlimport — A Data Import Program
- loading into tables, Loading Data into a Table
- retrieving, Retrieving Information from a Table
- size, Optimizing Data Size
- data dictionary, InnoDB File-Per-Table Tablespaces, MySQL Glossary
- data directory, MySQL Glossary
- mysql_upgrade_info file, mysql_upgrade — Check and Upgrade MySQL Tables
- DATA DIRECTORY
- and replication, Replication and DIRECTORY Table Options
- data encryption, InnoDB Tablespace Encryption
- data files, MySQL Glossary
- data node (NDB Cluster)
- defined, NDB Cluster Core Concepts
- data nodes
- memory allocation, Defining NDB Cluster Data Nodes
- data nodes (NDB Cluster), ndbd — The NDB Cluster Data Node Daemon, ndbmtd — The NDB Cluster Data Node Daemon (Multi-Threaded)
- Data on disk (NDB Cluster)
- and INFORMATION_SCHEMA.FILES table, The INFORMATION_SCHEMA FILES Table
- data structures
- C API, C API Data Structures
- C prepared statement API, C API Prepared Statement Data Structures
- Data truncation with CJK characters, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- data type
- BIGINT, Numeric Type Overview
- BINARY, String Type Overview, The BINARY and VARBINARY Types
- BIT, Numeric Type Overview
- BLOB, String Type Overview, The BLOB and TEXT Types
- BOOL, Numeric Type Overview, Using Data Types from Other Database Engines
- BOOLEAN, Numeric Type Overview, Using Data Types from Other Database Engines
- CHAR, String Type Overview, String Types
- CHAR VARYING, String Type Overview
- CHARACTER, String Type Overview
- CHARACTER VARYING, String Type Overview
- DATE, Date and Time Type Overview, The DATE, DATETIME, and TIMESTAMP Types
- DATETIME, Date and Time Type Overview, The DATE, DATETIME, and TIMESTAMP Types
- DEC, Numeric Type Overview
- DECIMAL, Numeric Type Overview, Precision Math
- DOUBLE, Numeric Type Overview
- DOUBLE PRECISION, Numeric Type Overview
- ENUM, String Type Overview, The ENUM Type
- FIXED, Numeric Type Overview
- FLOAT, Numeric Type Overview
- GEOMETRY, Spatial Data Types
- GEOMETRYCOLLECTION, Spatial Data Types
- INT, Numeric Type Overview
- INTEGER, Numeric Type Overview
- LINESTRING, Spatial Data Types
- LONG, The BLOB and TEXT Types
- LONGBLOB, String Type Overview
- LONGTEXT, String Type Overview
- MEDIUMBLOB, String Type Overview
- MEDIUMINT, Numeric Type Overview
- MEDIUMTEXT, String Type Overview
- MULTILINESTRING, Spatial Data Types
- MULTIPOINT, Spatial Data Types
- MULTIPOLYGON, Spatial Data Types
- NATIONAL CHAR, String Type Overview
- NATIONAL VARCHAR, String Type Overview
- NCHAR, String Type Overview
- NUMERIC, Numeric Type Overview
- NVARCHAR, String Type Overview
- POINT, Spatial Data Types
- POLYGON, Spatial Data Types
- REAL, Numeric Type Overview
- SET, String Type Overview, The SET Type
- SMALLINT, Numeric Type Overview
- TEXT, String Type Overview, The BLOB and TEXT Types
- TIME, Date and Time Type Overview, The TIME Type
- TIMESTAMP, Date and Time Type Overview, The DATE, DATETIME, and TIMESTAMP Types
- TINYBLOB, String Type Overview
- TINYINT, Numeric Type Overview
- TINYTEXT, String Type Overview
- VARBINARY, String Type Overview, The BINARY and VARBINARY Types
- VARCHAR, String Type Overview, String Types
- VARCHARACTER, String Type Overview
- YEAR, Date and Time Type Overview, The YEAR Type
- data types, Data Types
- C API, MySQL C API
- overview, Data Type Overview
- data warehouse, MySQL Glossary
- data-file-length option
- myisamchk, myisamchk Repair Options
- database, MySQL Glossary
- altering, ALTER DATABASE Syntax
- creating, CREATE DATABASE Syntax
- deleting, DROP DATABASE Syntax
- renaming, RENAME TABLE Syntax
- Database information
- obtaining, SHOW Syntax
- database metadata, INFORMATION_SCHEMA Tables
- database names
- case sensitivity, MySQL Extensions to Standard SQL, Identifier Case Sensitivity
- database objects
- metadata, UTF-8 for Metadata
- database option
- mysql, mysql Options
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- mysqlsh, mysqlsh — The MySQL Shell
- ndb_blob_tool, ndb_blob_tool — Check and Repair BLOB and TEXT columns of NDB Cluster
Tables
- ndb_desc, ndb_desc — Describe NDB Tables
- ndb_move_data, ndb_move_data — NDB Data Copy Utility
- ndb_show_tables, ndb_show_tables — Display List of NDB Tables
- database option (ndb_index_stat), ndb_index_stat — NDB Index Statistics Utility
- DATABASE(), Information Functions
- databases
- backups, Backup and Recovery
- copying, Copying MySQL Databases to Another Machine
- creating, Creating and Using a Database, CREATE DATABASE Syntax
- defined, What is MySQL?
- displaying, mysqlshow — Display Database, Table, and Column Information
- dumping, mysqldump — A Database Backup Program, mysqlpump — A Database Backup Program
- information about, Getting Information About Databases and Tables
- names, Schema Object Names
- replicating, Replication
- selecting, Creating and Selecting a Database, USE Syntax
- symbolic links, Using Symbolic Links for Databases on Unix
- using, Creating and Using a Database
- databases option
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- mysqldump, mysqldump — A Database Backup Program
- mysqlpump, mysqlpump — A Database Backup Program
- DataDir, Defining an NDB Cluster Management Server, Defining NDB Cluster Data Nodes
- datadir option
- mysql.server, mysql.server — MySQL Server Startup Script
- mysqld, Server Command Options
- mysqld_safe, mysqld_safe — MySQL Server Startup Script
- mysql_install_db, mysql_install_db — Initialize MySQL Data Directory
- mysql_plugin, mysql_plugin — Configure MySQL Server Plugins
- mysql_ssl_rsa_setup, mysql_ssl_rsa_setup — Create SSL/RSA Files
- mysql_upgrade, mysql_upgrade — Check and Upgrade MySQL Tables
- datadir system variable, Server System Variables
- DataMemory, Defining NDB Cluster Data Nodes
- DATE, Problems Using DATE Columns
- date and time functions, Date and Time Functions
- Date and Time types, Date and Time Types
- date calculations, Date Calculations
- DATE columns
- problems, Problems Using DATE Columns
- DATE data type, Date and Time Type Overview, The DATE, DATETIME, and TIMESTAMP Types
- date data types
- storage requirements, Date and Time Type Storage Requirements
- date literals, Date and Time Literals
- date values
- problems, The DATE, DATETIME, and TIMESTAMP Types
- DATE(), Date and Time Functions
- DATEDIFF(), Date and Time Functions
- dates
- used with partitioning, Partitioning Types
- used with partitioning (examples), RANGE Partitioning, HASH Partitioning, Subpartitioning, Partition Pruning
- DATETIME data type, Date and Time Type Overview, The DATE, DATETIME, and TIMESTAMP Types
- datetime_format system variable, Server System Variables
- DATE_ADD(), Date and Time Functions
- date_format system variable, Server System Variables
- DATE_FORMAT(), Date and Time Functions
- DATE_SUB(), Date and Time Functions
- DAY(), Date and Time Functions, Encryption and Compression Functions
- DAYNAME(), Date and Time Functions
- DAYOFMONTH(), Date and Time Functions
- DAYOFWEEK(), Date and Time Functions
- DAYOFYEAR(), Date and Time Functions
- db table
- sorting, Access Control, Stage 2: Request Verification
- system table, Securing the Initial MySQL Accounts, Grant System Tables, Grant Tables
- db-workers option
- ndb_import, ndb_import — Import CSV Data Into NDB
- DB2 SQL mode, Combination SQL Modes
- dba option
- mysqlsh, mysqlsh — The MySQL Shell
- DBI interface, MySQL Perl API
- DBI->quote, String Literals
- DBI->trace, Debugging mysqld under gdb
- DBI/DBD interface, MySQL Perl API
- DBI_TRACE environment variable, MySQL Program Environment Variables, Debugging mysqld under gdb
- DBI_USER environment variable, MySQL Program Environment Variables
- dbpassword option
- mysqlsh, mysqlsh — The MySQL Shell
- DBUG package, The DBUG Package
- dbuser option
- mysqlsh, mysqlsh — The MySQL Shell
- DCL, GRANT Syntax, REVOKE Syntax, MySQL Glossary
- DDL, Data Definition Statements, MySQL Glossary
- DDL log, The DDL Log
- deadlock, Internal Locking Methods, Interaction of Table Locking and Transactions, Locks Set by Different SQL Statements in InnoDB, Deadlocks in InnoDB, An InnoDB Deadlock Example, Deadlock Detection and Rollback, InnoDB Startup Options and System Variables, Replication Retries and Timeouts, Using the Performance Schema to Diagnose Problems, MySQL Glossary
- deadlock detection, MySQL Glossary
- DEALLOCATE PREPARE, Prepared SQL Statement Syntax, DEALLOCATE PREPARE Syntax
- deb file
- MySQL APT Repository, Installing MySQL on Linux Using the MySQL APT Repository
- MySQL SLES Repository, Installing MySQL on Linux Using the MySQL SLES Repository
- Debug
- thread command, Thread Command Values
- debug option
- comp_err, comp_err — Compile MySQL Error Message File
- myisamchk, myisamchk General Options
- myisampack, myisampack — Generate Compressed, Read-Only MyISAM Tables
- mysql, mysql Options
- mysqladmin, mysqladmin — Client for Administering a MySQL Server
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- mysqld, Server Command Options
- mysqldump, mysqldump — A Database Backup Program
- mysqldumpslow, mysqldumpslow — Summarize Slow Query Log Files
- mysqlimport, mysqlimport — A Data Import Program
- mysqlpump, mysqlpump — A Database Backup Program
- mysqlshow, mysqlshow — Display Database, Table, and Column Information
- mysqlslap, mysqlslap — Load Emulation Client
- mysql_config_editor, mysql_config_editor — MySQL Configuration Utility
- mysql_upgrade, mysql_upgrade — Check and Upgrade MySQL Tables
- my_print_defaults, my_print_defaults — Display Options from Option Files
- debug option (NDB Cluster programs), Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs
- debug system variable, Server System Variables
- debug-check option
- mysql, mysql Options
- mysqladmin, mysqladmin — Client for Administering a MySQL Server
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- mysqldump, mysqldump — A Database Backup Program
- mysqlimport, mysqlimport — A Data Import Program
- mysqlpump, mysqlpump — A Database Backup Program
- mysqlshow, mysqlshow — Display Database, Table, and Column Information
- mysqlslap, mysqlslap — Load Emulation Client
- mysql_upgrade, mysql_upgrade — Check and Upgrade MySQL Tables
- debug-info option
- comp_err, comp_err — Compile MySQL Error Message File
- mysql, mysql Options
- mysqladmin, mysqladmin — Client for Administering a MySQL Server
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- mysqldump, mysqldump — A Database Backup Program
- mysqlimport, mysqlimport — A Data Import Program
- mysqlpump, mysqlpump — A Database Backup Program
- mysqlshow, mysqlshow — Display Database, Table, and Column Information
- mysqlslap, mysqlslap — Load Emulation Client
- mysql_upgrade, mysql_upgrade — Check and Upgrade MySQL Tables
- debug-level option
- ndb_setup.py, ndb_setup.py — Start browser-based Auto-Installer for
NDB Cluster
- debug-sync-timeout option
- mysqld, Server Command Options
- debugging
- client, Debugging a MySQL Client
- server, Debugging a MySQL Server
- debugging support, MySQL Source-Configuration Options
- debug_sync system variable, Server System Variables
- DEC data type, Numeric Type Overview
- decimal arithmetic, Precision Math
- DECIMAL data type, Numeric Type Overview, Precision Math
- decimal point, Data Types
- DECLARE, DECLARE Syntax
- DECODE(), Encryption and Compression Functions
- decode_bits myisamchk variable, myisamchk General Options
- DEFAULT
- constraint, Constraints on Invalid Data
- default
- privileges, Securing the Initial MySQL Accounts
- default accounts, Securing the Initial MySQL Accounts
- default host name, Connecting to the MySQL Server
- default installation location, Installation Layouts
- default options, Using Option Files
- default proxy user, Default Proxy Users
- DEFAULT value clause, Data Type Default Values, CREATE TABLE Syntax
- default values, Data Type Default Values, CREATE TABLE Syntax, INSERT Syntax
- BLOB and TEXT columns, The BLOB and TEXT Types
- explicit, Data Type Default Values
- implicit, Data Type Default Values
- suppression, Constraints on Invalid Data
- DEFAULT(), Miscellaneous Functions
- default-auth option, Connecting to the MySQL Server
- mysql, mysql Options
- mysqladmin, mysqladmin — Client for Administering a MySQL Server
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- mysqldump, mysqldump — A Database Backup Program
- mysqlimport, mysqlimport — A Data Import Program
- mysqlpump, mysqlpump — A Database Backup Program
- mysqlshow, mysqlshow — Display Database, Table, and Column Information
- mysqlslap, mysqlslap — Load Emulation Client
- mysql_upgrade, mysql_upgrade — Check and Upgrade MySQL Tables
- default-authentication-plugin option
- mysqld, Server Command Options
- default-character-set option
- mysql, mysql Options
- mysqladmin, mysqladmin — Client for Administering a MySQL Server
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- mysqldump, mysqldump — A Database Backup Program
- mysqlimport, mysqlimport — A Data Import Program
- mysqlpump, mysqlpump — A Database Backup Program
- mysqlshow, mysqlshow — Display Database, Table, and Column Information
- mysql_upgrade, mysql_upgrade — Check and Upgrade MySQL Tables
- default-parallelism option
- mysqlpump, mysqlpump — A Database Backup Program
- default-storage-engine option
- mysqld, Server Command Options
- default-time-zone option
- mysqld, Server Command Options
- DefaultHashMapSize, Defining NDB Cluster Data Nodes, Defining SQL and Other API Nodes in an NDB Cluster
- DefaultOperationRedoProblemAction
- API and SQL nodes, Defining SQL and Other API Nodes in an NDB Cluster
- defaults
- embedded, Options with the Embedded Server
- defaults option, mysql_install_db — Initialize MySQL Data Directory
- defaults-extra-file option, Command-Line Options that Affect Option-File Handling, mysql_install_db — Initialize MySQL Data Directory
- myisamchk, myisamchk General Options
- mysql, mysql Options
- mysqladmin, mysqladmin — Client for Administering a MySQL Server
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- mysqld, Server Command Options
- mysqldump, mysqldump — A Database Backup Program
- mysqld_multi, mysqld_multi — Manage Multiple MySQL Servers
- mysqld_safe, mysqld_safe — MySQL Server Startup Script
- mysqlimport, mysqlimport — A Data Import Program
- mysqlpump, mysqlpump — A Database Backup Program
- mysqlshow, mysqlshow — Display Database, Table, and Column Information
- mysqlslap, mysqlslap — Load Emulation Client
- mysql_secure_installation, mysql_secure_installation — Improve MySQL Installation Security
- mysql_upgrade, mysql_upgrade — Check and Upgrade MySQL Tables
- my_print_defaults, my_print_defaults — Display Options from Option Files
- NDB client programs, Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs
- defaults-file option, Command-Line Options that Affect Option-File Handling, mysql_install_db — Initialize MySQL Data Directory
- myisamchk, myisamchk General Options
- mysql, mysql Options
- mysqladmin, mysqladmin — Client for Administering a MySQL Server
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- mysqld, Server Command Options
- mysqldump, mysqldump — A Database Backup Program
- mysqld_multi, mysqld_multi — Manage Multiple MySQL Servers
- mysqld_safe, mysqld_safe — MySQL Server Startup Script
- mysqlimport, mysqlimport — A Data Import Program
- mysqlpump, mysqlpump — A Database Backup Program
- mysqlshow, mysqlshow — Display Database, Table, and Column Information
- mysqlslap, mysqlslap — Load Emulation Client
- mysql_secure_installation, mysql_secure_installation — Improve MySQL Installation Security
- mysql_upgrade, mysql_upgrade — Check and Upgrade MySQL Tables
- my_print_defaults, my_print_defaults — Display Options from Option Files
- NDB client programs, Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs
- defaults-group-suffix option, Command-Line Options that Affect Option-File Handling
- myisamchk, myisamchk General Options
- mysql, mysql Options
- mysqladmin, mysqladmin — Client for Administering a MySQL Server
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- mysqld, Server Command Options
- mysqldump, mysqldump — A Database Backup Program
- mysqlimport, mysqlimport — A Data Import Program
- mysqlpump, mysqlpump — A Database Backup Program
- mysqlshow, mysqlshow — Display Database, Table, and Column Information
- mysqlslap, mysqlslap — Load Emulation Client
- mysql_secure_installation, mysql_secure_installation — Improve MySQL Installation Security
- mysql_upgrade, mysql_upgrade — Check and Upgrade MySQL Tables
- my_print_defaults, my_print_defaults — Display Options from Option Files
- NDB client programs, Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs
- default_authentication_plugin system variable, Server System Variables
- DEFAULT_CHARSET option
- CMake, MySQL Source-Configuration Options
- DEFAULT_COLLATION option
- CMake, MySQL Source-Configuration Options
- default_password_lifetime system variable, Server System Variables
- default_storage_engine system variable, Server System Variables
- default_tmp_storage_engine system variable, Server System Variables
- default_week_format system variable, Server System Variables
- defer-table-indexes option
- mysqlpump, mysqlpump — A Database Backup Program
- DEFINER privileges, SHOW GRANTS Syntax, Access Control for Stored Programs and Views
- DEGREES(), Mathematical Functions
- delay option (ndbinfo_select_all), ndbinfo_select_all — Select From ndbinfo Tables
- delay-key-write option
- mysqld, Server Command Options, MyISAM Startup Options
- DELAYED, INSERT DELAYED Syntax
- INSERT modifier, INSERT Syntax, LOAD XML Syntax
- Delayed insert
- thread command, Thread Command Values
- delayed replication, Delayed Replication
- delayed_insert_limit system variable, Server System Variables
- delayed_insert_timeout system variable, Server System Variables
- delayed_queue_size system variable, Server System Variables
- delay_key_write system variable, Server System Variables
- DELETE, DELETE Syntax
- and NDB Cluster, Limits and Differences of NDB Cluster from Standard MySQL Limits
- delete, MySQL Glossary
- delete buffering, MySQL Glossary
- delete option
- mysqlimport, mysqlimport — A Data Import Program
- delete option (ndb_index_stat), ndb_index_stat — NDB Index Statistics Utility
- delete-master-logs option
- mysqldump, mysqldump — A Database Backup Program
- delete-orphans option
- ndb_blob_tool, ndb_blob_tool — Check and Repair BLOB and TEXT columns of NDB Cluster
Tables
- deleting
- database, DROP DATABASE Syntax
- foreign key, ALTER TABLE Syntax, Using FOREIGN KEY Constraints
- function, DROP FUNCTION Syntax
- index, ALTER TABLE Syntax, DROP INDEX Syntax
- primary key, ALTER TABLE Syntax
- rows, Deleting Rows from Related Tables
- schema, DROP DATABASE Syntax
- table, DROP TABLE Syntax
- user, Removing User Accounts, DROP USER Syntax
- users, Removing User Accounts, DROP USER Syntax
- deleting from main table
- thread state, General Thread States
- deleting from reference tables
- thread state, General Thread States
- deletion
- mysql.sock, How to Protect or Change the MySQL Unix Socket File
- delimiter command
- mysql, mysql Commands
- delimiter option
- mysql, mysql Options
- mysqlslap, mysqlslap — Load Emulation Client
- ndb_select_all, ndb_select_all — Print Rows from an NDB Table
- demo_test table, Installing and Configuring the InnoDB memcached Plugin
- denormalized, MySQL Glossary
- deprecated features in MySQL 5.7, What Is New in MySQL 5.7
- derived tables, Derived Tables (Subqueries in the FROM Clause)
- materialization prevention, Optimizing Derived Tables and View References
- optimization, Optimizing Subqueries, Derived Tables, and View References, Optimizing Derived Tables and View References
- updatable views, Updatable and Insertable Views
- des-key-file option
- mysqld, Server Command Options
- DESC, DESCRIBE Syntax
- descending index, MySQL Glossary
- descending option
- ndb_select_all, ndb_select_all — Print Rows from an NDB Table
- DESCRIBE, Getting Information About Databases and Tables, DESCRIBE Syntax
- description option
- myisamchk, Other myisamchk Options
- design
- issues, Known Issues in MySQL
- DES_DECRYPT(), Encryption and Compression Functions
- DES_ENCRYPT(), Encryption and Compression Functions
- detach option
- mysqlslap, mysqlslap — Load Emulation Client
- development of NDB Cluster, What is New in NDB Cluster
- development source tree, Installing MySQL Using a Development Source Tree
- diagnostics() procedure
- sys schema, The diagnostics() Procedure
- dictionary collation, German, Character Sets and Collations in MySQL, West European Character Sets
- dict_obj_info
- ndbinfo table, The ndbinfo dict_obj_info Table
- dict_obj_types
- ndbinfo table, The ndbinfo dict_obj_types Table
- diff-default option
- ndb_config, ndb_config — Extract NDB Cluster Configuration Information
- digits, Data Types
- Dimension(), General Geometry Property Functions
- directory structure
- default, Installation Layouts
- dirty page, Configuring InnoDB Buffer Pool Flushing, InnoDB Startup Options and System Variables, MySQL Glossary
- dirty read, MySQL Glossary
- disable named command
- mysql, mysql Options
- --disable option prefix, Program Option Modifiers
- disable-indexes option
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- disable-keys option
- mysqldump, mysqldump — A Database Backup Program
- disable-log-bin option
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- disable-partition-engine-check option
- mysqld, Server Command Options
- disabled_storage_engines system variable, Server System Variables
- DISABLE_PSI_COND option
- CMake, MySQL Source-Configuration Options
- DISABLE_PSI_FILE option
- CMake, MySQL Source-Configuration Options
- DISABLE_PSI_IDLE option
- CMake, MySQL Source-Configuration Options
- DISABLE_PSI_MEMORY option
- CMake, MySQL Source-Configuration Options
- DISABLE_PSI_METADATA option
- CMake, MySQL Source-Configuration Options
- DISABLE_PSI_MUTEX option
- CMake, MySQL Source-Configuration Options
- DISABLE_PSI_PS option
- CMake, MySQL Source-Configuration Options
- DISABLE_PSI_RWLOCK option
- CMake, MySQL Source-Configuration Options
- DISABLE_PSI_SOCKET option
- CMake, MySQL Source-Configuration Options
- DISABLE_PSI_SP option
- CMake, MySQL Source-Configuration Options
- DISABLE_PSI_STAGE option
- CMake, MySQL Source-Configuration Options
- DISABLE_PSI_STATEMENT option
- CMake, MySQL Source-Configuration Options
- DISABLE_PSI_STATEMENT_DIGEST option
- CMake, MySQL Source-Configuration Options
- DISABLE_PSI_TABLE option
- CMake, MySQL Source-Configuration Options
- DISABLE_PSI_THREAD option
- CMake, MySQL Source-Configuration Options
- DISABLE_PSI_TRANSACTION option
- CMake, MySQL Source-Configuration Options
- DISCARD TABLESPACE, ALTER TABLE Syntax, Moving or Copying InnoDB Tables
- discard_or_import_tablespace
- thread state, General Thread States
- disconnect-slave-event-count option
- mysqld, Startup Options for Replication Slaves
- disconnecting
- from the server, Connecting to and Disconnecting from the Server
- disconnect_on_expired_password system variable, Server System Variables
- Disjoint(), Spatial Relation Functions That Use Minimum Bounding Rectangles
- Disk Data tables (NDB Cluster) (see NDB Cluster Disk Data)
- disk failure
- InnoDB, Recovery from Data Corruption or Disk Failure
- disk full, How MySQL Handles a Full Disk
- disk I/O, Optimizing InnoDB Disk I/O
- disk option
- ndb_select_all, ndb_select_all — Print Rows from an NDB Table
- disk performance, Optimizing Disk I/O
- disk-based, MySQL Glossary
- disk-bound, MySQL Glossary
- DiskIOThreadPool, Defining NDB Cluster Data Nodes
- Diskless, Defining NDB Cluster Data Nodes
- diskpagebuffer
- ndbinfo table, The ndbinfo diskpagebuffer Table
- DiskPageBufferEntries, Defining NDB Cluster Data Nodes
- DiskPageBufferMemory, Defining NDB Cluster Data Nodes
- disks
- splitting data across, Using Symbolic Links for Databases on Windows
- DiskSyncSize, Defining NDB Cluster Data Nodes
- disk_write_speed_aggregate
- ndbinfo table, The ndbinfo disk_write_speed_aggregate Table
- disk_write_speed_aggregate_node
- ndbinfo table, The ndbinfo disk_write_speed_aggregate_node Table
- disk_write_speed_base
- ndbinfo table, The ndbinfo disk_write_speed_base Table
- display size, Data Types
- display triggers, SHOW TRIGGERS Syntax
- display width, Data Types
- displaying
- database information, mysqlshow — Display Database, Table, and Column Information
- information
- Cardinality, SHOW INDEX Syntax
- Collation, SHOW INDEX Syntax
- SHOW, SHOW Syntax, SHOW COLUMNS Syntax, SHOW TABLES Syntax
- SHOW statement, SHOW INDEX Syntax, SHOW OPEN TABLES Syntax
- table status, SHOW TABLE STATUS Syntax
- Distance(), Spatial Relation Functions That Use Object Shapes
- DISTINCT, Selecting Particular Columns, DISTINCT Optimization
- AVG(), Aggregate (GROUP BY) Function Descriptions
- COUNT(), Aggregate (GROUP BY) Function Descriptions
- MAX(), Aggregate (GROUP BY) Function Descriptions
- MIN(), Aggregate (GROUP BY) Function Descriptions
- SELECT modifier, SELECT Syntax
- SUM(), Aggregate (GROUP BY) Function Descriptions
- DISTINCTROW
- SELECT modifier, SELECT Syntax
- distributed privileges (NDB Cluster), Distributed MySQL Privileges for NDB Cluster
- and NDB API applications, Distributed MySQL Privileges for NDB Cluster
- DIV, Arithmetic Operators
- division (/), Arithmetic Operators
- div_precision_increment system variable, Server System Variables
- DML, Data Manipulation Statements, MySQL Glossary
- DELETE statement, DELETE Syntax
- INSERT statement, INSERT Syntax
- UPDATE statement, UPDATE Syntax
- DNS, DNS Lookup Optimization and the Host Cache
- DO, DO Syntax
- DocBook XML
- documentation source format, About This Manual
- Docker images
- on Windows, Deploying MySQL on Windows and Other Non-Linux Platforms
- document id, MySQL Glossary
- document store, Using MySQL as a Document Store
- MySQL as a, Using MySQL as a Document Store
- Documentation
- in Chinese, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- in Japanese, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- in Korean, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- Documenters
- list of, Documenters and translators
- dont_ignore_systab_0 option
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- DOUBLE data type, Numeric Type Overview
- DOUBLE PRECISION data type, Numeric Type Overview
- double quote (\"), String Literals, Functions That Modify JSON Values
- doublewrite buffer, Server Status Variables, Doublewrite Buffer, InnoDB Startup Options and System Variables, MySQL Glossary
- downgrades
- NDB Cluster, Upgrading and Downgrading NDB Cluster, Performing a Rolling Restart of an NDB Cluster
- downgrading, Upgrading or Downgrading MySQL, Downgrading MySQL
- downloading, How to Get MySQL
- DOWNLOAD_BOOST option
- CMake, MySQL Source-Configuration Options
- DOWNLOAD_BOOST_TIMEOUT option
- CMake, MySQL Source-Configuration Options
- drop, MySQL Glossary
- DROP ... IF EXISTS
- and replication, Replication of DROP ... IF EXISTS Statements
- DROP DATABASE, DROP DATABASE Syntax
- Drop DB
- thread command, Thread Command Values
- DROP EVENT, DROP EVENT Syntax
- DROP FOREIGN KEY, ALTER TABLE Syntax, Using FOREIGN KEY Constraints
- DROP FUNCTION, DROP PROCEDURE and DROP FUNCTION Syntax
- DROP FUNCTION statement, DROP FUNCTION Syntax
- DROP INDEX, ALTER TABLE Syntax, DROP INDEX Syntax
- DROP LOGFILE GROUP, DROP LOGFILE GROUP Syntax
- (see also NDB Cluster Disk Data)
- DROP NODEGROUP command (NDB Cluster), Commands in the NDB Cluster Management Client
- DROP PREPARE, DEALLOCATE PREPARE Syntax
- DROP PRIMARY KEY, ALTER TABLE Syntax
- DROP PROCEDURE, DROP PROCEDURE and DROP FUNCTION Syntax
- DROP SCHEMA, DROP DATABASE Syntax
- DROP SERVER, DROP SERVER Syntax
- DROP TABLE, DROP TABLE Syntax
- and NDB Cluster, Limits and Differences of NDB Cluster from Standard MySQL Limits
- DROP TABLESPACE, DROP TABLESPACE Syntax
- DROP TRIGGER, DROP TRIGGER Syntax
- DROP USER statement, DROP USER Syntax
- DROP VIEW, DROP VIEW Syntax
- drop-source option
- ndb_move_data, ndb_move_data — NDB Data Copy Utility
- dropping
- user, Removing User Accounts, DROP USER Syntax
- dry-scp option (ndb_error_reporter), ndb_error_reporter — NDB Error-Reporting Utility
- DTrace, Tracing mysqld Using DTrace
- DUAL, SELECT Syntax
- dump option
- myisam_ftdump, myisam_ftdump — Display Full-Text Index information
- ndb_redo_log_reader, ndb_redo_log_reader — Check and Print Content of Cluster Redo Log
- dump option (ndb_index_stat), ndb_index_stat — NDB Index Statistics Utility
- dump-date option
- mysqldump, mysqldump — A Database Backup Program
- dump-file option
- ndb_blob_tool, ndb_blob_tool — Check and Repair BLOB and TEXT columns of NDB Cluster
Tables
- dump-slave option
- mysqldump, mysqldump — A Database Backup Program
- DUMPFILE, SELECT ... INTO Syntax
- dumping
- databases and tables, mysqldump — A Database Backup Program, mysqlpump — A Database Backup Program
- DYLD_LIBRARY_PATH environment variable, Running C API Client Programs
- dynamic row format, DYNAMIC and COMPRESSED Row Formats, MySQL Glossary
- dynamic table characteristics, Dynamic Table Characteristics
E
[
index top]
- early adopter, MySQL Glossary
- early-plugin-load option
- mysqld, Server Command Options
- edit command
- mysql, mysql Commands
- ego command
- mysql, mysql Commands
- Eiffel Wrapper, MySQL Eiffel Wrapper
- ELT(), String Functions
- email lists, MySQL Mailing Lists
- embedded MySQL server library, libmysqld, the Embedded MySQL Server Library
- embedded option
- mysql_config, mysql_config — Display Options for Compiling Clients
- embedded-libs option
- mysql_config, mysql_config — Display Options for Compiling Clients
- --enable option prefix, Program Option Modifiers
- enable-cleartext-plugin option
- mysql, mysql Options
- mysqladmin, mysqladmin — Client for Administering a MySQL Server
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- mysqldump, mysqldump — A Database Backup Program
- mysqlimport, mysqlimport — A Data Import Program
- mysqlshow, mysqlshow — Display Database, Table, and Column Information
- mysqlslap, mysqlslap — Load Emulation Client
- enable-named-pipe option
- mysqld, Server Command Options
- ENABLED_LOCAL_INFILE option
- CMake, MySQL Source-Configuration Options
- ENABLED_PROFILING option
- CMake, MySQL Source-Configuration Options
- EnablePartialLcp, Defining NDB Cluster Data Nodes
- ENABLE_DEBUG_SYNC option
- CMake, MySQL Source-Configuration Options
- ENABLE_DOWNLOADS option
- CMake, MySQL Source-Configuration Options
- ENABLE_DTRACE option
- CMake, MySQL Source-Configuration Options
- ENABLE_GCOV option
- CMake, MySQL Source-Configuration Options
- ENABLE_GPROF option
- CMake, MySQL Source-Configuration Options
- ENCODE(), Encryption and Compression Functions
- ENCRYPT(), Encryption and Compression Functions
- encrypted connections, Using Encrypted Connections
- command options, Command Options for Encrypted Connections
- encryption, Making MySQL Secure Against Attackers, Using Encrypted Connections, InnoDB Tablespace Encryption
- encryption functions, Encryption and Compression Functions
- end
- thread state, General Thread States
- END, BEGIN ... END Compound-Statement Syntax
- end-page option
- innochecksum, innochecksum — Offline InnoDB File Checksum Utility
- EndPoint(), LineString and MultiLineString Property Functions
- end_markers_in_json system variable, Server System Variables
- enforce-gtid-consistency option, Startup Options Used with GTID Replication
- enforce_gtid_consistency system variable, System Variables Used with GTID Replication
- engine option
- mysqlslap, mysqlslap — Load Emulation Client
- ENGINES
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA ENGINES Table
- engine_cost
- system table, The Cost Model Database
- engine_cost table
- system table, Optimizer System Tables
- ENTER SINGLE USER MODE command (NDB Cluster), Commands in the NDB Cluster Management Client
- entering
- queries, Entering Queries
- enterprise components
- MySQL Enterprise Audit, MySQL Enterprise Audit, MySQL Enterprise Audit Overview
- MySQL Enterprise Backup, MySQL Enterprise Backup Overview
- MySQL Enterprise Encryption, MySQL Enterprise Encryption Overview
- MySQL Enterprise Firewall, MySQL Enterprise Firewall, MySQL Enterprise Firewall Overview
- MySQL Enterprise Monitor, MySQL Enterprise Monitor Overview
- MySQL Enterprise Security, PAM Pluggable Authentication, Windows Pluggable Authentication, LDAP Pluggable Authentication, MySQL Enterprise Security Overview
- MySQL Enterprise Thread Pool, MySQL Enterprise Thread Pool, MySQL Enterprise Thread Pool Overview
- ENUM
- size, String Type Storage Requirements
- ENUM data type, String Type Overview, The ENUM Type
- Envelope(), General Geometry Property Functions
- environment variable
- AUTHENTICATION_LDAP_CLIENT_LOG, MySQL Program Environment Variables, Pluggable Authentication System Variables
- AUTHENTICATION_PAM_LOG, PAM Pluggable Authentication Debugging
- CC, Dealing with Problems Compiling MySQL, MySQL Program Environment Variables
- CXX, Dealing with Problems Compiling MySQL, MySQL Program Environment Variables
- DBI_TRACE, MySQL Program Environment Variables, Debugging mysqld under gdb
- DBI_USER, MySQL Program Environment Variables
- DYLD_LIBRARY_PATH, Running C API Client Programs
- HOME, mysql Logging, MySQL Program Environment Variables
- LD_LIBRARY_PATH, Problems Using the Perl DBI/DBD Interface, Running C API Client Programs
- LD_RUN_PATH, Problems Using the Perl DBI/DBD Interface, MySQL Program Environment Variables
- LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN, MySQL Program Environment Variables
- LIBMYSQL_PLUGINS, MySQL Program Environment Variables, Description
- LIBMYSQL_PLUGIN_DIR, MySQL Program Environment Variables, Description
- MYSQL_DEBUG, Overview of MySQL Programs, MySQL Program Environment Variables, Debugging a MySQL Client
- MYSQL_GROUP_SUFFIX, MySQL Program Environment Variables
- MYSQL_HISTFILE, mysql Logging, MySQL Program Environment Variables
- MYSQL_HISTIGNORE, mysql Logging, MySQL Program Environment Variables
- MYSQL_HOME, MySQL Program Environment Variables
- MYSQL_HOST, Connecting to the MySQL Server, MySQL Program Environment Variables
- MYSQL_OPENSSL_UDF_DH_BITS_THRESHOLD, MySQL Program Environment Variables, Enterprise Encryption Usage and Examples
- MYSQL_OPENSSL_UDF_DSA_BITS_THRESHOLD, MySQL Program Environment Variables, Enterprise Encryption Usage and Examples
- MYSQL_OPENSSL_UDF_RSA_BITS_THRESHOLD, MySQL Program Environment Variables, Enterprise Encryption Usage and Examples
- MYSQL_PS1, MySQL Program Environment Variables
- MYSQL_PWD, Overview of MySQL Programs, Connecting to the MySQL Server, MySQL Program Environment Variables
- MYSQL_TCP_PORT, Overview of MySQL Programs, MySQL Program Environment Variables, Running Multiple MySQL Instances on Unix, Using Client Programs in a Multiple-Server Environment
- MYSQL_TEST_LOGIN_FILE, Command-Line Options that Affect Option-File Handling, mysql_config_editor — MySQL Configuration Utility, MySQL Program Environment Variables
- MYSQL_TEST_TRACE_CRASH, MySQL Program Environment Variables, Using the Test Protocol Trace Plugin
- MYSQL_TEST_TRACE_DEBUG, MySQL Program Environment Variables, Using the Test Protocol Trace Plugin
- MYSQL_UNIX_PORT, Problems Running mysql_install_db, Overview of MySQL Programs, MySQL Program Environment Variables, Running Multiple MySQL Instances on Unix, Using Client Programs in a Multiple-Server Environment
- PATH, Customizing the PATH for MySQL Tools, Windows Postinstallation Procedures, Testing the Server, Invoking MySQL Programs, MySQL Program Environment Variables
- PKG_CONFIG_PATH, MySQL Program Environment Variables, Building C API Client Programs Using pkg-config
- TMPDIR, Problems Running mysql_install_db, Overview of MySQL Programs, MySQL Program Environment Variables, Where MySQL Stores Temporary Files
- TZ, MySQL Program Environment Variables, Time Zone Problems
- UMASK, MySQL Program Environment Variables, Problems with File Permissions
- UMASK_DIR, MySQL Program Environment Variables, Problems with File Permissions
- USER, Connecting to the MySQL Server, MySQL Program Environment Variables
- environment variables, Overview of MySQL Programs, Setting Environment Variables, Troubleshooting Problems Connecting to MySQL
- list of, MySQL Program Environment Variables
- equal (=), Comparison Functions and Operators
- Equals(), Spatial Relation Functions That Use Minimum Bounding Rectangles
- eq_ref join type
- optimizer, EXPLAIN Join Types
- Errcode, perror — Explain Error Codes
- errins-delay option
- ndb_import, ndb_import — Import CSV Data Into NDB
- errins-type option
- ndb_import, ndb_import — Import CSV Data Into NDB
- errno, perror — Explain Error Codes
- Error
- thread command, Thread Command Values
- error code
- CR_ALREADY_CONNECTED, Client Error Codes and Messages
- CR_AUTH_PLUGIN_CANNOT_LOAD, Client Error Codes and Messages
- CR_AUTH_PLUGIN_ERR, Client Error Codes and Messages
- CR_CANT_READ_CHARSET, Client Error Codes and Messages
- CR_COMMANDS_OUT_OF_SYNC, Client Error Codes and Messages
- CR_CONNECTION_ERROR, Client Error Codes and Messages
- CR_CONN_HOST_ERROR, Client Error Codes and Messages
- CR_CONN_UNKNOW_PROTOCOL, Client Error Codes and Messages
- CR_DATA_TRUNCATED, Client Error Codes and Messages
- CR_DUPLICATE_CONNECTION_ATTR, Client Error Codes and Messages
- CR_EMBEDDED_CONNECTION, Client Error Codes and Messages
- CR_FETCH_CANCELED, Client Error Codes and Messages
- CR_INSECURE_API_ERR, Client Error Codes and Messages
- CR_INVALID_BUFFER_USE, Client Error Codes and Messages
- CR_INVALID_CONN_HANDLE, Client Error Codes and Messages
- CR_INVALID_PARAMETER_NO, Client Error Codes and Messages
- CR_IPSOCK_ERROR, Client Error Codes and Messages
- CR_LOCALHOST_CONNECTION, Client Error Codes and Messages
- CR_MALFORMED_PACKET, Client Error Codes and Messages
- CR_NAMEDPIPEOPEN_ERROR, Client Error Codes and Messages
- CR_NAMEDPIPESETSTATE_ERROR, Client Error Codes and Messages
- CR_NAMEDPIPEWAIT_ERROR, Client Error Codes and Messages
- CR_NAMEDPIPE_CONNECTION, Client Error Codes and Messages
- CR_NET_PACKET_TOO_LARGE, Client Error Codes and Messages
- CR_NEW_STMT_METADATA, Client Error Codes and Messages
- CR_NOT_IMPLEMENTED, Client Error Codes and Messages
- CR_NO_DATA, Client Error Codes and Messages
- CR_NO_PARAMETERS_EXISTS, Client Error Codes and Messages
- CR_NO_PREPARE_STMT, Client Error Codes and Messages
- CR_NO_RESULT_SET, Client Error Codes and Messages
- CR_NO_STMT_METADATA, Client Error Codes and Messages
- CR_NULL_POINTER, Client Error Codes and Messages
- CR_OUT_OF_MEMORY, Client Error Codes and Messages
- CR_PARAMS_NOT_BOUND, Client Error Codes and Messages
- CR_PROBE_MASTER_CONNECT, Client Error Codes and Messages
- CR_PROBE_SLAVE_CONNECT, Client Error Codes and Messages
- CR_PROBE_SLAVE_HOSTS, Client Error Codes and Messages
- CR_PROBE_SLAVE_STATUS, Client Error Codes and Messages
- CR_SECURE_AUTH, Client Error Codes and Messages
- CR_SERVER_GONE_ERROR, Client Error Codes and Messages
- CR_SERVER_HANDSHAKE_ERR, Client Error Codes and Messages
- CR_SERVER_LOST, Client Error Codes and Messages
- CR_SERVER_LOST_EXTENDED, Client Error Codes and Messages
- CR_SHARED_MEMORY_CONNECTION, Client Error Codes and Messages
- CR_SHARED_MEMORY_CONNECT_ABANDONED_ERROR, Client Error Codes and Messages
- CR_SHARED_MEMORY_CONNECT_ANSWER_ERROR, Client Error Codes and Messages
- CR_SHARED_MEMORY_CONNECT_FILE_MAP_ERROR, Client Error Codes and Messages
- CR_SHARED_MEMORY_CONNECT_MAP_ERROR, Client Error Codes and Messages
- CR_SHARED_MEMORY_CONNECT_REQUEST_ERROR, Client Error Codes and Messages
- CR_SHARED_MEMORY_CONNECT_SET_ERROR, Client Error Codes and Messages
- CR_SHARED_MEMORY_EVENT_ERROR, Client Error Codes and Messages
- CR_SHARED_MEMORY_FILE_MAP_ERROR, Client Error Codes and Messages
- CR_SHARED_MEMORY_MAP_ERROR, Client Error Codes and Messages
- CR_SOCKET_CREATE_ERROR, Client Error Codes and Messages
- CR_SSL_CONNECTION_ERROR, Client Error Codes and Messages
- CR_STMT_CLOSED, Client Error Codes and Messages
- CR_TCP_CONNECTION, Client Error Codes and Messages
- CR_UNKNOWN_ERROR, Client Error Codes and Messages
- CR_UNKNOWN_HOST, Client Error Codes and Messages
- CR_UNSUPPORTED_PARAM_TYPE, Client Error Codes and Messages
- CR_UNUSED_1, Client Error Codes and Messages
- CR_VERSION_ERROR, Client Error Codes and Messages
- CR_WRONG_HOST_INFO, Client Error Codes and Messages
- CR_WRONG_LICENSE, Client Error Codes and Messages
- ER_ABORTING_CONNECTION, Server Error Codes and Messages
- ER_ACCESS_DENIED_CHANGE_USER_ERROR, Server Error Codes and Messages
- ER_ACCESS_DENIED_ERROR, Server Error Codes and Messages
- ER_ACCESS_DENIED_NO_PASSWORD_ERROR, Server Error Codes and Messages
- ER_ACCOUNT_HAS_BEEN_LOCKED, Server Error Codes and Messages
- ER_ADD_PARTITION_NO_NEW_PARTITION, Server Error Codes and Messages
- ER_ADD_PARTITION_SUBPART_ERROR, Server Error Codes and Messages
- ER_ADMIN_WRONG_MRG_TABLE, Server Error Codes and Messages
- ER_AES_INVALID_IV, Server Error Codes and Messages
- ER_AGGREGATE_IN_ORDER_NOT_SELECT, Server Error Codes and Messages
- ER_AGGREGATE_ORDER_FOR_UNION, Server Error Codes and Messages
- ER_AGGREGATE_ORDER_NON_AGG_QUERY, Server Error Codes and Messages
- ER_ALTER_FILEGROUP_FAILED, Server Error Codes and Messages
- ER_ALTER_INFO, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECK, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_GIS, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORE, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION, Server Error Codes and Messages
- ER_AMBIGUOUS_FIELD_TERM, Server Error Codes and Messages
- ER_AUDIT_API_ABORT, Server Error Codes and Messages
- ER_AUDIT_LOG_COULD_NOT_CREATE_AES_KEY, Server Error Codes and Messages
- ER_AUDIT_LOG_ENCRYPTION_PASSWORD_CANNOT_BE_FETCHED, Server Error Codes and Messages
- ER_AUDIT_LOG_ENCRYPTION_PASSWORD_HAS_NOT_BEEN_SET, Server Error Codes and Messages
- ER_AUDIT_LOG_HAS_NOT_BEEN_INSTALLED, Server Error Codes and Messages
- ER_AUDIT_LOG_HOST_NAME_INVALID_CHARACTER, Server Error Codes and Messages
- ER_AUDIT_LOG_JSON_FILTERING_NOT_ENABLED, Server Error Codes and Messages
- ER_AUDIT_LOG_JSON_FILTER_DOES_NOT_EXISTS, Server Error Codes and Messages
- ER_AUDIT_LOG_JSON_FILTER_NAME_CANNOT_BE_EMPTY, Server Error Codes and Messages
- ER_AUDIT_LOG_JSON_FILTER_PARSING_ERROR, Server Error Codes and Messages
- ER_AUDIT_LOG_JSON_USER_NAME_CANNOT_BE_EMPTY, Server Error Codes and Messages
- ER_AUDIT_LOG_NO_KEYRING_PLUGIN_INSTALLED, Server Error Codes and Messages
- ER_AUDIT_LOG_SUPER_PRIVILEGE_REQUIRED, Server Error Codes and Messages
- ER_AUDIT_LOG_UDF_INSUFFICIENT_PRIVILEGE, Server Error Codes and Messages
- ER_AUDIT_LOG_UDF_INVALID_ARGUMENT_COUNT, Server Error Codes and Messages
- ER_AUDIT_LOG_UDF_INVALID_ARGUMENT_TYPE, Server Error Codes and Messages
- ER_AUDIT_LOG_UDF_READ_INVALID_MAX_ARRAY_LENGTH_ARG_TYPE, Server Error Codes and Messages
- ER_AUDIT_LOG_UDF_READ_INVALID_MAX_ARRAY_LENGTH_ARG_VALUE, Server Error Codes and Messages
- ER_AUDIT_LOG_USER_FIRST_CHARACTER_MUST_BE_ALPHANUMERIC, Server Error Codes and Messages
- ER_AUDIT_LOG_USER_NAME_INVALID_CHARACTER, Server Error Codes and Messages
- ER_AUTOINC_READ_FAILED, Server Error Codes and Messages
- ER_AUTO_CONVERT, Server Error Codes and Messages
- ER_AUTO_INCREMENT_CONFLICT, Server Error Codes and Messages
- ER_AUTO_POSITION_REQUIRES_GTID_MODE_NOT_OFF, Server Error Codes and Messages
- ER_AUTO_POSITION_REQUIRES_GTID_MODE_ON, Server Error Codes and Messages
- ER_BAD_DB_ERROR, Server Error Codes and Messages
- ER_BAD_FIELD_ERROR, Server Error Codes and Messages
- ER_BAD_FT_COLUMN, Server Error Codes and Messages
- ER_BAD_HOST_ERROR, Server Error Codes and Messages
- ER_BAD_LOG_STATEMENT, Server Error Codes and Messages
- ER_BAD_NULL_ERROR, Server Error Codes and Messages
- ER_BAD_SLAVE, Server Error Codes and Messages
- ER_BAD_SLAVE_AUTO_POSITION, Server Error Codes and Messages
- ER_BAD_SLAVE_UNTIL_COND, Server Error Codes and Messages
- ER_BAD_TABLE_ERROR, Server Error Codes and Messages
- ER_BASE64_DECODE_ERROR, Server Error Codes and Messages
- ER_BEFORE_DML_VALIDATION_ERROR, Server Error Codes and Messages
- ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX, Server Error Codes and Messages
- ER_BINLOG_CREATE_ROUTINE_NEED_SUPER, Server Error Codes and Messages
- ER_BINLOG_LOGGING_IMPOSSIBLE, Server Error Codes and Messages
- ER_BINLOG_LOGICAL_CORRUPTION, Server Error Codes and Messages
- ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE, Server Error Codes and Messages
- ER_BINLOG_PURGE_EMFILE, Server Error Codes and Messages
- ER_BINLOG_PURGE_FATAL_ERR, Server Error Codes and Messages
- ER_BINLOG_PURGE_PROHIBITED, Server Error Codes and Messages
- ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE, Server Error Codes and Messages
- ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE, Server Error Codes and Messages
- ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE, Server Error Codes and Messages
- ER_BINLOG_ROW_INJECTION_AND_STMT_MODE, Server Error Codes and Messages
- ER_BINLOG_ROW_LOGGING_FAILED, Server Error Codes and Messages
- ER_BINLOG_ROW_MODE_AND_STMT_ENGINE, Server Error Codes and Messages
- ER_BINLOG_ROW_RBR_TO_SBR, Server Error Codes and Messages
- ER_BINLOG_ROW_WRONG_TABLE_DEF, Server Error Codes and Messages
- ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX, Server Error Codes and Messages
- ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES, Server Error Codes and Messages
- ER_BINLOG_STMT_MODE_AND_ROW_ENGINE, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_AND_STMT_ENGINE, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_AUTOINC_COLUMNS, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_FULLTEXT_PLUGIN, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_INSERT_TWO_KEYS, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_LIMIT, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_MIXED_STATEMENT, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_REPLACE_SELECT, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_ROUTINE, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_STATEMENT, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_SYSTEM_FUNCTION, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_SYSTEM_TABLE, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_SYSTEM_VARIABLE, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_UDF, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_UPDATE_IGNORE, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_XA, Server Error Codes and Messages
- ER_BLOBS_AND_NO_TERMINATED, Server Error Codes and Messages
- ER_BLOB_CANT_HAVE_DEFAULT, Server Error Codes and Messages
- ER_BLOB_FIELD_IN_PART_FUNC_ERROR, Server Error Codes and Messages
- ER_BLOB_KEY_WITHOUT_LENGTH, Server Error Codes and Messages
- ER_BLOB_USED_AS_KEY, Server Error Codes and Messages
- ER_BOOST_GEOMETRY_CENTROID_EXCEPTION, Server Error Codes and Messages
- ER_BOOST_GEOMETRY_EMPTY_INPUT_EXCEPTION, Server Error Codes and Messages
- ER_BOOST_GEOMETRY_INCONSISTENT_TURNS_EXCEPTION, Server Error Codes and Messages
- ER_BOOST_GEOMETRY_OVERLAY_INVALID_INPUT_EXCEPTION, Server Error Codes and Messages
- ER_BOOST_GEOMETRY_SELF_INTERSECTION_POINT_EXCEPTION, Server Error Codes and Messages
- ER_BOOST_GEOMETRY_TURN_INFO_EXCEPTION, Server Error Codes and Messages
- ER_BOOST_GEOMETRY_UNKNOWN_EXCEPTION, Server Error Codes and Messages
- ER_BUFPOOL_RESIZE_INPROGRESS, Server Error Codes and Messages
- ER_CANNOT_ADD_FOREIGN, Server Error Codes and Messages
- ER_CANNOT_ADD_FOREIGN_BASE_COL_STORED, Server Error Codes and Messages
- ER_CANNOT_ADD_FOREIGN_BASE_COL_VIRTUAL, Server Error Codes and Messages
- ER_CANNOT_CREATE_VIRTUAL_INDEX_CONSTRAINT, Server Error Codes and Messages
- ER_CANNOT_DISCARD_TEMPORARY_TABLE, Server Error Codes and Messages
- ER_CANNOT_FIND_KEY_IN_KEYRING, Server Error Codes and Messages
- ER_CANNOT_LOAD_FROM_TABLE_V2, Server Error Codes and Messages
- ER_CANNOT_LOG_PARTIAL_DROP_DATABASE_WITH_GTID, Server Error Codes and Messages
- ER_CANNOT_USER, Server Error Codes and Messages
- ER_CANT_ACTIVATE_LOG, Server Error Codes and Messages
- ER_CANT_AGGREGATE_2COLLATIONS, Server Error Codes and Messages
- ER_CANT_AGGREGATE_3COLLATIONS, Server Error Codes and Messages
- ER_CANT_AGGREGATE_NCOLLATIONS, Server Error Codes and Messages
- ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION, Server Error Codes and Messages
- ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION_WHEN_GTID_NEXT_LIST_IS_NULL, Server Error Codes and Messages
- ER_CANT_CHANGE_TX_CHARACTERISTICS, Server Error Codes and Messages
- ER_CANT_CREATE_DB, Server Error Codes and Messages
- ER_CANT_CREATE_FEDERATED_TABLE, Server Error Codes and Messages
- ER_CANT_CREATE_FILE, Server Error Codes and Messages
- ER_CANT_CREATE_GEOMETRY_OBJECT, Server Error Codes and Messages
- ER_CANT_CREATE_HANDLER_FILE, Server Error Codes and Messages
- ER_CANT_CREATE_SROUTINE, Server Error Codes and Messages
- ER_CANT_CREATE_TABLE, Server Error Codes and Messages
- ER_CANT_CREATE_THREAD, Server Error Codes and Messages
- ER_CANT_CREATE_USER_WITH_GRANT, Server Error Codes and Messages
- ER_CANT_DELETE_FILE, Server Error Codes and Messages
- ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET, Server Error Codes and Messages
- ER_CANT_DO_THIS_DURING_AN_TRANSACTION, Server Error Codes and Messages
- ER_CANT_DROP_FIELD_OR_KEY, Server Error Codes and Messages
- ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION, Server Error Codes and Messages
- ER_CANT_FIND_DL_ENTRY, Server Error Codes and Messages
- ER_CANT_FIND_SYSTEM_REC, Server Error Codes and Messages
- ER_CANT_FIND_UDF, Server Error Codes and Messages
- ER_CANT_GET_STAT, Server Error Codes and Messages
- ER_CANT_GET_WD, Server Error Codes and Messages
- ER_CANT_INITIALIZE_UDF, Server Error Codes and Messages
- ER_CANT_LOCK, Server Error Codes and Messages
- ER_CANT_LOCK_LOG_TABLE, Server Error Codes and Messages
- ER_CANT_OPEN_FILE, Server Error Codes and Messages
- ER_CANT_OPEN_LIBRARY, Server Error Codes and Messages
- ER_CANT_READ_DIR, Server Error Codes and Messages
- ER_CANT_REMOVE_ALL_FIELDS, Server Error Codes and Messages
- ER_CANT_RENAME_LOG_TABLE, Server Error Codes and Messages
- ER_CANT_REOPEN_TABLE, Server Error Codes and Messages
- ER_CANT_REPLICATE_ANONYMOUS_WITH_AUTO_POSITION, Server Error Codes and Messages
- ER_CANT_REPLICATE_ANONYMOUS_WITH_GTID_MODE_ON, Server Error Codes and Messages
- ER_CANT_REPLICATE_GTID_WITH_GTID_MODE_OFF, Server Error Codes and Messages
- ER_CANT_RESET_MASTER, Server Error Codes and Messages
- ER_CANT_SET_ENFORCE_GTID_CONSISTENCY_ON_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS, Server Error Codes and Messages
- ER_CANT_SET_GTID_MODE, Server Error Codes and Messages
- ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF, Server Error Codes and Messages
- ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON, Server Error Codes and Messages
- ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF, Server Error Codes and Messages
- ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID, Server Error Codes and Messages
- ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY, Server Error Codes and Messages
- ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF, Server Error Codes and Messages
- ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY, Server Error Codes and Messages
- ER_CANT_SET_VARIABLE_WHEN_OWNING_GTID, Server Error Codes and Messages
- ER_CANT_SET_WD, Server Error Codes and Messages
- ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT, Server Error Codes and Messages
- ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG, Server Error Codes and Messages
- ER_CANT_UPDATE_WITH_READLOCK, Server Error Codes and Messages
- ER_CANT_USE_AUTO_POSITION_WITH_GTID_MODE_OFF, Server Error Codes and Messages
- ER_CANT_USE_OPTION_HERE, Server Error Codes and Messages
- ER_CANT_WAIT_FOR_EXECUTED_GTID_SET_WHILE_OWNING_A_GTID, Server Error Codes and Messages
- ER_CANT_WRITE_LOCK_LOG_TABLE, Server Error Codes and Messages
- ER_CAPACITY_EXCEEDED, Server Error Codes and Messages
- ER_CAPACITY_EXCEEDED_IN_PARSER, Server Error Codes and Messages
- ER_CAPACITY_EXCEEDED_IN_RANGE_OPTIMIZER, Server Error Codes and Messages
- ER_CHANGE_MASTER_PASSWORD_LENGTH, Server Error Codes and Messages
- ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE, Server Error Codes and Messages
- ER_CHECKREAD, Server Error Codes and Messages
- ER_CHECK_NOT_IMPLEMENTED, Server Error Codes and Messages
- ER_CHECK_NO_SUCH_TABLE, Server Error Codes and Messages
- ER_COALESCE_ONLY_ON_HASH_PARTITION, Server Error Codes and Messages
- ER_COALESCE_PARTITION_NO_PARTITION, Server Error Codes and Messages
- ER_COLLATION_CHARSET_MISMATCH, Server Error Codes and Messages
- ER_COLUMNACCESS_DENIED_ERROR, Server Error Codes and Messages
- ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2, Server Error Codes and Messages
- ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE, Server Error Codes and Messages
- ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE_V2, Server Error Codes and Messages
- ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG, Server Error Codes and Messages
- ER_COND_ITEM_TOO_LONG, Server Error Codes and Messages
- ER_CONFLICTING_DECLARATIONS, Server Error Codes and Messages
- ER_CONFLICT_FN_PARSE_ERROR, Server Error Codes and Messages
- ER_CONNECT_TO_FOREIGN_DATA_SOURCE, Server Error Codes and Messages
- ER_CONNECT_TO_MASTER, Server Error Codes and Messages
- ER_CONSECUTIVE_REORG_PARTITIONS, Server Error Codes and Messages
- ER_CON_COUNT_ERROR, Server Error Codes and Messages
- ER_CORRUPT_HELP_DB, Server Error Codes and Messages
- ER_COULD_NOT_REINITIALIZE_AUDIT_LOG_FILTERS, Server Error Codes and Messages
- ER_CRASHED_ON_REPAIR, Server Error Codes and Messages
- ER_CRASHED_ON_USAGE, Server Error Codes and Messages
- ER_CREATE_DB_WITH_READ_LOCK, Server Error Codes and Messages
- ER_CREATE_FILEGROUP_FAILED, Server Error Codes and Messages
- ER_CUT_VALUE_GROUP_CONCAT, Server Error Codes and Messages
- ER_CYCLIC_REFERENCE, Server Error Codes and Messages
- ER_DATABASE_NAME, Server Error Codes and Messages
- ER_DATA_OUT_OF_RANGE, Server Error Codes and Messages
- ER_DATA_TOO_LONG, Server Error Codes and Messages
- ER_DATETIME_FUNCTION_OVERFLOW, Server Error Codes and Messages
- ER_DA_INVALID_CONDITION_NUMBER, Server Error Codes and Messages
- ER_DBACCESS_DENIED_ERROR, Server Error Codes and Messages
- ER_DB_CREATE_EXISTS, Server Error Codes and Messages
- ER_DB_DROP_DELETE, Server Error Codes and Messages
- ER_DB_DROP_EXISTS, Server Error Codes and Messages
- ER_DB_DROP_RMDIR, Server Error Codes and Messages
- ER_DDL_LOG_ERROR, Server Error Codes and Messages
- ER_DEBUG_SYNC_HIT_LIMIT, Server Error Codes and Messages
- ER_DEBUG_SYNC_TIMEOUT, Server Error Codes and Messages
- ER_DELAYED_NOT_SUPPORTED, Server Error Codes and Messages
- ER_DEPENDENT_BY_GENERATED_COLUMN, Server Error Codes and Messages
- ER_DERIVED_MUST_HAVE_ALIAS, Server Error Codes and Messages
- ER_DIFF_GROUPS_PROC, Server Error Codes and Messages
- ER_DIMENSION_UNSUPPORTED, Server Error Codes and Messages
- ER_DISABLED_STORAGE_ENGINE, Server Error Codes and Messages
- ER_DISCARD_FK_CHECKS_RUNNING, Server Error Codes and Messages
- ER_DISK_FULL, Server Error Codes and Messages
- ER_DIVISION_BY_ZERO, Server Error Codes and Messages
- ER_DONT_SUPPORT_SLAVE_PRESERVE_COMMIT_ORDER, Server Error Codes and Messages
- ER_DROP_DB_WITH_READ_LOCK, Server Error Codes and Messages
- ER_DROP_FILEGROUP_FAILED, Server Error Codes and Messages
- ER_DROP_INDEX_FK, Server Error Codes and Messages
- ER_DROP_LAST_PARTITION, Server Error Codes and Messages
- ER_DROP_PARTITION_NON_EXISTENT, Server Error Codes and Messages
- ER_DROP_USER, Server Error Codes and Messages
- ER_DUMP_NOT_IMPLEMENTED, Server Error Codes and Messages
- ER_DUPLICATED_VALUE_IN_TYPE, Server Error Codes and Messages
- ER_DUP_ARGUMENT, Server Error Codes and Messages
- ER_DUP_ENTRY, Server Error Codes and Messages
- ER_DUP_ENTRY_AUTOINCREMENT_CASE, Server Error Codes and Messages
- ER_DUP_ENTRY_WITH_KEY_NAME, Server Error Codes and Messages
- ER_DUP_FIELDNAME, Server Error Codes and Messages
- ER_DUP_INDEX, Server Error Codes and Messages
- ER_DUP_KEY, Server Error Codes and Messages
- ER_DUP_KEYNAME, Server Error Codes and Messages
- ER_DUP_LIST_ENTRY, Server Error Codes and Messages
- ER_DUP_SIGNAL_SET, Server Error Codes and Messages
- ER_DUP_UNIQUE, Server Error Codes and Messages
- ER_DUP_UNKNOWN_IN_INDEX, Server Error Codes and Messages
- ER_EMPTY_QUERY, Server Error Codes and Messages
- ER_ENGINE_OUT_OF_MEMORY, Server Error Codes and Messages
- ER_ERROR_DURING_CHECKPOINT, Server Error Codes and Messages
- ER_ERROR_DURING_COMMIT, Server Error Codes and Messages
- ER_ERROR_DURING_FLUSH_LOGS, Server Error Codes and Messages
- ER_ERROR_DURING_ROLLBACK, Server Error Codes and Messages
- ER_ERROR_IN_TRIGGER_BODY, Server Error Codes and Messages
- ER_ERROR_IN_UNKNOWN_TRIGGER_BODY, Server Error Codes and Messages
- ER_ERROR_ON_CLOSE, Server Error Codes and Messages
- ER_ERROR_ON_MASTER, Server Error Codes and Messages
- ER_ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE, Server Error Codes and Messages
- ER_ERROR_ON_READ, Server Error Codes and Messages
- ER_ERROR_ON_RENAME, Server Error Codes and Messages
- ER_ERROR_ON_WRITE, Server Error Codes and Messages
- ER_ERROR_WHEN_EXECUTING_COMMAND, Server Error Codes and Messages
- ER_EVENTS_DB_ERROR, Server Error Codes and Messages
- ER_EVENT_ALREADY_EXISTS, Server Error Codes and Messages
- ER_EVENT_CANNOT_ALTER_IN_THE_PAST, Server Error Codes and Messages
- ER_EVENT_CANNOT_CREATE_IN_THE_PAST, Server Error Codes and Messages
- ER_EVENT_CANNOT_DELETE, Server Error Codes and Messages
- ER_EVENT_CANT_ALTER, Server Error Codes and Messages
- ER_EVENT_COMPILE_ERROR, Server Error Codes and Messages
- ER_EVENT_DATA_TOO_LONG, Server Error Codes and Messages
- ER_EVENT_DOES_NOT_EXIST, Server Error Codes and Messages
- ER_EVENT_DROP_FAILED, Server Error Codes and Messages
- ER_EVENT_ENDS_BEFORE_STARTS, Server Error Codes and Messages
- ER_EVENT_EXEC_TIME_IN_THE_PAST, Server Error Codes and Messages
- ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG, Server Error Codes and Messages
- ER_EVENT_INVALID_CREATION_CTX, Server Error Codes and Messages
- ER_EVENT_MODIFY_QUEUE_ERROR, Server Error Codes and Messages
- ER_EVENT_NEITHER_M_EXPR_NOR_M_AT, Server Error Codes and Messages
- ER_EVENT_OPEN_TABLE_FAILED, Server Error Codes and Messages
- ER_EVENT_RECURSION_FORBIDDEN, Server Error Codes and Messages
- ER_EVENT_SAME_NAME, Server Error Codes and Messages
- ER_EVENT_SET_VAR_ERROR, Server Error Codes and Messages
- ER_EVENT_STORE_FAILED, Server Error Codes and Messages
- ER_EXCEPTIONS_WRITE_ERROR, Server Error Codes and Messages
- ER_EXEC_STMT_WITH_OPEN_CURSOR, Server Error Codes and Messages
- ER_EXPLAIN_NOT_SUPPORTED, Server Error Codes and Messages
- ER_FAILED_READ_FROM_PAR_FILE, Server Error Codes and Messages
- ER_FAILED_ROUTINE_BREAK_BINLOG, Server Error Codes and Messages
- ER_FEATURE_DISABLED, Server Error Codes and Messages
- ER_FEATURE_DISABLED_SEE_DOC, Server Error Codes and Messages
- ER_FEATURE_NOT_AVAILABLE, Server Error Codes and Messages
- ER_FIELD_IN_ORDER_NOT_SELECT, Server Error Codes and Messages
- ER_FIELD_NOT_FOUND_PART_ERROR, Server Error Codes and Messages
- ER_FIELD_SPECIFIED_TWICE, Server Error Codes and Messages
- ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD, Server Error Codes and Messages
- ER_FILEGROUP_OPTION_ONLY_ONCE, Server Error Codes and Messages
- ER_FILE_CORRUPT, Server Error Codes and Messages
- ER_FILE_EXISTS_ERROR, Server Error Codes and Messages
- ER_FILE_NOT_FOUND, Server Error Codes and Messages
- ER_FILE_USED, Server Error Codes and Messages
- ER_FILSORT_ABORT, Server Error Codes and Messages
- ER_FK_CANNOT_DELETE_PARENT, Server Error Codes and Messages
- ER_FK_CANNOT_OPEN_PARENT, Server Error Codes and Messages
- ER_FK_COLUMN_CANNOT_CHANGE, Server Error Codes and Messages
- ER_FK_COLUMN_CANNOT_CHANGE_CHILD, Server Error Codes and Messages
- ER_FK_COLUMN_CANNOT_DROP, Server Error Codes and Messages
- ER_FK_COLUMN_CANNOT_DROP_CHILD, Server Error Codes and Messages
- ER_FK_COLUMN_NOT_NULL, Server Error Codes and Messages
- ER_FK_DEPTH_EXCEEDED, Server Error Codes and Messages
- ER_FK_DUP_NAME, Server Error Codes and Messages
- ER_FK_FAIL_ADD_SYSTEM, Server Error Codes and Messages
- ER_FK_INCORRECT_OPTION, Server Error Codes and Messages
- ER_FK_NO_INDEX_CHILD, Server Error Codes and Messages
- ER_FK_NO_INDEX_PARENT, Server Error Codes and Messages
- ER_FLUSH_MASTER_BINLOG_CLOSED, Server Error Codes and Messages
- ER_FORBID_SCHEMA_CHANGE, Server Error Codes and Messages
- ER_FORCING_CLOSE, Server Error Codes and Messages
- ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST, Server Error Codes and Messages
- ER_FOREIGN_DATA_STRING_INVALID, Server Error Codes and Messages
- ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE, Server Error Codes and Messages
- ER_FOREIGN_DUPLICATE_KEY_OLD_UNUSED, Server Error Codes and Messages
- ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO, Server Error Codes and Messages
- ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO, Server Error Codes and Messages
- ER_FOREIGN_KEY_ON_PARTITIONED, Server Error Codes and Messages
- ER_FOREIGN_SERVER_DOESNT_EXIST, Server Error Codes and Messages
- ER_FOREIGN_SERVER_EXISTS, Server Error Codes and Messages
- ER_FORM_NOT_FOUND, Server Error Codes and Messages
- ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF, Server Error Codes and Messages
- ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF__UNUSED, Server Error Codes and Messages
- ER_FPARSER_BAD_HEADER, Server Error Codes and Messages
- ER_FPARSER_EOF_IN_COMMENT, Server Error Codes and Messages
- ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER, Server Error Codes and Messages
- ER_FPARSER_ERROR_IN_PARAMETER, Server Error Codes and Messages
- ER_FPARSER_TOO_BIG_FILE, Server Error Codes and Messages
- ER_FRM_UNKNOWN_TYPE, Server Error Codes and Messages
- ER_FSEEK_FAIL, Server Error Codes and Messages
- ER_FT_MATCHING_KEY_NOT_FOUND, Server Error Codes and Messages
- ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING, Server Error Codes and Messages
- ER_FUNCTION_NOT_DEFINED, Server Error Codes and Messages
- ER_FUNC_INEXISTENT_NAME_COLLISION, Server Error Codes and Messages
- ER_GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED, Server Error Codes and Messages
- ER_GENERATED_COLUMN_NON_PRIOR, Server Error Codes and Messages
- ER_GENERATED_COLUMN_REF_AUTO_INC, Server Error Codes and Messages
- ER_GET_ERRMSG, Server Error Codes and Messages
- ER_GET_ERRNO, Server Error Codes and Messages
- ER_GET_STACKED_DA_WITHOUT_ACTIVE_HANDLER, Server Error Codes and Messages
- ER_GET_TEMPORARY_ERRMSG, Server Error Codes and Messages
- ER_GIS_DATA_WRONG_ENDIANESS, Server Error Codes and Messages
- ER_GIS_DIFFERENT_SRIDS, Server Error Codes and Messages
- ER_GIS_INVALID_DATA, Server Error Codes and Messages
- ER_GIS_MAX_POINTS_IN_GEOMETRY_OVERFLOWED, Server Error Codes and Messages
- ER_GIS_UNKNOWN_ERROR, Server Error Codes and Messages
- ER_GIS_UNKNOWN_EXCEPTION, Server Error Codes and Messages
- ER_GIS_UNSUPPORTED_ARGUMENT, Server Error Codes and Messages
- ER_GLOBAL_VARIABLE, Server Error Codes and Messages
- ER_GNO_EXHAUSTED, Server Error Codes and Messages
- ER_GOT_SIGNAL, Server Error Codes and Messages
- ER_GRANT_PLUGIN_USER_EXISTS, Server Error Codes and Messages
- ER_GRANT_WRONG_HOST_OR_USER, Server Error Codes and Messages
- ER_GROUP_REPLICATION_APPLIER_INIT_ERROR, Server Error Codes and Messages
- ER_GROUP_REPLICATION_COMMUNICATION_LAYER_JOIN_ERROR, Server Error Codes and Messages
- ER_GROUP_REPLICATION_COMMUNICATION_LAYER_SESSION_ERROR, Server Error Codes and Messages
- ER_GROUP_REPLICATION_CONFIGURATION, Server Error Codes and Messages
- ER_GROUP_REPLICATION_MAX_GROUP_SIZE, Server Error Codes and Messages
- ER_GROUP_REPLICATION_RUNNING, Server Error Codes and Messages
- ER_GROUP_REPLICATION_STOP_APPLIER_THREAD_TIMEOUT, Server Error Codes and Messages
- ER_GTID_EXECUTED_WAS_CHANGED, Server Error Codes and Messages
- ER_GTID_MODE_2_OR_3_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON, Server Error Codes and Messages
- ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME, Server Error Codes and Messages
- ER_GTID_MODE_OFF, Server Error Codes and Messages
- ER_GTID_MODE_ON_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON, Server Error Codes and Messages
- ER_GTID_MODE_REQUIRES_BINLOG, Server Error Codes and Messages
- ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL, Server Error Codes and Messages
- ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST, Server Error Codes and Messages
- ER_GTID_NEXT_TYPE_UNDEFINED_GROUP, Server Error Codes and Messages
- ER_GTID_PURGED_WAS_CHANGED, Server Error Codes and Messages
- ER_GTID_UNSAFE_BINLOG_SPLITTABLE_STATEMENT_AND_GTID_GROUP, Server Error Codes and Messages
- ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION, Server Error Codes and Messages
- ER_GTID_UNSAFE_CREATE_SELECT, Server Error Codes and Messages
- ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE, Server Error Codes and Messages
- ER_HANDSHAKE_ERROR, Server Error Codes and Messages
- ER_HASHCHK, Server Error Codes and Messages
- ER_HOSTNAME, Server Error Codes and Messages
- ER_HOST_IS_BLOCKED, Server Error Codes and Messages
- ER_HOST_NOT_PRIVILEGED, Server Error Codes and Messages
- ER_IDENT_CAUSES_TOO_LONG_PATH, Server Error Codes and Messages
- ER_ILLEGAL_GRANT_FOR_TABLE, Server Error Codes and Messages
- ER_ILLEGAL_HA, Server Error Codes and Messages
- ER_ILLEGAL_HA_CREATE_OPTION, Server Error Codes and Messages
- ER_ILLEGAL_REFERENCE, Server Error Codes and Messages
- ER_ILLEGAL_USER_VAR, Server Error Codes and Messages
- ER_ILLEGAL_VALUE_FOR_TYPE, Server Error Codes and Messages
- ER_INCONSISTENT_ERROR, Server Error Codes and Messages
- ER_INCONSISTENT_PARTITION_INFO_ERROR, Server Error Codes and Messages
- ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR, Server Error Codes and Messages
- ER_INCORRECT_GLOBAL_LOCAL_VAR, Server Error Codes and Messages
- ER_INCORRECT_TYPE, Server Error Codes and Messages
- ER_INDEX_COLUMN_TOO_LONG, Server Error Codes and Messages
- ER_INDEX_CORRUPT, Server Error Codes and Messages
- ER_INDEX_REBUILD, Server Error Codes and Messages
- ER_INNODB_FORCED_RECOVERY, Server Error Codes and Messages
- ER_INNODB_FT_AUX_NOT_HEX_ID, Server Error Codes and Messages
- ER_INNODB_FT_LIMIT, Server Error Codes and Messages
- ER_INNODB_FT_WRONG_DOCID_COLUMN, Server Error Codes and Messages
- ER_INNODB_FT_WRONG_DOCID_INDEX, Server Error Codes and Messages
- ER_INNODB_IMPORT_ERROR, Server Error Codes and Messages
- ER_INNODB_INDEX_CORRUPT, Server Error Codes and Messages
- ER_INNODB_NO_FT_TEMP_TABLE, Server Error Codes and Messages
- ER_INNODB_NO_FT_USES_PARSER, Server Error Codes and Messages
- ER_INNODB_ONLINE_LOG_TOO_BIG, Server Error Codes and Messages
- ER_INNODB_READ_ONLY, Server Error Codes and Messages
- ER_INNODB_UNDO_LOG_FULL, Server Error Codes and Messages
- ER_INSECURE_CHANGE_MASTER, Server Error Codes and Messages
- ER_INSECURE_PLAIN_TEXT, Server Error Codes and Messages
- ER_INSERT_INFO, Server Error Codes and Messages
- ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT, Server Error Codes and Messages
- ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT, Server Error Codes and Messages
- ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN, Server Error Codes and Messages
- ER_INTERNAL_ERROR, Server Error Codes and Messages
- ER_INVALID_ARGUMENT_FOR_LOGARITHM, Server Error Codes and Messages
- ER_INVALID_CAST_TO_JSON, Server Error Codes and Messages
- ER_INVALID_CHARACTER_STRING, Server Error Codes and Messages
- ER_INVALID_DEFAULT, Server Error Codes and Messages
- ER_INVALID_ENCRYPTION_OPTION, Server Error Codes and Messages
- ER_INVALID_FIELD_SIZE, Server Error Codes and Messages
- ER_INVALID_GEOJSON_MISSING_MEMBER, Server Error Codes and Messages
- ER_INVALID_GEOJSON_UNSPECIFIED, Server Error Codes and Messages
- ER_INVALID_GEOJSON_WRONG_TYPE, Server Error Codes and Messages
- ER_INVALID_GROUP_FUNC_USE, Server Error Codes and Messages
- ER_INVALID_JSON_BINARY_DATA, Server Error Codes and Messages
- ER_INVALID_JSON_CHARSET, Server Error Codes and Messages
- ER_INVALID_JSON_CHARSET_IN_FUNCTION, Server Error Codes and Messages
- ER_INVALID_JSON_DATA, Server Error Codes and Messages
- ER_INVALID_JSON_PATH, Server Error Codes and Messages
- ER_INVALID_JSON_PATH_ARRAY_CELL, Server Error Codes and Messages
- ER_INVALID_JSON_PATH_CHARSET, Server Error Codes and Messages
- ER_INVALID_JSON_PATH_WILDCARD, Server Error Codes and Messages
- ER_INVALID_JSON_TEXT, Server Error Codes and Messages
- ER_INVALID_JSON_TEXT_IN_PARAM, Server Error Codes and Messages
- ER_INVALID_JSON_VALUE_FOR_CAST, Server Error Codes and Messages
- ER_INVALID_ON_UPDATE, Server Error Codes and Messages
- ER_INVALID_RPL_WILD_TABLE_FILTER_PATTERN, Server Error Codes and Messages
- ER_INVALID_TYPE_FOR_JSON, Server Error Codes and Messages
- ER_INVALID_USE_OF_NULL, Server Error Codes and Messages
- ER_INVALID_YEAR_COLUMN_LENGTH, Server Error Codes and Messages
- ER_IO_ERR_LOG_INDEX_READ, Server Error Codes and Messages
- ER_IO_READ_ERROR, Server Error Codes and Messages
- ER_IO_WRITE_ERROR, Server Error Codes and Messages
- ER_IPSOCK_ERROR, Server Error Codes and Messages
- ER_JSON_BAD_ONE_OR_ALL_ARG, Server Error Codes and Messages
- ER_JSON_DOCUMENT_NULL_KEY, Server Error Codes and Messages
- ER_JSON_DOCUMENT_TOO_DEEP, Server Error Codes and Messages
- ER_JSON_KEY_TOO_BIG, Server Error Codes and Messages
- ER_JSON_USED_AS_KEY, Server Error Codes and Messages
- ER_JSON_VACUOUS_PATH, Server Error Codes and Messages
- ER_JSON_VALUE_TOO_BIG, Server Error Codes and Messages
- ER_KEYRING_ACCESS_DENIED_ERROR, Server Error Codes and Messages
- ER_KEYRING_AWS_UDF_AWS_KMS_ERROR, Server Error Codes and Messages
- ER_KEYRING_MIGRATION_FAILURE, Server Error Codes and Messages
- ER_KEYRING_MIGRATION_STATUS, Server Error Codes and Messages
- ER_KEYRING_UDF_KEYRING_SERVICE_ERROR, Server Error Codes and Messages
- ER_KEY_BASED_ON_GENERATED_COLUMN, Server Error Codes and Messages
- ER_KEY_COLUMN_DOES_NOT_EXITS, Server Error Codes and Messages
- ER_KEY_DOES_NOT_EXITS, Server Error Codes and Messages
- ER_KEY_NOT_FOUND, Server Error Codes and Messages
- ER_KEY_PART_0, Server Error Codes and Messages
- ER_KEY_REF_DO_NOT_MATCH_TABLE_REF, Server Error Codes and Messages
- ER_KILL_DENIED_ERROR, Server Error Codes and Messages
- ER_LIMITED_PART_RANGE, Server Error Codes and Messages
- ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR, Server Error Codes and Messages
- ER_LOAD_DATA_INVALID_COLUMN, Server Error Codes and Messages
- ER_LOAD_DATA_INVALID_COLUMN_UNUSED, Server Error Codes and Messages
- ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR, Server Error Codes and Messages
- ER_LOAD_INFO, Server Error Codes and Messages
- ER_LOCAL_VARIABLE, Server Error Codes and Messages
- ER_LOCKING_SERVICE_DEADLOCK, Server Error Codes and Messages
- ER_LOCKING_SERVICE_TIMEOUT, Server Error Codes and Messages
- ER_LOCKING_SERVICE_WRONG_NAME, Server Error Codes and Messages
- ER_LOCK_ABORTED, Server Error Codes and Messages
- ER_LOCK_DEADLOCK, Server Error Codes and Messages
- ER_LOCK_OR_ACTIVE_TRANSACTION, Server Error Codes and Messages
- ER_LOCK_REFUSED_BY_ENGINE, Server Error Codes and Messages
- ER_LOCK_TABLE_FULL, Server Error Codes and Messages
- ER_LOCK_WAIT_TIMEOUT, Server Error Codes and Messages
- ER_LOGGING_PROHIBIT_CHANGING_OF, Server Error Codes and Messages
- ER_LOG_IN_USE, Server Error Codes and Messages
- ER_LOG_PURGE_NO_FILE, Server Error Codes and Messages
- ER_LOG_PURGE_UNKNOWN_ERR, Server Error Codes and Messages
- ER_MALFORMED_DEFINER, Server Error Codes and Messages
- ER_MALFORMED_GTID_SET_ENCODING, Server Error Codes and Messages
- ER_MALFORMED_GTID_SET_SPECIFICATION, Server Error Codes and Messages
- ER_MALFORMED_GTID_SPECIFICATION, Server Error Codes and Messages
- ER_MALFORMED_PACKET, Server Error Codes and Messages
- ER_MASTER, Server Error Codes and Messages
- ER_MASTER_DELAY_VALUE_OUT_OF_RANGE, Server Error Codes and Messages
- ER_MASTER_FATAL_ERROR_READING_BINLOG, Server Error Codes and Messages
- ER_MASTER_HAS_PURGED_REQUIRED_GTIDS, Server Error Codes and Messages
- ER_MASTER_INFO, Server Error Codes and Messages
- ER_MASTER_KEY_ROTATION_BINLOG_FAILED, Server Error Codes and Messages
- ER_MASTER_KEY_ROTATION_ERROR_BY_SE, Server Error Codes and Messages
- ER_MASTER_KEY_ROTATION_NOT_SUPPORTED_BY_SE, Server Error Codes and Messages
- ER_MASTER_KEY_ROTATION_SE_UNAVAILABLE, Server Error Codes and Messages
- ER_MASTER_NET_READ, Server Error Codes and Messages
- ER_MASTER_NET_WRITE, Server Error Codes and Messages
- ER_MAXVALUE_IN_VALUES_IN, Server Error Codes and Messages
- ER_MAX_PREPARED_STMT_COUNT_REACHED, Server Error Codes and Messages
- ER_MESSAGE_AND_STATEMENT, Server Error Codes and Messages
- ER_MISSING_HA_CREATE_OPTION, Server Error Codes and Messages
- ER_MISSING_KEY, Server Error Codes and Messages
- ER_MISSING_SKIP_SLAVE, Server Error Codes and Messages
- ER_MIXING_NOT_ALLOWED, Server Error Codes and Messages
- ER_MIX_HANDLER_ERROR, Server Error Codes and Messages
- ER_MIX_OF_GROUP_FUNC_AND_FIELDS, Server Error Codes and Messages
- ER_MIX_OF_GROUP_FUNC_AND_FIELDS_V2, Server Error Codes and Messages
- ER_MTS_CANT_PARALLEL, Server Error Codes and Messages
- ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPS, Server Error Codes and Messages
- ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX, Server Error Codes and Messages
- ER_MTS_FEATURE_IS_NOT_SUPPORTED, Server Error Codes and Messages
- ER_MTS_INCONSISTENT_DATA, Server Error Codes and Messages
- ER_MTS_RECOVERY_FAILURE, Server Error Codes and Messages
- ER_MTS_RESET_WORKERS, Server Error Codes and Messages
- ER_MTS_UPDATED_DBS_GREATER_MAX, Server Error Codes and Messages
- ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR, Server Error Codes and Messages
- ER_MULTIPLE_PRI_KEY, Server Error Codes and Messages
- ER_MULTI_UPDATE_KEY_CONFLICT, Server Error Codes and Messages
- ER_MUST_CHANGE_PASSWORD, Server Error Codes and Messages
- ER_MUST_CHANGE_PASSWORD_LOGIN, Server Error Codes and Messages
- ER_M_BIGGER_THAN_D, Server Error Codes and Messages
- ER_NAME_BECOMES_EMPTY, Server Error Codes and Messages
- ER_NATIVE_FCT_NAME_COLLISION, Server Error Codes and Messages
- ER_NDB_CANT_SWITCH_BINLOG_FORMAT, Server Error Codes and Messages
- ER_NDB_REPLICATION_SCHEMA_ERROR, Server Error Codes and Messages
- ER_NEED_REPREPARE, Server Error Codes and Messages
- ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE, Server Error Codes and Messages
- ER_NET_ERROR_ON_WRITE, Server Error Codes and Messages
- ER_NET_FCNTL_ERROR, Server Error Codes and Messages
- ER_NET_OK_PACKET_TOO_LARGE, Server Error Codes and Messages
- ER_NET_PACKETS_OUT_OF_ORDER, Server Error Codes and Messages
- ER_NET_PACKET_TOO_LARGE, Server Error Codes and Messages
- ER_NET_READ_ERROR, Server Error Codes and Messages
- ER_NET_READ_ERROR_FROM_PIPE, Server Error Codes and Messages
- ER_NET_READ_INTERRUPTED, Server Error Codes and Messages
- ER_NET_UNCOMPRESS_ERROR, Server Error Codes and Messages
- ER_NET_WRITE_INTERRUPTED, Server Error Codes and Messages
- ER_NEVER_USED, Server Error Codes and Messages
- ER_NEW_ABORTING_CONNECTION, Server Error Codes and Messages
- ER_NISAMCHK, Server Error Codes and Messages
- ER_NO, Server Error Codes and Messages
- ER_NONEXISTING_GRANT, Server Error Codes and Messages
- ER_NONEXISTING_PROC_GRANT, Server Error Codes and Messages
- ER_NONEXISTING_TABLE_GRANT, Server Error Codes and Messages
- ER_NONUNIQ_TABLE, Server Error Codes and Messages
- ER_NONUPDATEABLE_COLUMN, Server Error Codes and Messages
- ER_NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN, Server Error Codes and Messages
- ER_NON_GROUPING_FIELD_USED, Server Error Codes and Messages
- ER_NON_INSERTABLE_TABLE, Server Error Codes and Messages
- ER_NON_RO_SELECT_DISABLE_TIMER, Server Error Codes and Messages
- ER_NON_UNIQ_ERROR, Server Error Codes and Messages
- ER_NON_UPDATABLE_TABLE, Server Error Codes and Messages
- ER_NORMAL_SHUTDOWN, Server Error Codes and Messages
- ER_NOT_ALLOWED_COMMAND, Server Error Codes and Messages
- ER_NOT_FORM_FILE, Server Error Codes and Messages
- ER_NOT_KEYFILE, Server Error Codes and Messages
- ER_NOT_SUPPORTED_AUTH_MODE, Server Error Codes and Messages
- ER_NOT_SUPPORTED_YET, Server Error Codes and Messages
- ER_NOT_VALID_PASSWORD, Server Error Codes and Messages
- ER_NO_BINARY_LOGGING, Server Error Codes and Messages
- ER_NO_BINLOG_ERROR, Server Error Codes and Messages
- ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR, Server Error Codes and Messages
- ER_NO_DB_ERROR, Server Error Codes and Messages
- ER_NO_DEFAULT, Server Error Codes and Messages
- ER_NO_DEFAULT_FOR_FIELD, Server Error Codes and Messages
- ER_NO_DEFAULT_FOR_VIEW_FIELD, Server Error Codes and Messages
- ER_NO_FILE_MAPPING, Server Error Codes and Messages
- ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT, Server Error Codes and Messages
- ER_NO_FT_MATERIALIZED_SUBQUERY, Server Error Codes and Messages
- ER_NO_GROUP_FOR_PROC, Server Error Codes and Messages
- ER_NO_PARTITION_FOR_GIVEN_VALUE, Server Error Codes and Messages
- ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT, Server Error Codes and Messages
- ER_NO_PARTS_ERROR, Server Error Codes and Messages
- ER_NO_PERMISSION_TO_CREATE_USER, Server Error Codes and Messages
- ER_NO_RAID_COMPILED, Server Error Codes and Messages
- ER_NO_REFERENCED_ROW, Server Error Codes and Messages
- ER_NO_REFERENCED_ROW_2, Server Error Codes and Messages
- ER_NO_SECURE_TRANSPORTS_CONFIGURED, Server Error Codes and Messages
- ER_NO_SUCH_INDEX, Server Error Codes and Messages
- ER_NO_SUCH_KEY_VALUE, Server Error Codes and Messages
- ER_NO_SUCH_PARTITION__UNUSED, Server Error Codes and Messages
- ER_NO_SUCH_TABLE, Server Error Codes and Messages
- ER_NO_SUCH_THREAD, Server Error Codes and Messages
- ER_NO_SUCH_USER, Server Error Codes and Messages
- ER_NO_TABLES_USED, Server Error Codes and Messages
- ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA, Server Error Codes and Messages
- ER_NO_UNIQUE_LOGFILE, Server Error Codes and Messages
- ER_NULL_COLUMN_IN_INDEX, Server Error Codes and Messages
- ER_NULL_IN_VALUES_LESS_THAN, Server Error Codes and Messages
- ER_NUMERIC_JSON_VALUE_OUT_OF_RANGE, Server Error Codes and Messages
- ER_OBSOLETE_CANNOT_LOAD_FROM_TABLE, Server Error Codes and Messages
- ER_OBSOLETE_COL_COUNT_DOESNT_MATCH_CORRUPTED, Server Error Codes and Messages
- ER_OLD_FILE_FORMAT, Server Error Codes and Messages
- ER_OLD_KEYFILE, Server Error Codes and Messages
- ER_OLD_TEMPORALS_UPGRADED, Server Error Codes and Messages
- ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT, Server Error Codes and Messages
- ER_ONLY_INTEGERS_ALLOWED, Server Error Codes and Messages
- ER_ONLY_ON_RANGE_LIST_PARTITION, Server Error Codes and Messages
- ER_OPEN_AS_READONLY, Server Error Codes and Messages
- ER_OPERAND_COLUMNS, Server Error Codes and Messages
- ER_OPTION_PREVENTS_STATEMENT, Server Error Codes and Messages
- ER_ORDER_WITH_PROC, Server Error Codes and Messages
- ER_OUTOFMEMORY, Server Error Codes and Messages
- ER_OUT_OF_RESOURCES, Server Error Codes and Messages
- ER_OUT_OF_SORTMEMORY, Server Error Codes and Messages
- ER_PARSE_ERROR, Server Error Codes and Messages
- ER_PARTITIONS_MUST_BE_DEFINED_ERROR, Server Error Codes and Messages
- ER_PARTITION_CLAUSE_ON_NONPARTITIONED, Server Error Codes and Messages
- ER_PARTITION_COLUMN_LIST_ERROR, Server Error Codes and Messages
- ER_PARTITION_CONST_DOMAIN_ERROR, Server Error Codes and Messages
- ER_PARTITION_ENGINE_DEPRECATED_FOR_TABLE, Server Error Codes and Messages
- ER_PARTITION_ENTRY_ERROR, Server Error Codes and Messages
- ER_PARTITION_EXCHANGE_DIFFERENT_OPTION, Server Error Codes and Messages
- ER_PARTITION_EXCHANGE_FOREIGN_KEY, Server Error Codes and Messages
- ER_PARTITION_EXCHANGE_PART_TABLE, Server Error Codes and Messages
- ER_PARTITION_EXCHANGE_TEMP_TABLE, Server Error Codes and Messages
- ER_PARTITION_FIELDS_TOO_LONG, Server Error Codes and Messages
- ER_PARTITION_FUNCTION_FAILURE, Server Error Codes and Messages
- ER_PARTITION_FUNCTION_IS_NOT_ALLOWED, Server Error Codes and Messages
- ER_PARTITION_FUNC_NOT_ALLOWED_ERROR, Server Error Codes and Messages
- ER_PARTITION_INSTEAD_OF_SUBPARTITION, Server Error Codes and Messages
- ER_PARTITION_MAXVALUE_ERROR, Server Error Codes and Messages
- ER_PARTITION_MERGE_ERROR, Server Error Codes and Messages
- ER_PARTITION_MGMT_ON_NONPARTITIONED, Server Error Codes and Messages
- ER_PARTITION_NAME, Server Error Codes and Messages
- ER_PARTITION_NOT_DEFINED_ERROR, Server Error Codes and Messages
- ER_PARTITION_NO_TEMPORARY, Server Error Codes and Messages
- ER_PARTITION_REQUIRES_VALUES_ERROR, Server Error Codes and Messages
- ER_PARTITION_SUBPARTITION_ERROR, Server Error Codes and Messages
- ER_PARTITION_SUBPART_MIX_ERROR, Server Error Codes and Messages
- ER_PARTITION_WRONG_NO_PART_ERROR, Server Error Codes and Messages
- ER_PARTITION_WRONG_NO_SUBPART_ERROR, Server Error Codes and Messages
- ER_PARTITION_WRONG_VALUES_ERROR, Server Error Codes and Messages
- ER_PART_STATE_ERROR, Server Error Codes and Messages
- ER_PASSWD_LENGTH, Server Error Codes and Messages
- ER_PASSWORD_ANONYMOUS_USER, Server Error Codes and Messages
- ER_PASSWORD_EXPIRE_ANONYMOUS_USER, Server Error Codes and Messages
- ER_PASSWORD_FORMAT, Server Error Codes and Messages
- ER_PASSWORD_NOT_ALLOWED, Server Error Codes and Messages
- ER_PASSWORD_NO_MATCH, Server Error Codes and Messages
- ER_PATH_LENGTH, Server Error Codes and Messages
- ER_PLUGGABLE_PROTOCOL_COMMAND_NOT_SUPPORTED, Server Error Codes and Messages
- ER_PLUGIN_CANNOT_BE_UNINSTALLED, Server Error Codes and Messages
- ER_PLUGIN_DELETE_BUILTIN, Server Error Codes and Messages
- ER_PLUGIN_FAILED_TO_OPEN_TABLE, Server Error Codes and Messages
- ER_PLUGIN_FAILED_TO_OPEN_TABLES, Server Error Codes and Messages
- ER_PLUGIN_IS_NOT_LOADED, Server Error Codes and Messages
- ER_PLUGIN_IS_PERMANENT, Server Error Codes and Messages
- ER_PLUGIN_NO_INSTALL, Server Error Codes and Messages
- ER_PLUGIN_NO_UNINSTALL, Server Error Codes and Messages
- ER_PREVENTS_VARIABLE_WITHOUT_RBR, Server Error Codes and Messages
- ER_PRIMARY_CANT_HAVE_NULL, Server Error Codes and Messages
- ER_PROCACCESS_DENIED_ERROR, Server Error Codes and Messages
- ER_PROC_AUTO_GRANT_FAIL, Server Error Codes and Messages
- ER_PROC_AUTO_REVOKE_FAIL, Server Error Codes and Messages
- ER_PS_MANY_PARAM, Server Error Codes and Messages
- ER_PS_NO_RECURSION, Server Error Codes and Messages
- ER_QUERY_CACHE_DISABLED, Server Error Codes and Messages
- ER_QUERY_INTERRUPTED, Server Error Codes and Messages
- ER_QUERY_ON_FOREIGN_DATA_SOURCE, Server Error Codes and Messages
- ER_QUERY_ON_MASTER, Server Error Codes and Messages
- ER_QUERY_TIMEOUT, Server Error Codes and Messages
- ER_RANGE_NOT_INCREASING_ERROR, Server Error Codes and Messages
- ER_RBR_NOT_AVAILABLE, Server Error Codes and Messages
- ER_READY, Server Error Codes and Messages
- ER_READ_ONLY_MODE, Server Error Codes and Messages
- ER_READ_ONLY_TRANSACTION, Server Error Codes and Messages
- ER_RECORD_FILE_FULL, Server Error Codes and Messages
- ER_REFERENCED_TRG_DOES_NOT_EXIST, Server Error Codes and Messages
- ER_REGEXP_ERROR, Server Error Codes and Messages
- ER_RELAY_LOG_FAIL, Server Error Codes and Messages
- ER_RELAY_LOG_INIT, Server Error Codes and Messages
- ER_REMOVED_SPACES, Server Error Codes and Messages
- ER_RENAMED_NAME, Server Error Codes and Messages
- ER_REORG_HASH_ONLY_ON_SAME_NO, Server Error Codes and Messages
- ER_REORG_NO_PARAM_ERROR, Server Error Codes and Messages
- ER_REORG_OUTSIDE_RANGE, Server Error Codes and Messages
- ER_REORG_PARTITION_NOT_EXIST, Server Error Codes and Messages
- ER_REPLACE_INACCESSIBLE_ROWS, Server Error Codes and Messages
- ER_REQUIRES_PRIMARY_KEY, Server Error Codes and Messages
- ER_RESERVED_SYNTAX, Server Error Codes and Messages
- ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER, Server Error Codes and Messages
- ER_REVOKE_GRANTS, Server Error Codes and Messages
- ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET, Server Error Codes and Messages
- ER_ROW_DOES_NOT_MATCH_PARTITION, Server Error Codes and Messages
- ER_ROW_IN_WRONG_PARTITION, Server Error Codes and Messages
- ER_ROW_IS_REFERENCED, Server Error Codes and Messages
- ER_ROW_IS_REFERENCED_2, Server Error Codes and Messages
- ER_ROW_SINGLE_PARTITION_FIELD_ERROR, Server Error Codes and Messages
- ER_RPL_INFO_DATA_TOO_LONG, Server Error Codes and Messages
- ER_RUN_HOOK_ERROR, Server Error Codes and Messages
- ER_SAME_NAME_PARTITION, Server Error Codes and Messages
- ER_SAME_NAME_PARTITION_FIELD, Server Error Codes and Messages
- ER_SECURE_TRANSPORT_REQUIRED, Server Error Codes and Messages
- ER_SELECT_REDUCED, Server Error Codes and Messages
- ER_SERVER_ISNT_AVAILABLE, Server Error Codes and Messages
- ER_SERVER_IS_IN_SECURE_AUTH_MODE, Server Error Codes and Messages
- ER_SERVER_OFFLINE_MODE, Server Error Codes and Messages
- ER_SERVER_SHUTDOWN, Server Error Codes and Messages
- ER_SESSION_WAS_KILLED, Server Error Codes and Messages
- ER_SET_CONSTANTS_ONLY, Server Error Codes and Messages
- ER_SET_ENFORCE_GTID_CONSISTENCY_WARN_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS, Server Error Codes and Messages
- ER_SET_PASSWORD_AUTH_PLUGIN, Server Error Codes and Messages
- ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION, Server Error Codes and Messages
- ER_SHUTDOWN_COMPLETE, Server Error Codes and Messages
- ER_SIGNAL_BAD_CONDITION_TYPE, Server Error Codes and Messages
- ER_SIGNAL_EXCEPTION, Server Error Codes and Messages
- ER_SIGNAL_NOT_FOUND, Server Error Codes and Messages
- ER_SIGNAL_WARN, Server Error Codes and Messages
- ER_SIZE_OVERFLOW_ERROR, Server Error Codes and Messages
- ER_SKIPPING_LOGGED_TRANSACTION, Server Error Codes and Messages
- ER_SLAVE_CANT_CREATE_CONVERSION, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_DELETE, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_DOES_NOT_EXIST, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_IO_THREAD_MUST_STOP, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_MUST_STOP, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_NAME_INVALID_OR_TOO_LONG, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_NOT_RUNNING, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_OPERATION_NOT_ALLOWED, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_SQL_SKIP_COUNTER, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_SQL_THREAD_MUST_STOP, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_WAS_NOT_RUNNING, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_WAS_RUNNING, Server Error Codes and Messages
- ER_SLAVE_CONFIGURATION, Server Error Codes and Messages
- ER_SLAVE_CONVERSION_FAILED, Server Error Codes and Messages
- ER_SLAVE_CORRUPT_EVENT, Server Error Codes and Messages
- ER_SLAVE_CREATE_EVENT_FAILURE, Server Error Codes and Messages
- ER_SLAVE_FATAL_ERROR, Server Error Codes and Messages
- ER_SLAVE_HAS_MORE_GTIDS_THAN_MASTER, Server Error Codes and Messages
- ER_SLAVE_HEARTBEAT_FAILURE, Server Error Codes and Messages
- ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE, Server Error Codes and Messages
- ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX, Server Error Codes and Messages
- ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN, Server Error Codes and Messages
- ER_SLAVE_IGNORED_SSL_PARAMS, Server Error Codes and Messages
- ER_SLAVE_IGNORED_TABLE, Server Error Codes and Messages
- ER_SLAVE_IGNORE_SERVER_IDS, Server Error Codes and Messages
- ER_SLAVE_INCIDENT, Server Error Codes and Messages
- ER_SLAVE_IO_THREAD_MUST_STOP, Server Error Codes and Messages
- ER_SLAVE_MASTER_COM_FAILURE, Server Error Codes and Messages
- ER_SLAVE_MAX_CHANNELS_EXCEEDED, Server Error Codes and Messages
- ER_SLAVE_MI_INIT_REPOSITORY, Server Error Codes and Messages
- ER_SLAVE_MULTIPLE_CHANNELS_CMD, Server Error Codes and Messages
- ER_SLAVE_MULTIPLE_CHANNELS_HOST_PORT, Server Error Codes and Messages
- ER_SLAVE_MUST_STOP, Server Error Codes and Messages
- ER_SLAVE_NEW_CHANNEL_WRONG_REPOSITORY, Server Error Codes and Messages
- ER_SLAVE_NOT_RUNNING, Server Error Codes and Messages
- ER_SLAVE_RELAY_LOG_READ_FAILURE, Server Error Codes and Messages
- ER_SLAVE_RELAY_LOG_WRITE_FAILURE, Server Error Codes and Messages
- ER_SLAVE_RLI_INIT_REPOSITORY, Server Error Codes and Messages
- ER_SLAVE_SILENT_RETRY_TRANSACTION, Server Error Codes and Messages
- ER_SLAVE_SQL_THREAD_MUST_STOP, Server Error Codes and Messages
- ER_SLAVE_THREAD, Server Error Codes and Messages
- ER_SLAVE_WAS_NOT_RUNNING, Server Error Codes and Messages
- ER_SLAVE_WAS_RUNNING, Server Error Codes and Messages
- ER_SLAVE_WORKER_STOPPED_PREVIOUS_THD_ERROR, Server Error Codes and Messages
- ER_SPATIAL_CANT_HAVE_NULL, Server Error Codes and Messages
- ER_SPATIAL_MUST_HAVE_GEOM_COL, Server Error Codes and Messages
- ER_SPECIFIC_ACCESS_DENIED_ERROR, Server Error Codes and Messages
- ER_SP_ALREADY_EXISTS, Server Error Codes and Messages
- ER_SP_BADRETURN, Server Error Codes and Messages
- ER_SP_BADSELECT, Server Error Codes and Messages
- ER_SP_BADSTATEMENT, Server Error Codes and Messages
- ER_SP_BAD_CURSOR_QUERY, Server Error Codes and Messages
- ER_SP_BAD_CURSOR_SELECT, Server Error Codes and Messages
- ER_SP_BAD_SQLSTATE, Server Error Codes and Messages
- ER_SP_BAD_VAR_SHADOW, Server Error Codes and Messages
- ER_SP_CANT_ALTER, Server Error Codes and Messages
- ER_SP_CANT_SET_AUTOCOMMIT, Server Error Codes and Messages
- ER_SP_CASE_NOT_FOUND, Server Error Codes and Messages
- ER_SP_COND_MISMATCH, Server Error Codes and Messages
- ER_SP_CURSOR_AFTER_HANDLER, Server Error Codes and Messages
- ER_SP_CURSOR_ALREADY_OPEN, Server Error Codes and Messages
- ER_SP_CURSOR_MISMATCH, Server Error Codes and Messages
- ER_SP_CURSOR_NOT_OPEN, Server Error Codes and Messages
- ER_SP_DOES_NOT_EXIST, Server Error Codes and Messages
- ER_SP_DROP_FAILED, Server Error Codes and Messages
- ER_SP_DUP_COND, Server Error Codes and Messages
- ER_SP_DUP_CURS, Server Error Codes and Messages
- ER_SP_DUP_HANDLER, Server Error Codes and Messages
- ER_SP_DUP_PARAM, Server Error Codes and Messages
- ER_SP_DUP_VAR, Server Error Codes and Messages
- ER_SP_FETCH_NO_DATA, Server Error Codes and Messages
- ER_SP_GOTO_IN_HNDLR, Server Error Codes and Messages
- ER_SP_LABEL_MISMATCH, Server Error Codes and Messages
- ER_SP_LABEL_REDEFINE, Server Error Codes and Messages
- ER_SP_LILABEL_MISMATCH, Server Error Codes and Messages
- ER_SP_NORETURN, Server Error Codes and Messages
- ER_SP_NORETURNEND, Server Error Codes and Messages
- ER_SP_NOT_VAR_ARG, Server Error Codes and Messages
- ER_SP_NO_AGGREGATE, Server Error Codes and Messages
- ER_SP_NO_DROP_SP, Server Error Codes and Messages
- ER_SP_NO_RECURSION, Server Error Codes and Messages
- ER_SP_NO_RECURSIVE_CREATE, Server Error Codes and Messages
- ER_SP_NO_RETSET, Server Error Codes and Messages
- ER_SP_PROC_TABLE_CORRUPT, Server Error Codes and Messages
- ER_SP_RECURSION_LIMIT, Server Error Codes and Messages
- ER_SP_STORE_FAILED, Server Error Codes and Messages
- ER_SP_SUBSELECT_NYI, Server Error Codes and Messages
- ER_SP_UNDECLARED_VAR, Server Error Codes and Messages
- ER_SP_UNINIT_VAR, Server Error Codes and Messages
- ER_SP_VARCOND_AFTER_CURSHNDLR, Server Error Codes and Messages
- ER_SP_WRONG_NAME, Server Error Codes and Messages
- ER_SP_WRONG_NO_OF_ARGS, Server Error Codes and Messages
- ER_SP_WRONG_NO_OF_FETCH_ARGS, Server Error Codes and Messages
- ER_SQLTHREAD_WITH_SECURE_SLAVE, Server Error Codes and Messages
- ER_SQL_MODE_MERGED, Server Error Codes and Messages
- ER_SQL_MODE_NO_EFFECT, Server Error Codes and Messages
- ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE, Server Error Codes and Messages
- ER_SR_INVALID_CREATION_CTX, Server Error Codes and Messages
- ER_STACK_OVERRUN, Server Error Codes and Messages
- ER_STACK_OVERRUN_NEED_MORE, Server Error Codes and Messages
- ER_STARTUP, Server Error Codes and Messages
- ER_STD_BAD_ALLOC_ERROR, Server Error Codes and Messages
- ER_STD_DOMAIN_ERROR, Server Error Codes and Messages
- ER_STD_INVALID_ARGUMENT, Server Error Codes and Messages
- ER_STD_LENGTH_ERROR, Server Error Codes and Messages
- ER_STD_LOGIC_ERROR, Server Error Codes and Messages
- ER_STD_OUT_OF_RANGE_ERROR, Server Error Codes and Messages
- ER_STD_OVERFLOW_ERROR, Server Error Codes and Messages
- ER_STD_RANGE_ERROR, Server Error Codes and Messages
- ER_STD_RUNTIME_ERROR, Server Error Codes and Messages
- ER_STD_UNDERFLOW_ERROR, Server Error Codes and Messages
- ER_STD_UNKNOWN_EXCEPTION, Server Error Codes and Messages
- ER_STMT_CACHE_FULL, Server Error Codes and Messages
- ER_STMT_HAS_NO_OPEN_CURSOR, Server Error Codes and Messages
- ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG, Server Error Codes and Messages
- ER_STOP_SLAVE_IO_THREAD_TIMEOUT, Server Error Codes and Messages
- ER_STOP_SLAVE_SQL_THREAD_TIMEOUT, Server Error Codes and Messages
- ER_STORAGE_ENGINE_NOT_LOADED, Server Error Codes and Messages
- ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT, Server Error Codes and Messages
- ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT, Server Error Codes and Messages
- ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN, Server Error Codes and Messages
- ER_SUBPARTITION_ERROR, Server Error Codes and Messages
- ER_SUBPARTITION_NAME, Server Error Codes and Messages
- ER_SUBQUERY_NO_1_ROW, Server Error Codes and Messages
- ER_SYNTAX_ERROR, Server Error Codes and Messages
- ER_TABLEACCESS_DENIED_ERROR, Server Error Codes and Messages
- ER_TABLENAME_NOT_ALLOWED_HERE, Server Error Codes and Messages
- ER_TABLESPACE_AUTO_EXTEND_ERROR, Server Error Codes and Messages
- ER_TABLESPACE_CANNOT_ENCRYPT, Server Error Codes and Messages
- ER_TABLESPACE_DISCARDED, Server Error Codes and Messages
- ER_TABLESPACE_EXISTS, Server Error Codes and Messages
- ER_TABLESPACE_IS_NOT_EMPTY, Server Error Codes and Messages
- ER_TABLESPACE_MISSING, Server Error Codes and Messages
- ER_TABLES_DIFFERENT_METADATA, Server Error Codes and Messages
- ER_TABLE_CANT_HANDLE_AUTO_INCREMENT, Server Error Codes and Messages
- ER_TABLE_CANT_HANDLE_BLOB, Server Error Codes and Messages
- ER_TABLE_CANT_HANDLE_FT, Server Error Codes and Messages
- ER_TABLE_CANT_HANDLE_SPKEYS, Server Error Codes and Messages
- ER_TABLE_CORRUPT, Server Error Codes and Messages
- ER_TABLE_DEF_CHANGED, Server Error Codes and Messages
- ER_TABLE_EXISTS_ERROR, Server Error Codes and Messages
- ER_TABLE_HAS_NO_FT, Server Error Codes and Messages
- ER_TABLE_IN_FK_CHECK, Server Error Codes and Messages
- ER_TABLE_IN_SYSTEM_TABLESPACE, Server Error Codes and Messages
- ER_TABLE_MUST_HAVE_COLUMNS, Server Error Codes and Messages
- ER_TABLE_NAME, Server Error Codes and Messages
- ER_TABLE_NEEDS_REBUILD, Server Error Codes and Messages
- ER_TABLE_NEEDS_UPGRADE, Server Error Codes and Messages
- ER_TABLE_NEEDS_UPG_PART, Server Error Codes and Messages
- ER_TABLE_NOT_LOCKED, Server Error Codes and Messages
- ER_TABLE_NOT_LOCKED_FOR_WRITE, Server Error Codes and Messages
- ER_TABLE_REFERENCED, Server Error Codes and Messages
- ER_TABLE_SCHEMA_MISMATCH, Server Error Codes and Messages
- ER_TEMPORARY_NAME, Server Error Codes and Messages
- ER_TEMP_FILE_WRITE_FAILURE, Server Error Codes and Messages
- ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR, Server Error Codes and Messages
- ER_TEXTFILE_NOT_READABLE, Server Error Codes and Messages
- ER_TOO_BIG_DISPLAYWIDTH, Server Error Codes and Messages
- ER_TOO_BIG_FIELDLENGTH, Server Error Codes and Messages
- ER_TOO_BIG_FOR_UNCOMPRESS, Server Error Codes and Messages
- ER_TOO_BIG_PRECISION, Server Error Codes and Messages
- ER_TOO_BIG_ROWSIZE, Server Error Codes and Messages
- ER_TOO_BIG_SCALE, Server Error Codes and Messages
- ER_TOO_BIG_SELECT, Server Error Codes and Messages
- ER_TOO_BIG_SET, Server Error Codes and Messages
- ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT, Server Error Codes and Messages
- ER_TOO_LONG_BODY, Server Error Codes and Messages
- ER_TOO_LONG_FIELD_COMMENT, Server Error Codes and Messages
- ER_TOO_LONG_IDENT, Server Error Codes and Messages
- ER_TOO_LONG_INDEX_COMMENT, Server Error Codes and Messages
- ER_TOO_LONG_KEY, Server Error Codes and Messages
- ER_TOO_LONG_STRING, Server Error Codes and Messages
- ER_TOO_LONG_TABLE_COMMENT, Server Error Codes and Messages
- ER_TOO_LONG_TABLE_PARTITION_COMMENT, Server Error Codes and Messages
- ER_TOO_MANY_CONCURRENT_TRXS, Server Error Codes and Messages
- ER_TOO_MANY_FIELDS, Server Error Codes and Messages
- ER_TOO_MANY_KEYS, Server Error Codes and Messages
- ER_TOO_MANY_KEY_PARTS, Server Error Codes and Messages
- ER_TOO_MANY_PARTITIONS_ERROR, Server Error Codes and Messages
- ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR, Server Error Codes and Messages
- ER_TOO_MANY_ROWS, Server Error Codes and Messages
- ER_TOO_MANY_TABLES, Server Error Codes and Messages
- ER_TOO_MANY_USER_CONNECTIONS, Server Error Codes and Messages
- ER_TOO_MANY_VALUES_ERROR, Server Error Codes and Messages
- ER_TOO_MUCH_AUTO_TIMESTAMP_COLS, Server Error Codes and Messages
- ER_TRANSACTION_ROLLBACK_DURING_COMMIT, Server Error Codes and Messages
- ER_TRANS_CACHE_FULL, Server Error Codes and Messages
- ER_TRG_ALREADY_EXISTS, Server Error Codes and Messages
- ER_TRG_CANT_CHANGE_ROW, Server Error Codes and Messages
- ER_TRG_CANT_OPEN_TABLE, Server Error Codes and Messages
- ER_TRG_CORRUPTED_FILE, Server Error Codes and Messages
- ER_TRG_DOES_NOT_EXIST, Server Error Codes and Messages
- ER_TRG_INVALID_CREATION_CTX, Server Error Codes and Messages
- ER_TRG_IN_WRONG_SCHEMA, Server Error Codes and Messages
- ER_TRG_NO_CREATION_CTX, Server Error Codes and Messages
- ER_TRG_NO_DEFINER, Server Error Codes and Messages
- ER_TRG_NO_SUCH_ROW_IN_TRG, Server Error Codes and Messages
- ER_TRG_ON_VIEW_OR_TEMP_TABLE, Server Error Codes and Messages
- ER_TRUNCATED_WRONG_VALUE, Server Error Codes and Messages
- ER_TRUNCATED_WRONG_VALUE_FOR_FIELD, Server Error Codes and Messages
- ER_TRUNCATE_ILLEGAL_FK, Server Error Codes and Messages
- ER_UDF_ERROR, Server Error Codes and Messages
- ER_UDF_EXISTS, Server Error Codes and Messages
- ER_UDF_NO_PATHS, Server Error Codes and Messages
- ER_UNDO_RECORD_TOO_BIG, Server Error Codes and Messages
- ER_UNEXPECTED_EOF, Server Error Codes and Messages
- ER_UNION_TABLES_IN_DIFFERENT_DIR, Server Error Codes and Messages
- ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF, Server Error Codes and Messages
- ER_UNKNOWN_ALTER_ALGORITHM, Server Error Codes and Messages
- ER_UNKNOWN_ALTER_LOCK, Server Error Codes and Messages
- ER_UNKNOWN_CHARACTER_SET, Server Error Codes and Messages
- ER_UNKNOWN_COLLATION, Server Error Codes and Messages
- ER_UNKNOWN_COM_ERROR, Server Error Codes and Messages
- ER_UNKNOWN_ERROR, Server Error Codes and Messages
- ER_UNKNOWN_EXPLAIN_FORMAT, Server Error Codes and Messages
- ER_UNKNOWN_KEY_CACHE, Server Error Codes and Messages
- ER_UNKNOWN_LOCALE, Server Error Codes and Messages
- ER_UNKNOWN_PARTITION, Server Error Codes and Messages
- ER_UNKNOWN_PROCEDURE, Server Error Codes and Messages
- ER_UNKNOWN_STMT_HANDLER, Server Error Codes and Messages
- ER_UNKNOWN_STORAGE_ENGINE, Server Error Codes and Messages
- ER_UNKNOWN_SYSTEM_VARIABLE, Server Error Codes and Messages
- ER_UNKNOWN_TABLE, Server Error Codes and Messages
- ER_UNKNOWN_TARGET_BINLOG, Server Error Codes and Messages
- ER_UNKNOWN_TIME_ZONE, Server Error Codes and Messages
- ER_UNRESOLVED_HINT_NAME, Server Error Codes and Messages
- ER_UNSUPORTED_LOG_ENGINE, Server Error Codes and Messages
- ER_UNSUPPORTED_ACTION_ON_GENERATED_COLUMN, Server Error Codes and Messages
- ER_UNSUPPORTED_ALTER_ENCRYPTION_INPLACE, Server Error Codes and Messages
- ER_UNSUPPORTED_ALTER_INPLACE_ON_VIRTUAL_COLUMN, Server Error Codes and Messages
- ER_UNSUPPORTED_ALTER_ONLINE_ON_VIRTUAL_COLUMN, Server Error Codes and Messages
- ER_UNSUPPORTED_BY_REPLICATION_THREAD, Server Error Codes and Messages
- ER_UNSUPPORTED_ENGINE, Server Error Codes and Messages
- ER_UNSUPPORTED_EXTENSION, Server Error Codes and Messages
- ER_UNSUPPORTED_PS, Server Error Codes and Messages
- ER_UNTIL_COND_IGNORED, Server Error Codes and Messages
- ER_UNUSED1, Server Error Codes and Messages
- ER_UNUSED2, Server Error Codes and Messages
- ER_UNUSED3, Server Error Codes and Messages
- ER_UNUSED4, Server Error Codes and Messages
- ER_UNUSED5, Server Error Codes and Messages
- ER_UNUSED6, Server Error Codes and Messages
- ER_UPDATE_INFO, Server Error Codes and Messages
- ER_UPDATE_LOG_DEPRECATED_IGNORED, Server Error Codes and Messages
- ER_UPDATE_LOG_DEPRECATED_TRANSLATED, Server Error Codes and Messages
- ER_UPDATE_TABLE_USED, Server Error Codes and Messages
- ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE, Server Error Codes and Messages
- ER_USERNAME, Server Error Codes and Messages
- ER_USER_ALREADY_EXISTS, Server Error Codes and Messages
- ER_USER_COLUMN_OLD_LENGTH, Server Error Codes and Messages
- ER_USER_DOES_NOT_EXIST, Server Error Codes and Messages
- ER_USER_LIMIT_REACHED, Server Error Codes and Messages
- ER_USER_LOCK_DEADLOCK, Server Error Codes and Messages
- ER_USER_LOCK_WRONG_NAME, Server Error Codes and Messages
- ER_VALUES_IS_NOT_INT_TYPE_ERROR, Server Error Codes and Messages
- ER_VARIABLE_IS_NOT_STRUCT, Server Error Codes and Messages
- ER_VARIABLE_IS_READONLY, Server Error Codes and Messages
- ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER, Server Error Codes and Messages
- ER_VARIABLE_NOT_SETTABLE_IN_SP, Server Error Codes and Messages
- ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION, Server Error Codes and Messages
- ER_VAR_CANT_BE_READ, Server Error Codes and Messages
- ER_VIEW_CHECKSUM, Server Error Codes and Messages
- ER_VIEW_CHECK_FAILED, Server Error Codes and Messages
- ER_VIEW_DELETE_MERGE_VIEW, Server Error Codes and Messages
- ER_VIEW_FRM_NO_USER, Server Error Codes and Messages
- ER_VIEW_INVALID, Server Error Codes and Messages
- ER_VIEW_INVALID_CREATION_CTX, Server Error Codes and Messages
- ER_VIEW_MULTIUPDATE, Server Error Codes and Messages
- ER_VIEW_NONUPD_CHECK, Server Error Codes and Messages
- ER_VIEW_NO_CREATION_CTX, Server Error Codes and Messages
- ER_VIEW_NO_EXPLAIN, Server Error Codes and Messages
- ER_VIEW_NO_INSERT_FIELD_LIST, Server Error Codes and Messages
- ER_VIEW_OTHER_USER, Server Error Codes and Messages
- ER_VIEW_PREVENT_UPDATE, Server Error Codes and Messages
- ER_VIEW_RECURSIVE, Server Error Codes and Messages
- ER_VIEW_SELECT_CLAUSE, Server Error Codes and Messages
- ER_VIEW_SELECT_DERIVED, Server Error Codes and Messages
- ER_VIEW_SELECT_DERIVED_UNUSED, Server Error Codes and Messages
- ER_VIEW_SELECT_TMPTABLE, Server Error Codes and Messages
- ER_VIEW_SELECT_VARIABLE, Server Error Codes and Messages
- ER_VIEW_WRONG_LIST, Server Error Codes and Messages
- ER_VTOKEN_PLUGIN_TOKEN_MISMATCH, Server Error Codes and Messages
- ER_VTOKEN_PLUGIN_TOKEN_NOT_FOUND, Server Error Codes and Messages
- ER_WARNING_NOT_COMPLETE_ROLLBACK, Server Error Codes and Messages
- ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE, Server Error Codes and Messages
- ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE, Server Error Codes and Messages
- ER_WARN_ALLOWED_PACKET_OVERFLOWED, Server Error Codes and Messages
- ER_WARN_BAD_MAX_EXECUTION_TIME, Server Error Codes and Messages
- ER_WARN_CANT_DROP_DEFAULT_KEYCACHE, Server Error Codes and Messages
- ER_WARN_CONFLICTING_HINT, Server Error Codes and Messages
- ER_WARN_DATA_OUT_OF_RANGE, Server Error Codes and Messages
- ER_WARN_DEPRECATED_SQLMODE, Server Error Codes and Messages
- ER_WARN_DEPRECATED_SQLMODE_UNSET, Server Error Codes and Messages
- ER_WARN_DEPRECATED_SYNTAX, Server Error Codes and Messages
- ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT, Server Error Codes and Messages
- ER_WARN_DEPRECATED_SYNTAX_WITH_VER, Server Error Codes and Messages
- ER_WARN_DEPRECATED_SYSVAR_UPDATE, Server Error Codes and Messages
- ER_WARN_ENGINE_TRANSACTION_ROLLBACK, Server Error Codes and Messages
- ER_WARN_FIELD_RESOLVED, Server Error Codes and Messages
- ER_WARN_HOSTNAME_WONT_WORK, Server Error Codes and Messages
- ER_WARN_INDEX_NOT_APPLICABLE, Server Error Codes and Messages
- ER_WARN_INVALID_TIMESTAMP, Server Error Codes and Messages
- ER_WARN_I_S_SKIPPED_TABLE, Server Error Codes and Messages
- ER_WARN_LEGACY_SYNTAX_CONVERTED, Server Error Codes and Messages
- ER_WARN_NULL_TO_NOTNULL, Server Error Codes and Messages
- ER_WARN_ONLY_MASTER_LOG_FILE_NO_POS, Server Error Codes and Messages
- ER_WARN_ON_MODIFYING_GTID_EXECUTED_TABLE, Server Error Codes and Messages
- ER_WARN_OPEN_TEMP_TABLES_MUST_BE_ZERO, Server Error Codes and Messages
- ER_WARN_OPTIMIZER_HINT_SYNTAX_ERROR, Server Error Codes and Messages
- ER_WARN_PURGE_LOG_IN_USE, Server Error Codes and Messages
- ER_WARN_PURGE_LOG_IS_ACTIVE, Server Error Codes and Messages
- ER_WARN_QC_RESIZE, Server Error Codes and Messages
- ER_WARN_TOO_FEW_RECORDS, Server Error Codes and Messages
- ER_WARN_TOO_MANY_RECORDS, Server Error Codes and Messages
- ER_WARN_TRIGGER_DOESNT_HAVE_CREATED, Server Error Codes and Messages
- ER_WARN_UNKNOWN_QB_NAME, Server Error Codes and Messages
- ER_WARN_UNSUPPORTED_MAX_EXECUTION_TIME, Server Error Codes and Messages
- ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID, Server Error Codes and Messages
- ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID_ZERO, Server Error Codes and Messages
- ER_WARN_USING_OTHER_HANDLER, Server Error Codes and Messages
- ER_WARN_VIEW_MERGE, Server Error Codes and Messages
- ER_WARN_VIEW_WITHOUT_KEY, Server Error Codes and Messages
- ER_WRONG_ARGUMENTS, Server Error Codes and Messages
- ER_WRONG_AUTO_KEY, Server Error Codes and Messages
- ER_WRONG_COLUMN_NAME, Server Error Codes and Messages
- ER_WRONG_DB_NAME, Server Error Codes and Messages
- ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR, Server Error Codes and Messages
- ER_WRONG_FIELD_SPEC, Server Error Codes and Messages
- ER_WRONG_FIELD_TERMINATORS, Server Error Codes and Messages
- ER_WRONG_FIELD_WITH_GROUP, Server Error Codes and Messages
- ER_WRONG_FIELD_WITH_GROUP_V2, Server Error Codes and Messages
- ER_WRONG_FILE_NAME, Server Error Codes and Messages
- ER_WRONG_FK_DEF, Server Error Codes and Messages
- ER_WRONG_FK_OPTION_FOR_GENERATED_COLUMN, Server Error Codes and Messages
- ER_WRONG_GROUP_FIELD, Server Error Codes and Messages
- ER_WRONG_KEY_COLUMN, Server Error Codes and Messages
- ER_WRONG_LOCK_OF_SYSTEM_TABLE, Server Error Codes and Messages
- ER_WRONG_MAGIC, Server Error Codes and Messages
- ER_WRONG_MRG_TABLE, Server Error Codes and Messages
- ER_WRONG_NAME_FOR_CATALOG, Server Error Codes and Messages
- ER_WRONG_NAME_FOR_INDEX, Server Error Codes and Messages
- ER_WRONG_NATIVE_TABLE_STRUCTURE, Server Error Codes and Messages
- ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT, Server Error Codes and Messages
- ER_WRONG_OBJECT, Server Error Codes and Messages
- ER_WRONG_OUTER_JOIN, Server Error Codes and Messages
- ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT, Server Error Codes and Messages
- ER_WRONG_PARAMCOUNT_TO_PROCEDURE, Server Error Codes and Messages
- ER_WRONG_PARAMETERS_TO_NATIVE_FCT, Server Error Codes and Messages
- ER_WRONG_PARAMETERS_TO_PROCEDURE, Server Error Codes and Messages
- ER_WRONG_PARAMETERS_TO_STORED_FCT, Server Error Codes and Messages
- ER_WRONG_PARTITION_NAME, Server Error Codes and Messages
- ER_WRONG_PERFSCHEMA_USAGE, Server Error Codes and Messages
- ER_WRONG_SIZE_NUMBER, Server Error Codes and Messages
- ER_WRONG_SPVAR_TYPE_IN_LIMIT, Server Error Codes and Messages
- ER_WRONG_STRING_LENGTH, Server Error Codes and Messages
- ER_WRONG_SUB_KEY, Server Error Codes and Messages
- ER_WRONG_SUM_SELECT, Server Error Codes and Messages
- ER_WRONG_TABLESPACE_NAME, Server Error Codes and Messages
- ER_WRONG_TABLE_NAME, Server Error Codes and Messages
- ER_WRONG_TYPE_COLUMN_VALUE_ERROR, Server Error Codes and Messages
- ER_WRONG_TYPE_FOR_VAR, Server Error Codes and Messages
- ER_WRONG_USAGE, Server Error Codes and Messages
- ER_WRONG_VALUE, Server Error Codes and Messages
- ER_WRONG_VALUE_COUNT, Server Error Codes and Messages
- ER_WRONG_VALUE_COUNT_ON_ROW, Server Error Codes and Messages
- ER_WRONG_VALUE_FOR_TYPE, Server Error Codes and Messages
- ER_WRONG_VALUE_FOR_VAR, Server Error Codes and Messages
- ER_WSAS_FAILED, Server Error Codes and Messages
- ER_XAER_DUPID, Server Error Codes and Messages
- ER_XAER_INVAL, Server Error Codes and Messages
- ER_XAER_NOTA, Server Error Codes and Messages
- ER_XAER_OUTSIDE, Server Error Codes and Messages
- ER_XAER_RMERR, Server Error Codes and Messages
- ER_XAER_RMFAIL, Server Error Codes and Messages
- ER_XA_RBDEADLOCK, Server Error Codes and Messages
- ER_XA_RBROLLBACK, Server Error Codes and Messages
- ER_XA_RBTIMEOUT, Server Error Codes and Messages
- ER_XA_RETRY, Server Error Codes and Messages
- ER_YES, Server Error Codes and Messages
- ER_ZLIB_Z_BUF_ERROR, Server Error Codes and Messages
- ER_ZLIB_Z_DATA_ERROR, Server Error Codes and Messages
- ER_ZLIB_Z_MEM_ERROR, Server Error Codes and Messages
- WARN_COND_ITEM_TRUNCATED, Server Error Codes and Messages
- WARN_DATA_TRUNCATED, Server Error Codes and Messages
- WARN_DEPRECATED_MAXDB_SQL_MODE_FOR_TIMESTAMP, Server Error Codes and Messages
- WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED, Server Error Codes and Messages
- WARN_NO_MASTER_INFO, Server Error Codes and Messages
- WARN_ON_BLOCKHOLE_IN_RBR, Server Error Codes and Messages
- WARN_OPTION_BELOW_LIMIT, Server Error Codes and Messages
- WARN_OPTION_IGNORED, Server Error Codes and Messages
- WARN_PLUGIN_BUSY, Server Error Codes and Messages
- WARN_PLUGIN_DELETE_BUILTIN, Server Error Codes and Messages
- ERROR Events (NDB Cluster), NDB Cluster Log Events
- error log, MySQL Glossary
- error logs (NDB Cluster), ndbd — The NDB Cluster Data Node Daemon
- error messages
- can't find file, Problems with File Permissions
- Can't reopen table, TEMPORARY Table Problems
- displaying, perror — Explain Error Codes
- languages, Setting the Error Message Language
- The used command is not allowed with this MySQL version, Security Issues with LOAD DATA LOCAL
- error-insert option
- ndb_move_data, ndb_move_data — NDB Data Copy Utility
- errors
- access denied, Access denied
- and replication, Slave Errors During Replication
- checking tables for, How to Check MyISAM Tables for Errors
- common, Problems and Common Errors
- directory checksum, Installing MySQL on Solaris
- handling for UDFs, UDF Return Values and Error Handling
- in subqueries, Subquery Errors
- known, Known Issues in MySQL
- linking, Troubleshooting Problems Linking to the MySQL Client Library
- list of, Common Errors When Using MySQL Programs
- lost connection, Lost connection to MySQL server
- reporting, How to Report Bugs or Problems
- sources of information, Sources of Error Information
- error_count system variable, Server System Variables
- ERROR_FOR_DIVISION_BY_ZERO SQL mode, Full List of SQL Modes
- error_messages
- ndbinfo table, The ndbinfo error_messages Table
- ER_ABORTING_CONNECTION error code, Server Error Codes and Messages
- ER_ACCESS_DENIED_CHANGE_USER_ERROR error code, Server Error Codes and Messages
- ER_ACCESS_DENIED_ERROR error code, Server Error Codes and Messages
- ER_ACCESS_DENIED_NO_PASSWORD_ERROR error code, Server Error Codes and Messages
- ER_ACCOUNT_HAS_BEEN_LOCKED error code, Server Error Codes and Messages
- ER_ADD_PARTITION_NO_NEW_PARTITION error code, Server Error Codes and Messages
- ER_ADD_PARTITION_SUBPART_ERROR error code, Server Error Codes and Messages
- ER_ADMIN_WRONG_MRG_TABLE error code, Server Error Codes and Messages
- ER_AES_INVALID_IV error code, Server Error Codes and Messages
- ER_AGGREGATE_IN_ORDER_NOT_SELECT error code, Server Error Codes and Messages
- ER_AGGREGATE_ORDER_FOR_UNION error code, Server Error Codes and Messages
- ER_AGGREGATE_ORDER_NON_AGG_QUERY error code, Server Error Codes and Messages
- ER_ALTER_FILEGROUP_FAILED error code, Server Error Codes and Messages
- ER_ALTER_INFO error code, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED error code, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON error code, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC error code, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS error code, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE error code, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY error code, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECK error code, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME error code, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS error code, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_GIS error code, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS error code, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORE error code, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK error code, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL error code, Server Error Codes and Messages
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION error code, Server Error Codes and Messages
- ER_AMBIGUOUS_FIELD_TERM error code, Server Error Codes and Messages
- ER_AUDIT_API_ABORT error code, Server Error Codes and Messages
- ER_AUDIT_LOG_COULD_NOT_CREATE_AES_KEY error code, Server Error Codes and Messages
- ER_AUDIT_LOG_ENCRYPTION_PASSWORD_CANNOT_BE_FETCHED error code, Server Error Codes and Messages
- ER_AUDIT_LOG_ENCRYPTION_PASSWORD_HAS_NOT_BEEN_SET error code, Server Error Codes and Messages
- ER_AUDIT_LOG_HAS_NOT_BEEN_INSTALLED error code, Server Error Codes and Messages
- ER_AUDIT_LOG_HOST_NAME_INVALID_CHARACTER error code, Server Error Codes and Messages
- ER_AUDIT_LOG_JSON_FILTERING_NOT_ENABLED error code, Server Error Codes and Messages
- ER_AUDIT_LOG_JSON_FILTER_DOES_NOT_EXISTS error code, Server Error Codes and Messages
- ER_AUDIT_LOG_JSON_FILTER_NAME_CANNOT_BE_EMPTY error code, Server Error Codes and Messages
- ER_AUDIT_LOG_JSON_FILTER_PARSING_ERROR error code, Server Error Codes and Messages
- ER_AUDIT_LOG_JSON_USER_NAME_CANNOT_BE_EMPTY error code, Server Error Codes and Messages
- ER_AUDIT_LOG_NO_KEYRING_PLUGIN_INSTALLED error code, Server Error Codes and Messages
- ER_AUDIT_LOG_SUPER_PRIVILEGE_REQUIRED error code, Server Error Codes and Messages
- ER_AUDIT_LOG_UDF_INSUFFICIENT_PRIVILEGE error code, Server Error Codes and Messages
- ER_AUDIT_LOG_UDF_INVALID_ARGUMENT_COUNT error code, Server Error Codes and Messages
- ER_AUDIT_LOG_UDF_INVALID_ARGUMENT_TYPE error code, Server Error Codes and Messages
- ER_AUDIT_LOG_UDF_READ_INVALID_MAX_ARRAY_LENGTH_ARG_TYPE error code, Server Error Codes and Messages
- ER_AUDIT_LOG_UDF_READ_INVALID_MAX_ARRAY_LENGTH_ARG_VALUE error code, Server Error Codes and Messages
- ER_AUDIT_LOG_USER_FIRST_CHARACTER_MUST_BE_ALPHANUMERIC error code, Server Error Codes and Messages
- ER_AUDIT_LOG_USER_NAME_INVALID_CHARACTER error code, Server Error Codes and Messages
- ER_AUTOINC_READ_FAILED error code, Server Error Codes and Messages
- ER_AUTO_CONVERT error code, Server Error Codes and Messages
- ER_AUTO_INCREMENT_CONFLICT error code, Server Error Codes and Messages
- ER_AUTO_POSITION_REQUIRES_GTID_MODE_NOT_OFF error code, Server Error Codes and Messages
- ER_AUTO_POSITION_REQUIRES_GTID_MODE_ON error code, Server Error Codes and Messages
- ER_BAD_DB_ERROR error code, Server Error Codes and Messages
- ER_BAD_FIELD_ERROR error code, Server Error Codes and Messages
- ER_BAD_FT_COLUMN error code, Server Error Codes and Messages
- ER_BAD_HOST_ERROR error code, Server Error Codes and Messages
- ER_BAD_LOG_STATEMENT error code, Server Error Codes and Messages
- ER_BAD_NULL_ERROR error code, Server Error Codes and Messages
- ER_BAD_SLAVE error code, Server Error Codes and Messages
- ER_BAD_SLAVE_AUTO_POSITION error code, Server Error Codes and Messages
- ER_BAD_SLAVE_UNTIL_COND error code, Server Error Codes and Messages
- ER_BAD_TABLE_ERROR error code, Server Error Codes and Messages
- ER_BASE64_DECODE_ERROR error code, Server Error Codes and Messages
- ER_BEFORE_DML_VALIDATION_ERROR error code, Server Error Codes and Messages
- ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX error code, Server Error Codes and Messages
- ER_BINLOG_CREATE_ROUTINE_NEED_SUPER error code, Server Error Codes and Messages
- ER_BINLOG_LOGGING_IMPOSSIBLE error code, Server Error Codes and Messages
- ER_BINLOG_LOGICAL_CORRUPTION error code, Server Error Codes and Messages
- ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE error code, Server Error Codes and Messages
- ER_BINLOG_PURGE_EMFILE error code, Server Error Codes and Messages
- ER_BINLOG_PURGE_FATAL_ERR error code, Server Error Codes and Messages
- ER_BINLOG_PURGE_PROHIBITED error code, Server Error Codes and Messages
- ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE error code, Server Error Codes and Messages
- ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE error code, Server Error Codes and Messages
- ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE error code, Server Error Codes and Messages
- ER_BINLOG_ROW_INJECTION_AND_STMT_MODE error code, Server Error Codes and Messages
- ER_BINLOG_ROW_LOGGING_FAILED error code, Server Error Codes and Messages
- ER_BINLOG_ROW_MODE_AND_STMT_ENGINE error code, Server Error Codes and Messages
- ER_BINLOG_ROW_RBR_TO_SBR error code, Server Error Codes and Messages
- ER_BINLOG_ROW_WRONG_TABLE_DEF error code, Server Error Codes and Messages
- ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX error code, Server Error Codes and Messages
- ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES error code, Server Error Codes and Messages
- ER_BINLOG_STMT_MODE_AND_ROW_ENGINE error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_AND_STMT_ENGINE error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_AUTOINC_COLUMNS error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_FULLTEXT_PLUGIN error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_INSERT_TWO_KEYS error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_LIMIT error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_MIXED_STATEMENT error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_REPLACE_SELECT error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_ROUTINE error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_STATEMENT error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_SYSTEM_FUNCTION error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_SYSTEM_TABLE error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_SYSTEM_VARIABLE error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_UDF error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_UPDATE_IGNORE error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT error code, Server Error Codes and Messages
- ER_BINLOG_UNSAFE_XA error code, Server Error Codes and Messages
- ER_BLOBS_AND_NO_TERMINATED error code, Server Error Codes and Messages
- ER_BLOB_CANT_HAVE_DEFAULT error code, Server Error Codes and Messages
- ER_BLOB_FIELD_IN_PART_FUNC_ERROR error code, Server Error Codes and Messages
- ER_BLOB_KEY_WITHOUT_LENGTH error code, Server Error Codes and Messages
- ER_BLOB_USED_AS_KEY error code, Server Error Codes and Messages
- ER_BOOST_GEOMETRY_CENTROID_EXCEPTION error code, Server Error Codes and Messages
- ER_BOOST_GEOMETRY_EMPTY_INPUT_EXCEPTION error code, Server Error Codes and Messages
- ER_BOOST_GEOMETRY_INCONSISTENT_TURNS_EXCEPTION error code, Server Error Codes and Messages
- ER_BOOST_GEOMETRY_OVERLAY_INVALID_INPUT_EXCEPTION error code, Server Error Codes and Messages
- ER_BOOST_GEOMETRY_SELF_INTERSECTION_POINT_EXCEPTION error code, Server Error Codes and Messages
- ER_BOOST_GEOMETRY_TURN_INFO_EXCEPTION error code, Server Error Codes and Messages
- ER_BOOST_GEOMETRY_UNKNOWN_EXCEPTION error code, Server Error Codes and Messages
- ER_BUFPOOL_RESIZE_INPROGRESS error code, Server Error Codes and Messages
- ER_CANNOT_ADD_FOREIGN error code, Server Error Codes and Messages
- ER_CANNOT_ADD_FOREIGN_BASE_COL_STORED error code, Server Error Codes and Messages
- ER_CANNOT_ADD_FOREIGN_BASE_COL_VIRTUAL error code, Server Error Codes and Messages
- ER_CANNOT_CREATE_VIRTUAL_INDEX_CONSTRAINT error code, Server Error Codes and Messages
- ER_CANNOT_DISCARD_TEMPORARY_TABLE error code, Server Error Codes and Messages
- ER_CANNOT_FIND_KEY_IN_KEYRING error code, Server Error Codes and Messages
- ER_CANNOT_LOAD_FROM_TABLE_V2 error code, Server Error Codes and Messages
- ER_CANNOT_LOG_PARTIAL_DROP_DATABASE_WITH_GTID error code, Server Error Codes and Messages
- ER_CANNOT_USER error code, Server Error Codes and Messages
- ER_CANT_ACTIVATE_LOG error code, Server Error Codes and Messages
- ER_CANT_AGGREGATE_2COLLATIONS error code, Server Error Codes and Messages
- ER_CANT_AGGREGATE_3COLLATIONS error code, Server Error Codes and Messages
- ER_CANT_AGGREGATE_NCOLLATIONS error code, Server Error Codes and Messages
- ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION error code, Server Error Codes and Messages
- ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION_WHEN_GTID_NEXT_LIST_IS_NULL
error code, Server Error Codes and Messages
- ER_CANT_CHANGE_TX_CHARACTERISTICS error code, Server Error Codes and Messages
- ER_CANT_CREATE_DB error code, Server Error Codes and Messages
- ER_CANT_CREATE_FEDERATED_TABLE error code, Server Error Codes and Messages
- ER_CANT_CREATE_FILE error code, Server Error Codes and Messages
- ER_CANT_CREATE_GEOMETRY_OBJECT error code, Server Error Codes and Messages
- ER_CANT_CREATE_HANDLER_FILE error code, Server Error Codes and Messages
- ER_CANT_CREATE_SROUTINE error code, Server Error Codes and Messages
- ER_CANT_CREATE_TABLE error code, Server Error Codes and Messages
- ER_CANT_CREATE_THREAD error code, Server Error Codes and Messages
- ER_CANT_CREATE_USER_WITH_GRANT error code, Server Error Codes and Messages
- ER_CANT_DELETE_FILE error code, Server Error Codes and Messages
- ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET error code, Server Error Codes and Messages
- ER_CANT_DO_THIS_DURING_AN_TRANSACTION error code, Server Error Codes and Messages
- ER_CANT_DROP_FIELD_OR_KEY error code, Server Error Codes and Messages
- ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION error code, Server Error Codes and Messages
- ER_CANT_FIND_DL_ENTRY error code, Server Error Codes and Messages
- ER_CANT_FIND_SYSTEM_REC error code, Server Error Codes and Messages
- ER_CANT_FIND_UDF error code, Server Error Codes and Messages
- ER_CANT_GET_STAT error code, Server Error Codes and Messages
- ER_CANT_GET_WD error code, Server Error Codes and Messages
- ER_CANT_INITIALIZE_UDF error code, Server Error Codes and Messages
- ER_CANT_LOCK error code, Server Error Codes and Messages
- ER_CANT_LOCK_LOG_TABLE error code, Server Error Codes and Messages
- ER_CANT_OPEN_FILE error code, Server Error Codes and Messages
- ER_CANT_OPEN_LIBRARY error code, Server Error Codes and Messages
- ER_CANT_READ_DIR error code, Server Error Codes and Messages
- ER_CANT_REMOVE_ALL_FIELDS error code, Server Error Codes and Messages
- ER_CANT_RENAME_LOG_TABLE error code, Server Error Codes and Messages
- ER_CANT_REOPEN_TABLE error code, Server Error Codes and Messages
- ER_CANT_REPLICATE_ANONYMOUS_WITH_AUTO_POSITION error code, Server Error Codes and Messages
- ER_CANT_REPLICATE_ANONYMOUS_WITH_GTID_MODE_ON error code, Server Error Codes and Messages
- ER_CANT_REPLICATE_GTID_WITH_GTID_MODE_OFF error code, Server Error Codes and Messages
- ER_CANT_RESET_MASTER error code, Server Error Codes and Messages
- ER_CANT_SET_ENFORCE_GTID_CONSISTENCY_ON_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS
error code, Server Error Codes and Messages
- ER_CANT_SET_GTID_MODE error code, Server Error Codes and Messages
- ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF error code, Server Error Codes and Messages
- ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON error code, Server Error Codes and Messages
- ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF error code, Server Error Codes and Messages
- ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID error code, Server Error Codes and Messages
- ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY error code, Server Error Codes and Messages
- ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF error code, Server Error Codes and Messages
- ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY error code, Server Error Codes and Messages
- ER_CANT_SET_VARIABLE_WHEN_OWNING_GTID error code, Server Error Codes and Messages
- ER_CANT_SET_WD error code, Server Error Codes and Messages
- ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT error code, Server Error Codes and Messages
- ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG error code, Server Error Codes and Messages
- ER_CANT_UPDATE_WITH_READLOCK error code, Server Error Codes and Messages
- ER_CANT_USE_AUTO_POSITION_WITH_GTID_MODE_OFF error code, Server Error Codes and Messages
- ER_CANT_USE_OPTION_HERE error code, Server Error Codes and Messages
- ER_CANT_WAIT_FOR_EXECUTED_GTID_SET_WHILE_OWNING_A_GTID error code, Server Error Codes and Messages
- ER_CANT_WRITE_LOCK_LOG_TABLE error code, Server Error Codes and Messages
- ER_CAPACITY_EXCEEDED error code, Server Error Codes and Messages
- ER_CAPACITY_EXCEEDED_IN_PARSER error code, Server Error Codes and Messages
- ER_CAPACITY_EXCEEDED_IN_RANGE_OPTIMIZER error code, Server Error Codes and Messages
- ER_CHANGE_MASTER_PASSWORD_LENGTH error code, Server Error Codes and Messages
- ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE error code, Server Error Codes and Messages
- ER_CHECKREAD error code, Server Error Codes and Messages
- ER_CHECK_NOT_IMPLEMENTED error code, Server Error Codes and Messages
- ER_CHECK_NO_SUCH_TABLE error code, Server Error Codes and Messages
- ER_COALESCE_ONLY_ON_HASH_PARTITION error code, Server Error Codes and Messages
- ER_COALESCE_PARTITION_NO_PARTITION error code, Server Error Codes and Messages
- ER_COLLATION_CHARSET_MISMATCH error code, Server Error Codes and Messages
- ER_COLUMNACCESS_DENIED_ERROR error code, Server Error Codes and Messages
- ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2 error code, Server Error Codes and Messages
- ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE error code, Server Error Codes and Messages
- ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE_V2 error code, Server Error Codes and Messages
- ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG error code, Server Error Codes and Messages
- ER_COND_ITEM_TOO_LONG error code, Server Error Codes and Messages
- ER_CONFLICTING_DECLARATIONS error code, Server Error Codes and Messages
- ER_CONFLICT_FN_PARSE_ERROR error code, Server Error Codes and Messages
- ER_CONNECT_TO_FOREIGN_DATA_SOURCE error code, Server Error Codes and Messages
- ER_CONNECT_TO_MASTER error code, Server Error Codes and Messages
- ER_CONSECUTIVE_REORG_PARTITIONS error code, Server Error Codes and Messages
- ER_CON_COUNT_ERROR error code, Server Error Codes and Messages
- ER_CORRUPT_HELP_DB error code, Server Error Codes and Messages
- ER_COULD_NOT_REINITIALIZE_AUDIT_LOG_FILTERS error code, Server Error Codes and Messages
- ER_CRASHED_ON_REPAIR error code, Server Error Codes and Messages
- ER_CRASHED_ON_USAGE error code, Server Error Codes and Messages
- ER_CREATE_DB_WITH_READ_LOCK error code, Server Error Codes and Messages
- ER_CREATE_FILEGROUP_FAILED error code, Server Error Codes and Messages
- ER_CUT_VALUE_GROUP_CONCAT error code, Server Error Codes and Messages
- ER_CYCLIC_REFERENCE error code, Server Error Codes and Messages
- ER_DATABASE_NAME error code, Server Error Codes and Messages
- ER_DATA_OUT_OF_RANGE error code, Server Error Codes and Messages
- ER_DATA_TOO_LONG error code, Server Error Codes and Messages
- ER_DATETIME_FUNCTION_OVERFLOW error code, Server Error Codes and Messages
- ER_DA_INVALID_CONDITION_NUMBER error code, Server Error Codes and Messages
- ER_DBACCESS_DENIED_ERROR error code, Server Error Codes and Messages
- ER_DB_CREATE_EXISTS error code, Server Error Codes and Messages
- ER_DB_DROP_DELETE error code, Server Error Codes and Messages
- ER_DB_DROP_EXISTS error code, Server Error Codes and Messages
- ER_DB_DROP_RMDIR error code, Server Error Codes and Messages
- ER_DDL_LOG_ERROR error code, Server Error Codes and Messages
- ER_DEBUG_SYNC_HIT_LIMIT error code, Server Error Codes and Messages
- ER_DEBUG_SYNC_TIMEOUT error code, Server Error Codes and Messages
- ER_DELAYED_NOT_SUPPORTED error code, Server Error Codes and Messages
- ER_DEPENDENT_BY_GENERATED_COLUMN error code, Server Error Codes and Messages
- ER_DERIVED_MUST_HAVE_ALIAS error code, Server Error Codes and Messages
- ER_DIFF_GROUPS_PROC error code, Server Error Codes and Messages
- ER_DIMENSION_UNSUPPORTED error code, Server Error Codes and Messages
- ER_DISABLED_STORAGE_ENGINE error code, Server Error Codes and Messages
- ER_DISCARD_FK_CHECKS_RUNNING error code, Server Error Codes and Messages
- ER_DISK_FULL error code, Server Error Codes and Messages
- ER_DIVISION_BY_ZERO error code, Server Error Codes and Messages
- ER_DONT_SUPPORT_SLAVE_PRESERVE_COMMIT_ORDER error code, Server Error Codes and Messages
- ER_DROP_DB_WITH_READ_LOCK error code, Server Error Codes and Messages
- ER_DROP_FILEGROUP_FAILED error code, Server Error Codes and Messages
- ER_DROP_INDEX_FK error code, Server Error Codes and Messages
- ER_DROP_LAST_PARTITION error code, Server Error Codes and Messages
- ER_DROP_PARTITION_NON_EXISTENT error code, Server Error Codes and Messages
- ER_DROP_USER error code, Server Error Codes and Messages
- ER_DUMP_NOT_IMPLEMENTED error code, Server Error Codes and Messages
- ER_DUPLICATED_VALUE_IN_TYPE error code, Server Error Codes and Messages
- ER_DUP_ARGUMENT error code, Server Error Codes and Messages
- ER_DUP_ENTRY error code, Server Error Codes and Messages
- ER_DUP_ENTRY_AUTOINCREMENT_CASE error code, Server Error Codes and Messages
- ER_DUP_ENTRY_WITH_KEY_NAME error code, Server Error Codes and Messages
- ER_DUP_FIELDNAME error code, Server Error Codes and Messages
- ER_DUP_INDEX error code, Server Error Codes and Messages
- ER_DUP_KEY error code, Server Error Codes and Messages
- ER_DUP_KEYNAME error code, Server Error Codes and Messages
- ER_DUP_LIST_ENTRY error code, Server Error Codes and Messages
- ER_DUP_SIGNAL_SET error code, Server Error Codes and Messages
- ER_DUP_UNIQUE error code, Server Error Codes and Messages
- ER_DUP_UNKNOWN_IN_INDEX error code, Server Error Codes and Messages
- ER_EMPTY_QUERY error code, Server Error Codes and Messages
- ER_ENGINE_OUT_OF_MEMORY error code, Server Error Codes and Messages
- ER_ERROR_DURING_CHECKPOINT error code, Server Error Codes and Messages
- ER_ERROR_DURING_COMMIT error code, Server Error Codes and Messages
- ER_ERROR_DURING_FLUSH_LOGS error code, Server Error Codes and Messages
- ER_ERROR_DURING_ROLLBACK error code, Server Error Codes and Messages
- ER_ERROR_IN_TRIGGER_BODY error code, Server Error Codes and Messages
- ER_ERROR_IN_UNKNOWN_TRIGGER_BODY error code, Server Error Codes and Messages
- ER_ERROR_ON_CLOSE error code, Server Error Codes and Messages
- ER_ERROR_ON_MASTER error code, Server Error Codes and Messages
- ER_ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE error code, Server Error Codes and Messages
- ER_ERROR_ON_READ error code, Server Error Codes and Messages
- ER_ERROR_ON_RENAME error code, Server Error Codes and Messages
- ER_ERROR_ON_WRITE error code, Server Error Codes and Messages
- ER_ERROR_WHEN_EXECUTING_COMMAND error code, Server Error Codes and Messages
- ER_EVENTS_DB_ERROR error code, Server Error Codes and Messages
- ER_EVENT_ALREADY_EXISTS error code, Server Error Codes and Messages
- ER_EVENT_CANNOT_ALTER_IN_THE_PAST error code, Server Error Codes and Messages
- ER_EVENT_CANNOT_CREATE_IN_THE_PAST error code, Server Error Codes and Messages
- ER_EVENT_CANNOT_DELETE error code, Server Error Codes and Messages
- ER_EVENT_CANT_ALTER error code, Server Error Codes and Messages
- ER_EVENT_COMPILE_ERROR error code, Server Error Codes and Messages
- ER_EVENT_DATA_TOO_LONG error code, Server Error Codes and Messages
- ER_EVENT_DOES_NOT_EXIST error code, Server Error Codes and Messages
- ER_EVENT_DROP_FAILED error code, Server Error Codes and Messages
- ER_EVENT_ENDS_BEFORE_STARTS error code, Server Error Codes and Messages
- ER_EVENT_EXEC_TIME_IN_THE_PAST error code, Server Error Codes and Messages
- ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG error code, Server Error Codes and Messages
- ER_EVENT_INVALID_CREATION_CTX error code, Server Error Codes and Messages
- ER_EVENT_MODIFY_QUEUE_ERROR error code, Server Error Codes and Messages
- ER_EVENT_NEITHER_M_EXPR_NOR_M_AT error code, Server Error Codes and Messages
- ER_EVENT_OPEN_TABLE_FAILED error code, Server Error Codes and Messages
- ER_EVENT_RECURSION_FORBIDDEN error code, Server Error Codes and Messages
- ER_EVENT_SAME_NAME error code, Server Error Codes and Messages
- ER_EVENT_SET_VAR_ERROR error code, Server Error Codes and Messages
- ER_EVENT_STORE_FAILED error code, Server Error Codes and Messages
- ER_EXCEPTIONS_WRITE_ERROR error code, Server Error Codes and Messages
- ER_EXEC_STMT_WITH_OPEN_CURSOR error code, Server Error Codes and Messages
- ER_EXPLAIN_NOT_SUPPORTED error code, Server Error Codes and Messages
- ER_FAILED_READ_FROM_PAR_FILE error code, Server Error Codes and Messages
- ER_FAILED_ROUTINE_BREAK_BINLOG error code, Server Error Codes and Messages
- ER_FEATURE_DISABLED error code, Server Error Codes and Messages
- ER_FEATURE_DISABLED_SEE_DOC error code, Server Error Codes and Messages
- ER_FEATURE_NOT_AVAILABLE error code, Server Error Codes and Messages
- ER_FIELD_IN_ORDER_NOT_SELECT error code, Server Error Codes and Messages
- ER_FIELD_NOT_FOUND_PART_ERROR error code, Server Error Codes and Messages
- ER_FIELD_SPECIFIED_TWICE error code, Server Error Codes and Messages
- ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD error code, Server Error Codes and Messages
- ER_FILEGROUP_OPTION_ONLY_ONCE error code, Server Error Codes and Messages
- ER_FILE_CORRUPT error code, Server Error Codes and Messages
- ER_FILE_EXISTS_ERROR error code, Server Error Codes and Messages
- ER_FILE_NOT_FOUND error code, Server Error Codes and Messages
- ER_FILE_USED error code, Server Error Codes and Messages
- ER_FILSORT_ABORT error code, Server Error Codes and Messages
- ER_FK_CANNOT_DELETE_PARENT error code, Server Error Codes and Messages
- ER_FK_CANNOT_OPEN_PARENT error code, Server Error Codes and Messages
- ER_FK_COLUMN_CANNOT_CHANGE error code, Server Error Codes and Messages
- ER_FK_COLUMN_CANNOT_CHANGE_CHILD error code, Server Error Codes and Messages
- ER_FK_COLUMN_CANNOT_DROP error code, Server Error Codes and Messages
- ER_FK_COLUMN_CANNOT_DROP_CHILD error code, Server Error Codes and Messages
- ER_FK_COLUMN_NOT_NULL error code, Server Error Codes and Messages
- ER_FK_DEPTH_EXCEEDED error code, Server Error Codes and Messages
- ER_FK_DUP_NAME error code, Server Error Codes and Messages
- ER_FK_FAIL_ADD_SYSTEM error code, Server Error Codes and Messages
- ER_FK_INCORRECT_OPTION error code, Server Error Codes and Messages
- ER_FK_NO_INDEX_CHILD error code, Server Error Codes and Messages
- ER_FK_NO_INDEX_PARENT error code, Server Error Codes and Messages
- ER_FLUSH_MASTER_BINLOG_CLOSED error code, Server Error Codes and Messages
- ER_FORBID_SCHEMA_CHANGE error code, Server Error Codes and Messages
- ER_FORCING_CLOSE error code, Server Error Codes and Messages
- ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST error code, Server Error Codes and Messages
- ER_FOREIGN_DATA_STRING_INVALID error code, Server Error Codes and Messages
- ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE error code, Server Error Codes and Messages
- ER_FOREIGN_DUPLICATE_KEY_OLD_UNUSED error code, Server Error Codes and Messages
- ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO error code, Server Error Codes and Messages
- ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO error code, Server Error Codes and Messages
- ER_FOREIGN_KEY_ON_PARTITIONED error code, Server Error Codes and Messages
- ER_FOREIGN_SERVER_DOESNT_EXIST error code, Server Error Codes and Messages
- ER_FOREIGN_SERVER_EXISTS error code, Server Error Codes and Messages
- ER_FORM_NOT_FOUND error code, Server Error Codes and Messages
- ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF error code, Server Error Codes and Messages
- ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF__UNUSED error code, Server Error Codes and Messages
- ER_FPARSER_BAD_HEADER error code, Server Error Codes and Messages
- ER_FPARSER_EOF_IN_COMMENT error code, Server Error Codes and Messages
- ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER error code, Server Error Codes and Messages
- ER_FPARSER_ERROR_IN_PARAMETER error code, Server Error Codes and Messages
- ER_FPARSER_TOO_BIG_FILE error code, Server Error Codes and Messages
- ER_FRM_UNKNOWN_TYPE error code, Server Error Codes and Messages
- ER_FSEEK_FAIL error code, Server Error Codes and Messages
- ER_FT_MATCHING_KEY_NOT_FOUND error code, Server Error Codes and Messages
- ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING error code, Server Error Codes and Messages
- ER_FUNCTION_NOT_DEFINED error code, Server Error Codes and Messages
- ER_FUNC_INEXISTENT_NAME_COLLISION error code, Server Error Codes and Messages
- ER_GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED error code, Server Error Codes and Messages
- ER_GENERATED_COLUMN_NON_PRIOR error code, Server Error Codes and Messages
- ER_GENERATED_COLUMN_REF_AUTO_INC error code, Server Error Codes and Messages
- ER_GET_ERRMSG error code, Server Error Codes and Messages
- ER_GET_ERRNO error code, Server Error Codes and Messages
- ER_GET_STACKED_DA_WITHOUT_ACTIVE_HANDLER error code, Server Error Codes and Messages
- ER_GET_TEMPORARY_ERRMSG error code, Server Error Codes and Messages
- ER_GIS_DATA_WRONG_ENDIANESS error code, Server Error Codes and Messages
- ER_GIS_DIFFERENT_SRIDS error code, Server Error Codes and Messages
- ER_GIS_INVALID_DATA error code, Server Error Codes and Messages
- ER_GIS_MAX_POINTS_IN_GEOMETRY_OVERFLOWED error code, Server Error Codes and Messages
- ER_GIS_UNKNOWN_ERROR error code, Server Error Codes and Messages
- ER_GIS_UNKNOWN_EXCEPTION error code, Server Error Codes and Messages
- ER_GIS_UNSUPPORTED_ARGUMENT error code, Server Error Codes and Messages
- ER_GLOBAL_VARIABLE error code, Server Error Codes and Messages
- ER_GNO_EXHAUSTED error code, Server Error Codes and Messages
- ER_GOT_SIGNAL error code, Server Error Codes and Messages
- ER_GRANT_PLUGIN_USER_EXISTS error code, Server Error Codes and Messages
- ER_GRANT_WRONG_HOST_OR_USER error code, Server Error Codes and Messages
- ER_GROUP_REPLICATION_APPLIER_INIT_ERROR error code, Server Error Codes and Messages
- ER_GROUP_REPLICATION_COMMUNICATION_LAYER_JOIN_ERROR error code, Server Error Codes and Messages
- ER_GROUP_REPLICATION_COMMUNICATION_LAYER_SESSION_ERROR error code, Server Error Codes and Messages
- ER_GROUP_REPLICATION_CONFIGURATION error code, Server Error Codes and Messages
- ER_GROUP_REPLICATION_MAX_GROUP_SIZE error code, Server Error Codes and Messages
- ER_GROUP_REPLICATION_RUNNING error code, Server Error Codes and Messages
- ER_GROUP_REPLICATION_STOP_APPLIER_THREAD_TIMEOUT error code, Server Error Codes and Messages
- ER_GTID_EXECUTED_WAS_CHANGED error code, Server Error Codes and Messages
- ER_GTID_MODE_2_OR_3_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON error code, Server Error Codes and Messages
- ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME error code, Server Error Codes and Messages
- ER_GTID_MODE_OFF error code, Server Error Codes and Messages
- ER_GTID_MODE_ON_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON error code, Server Error Codes and Messages
- ER_GTID_MODE_REQUIRES_BINLOG error code, Server Error Codes and Messages
- ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL error code, Server Error Codes and Messages
- ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST error code, Server Error Codes and Messages
- ER_GTID_NEXT_TYPE_UNDEFINED_GROUP error code, Server Error Codes and Messages
- ER_GTID_PURGED_WAS_CHANGED error code, Server Error Codes and Messages
- ER_GTID_UNSAFE_BINLOG_SPLITTABLE_STATEMENT_AND_GTID_GROUP error code, Server Error Codes and Messages
- ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION error code, Server Error Codes and Messages
- ER_GTID_UNSAFE_CREATE_SELECT error code, Server Error Codes and Messages
- ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE error code, Server Error Codes and Messages
- ER_HANDSHAKE_ERROR error code, Server Error Codes and Messages
- ER_HASHCHK error code, Server Error Codes and Messages
- ER_HOSTNAME error code, Server Error Codes and Messages
- ER_HOST_IS_BLOCKED error code, Server Error Codes and Messages
- ER_HOST_NOT_PRIVILEGED error code, Server Error Codes and Messages
- ER_IDENT_CAUSES_TOO_LONG_PATH error code, Server Error Codes and Messages
- ER_ILLEGAL_GRANT_FOR_TABLE error code, Server Error Codes and Messages
- ER_ILLEGAL_HA error code, Server Error Codes and Messages
- ER_ILLEGAL_HA_CREATE_OPTION error code, Server Error Codes and Messages
- ER_ILLEGAL_REFERENCE error code, Server Error Codes and Messages
- ER_ILLEGAL_USER_VAR error code, Server Error Codes and Messages
- ER_ILLEGAL_VALUE_FOR_TYPE error code, Server Error Codes and Messages
- ER_INCONSISTENT_ERROR error code, Server Error Codes and Messages
- ER_INCONSISTENT_PARTITION_INFO_ERROR error code, Server Error Codes and Messages
- ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR error code, Server Error Codes and Messages
- ER_INCORRECT_GLOBAL_LOCAL_VAR error code, Server Error Codes and Messages
- ER_INCORRECT_TYPE error code, Server Error Codes and Messages
- ER_INDEX_COLUMN_TOO_LONG error code, Server Error Codes and Messages
- ER_INDEX_CORRUPT error code, Server Error Codes and Messages
- ER_INDEX_REBUILD error code, Server Error Codes and Messages
- ER_INNODB_FORCED_RECOVERY error code, Server Error Codes and Messages
- ER_INNODB_FT_AUX_NOT_HEX_ID error code, Server Error Codes and Messages
- ER_INNODB_FT_LIMIT error code, Server Error Codes and Messages
- ER_INNODB_FT_WRONG_DOCID_COLUMN error code, Server Error Codes and Messages
- ER_INNODB_FT_WRONG_DOCID_INDEX error code, Server Error Codes and Messages
- ER_INNODB_IMPORT_ERROR error code, Server Error Codes and Messages
- ER_INNODB_INDEX_CORRUPT error code, Server Error Codes and Messages
- ER_INNODB_NO_FT_TEMP_TABLE error code, Server Error Codes and Messages
- ER_INNODB_NO_FT_USES_PARSER error code, Server Error Codes and Messages
- ER_INNODB_ONLINE_LOG_TOO_BIG error code, Server Error Codes and Messages
- ER_INNODB_READ_ONLY error code, Server Error Codes and Messages
- ER_INNODB_UNDO_LOG_FULL error code, Server Error Codes and Messages
- ER_INSECURE_CHANGE_MASTER error code, Server Error Codes and Messages
- ER_INSECURE_PLAIN_TEXT error code, Server Error Codes and Messages
- ER_INSERT_INFO error code, Server Error Codes and Messages
- ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT error code, Server Error Codes and Messages
- ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT error code, Server Error Codes and Messages
- ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN error code, Server Error Codes and Messages
- ER_INTERNAL_ERROR error code, Server Error Codes and Messages
- ER_INVALID_ARGUMENT_FOR_LOGARITHM error code, Server Error Codes and Messages
- ER_INVALID_CAST_TO_JSON error code, Server Error Codes and Messages
- ER_INVALID_CHARACTER_STRING error code, Server Error Codes and Messages
- ER_INVALID_DEFAULT error code, Server Error Codes and Messages
- ER_INVALID_ENCRYPTION_OPTION error code, Server Error Codes and Messages
- ER_INVALID_FIELD_SIZE error code, Server Error Codes and Messages
- ER_INVALID_GEOJSON_MISSING_MEMBER error code, Server Error Codes and Messages
- ER_INVALID_GEOJSON_UNSPECIFIED error code, Server Error Codes and Messages
- ER_INVALID_GEOJSON_WRONG_TYPE error code, Server Error Codes and Messages
- ER_INVALID_GROUP_FUNC_USE error code, Server Error Codes and Messages
- ER_INVALID_JSON_BINARY_DATA error code, Server Error Codes and Messages
- ER_INVALID_JSON_CHARSET error code, Server Error Codes and Messages
- ER_INVALID_JSON_CHARSET_IN_FUNCTION error code, Server Error Codes and Messages
- ER_INVALID_JSON_DATA error code, Server Error Codes and Messages
- ER_INVALID_JSON_PATH error code, Server Error Codes and Messages
- ER_INVALID_JSON_PATH_ARRAY_CELL error code, Server Error Codes and Messages
- ER_INVALID_JSON_PATH_CHARSET error code, Server Error Codes and Messages
- ER_INVALID_JSON_PATH_WILDCARD error code, Server Error Codes and Messages
- ER_INVALID_JSON_TEXT error code, Server Error Codes and Messages
- ER_INVALID_JSON_TEXT_IN_PARAM error code, Server Error Codes and Messages
- ER_INVALID_JSON_VALUE_FOR_CAST error code, Server Error Codes and Messages
- ER_INVALID_ON_UPDATE error code, Server Error Codes and Messages
- ER_INVALID_RPL_WILD_TABLE_FILTER_PATTERN error code, Server Error Codes and Messages
- ER_INVALID_TYPE_FOR_JSON error code, Server Error Codes and Messages
- ER_INVALID_USE_OF_NULL error code, Server Error Codes and Messages
- ER_INVALID_YEAR_COLUMN_LENGTH error code, Server Error Codes and Messages
- ER_IO_ERR_LOG_INDEX_READ error code, Server Error Codes and Messages
- ER_IO_READ_ERROR error code, Server Error Codes and Messages
- ER_IO_WRITE_ERROR error code, Server Error Codes and Messages
- ER_IPSOCK_ERROR error code, Server Error Codes and Messages
- ER_JSON_BAD_ONE_OR_ALL_ARG error code, Server Error Codes and Messages
- ER_JSON_DOCUMENT_NULL_KEY error code, Server Error Codes and Messages
- ER_JSON_DOCUMENT_TOO_DEEP error code, Server Error Codes and Messages
- ER_JSON_KEY_TOO_BIG error code, Server Error Codes and Messages
- ER_JSON_USED_AS_KEY error code, Server Error Codes and Messages
- ER_JSON_VACUOUS_PATH error code, Server Error Codes and Messages
- ER_JSON_VALUE_TOO_BIG error code, Server Error Codes and Messages
- ER_KEYRING_ACCESS_DENIED_ERROR error code, Server Error Codes and Messages
- ER_KEYRING_AWS_UDF_AWS_KMS_ERROR error code, Server Error Codes and Messages
- ER_KEYRING_MIGRATION_FAILURE error code, Server Error Codes and Messages
- ER_KEYRING_MIGRATION_STATUS error code, Server Error Codes and Messages
- ER_KEYRING_UDF_KEYRING_SERVICE_ERROR error code, Server Error Codes and Messages
- ER_KEY_BASED_ON_GENERATED_COLUMN error code, Server Error Codes and Messages
- ER_KEY_COLUMN_DOES_NOT_EXITS error code, Server Error Codes and Messages
- ER_KEY_DOES_NOT_EXITS error code, Server Error Codes and Messages
- ER_KEY_NOT_FOUND error code, Server Error Codes and Messages
- ER_KEY_PART_0 error code, Server Error Codes and Messages
- ER_KEY_REF_DO_NOT_MATCH_TABLE_REF error code, Server Error Codes and Messages
- ER_KILL_DENIED_ERROR error code, Server Error Codes and Messages
- ER_LIMITED_PART_RANGE error code, Server Error Codes and Messages
- ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR error code, Server Error Codes and Messages
- ER_LOAD_DATA_INVALID_COLUMN error code, Server Error Codes and Messages
- ER_LOAD_DATA_INVALID_COLUMN_UNUSED error code, Server Error Codes and Messages
- ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR error code, Server Error Codes and Messages
- ER_LOAD_INFO error code, Server Error Codes and Messages
- ER_LOCAL_VARIABLE error code, Server Error Codes and Messages
- ER_LOCKING_SERVICE_DEADLOCK error code, Server Error Codes and Messages
- ER_LOCKING_SERVICE_TIMEOUT error code, Server Error Codes and Messages
- ER_LOCKING_SERVICE_WRONG_NAME error code, Server Error Codes and Messages
- ER_LOCK_ABORTED error code, Server Error Codes and Messages
- ER_LOCK_DEADLOCK error code, Server Error Codes and Messages
- ER_LOCK_OR_ACTIVE_TRANSACTION error code, Server Error Codes and Messages
- ER_LOCK_REFUSED_BY_ENGINE error code, Server Error Codes and Messages
- ER_LOCK_TABLE_FULL error code, Server Error Codes and Messages
- ER_LOCK_WAIT_TIMEOUT error code, Server Error Codes and Messages
- ER_LOGGING_PROHIBIT_CHANGING_OF error code, Server Error Codes and Messages
- ER_LOG_IN_USE error code, Server Error Codes and Messages
- ER_LOG_PURGE_NO_FILE error code, Server Error Codes and Messages
- ER_LOG_PURGE_UNKNOWN_ERR error code, Server Error Codes and Messages
- ER_MALFORMED_DEFINER error code, Server Error Codes and Messages
- ER_MALFORMED_GTID_SET_ENCODING error code, Server Error Codes and Messages
- ER_MALFORMED_GTID_SET_SPECIFICATION error code, Server Error Codes and Messages
- ER_MALFORMED_GTID_SPECIFICATION error code, Server Error Codes and Messages
- ER_MALFORMED_PACKET error code, Server Error Codes and Messages
- ER_MASTER error code, Server Error Codes and Messages
- ER_MASTER_DELAY_VALUE_OUT_OF_RANGE error code, Server Error Codes and Messages
- ER_MASTER_FATAL_ERROR_READING_BINLOG error code, Server Error Codes and Messages
- ER_MASTER_HAS_PURGED_REQUIRED_GTIDS error code, Server Error Codes and Messages
- ER_MASTER_INFO error code, Server Error Codes and Messages
- ER_MASTER_KEY_ROTATION_BINLOG_FAILED error code, Server Error Codes and Messages
- ER_MASTER_KEY_ROTATION_ERROR_BY_SE error code, Server Error Codes and Messages
- ER_MASTER_KEY_ROTATION_NOT_SUPPORTED_BY_SE error code, Server Error Codes and Messages
- ER_MASTER_KEY_ROTATION_SE_UNAVAILABLE error code, Server Error Codes and Messages
- ER_MASTER_NET_READ error code, Server Error Codes and Messages
- ER_MASTER_NET_WRITE error code, Server Error Codes and Messages
- ER_MAXVALUE_IN_VALUES_IN error code, Server Error Codes and Messages
- ER_MAX_PREPARED_STMT_COUNT_REACHED error code, Server Error Codes and Messages
- ER_MESSAGE_AND_STATEMENT error code, Server Error Codes and Messages
- ER_MISSING_HA_CREATE_OPTION error code, Server Error Codes and Messages
- ER_MISSING_KEY error code, Server Error Codes and Messages
- ER_MISSING_SKIP_SLAVE error code, Server Error Codes and Messages
- ER_MIXING_NOT_ALLOWED error code, Server Error Codes and Messages
- ER_MIX_HANDLER_ERROR error code, Server Error Codes and Messages
- ER_MIX_OF_GROUP_FUNC_AND_FIELDS error code, Server Error Codes and Messages
- ER_MIX_OF_GROUP_FUNC_AND_FIELDS_V2 error code, Server Error Codes and Messages
- ER_MTS_CANT_PARALLEL error code, Server Error Codes and Messages
- ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPS error code, Server Error Codes and Messages
- ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX error code, Server Error Codes and Messages
- ER_MTS_FEATURE_IS_NOT_SUPPORTED error code, Server Error Codes and Messages
- ER_MTS_INCONSISTENT_DATA error code, Server Error Codes and Messages
- ER_MTS_RECOVERY_FAILURE error code, Server Error Codes and Messages
- ER_MTS_RESET_WORKERS error code, Server Error Codes and Messages
- ER_MTS_UPDATED_DBS_GREATER_MAX error code, Server Error Codes and Messages
- ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR error code, Server Error Codes and Messages
- ER_MULTIPLE_PRI_KEY error code, Server Error Codes and Messages
- ER_MULTI_UPDATE_KEY_CONFLICT error code, Server Error Codes and Messages
- ER_MUST_CHANGE_PASSWORD error code, Server Error Codes and Messages
- ER_MUST_CHANGE_PASSWORD_LOGIN error code, Server Error Codes and Messages
- ER_M_BIGGER_THAN_D error code, Server Error Codes and Messages
- ER_NAME_BECOMES_EMPTY error code, Server Error Codes and Messages
- ER_NATIVE_FCT_NAME_COLLISION error code, Server Error Codes and Messages
- ER_NDB_CANT_SWITCH_BINLOG_FORMAT error code, Server Error Codes and Messages
- ER_NDB_REPLICATION_SCHEMA_ERROR error code, Server Error Codes and Messages
- ER_NEED_REPREPARE error code, Server Error Codes and Messages
- ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE error code, Server Error Codes and Messages
- ER_NET_ERROR_ON_WRITE error code, Server Error Codes and Messages
- ER_NET_FCNTL_ERROR error code, Server Error Codes and Messages
- ER_NET_OK_PACKET_TOO_LARGE error code, Server Error Codes and Messages
- ER_NET_PACKETS_OUT_OF_ORDER error code, Server Error Codes and Messages
- ER_NET_PACKET_TOO_LARGE error code, Server Error Codes and Messages
- ER_NET_READ_ERROR error code, Server Error Codes and Messages
- ER_NET_READ_ERROR_FROM_PIPE error code, Server Error Codes and Messages
- ER_NET_READ_INTERRUPTED error code, Server Error Codes and Messages
- ER_NET_UNCOMPRESS_ERROR error code, Server Error Codes and Messages
- ER_NET_WRITE_INTERRUPTED error code, Server Error Codes and Messages
- ER_NEVER_USED error code, Server Error Codes and Messages
- ER_NEW_ABORTING_CONNECTION error code, Server Error Codes and Messages
- ER_NISAMCHK error code, Server Error Codes and Messages
- ER_NO error code, Server Error Codes and Messages
- ER_NONEXISTING_GRANT error code, Server Error Codes and Messages
- ER_NONEXISTING_PROC_GRANT error code, Server Error Codes and Messages
- ER_NONEXISTING_TABLE_GRANT error code, Server Error Codes and Messages
- ER_NONUNIQ_TABLE error code, Server Error Codes and Messages
- ER_NONUPDATEABLE_COLUMN error code, Server Error Codes and Messages
- ER_NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN error code, Server Error Codes and Messages
- ER_NON_GROUPING_FIELD_USED error code, Server Error Codes and Messages
- ER_NON_INSERTABLE_TABLE error code, Server Error Codes and Messages
- ER_NON_RO_SELECT_DISABLE_TIMER error code, Server Error Codes and Messages
- ER_NON_UNIQ_ERROR error code, Server Error Codes and Messages
- ER_NON_UPDATABLE_TABLE error code, Server Error Codes and Messages
- ER_NORMAL_SHUTDOWN error code, Server Error Codes and Messages
- ER_NOT_ALLOWED_COMMAND error code, Server Error Codes and Messages
- ER_NOT_FORM_FILE error code, Server Error Codes and Messages
- ER_NOT_KEYFILE error code, Server Error Codes and Messages
- ER_NOT_SUPPORTED_AUTH_MODE error code, Server Error Codes and Messages
- ER_NOT_SUPPORTED_YET error code, Server Error Codes and Messages
- ER_NOT_VALID_PASSWORD error code, Server Error Codes and Messages
- ER_NO_BINARY_LOGGING error code, Server Error Codes and Messages
- ER_NO_BINLOG_ERROR error code, Server Error Codes and Messages
- ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR error code, Server Error Codes and Messages
- ER_NO_DB_ERROR error code, Server Error Codes and Messages
- ER_NO_DEFAULT error code, Server Error Codes and Messages
- ER_NO_DEFAULT_FOR_FIELD error code, Server Error Codes and Messages
- ER_NO_DEFAULT_FOR_VIEW_FIELD error code, Server Error Codes and Messages
- ER_NO_FILE_MAPPING error code, Server Error Codes and Messages
- ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT error code, Server Error Codes and Messages
- ER_NO_FT_MATERIALIZED_SUBQUERY error code, Server Error Codes and Messages
- ER_NO_GROUP_FOR_PROC error code, Server Error Codes and Messages
- ER_NO_PARTITION_FOR_GIVEN_VALUE error code, Server Error Codes and Messages
- ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT error code, Server Error Codes and Messages
- ER_NO_PARTS_ERROR error code, Server Error Codes and Messages
- ER_NO_PERMISSION_TO_CREATE_USER error code, Server Error Codes and Messages
- ER_NO_RAID_COMPILED error code, Server Error Codes and Messages
- ER_NO_REFERENCED_ROW error code, Server Error Codes and Messages
- ER_NO_REFERENCED_ROW_2 error code, Server Error Codes and Messages
- ER_NO_SECURE_TRANSPORTS_CONFIGURED error code, Server Error Codes and Messages
- ER_NO_SUCH_INDEX error code, Server Error Codes and Messages
- ER_NO_SUCH_KEY_VALUE error code, Server Error Codes and Messages
- ER_NO_SUCH_PARTITION__UNUSED error code, Server Error Codes and Messages
- ER_NO_SUCH_TABLE error code, Server Error Codes and Messages
- ER_NO_SUCH_THREAD error code, Server Error Codes and Messages
- ER_NO_SUCH_USER error code, Server Error Codes and Messages
- ER_NO_TABLES_USED error code, Server Error Codes and Messages
- ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA error code, Server Error Codes and Messages
- ER_NO_UNIQUE_LOGFILE error code, Server Error Codes and Messages
- ER_NULL_COLUMN_IN_INDEX error code, Server Error Codes and Messages
- ER_NULL_IN_VALUES_LESS_THAN error code, Server Error Codes and Messages
- ER_NUMERIC_JSON_VALUE_OUT_OF_RANGE error code, Server Error Codes and Messages
- ER_OBSOLETE_CANNOT_LOAD_FROM_TABLE error code, Server Error Codes and Messages
- ER_OBSOLETE_COL_COUNT_DOESNT_MATCH_CORRUPTED error code, Server Error Codes and Messages
- ER_OLD_FILE_FORMAT error code, Server Error Codes and Messages
- ER_OLD_KEYFILE error code, Server Error Codes and Messages
- ER_OLD_TEMPORALS_UPGRADED error code, Server Error Codes and Messages
- ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT error code, Server Error Codes and Messages
- ER_ONLY_INTEGERS_ALLOWED error code, Server Error Codes and Messages
- ER_ONLY_ON_RANGE_LIST_PARTITION error code, Server Error Codes and Messages
- ER_OPEN_AS_READONLY error code, Server Error Codes and Messages
- ER_OPERAND_COLUMNS error code, Server Error Codes and Messages
- ER_OPTION_PREVENTS_STATEMENT error code, Server Error Codes and Messages
- ER_ORDER_WITH_PROC error code, Server Error Codes and Messages
- ER_OUTOFMEMORY error code, Server Error Codes and Messages
- ER_OUT_OF_RESOURCES error code, Server Error Codes and Messages
- ER_OUT_OF_SORTMEMORY error code, Server Error Codes and Messages
- ER_PARSE_ERROR error code, Server Error Codes and Messages
- ER_PARTITIONS_MUST_BE_DEFINED_ERROR error code, Server Error Codes and Messages
- ER_PARTITION_CLAUSE_ON_NONPARTITIONED error code, Server Error Codes and Messages
- ER_PARTITION_COLUMN_LIST_ERROR error code, Server Error Codes and Messages
- ER_PARTITION_CONST_DOMAIN_ERROR error code, Server Error Codes and Messages
- ER_PARTITION_ENGINE_DEPRECATED_FOR_TABLE error code, Server Error Codes and Messages
- ER_PARTITION_ENTRY_ERROR error code, Server Error Codes and Messages
- ER_PARTITION_EXCHANGE_DIFFERENT_OPTION error code, Server Error Codes and Messages
- ER_PARTITION_EXCHANGE_FOREIGN_KEY error code, Server Error Codes and Messages
- ER_PARTITION_EXCHANGE_PART_TABLE error code, Server Error Codes and Messages
- ER_PARTITION_EXCHANGE_TEMP_TABLE error code, Server Error Codes and Messages
- ER_PARTITION_FIELDS_TOO_LONG error code, Server Error Codes and Messages
- ER_PARTITION_FUNCTION_FAILURE error code, Server Error Codes and Messages
- ER_PARTITION_FUNCTION_IS_NOT_ALLOWED error code, Server Error Codes and Messages
- ER_PARTITION_FUNC_NOT_ALLOWED_ERROR error code, Server Error Codes and Messages
- ER_PARTITION_INSTEAD_OF_SUBPARTITION error code, Server Error Codes and Messages
- ER_PARTITION_MAXVALUE_ERROR error code, Server Error Codes and Messages
- ER_PARTITION_MERGE_ERROR error code, Server Error Codes and Messages
- ER_PARTITION_MGMT_ON_NONPARTITIONED error code, Server Error Codes and Messages
- ER_PARTITION_NAME error code, Server Error Codes and Messages
- ER_PARTITION_NOT_DEFINED_ERROR error code, Server Error Codes and Messages
- ER_PARTITION_NO_TEMPORARY error code, Server Error Codes and Messages
- ER_PARTITION_REQUIRES_VALUES_ERROR error code, Server Error Codes and Messages
- ER_PARTITION_SUBPARTITION_ERROR error code, Server Error Codes and Messages
- ER_PARTITION_SUBPART_MIX_ERROR error code, Server Error Codes and Messages
- ER_PARTITION_WRONG_NO_PART_ERROR error code, Server Error Codes and Messages
- ER_PARTITION_WRONG_NO_SUBPART_ERROR error code, Server Error Codes and Messages
- ER_PARTITION_WRONG_VALUES_ERROR error code, Server Error Codes and Messages
- ER_PART_STATE_ERROR error code, Server Error Codes and Messages
- ER_PASSWD_LENGTH error code, Server Error Codes and Messages
- ER_PASSWORD_ANONYMOUS_USER error code, Server Error Codes and Messages
- ER_PASSWORD_EXPIRE_ANONYMOUS_USER error code, Server Error Codes and Messages
- ER_PASSWORD_FORMAT error code, Server Error Codes and Messages
- ER_PASSWORD_NOT_ALLOWED error code, Server Error Codes and Messages
- ER_PASSWORD_NO_MATCH error code, Server Error Codes and Messages
- ER_PATH_LENGTH error code, Server Error Codes and Messages
- ER_PLUGGABLE_PROTOCOL_COMMAND_NOT_SUPPORTED error code, Server Error Codes and Messages
- ER_PLUGIN_CANNOT_BE_UNINSTALLED error code, Server Error Codes and Messages
- ER_PLUGIN_DELETE_BUILTIN error code, Server Error Codes and Messages
- ER_PLUGIN_FAILED_TO_OPEN_TABLE error code, Server Error Codes and Messages
- ER_PLUGIN_FAILED_TO_OPEN_TABLES error code, Server Error Codes and Messages
- ER_PLUGIN_IS_NOT_LOADED error code, Server Error Codes and Messages
- ER_PLUGIN_IS_PERMANENT error code, Server Error Codes and Messages
- ER_PLUGIN_NO_INSTALL error code, Server Error Codes and Messages
- ER_PLUGIN_NO_UNINSTALL error code, Server Error Codes and Messages
- ER_PREVENTS_VARIABLE_WITHOUT_RBR error code, Server Error Codes and Messages
- ER_PRIMARY_CANT_HAVE_NULL error code, Server Error Codes and Messages
- ER_PROCACCESS_DENIED_ERROR error code, Server Error Codes and Messages
- ER_PROC_AUTO_GRANT_FAIL error code, Server Error Codes and Messages
- ER_PROC_AUTO_REVOKE_FAIL error code, Server Error Codes and Messages
- ER_PS_MANY_PARAM error code, Server Error Codes and Messages
- ER_PS_NO_RECURSION error code, Server Error Codes and Messages
- ER_QUERY_CACHE_DISABLED error code, Server Error Codes and Messages
- ER_QUERY_INTERRUPTED error code, Server Error Codes and Messages
- ER_QUERY_ON_FOREIGN_DATA_SOURCE error code, Server Error Codes and Messages
- ER_QUERY_ON_MASTER error code, Server Error Codes and Messages
- ER_QUERY_TIMEOUT error code, Server Error Codes and Messages
- ER_RANGE_NOT_INCREASING_ERROR error code, Server Error Codes and Messages
- ER_RBR_NOT_AVAILABLE error code, Server Error Codes and Messages
- ER_READY error code, Server Error Codes and Messages
- ER_READ_ONLY_MODE error code, Server Error Codes and Messages
- ER_READ_ONLY_TRANSACTION error code, Server Error Codes and Messages
- ER_RECORD_FILE_FULL error code, Server Error Codes and Messages
- ER_REFERENCED_TRG_DOES_NOT_EXIST error code, Server Error Codes and Messages
- ER_REGEXP_ERROR error code, Server Error Codes and Messages
- ER_RELAY_LOG_FAIL error code, Server Error Codes and Messages
- ER_RELAY_LOG_INIT error code, Server Error Codes and Messages
- ER_REMOVED_SPACES error code, Server Error Codes and Messages
- ER_RENAMED_NAME error code, Server Error Codes and Messages
- ER_REORG_HASH_ONLY_ON_SAME_NO error code, Server Error Codes and Messages
- ER_REORG_NO_PARAM_ERROR error code, Server Error Codes and Messages
- ER_REORG_OUTSIDE_RANGE error code, Server Error Codes and Messages
- ER_REORG_PARTITION_NOT_EXIST error code, Server Error Codes and Messages
- ER_REPLACE_INACCESSIBLE_ROWS error code, Server Error Codes and Messages
- ER_REQUIRES_PRIMARY_KEY error code, Server Error Codes and Messages
- ER_RESERVED_SYNTAX error code, Server Error Codes and Messages
- ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER error code, Server Error Codes and Messages
- ER_REVOKE_GRANTS error code, Server Error Codes and Messages
- ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET error code, Server Error Codes and Messages
- ER_ROW_DOES_NOT_MATCH_PARTITION error code, Server Error Codes and Messages
- ER_ROW_IN_WRONG_PARTITION error code, Server Error Codes and Messages
- ER_ROW_IS_REFERENCED error code, Server Error Codes and Messages
- ER_ROW_IS_REFERENCED_2 error code, Server Error Codes and Messages
- ER_ROW_SINGLE_PARTITION_FIELD_ERROR error code, Server Error Codes and Messages
- ER_RPL_INFO_DATA_TOO_LONG error code, Server Error Codes and Messages
- ER_RUN_HOOK_ERROR error code, Server Error Codes and Messages
- ER_SAME_NAME_PARTITION error code, Server Error Codes and Messages
- ER_SAME_NAME_PARTITION_FIELD error code, Server Error Codes and Messages
- ER_SECURE_TRANSPORT_REQUIRED error code, Server Error Codes and Messages
- ER_SELECT_REDUCED error code, Server Error Codes and Messages
- ER_SERVER_ISNT_AVAILABLE error code, Server Error Codes and Messages
- ER_SERVER_IS_IN_SECURE_AUTH_MODE error code, Server Error Codes and Messages
- ER_SERVER_OFFLINE_MODE error code, Server Error Codes and Messages
- ER_SERVER_SHUTDOWN error code, Server Error Codes and Messages
- ER_SESSION_WAS_KILLED error code, Server Error Codes and Messages
- ER_SET_CONSTANTS_ONLY error code, Server Error Codes and Messages
- ER_SET_ENFORCE_GTID_CONSISTENCY_WARN_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS
error code, Server Error Codes and Messages
- ER_SET_PASSWORD_AUTH_PLUGIN error code, Server Error Codes and Messages
- ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION error code, Server Error Codes and Messages
- ER_SHUTDOWN_COMPLETE error code, Server Error Codes and Messages
- ER_SIGNAL_BAD_CONDITION_TYPE error code, Server Error Codes and Messages
- ER_SIGNAL_EXCEPTION error code, Server Error Codes and Messages
- ER_SIGNAL_NOT_FOUND error code, Server Error Codes and Messages
- ER_SIGNAL_WARN error code, Server Error Codes and Messages
- ER_SIZE_OVERFLOW_ERROR error code, Server Error Codes and Messages
- ER_SKIPPING_LOGGED_TRANSACTION error code, Server Error Codes and Messages
- ER_SLAVE_CANT_CREATE_CONVERSION error code, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_DELETE error code, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_DOES_NOT_EXIST error code, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_IO_THREAD_MUST_STOP error code, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_MUST_STOP error code, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_NAME_INVALID_OR_TOO_LONG error code, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_NOT_RUNNING error code, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_OPERATION_NOT_ALLOWED error code, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_SQL_SKIP_COUNTER error code, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_SQL_THREAD_MUST_STOP error code, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_WAS_NOT_RUNNING error code, Server Error Codes and Messages
- ER_SLAVE_CHANNEL_WAS_RUNNING error code, Server Error Codes and Messages
- ER_SLAVE_CONFIGURATION error code, Server Error Codes and Messages
- ER_SLAVE_CONVERSION_FAILED error code, Server Error Codes and Messages
- ER_SLAVE_CORRUPT_EVENT error code, Server Error Codes and Messages
- ER_SLAVE_CREATE_EVENT_FAILURE error code, Server Error Codes and Messages
- ER_SLAVE_FATAL_ERROR error code, Server Error Codes and Messages
- ER_SLAVE_HAS_MORE_GTIDS_THAN_MASTER error code, Server Error Codes and Messages
- ER_SLAVE_HEARTBEAT_FAILURE error code, Server Error Codes and Messages
- ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE error code, Server Error Codes and Messages
- ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX error code, Server Error Codes and Messages
- ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN error code, Server Error Codes and Messages
- ER_SLAVE_IGNORED_SSL_PARAMS error code, Server Error Codes and Messages
- ER_SLAVE_IGNORED_TABLE error code, Server Error Codes and Messages
- ER_SLAVE_IGNORE_SERVER_IDS error code, Server Error Codes and Messages
- ER_SLAVE_INCIDENT error code, Server Error Codes and Messages
- ER_SLAVE_IO_THREAD_MUST_STOP error code, Server Error Codes and Messages
- ER_SLAVE_MASTER_COM_FAILURE error code, Server Error Codes and Messages
- ER_SLAVE_MAX_CHANNELS_EXCEEDED error code, Server Error Codes and Messages
- ER_SLAVE_MI_INIT_REPOSITORY error code, Server Error Codes and Messages
- ER_SLAVE_MULTIPLE_CHANNELS_CMD error code, Server Error Codes and Messages
- ER_SLAVE_MULTIPLE_CHANNELS_HOST_PORT error code, Server Error Codes and Messages
- ER_SLAVE_MUST_STOP error code, Server Error Codes and Messages
- ER_SLAVE_NEW_CHANNEL_WRONG_REPOSITORY error code, Server Error Codes and Messages
- ER_SLAVE_NOT_RUNNING error code, Server Error Codes and Messages
- ER_SLAVE_RELAY_LOG_READ_FAILURE error code, Server Error Codes and Messages
- ER_SLAVE_RELAY_LOG_WRITE_FAILURE error code, Server Error Codes and Messages
- ER_SLAVE_RLI_INIT_REPOSITORY error code, Server Error Codes and Messages
- ER_SLAVE_SILENT_RETRY_TRANSACTION error code, Server Error Codes and Messages
- ER_SLAVE_SQL_THREAD_MUST_STOP error code, Server Error Codes and Messages
- ER_SLAVE_THREAD error code, Server Error Codes and Messages
- ER_SLAVE_WAS_NOT_RUNNING error code, Server Error Codes and Messages
- ER_SLAVE_WAS_RUNNING error code, Server Error Codes and Messages
- ER_SLAVE_WORKER_STOPPED_PREVIOUS_THD_ERROR error code, Server Error Codes and Messages
- ER_SPATIAL_CANT_HAVE_NULL error code, Server Error Codes and Messages
- ER_SPATIAL_MUST_HAVE_GEOM_COL error code, Server Error Codes and Messages
- ER_SPECIFIC_ACCESS_DENIED_ERROR error code, Server Error Codes and Messages
- ER_SP_ALREADY_EXISTS error code, Server Error Codes and Messages
- ER_SP_BADRETURN error code, Server Error Codes and Messages
- ER_SP_BADSELECT error code, Server Error Codes and Messages
- ER_SP_BADSTATEMENT error code, Server Error Codes and Messages
- ER_SP_BAD_CURSOR_QUERY error code, Server Error Codes and Messages
- ER_SP_BAD_CURSOR_SELECT error code, Server Error Codes and Messages
- ER_SP_BAD_SQLSTATE error code, Server Error Codes and Messages
- ER_SP_BAD_VAR_SHADOW error code, Server Error Codes and Messages
- ER_SP_CANT_ALTER error code, Server Error Codes and Messages
- ER_SP_CANT_SET_AUTOCOMMIT error code, Server Error Codes and Messages
- ER_SP_CASE_NOT_FOUND error code, Server Error Codes and Messages
- ER_SP_COND_MISMATCH error code, Server Error Codes and Messages
- ER_SP_CURSOR_AFTER_HANDLER error code, Server Error Codes and Messages
- ER_SP_CURSOR_ALREADY_OPEN error code, Server Error Codes and Messages
- ER_SP_CURSOR_MISMATCH error code, Server Error Codes and Messages
- ER_SP_CURSOR_NOT_OPEN error code, Server Error Codes and Messages
- ER_SP_DOES_NOT_EXIST error code, Server Error Codes and Messages
- ER_SP_DROP_FAILED error code, Server Error Codes and Messages
- ER_SP_DUP_COND error code, Server Error Codes and Messages
- ER_SP_DUP_CURS error code, Server Error Codes and Messages
- ER_SP_DUP_HANDLER error code, Server Error Codes and Messages
- ER_SP_DUP_PARAM error code, Server Error Codes and Messages
- ER_SP_DUP_VAR error code, Server Error Codes and Messages
- ER_SP_FETCH_NO_DATA error code, Server Error Codes and Messages
- ER_SP_GOTO_IN_HNDLR error code, Server Error Codes and Messages
- ER_SP_LABEL_MISMATCH error code, Server Error Codes and Messages
- ER_SP_LABEL_REDEFINE error code, Server Error Codes and Messages
- ER_SP_LILABEL_MISMATCH error code, Server Error Codes and Messages
- ER_SP_NORETURN error code, Server Error Codes and Messages
- ER_SP_NORETURNEND error code, Server Error Codes and Messages
- ER_SP_NOT_VAR_ARG error code, Server Error Codes and Messages
- ER_SP_NO_AGGREGATE error code, Server Error Codes and Messages
- ER_SP_NO_DROP_SP error code, Server Error Codes and Messages
- ER_SP_NO_RECURSION error code, Server Error Codes and Messages
- ER_SP_NO_RECURSIVE_CREATE error code, Server Error Codes and Messages
- ER_SP_NO_RETSET error code, Server Error Codes and Messages
- ER_SP_PROC_TABLE_CORRUPT error code, Server Error Codes and Messages
- ER_SP_RECURSION_LIMIT error code, Server Error Codes and Messages
- ER_SP_STORE_FAILED error code, Server Error Codes and Messages
- ER_SP_SUBSELECT_NYI error code, Server Error Codes and Messages
- ER_SP_UNDECLARED_VAR error code, Server Error Codes and Messages
- ER_SP_UNINIT_VAR error code, Server Error Codes and Messages
- ER_SP_VARCOND_AFTER_CURSHNDLR error code, Server Error Codes and Messages
- ER_SP_WRONG_NAME error code, Server Error Codes and Messages
- ER_SP_WRONG_NO_OF_ARGS error code, Server Error Codes and Messages
- ER_SP_WRONG_NO_OF_FETCH_ARGS error code, Server Error Codes and Messages
- ER_SQLTHREAD_WITH_SECURE_SLAVE error code, Server Error Codes and Messages
- ER_SQL_MODE_MERGED error code, Server Error Codes and Messages
- ER_SQL_MODE_NO_EFFECT error code, Server Error Codes and Messages
- ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE error code, Server Error Codes and Messages
- ER_SR_INVALID_CREATION_CTX error code, Server Error Codes and Messages
- ER_STACK_OVERRUN error code, Server Error Codes and Messages
- ER_STACK_OVERRUN_NEED_MORE error code, Server Error Codes and Messages
- ER_STARTUP error code, Server Error Codes and Messages
- ER_STD_BAD_ALLOC_ERROR error code, Server Error Codes and Messages
- ER_STD_DOMAIN_ERROR error code, Server Error Codes and Messages
- ER_STD_INVALID_ARGUMENT error code, Server Error Codes and Messages
- ER_STD_LENGTH_ERROR error code, Server Error Codes and Messages
- ER_STD_LOGIC_ERROR error code, Server Error Codes and Messages
- ER_STD_OUT_OF_RANGE_ERROR error code, Server Error Codes and Messages
- ER_STD_OVERFLOW_ERROR error code, Server Error Codes and Messages
- ER_STD_RANGE_ERROR error code, Server Error Codes and Messages
- ER_STD_RUNTIME_ERROR error code, Server Error Codes and Messages
- ER_STD_UNDERFLOW_ERROR error code, Server Error Codes and Messages
- ER_STD_UNKNOWN_EXCEPTION error code, Server Error Codes and Messages
- ER_STMT_CACHE_FULL error code, Server Error Codes and Messages
- ER_STMT_HAS_NO_OPEN_CURSOR error code, Server Error Codes and Messages
- ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG error code, Server Error Codes and Messages
- ER_STOP_SLAVE_IO_THREAD_TIMEOUT error code, Server Error Codes and Messages
- ER_STOP_SLAVE_SQL_THREAD_TIMEOUT error code, Server Error Codes and Messages
- ER_STORAGE_ENGINE_NOT_LOADED error code, Server Error Codes and Messages
- ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT error code, Server Error Codes and Messages
- ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT error code, Server Error Codes and Messages
- ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN error code, Server Error Codes and Messages
- ER_SUBPARTITION_ERROR error code, Server Error Codes and Messages
- ER_SUBPARTITION_NAME error code, Server Error Codes and Messages
- ER_SUBQUERY_NO_1_ROW error code, Server Error Codes and Messages
- ER_SYNTAX_ERROR error code, Server Error Codes and Messages
- ER_TABLEACCESS_DENIED_ERROR error code, Server Error Codes and Messages
- ER_TABLENAME_NOT_ALLOWED_HERE error code, Server Error Codes and Messages
- ER_TABLESPACE_AUTO_EXTEND_ERROR error code, Server Error Codes and Messages
- ER_TABLESPACE_CANNOT_ENCRYPT error code, Server Error Codes and Messages
- ER_TABLESPACE_DISCARDED error code, Server Error Codes and Messages
- ER_TABLESPACE_EXISTS error code, Server Error Codes and Messages
- ER_TABLESPACE_IS_NOT_EMPTY error code, Server Error Codes and Messages
- ER_TABLESPACE_MISSING error code, Server Error Codes and Messages
- ER_TABLES_DIFFERENT_METADATA error code, Server Error Codes and Messages
- ER_TABLE_CANT_HANDLE_AUTO_INCREMENT error code, Server Error Codes and Messages
- ER_TABLE_CANT_HANDLE_BLOB error code, Server Error Codes and Messages
- ER_TABLE_CANT_HANDLE_FT error code, Server Error Codes and Messages
- ER_TABLE_CANT_HANDLE_SPKEYS error code, Server Error Codes and Messages
- ER_TABLE_CORRUPT error code, Server Error Codes and Messages
- ER_TABLE_DEF_CHANGED error code, Server Error Codes and Messages
- ER_TABLE_EXISTS_ERROR error code, Server Error Codes and Messages
- ER_TABLE_HAS_NO_FT error code, Server Error Codes and Messages
- ER_TABLE_IN_FK_CHECK error code, Server Error Codes and Messages
- ER_TABLE_IN_SYSTEM_TABLESPACE error code, Server Error Codes and Messages
- ER_TABLE_MUST_HAVE_COLUMNS error code, Server Error Codes and Messages
- ER_TABLE_NAME error code, Server Error Codes and Messages
- ER_TABLE_NEEDS_REBUILD error code, Server Error Codes and Messages
- ER_TABLE_NEEDS_UPGRADE error code, Server Error Codes and Messages
- ER_TABLE_NEEDS_UPG_PART error code, Server Error Codes and Messages
- ER_TABLE_NOT_LOCKED error code, Server Error Codes and Messages
- ER_TABLE_NOT_LOCKED_FOR_WRITE error code, Server Error Codes and Messages
- ER_TABLE_REFERENCED error code, Server Error Codes and Messages
- ER_TABLE_SCHEMA_MISMATCH error code, Server Error Codes and Messages
- ER_TEMPORARY_NAME error code, Server Error Codes and Messages
- ER_TEMP_FILE_WRITE_FAILURE error code, Server Error Codes and Messages
- ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR error code, Server Error Codes and Messages
- ER_TEXTFILE_NOT_READABLE error code, Server Error Codes and Messages
- ER_TOO_BIG_DISPLAYWIDTH error code, Server Error Codes and Messages
- ER_TOO_BIG_FIELDLENGTH error code, Server Error Codes and Messages
- ER_TOO_BIG_FOR_UNCOMPRESS error code, Server Error Codes and Messages
- ER_TOO_BIG_PRECISION error code, Server Error Codes and Messages
- ER_TOO_BIG_ROWSIZE error code, Server Error Codes and Messages
- ER_TOO_BIG_SCALE error code, Server Error Codes and Messages
- ER_TOO_BIG_SELECT error code, Server Error Codes and Messages
- ER_TOO_BIG_SET error code, Server Error Codes and Messages
- ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT error code, Server Error Codes and Messages
- ER_TOO_LONG_BODY error code, Server Error Codes and Messages
- ER_TOO_LONG_FIELD_COMMENT error code, Server Error Codes and Messages
- ER_TOO_LONG_IDENT error code, Server Error Codes and Messages
- ER_TOO_LONG_INDEX_COMMENT error code, Server Error Codes and Messages
- ER_TOO_LONG_KEY error code, Server Error Codes and Messages
- ER_TOO_LONG_STRING error code, Server Error Codes and Messages
- ER_TOO_LONG_TABLE_COMMENT error code, Server Error Codes and Messages
- ER_TOO_LONG_TABLE_PARTITION_COMMENT error code, Server Error Codes and Messages
- ER_TOO_MANY_CONCURRENT_TRXS error code, Server Error Codes and Messages
- ER_TOO_MANY_FIELDS error code, Server Error Codes and Messages
- ER_TOO_MANY_KEYS error code, Server Error Codes and Messages
- ER_TOO_MANY_KEY_PARTS error code, Server Error Codes and Messages
- ER_TOO_MANY_PARTITIONS_ERROR error code, Server Error Codes and Messages
- ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR error code, Server Error Codes and Messages
- ER_TOO_MANY_ROWS error code, Server Error Codes and Messages
- ER_TOO_MANY_TABLES error code, Server Error Codes and Messages
- ER_TOO_MANY_USER_CONNECTIONS error code, Server Error Codes and Messages
- ER_TOO_MANY_VALUES_ERROR error code, Server Error Codes and Messages
- ER_TOO_MUCH_AUTO_TIMESTAMP_COLS error code, Server Error Codes and Messages
- ER_TRANSACTION_ROLLBACK_DURING_COMMIT error code, Server Error Codes and Messages
- ER_TRANS_CACHE_FULL error code, Server Error Codes and Messages
- ER_TRG_ALREADY_EXISTS error code, Server Error Codes and Messages
- ER_TRG_CANT_CHANGE_ROW error code, Server Error Codes and Messages
- ER_TRG_CANT_OPEN_TABLE error code, Server Error Codes and Messages
- ER_TRG_CORRUPTED_FILE error code, Server Error Codes and Messages
- ER_TRG_DOES_NOT_EXIST error code, Server Error Codes and Messages
- ER_TRG_INVALID_CREATION_CTX error code, Server Error Codes and Messages
- ER_TRG_IN_WRONG_SCHEMA error code, Server Error Codes and Messages
- ER_TRG_NO_CREATION_CTX error code, Server Error Codes and Messages
- ER_TRG_NO_DEFINER error code, Server Error Codes and Messages
- ER_TRG_NO_SUCH_ROW_IN_TRG error code, Server Error Codes and Messages
- ER_TRG_ON_VIEW_OR_TEMP_TABLE error code, Server Error Codes and Messages
- ER_TRUNCATED_WRONG_VALUE error code, Server Error Codes and Messages
- ER_TRUNCATED_WRONG_VALUE_FOR_FIELD error code, Server Error Codes and Messages
- ER_TRUNCATE_ILLEGAL_FK error code, Server Error Codes and Messages
- ER_UDF_ERROR error code, Server Error Codes and Messages
- ER_UDF_EXISTS error code, Server Error Codes and Messages
- ER_UDF_NO_PATHS error code, Server Error Codes and Messages
- ER_UNDO_RECORD_TOO_BIG error code, Server Error Codes and Messages
- ER_UNEXPECTED_EOF error code, Server Error Codes and Messages
- ER_UNION_TABLES_IN_DIFFERENT_DIR error code, Server Error Codes and Messages
- ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF error code, Server Error Codes and Messages
- ER_UNKNOWN_ALTER_ALGORITHM error code, Server Error Codes and Messages
- ER_UNKNOWN_ALTER_LOCK error code, Server Error Codes and Messages
- ER_UNKNOWN_CHARACTER_SET error code, Server Error Codes and Messages
- ER_UNKNOWN_COLLATION error code, Server Error Codes and Messages
- ER_UNKNOWN_COM_ERROR error code, Server Error Codes and Messages
- ER_UNKNOWN_ERROR error code, Server Error Codes and Messages
- ER_UNKNOWN_EXPLAIN_FORMAT error code, Server Error Codes and Messages
- ER_UNKNOWN_KEY_CACHE error code, Server Error Codes and Messages
- ER_UNKNOWN_LOCALE error code, Server Error Codes and Messages
- ER_UNKNOWN_PARTITION error code, Server Error Codes and Messages
- ER_UNKNOWN_PROCEDURE error code, Server Error Codes and Messages
- ER_UNKNOWN_STMT_HANDLER error code, Server Error Codes and Messages
- ER_UNKNOWN_STORAGE_ENGINE error code, Server Error Codes and Messages
- ER_UNKNOWN_SYSTEM_VARIABLE error code, Server Error Codes and Messages
- ER_UNKNOWN_TABLE error code, Server Error Codes and Messages
- ER_UNKNOWN_TARGET_BINLOG error code, Server Error Codes and Messages
- ER_UNKNOWN_TIME_ZONE error code, Server Error Codes and Messages
- ER_UNRESOLVED_HINT_NAME error code, Server Error Codes and Messages
- ER_UNSUPORTED_LOG_ENGINE error code, Server Error Codes and Messages
- ER_UNSUPPORTED_ACTION_ON_GENERATED_COLUMN error code, Server Error Codes and Messages
- ER_UNSUPPORTED_ALTER_ENCRYPTION_INPLACE error code, Server Error Codes and Messages
- ER_UNSUPPORTED_ALTER_INPLACE_ON_VIRTUAL_COLUMN error code, Server Error Codes and Messages
- ER_UNSUPPORTED_ALTER_ONLINE_ON_VIRTUAL_COLUMN error code, Server Error Codes and Messages
- ER_UNSUPPORTED_BY_REPLICATION_THREAD error code, Server Error Codes and Messages
- ER_UNSUPPORTED_ENGINE error code, Server Error Codes and Messages
- ER_UNSUPPORTED_EXTENSION error code, Server Error Codes and Messages
- ER_UNSUPPORTED_PS error code, Server Error Codes and Messages
- ER_UNTIL_COND_IGNORED error code, Server Error Codes and Messages
- ER_UNUSED1 error code, Server Error Codes and Messages
- ER_UNUSED2 error code, Server Error Codes and Messages
- ER_UNUSED3 error code, Server Error Codes and Messages
- ER_UNUSED4 error code, Server Error Codes and Messages
- ER_UNUSED5 error code, Server Error Codes and Messages
- ER_UNUSED6 error code, Server Error Codes and Messages
- ER_UPDATE_INFO error code, Server Error Codes and Messages
- ER_UPDATE_LOG_DEPRECATED_IGNORED error code, Server Error Codes and Messages
- ER_UPDATE_LOG_DEPRECATED_TRANSLATED error code, Server Error Codes and Messages
- ER_UPDATE_TABLE_USED error code, Server Error Codes and Messages
- ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE error code, Server Error Codes and Messages
- ER_USERNAME error code, Server Error Codes and Messages
- ER_USER_ALREADY_EXISTS error code, Server Error Codes and Messages
- ER_USER_COLUMN_OLD_LENGTH error code, Server Error Codes and Messages
- ER_USER_DOES_NOT_EXIST error code, Server Error Codes and Messages
- ER_USER_LIMIT_REACHED error code, Server Error Codes and Messages
- ER_USER_LOCK_DEADLOCK error code, Server Error Codes and Messages
- ER_USER_LOCK_WRONG_NAME error code, Server Error Codes and Messages
- ER_VALUES_IS_NOT_INT_TYPE_ERROR error code, Server Error Codes and Messages
- ER_VARIABLE_IS_NOT_STRUCT error code, Server Error Codes and Messages
- ER_VARIABLE_IS_READONLY error code, Server Error Codes and Messages
- ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER error code, Server Error Codes and Messages
- ER_VARIABLE_NOT_SETTABLE_IN_SP error code, Server Error Codes and Messages
- ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION error code, Server Error Codes and Messages
- ER_VAR_CANT_BE_READ error code, Server Error Codes and Messages
- ER_VIEW_CHECKSUM error code, Server Error Codes and Messages
- ER_VIEW_CHECK_FAILED error code, Server Error Codes and Messages
- ER_VIEW_DELETE_MERGE_VIEW error code, Server Error Codes and Messages
- ER_VIEW_FRM_NO_USER error code, Server Error Codes and Messages
- ER_VIEW_INVALID error code, Server Error Codes and Messages
- ER_VIEW_INVALID_CREATION_CTX error code, Server Error Codes and Messages
- ER_VIEW_MULTIUPDATE error code, Server Error Codes and Messages
- ER_VIEW_NONUPD_CHECK error code, Server Error Codes and Messages
- ER_VIEW_NO_CREATION_CTX error code, Server Error Codes and Messages
- ER_VIEW_NO_EXPLAIN error code, Server Error Codes and Messages
- ER_VIEW_NO_INSERT_FIELD_LIST error code, Server Error Codes and Messages
- ER_VIEW_OTHER_USER error code, Server Error Codes and Messages
- ER_VIEW_PREVENT_UPDATE error code, Server Error Codes and Messages
- ER_VIEW_RECURSIVE error code, Server Error Codes and Messages
- ER_VIEW_SELECT_CLAUSE error code, Server Error Codes and Messages
- ER_VIEW_SELECT_DERIVED error code, Server Error Codes and Messages
- ER_VIEW_SELECT_DERIVED_UNUSED error code, Server Error Codes and Messages
- ER_VIEW_SELECT_TMPTABLE error code, Server Error Codes and Messages
- ER_VIEW_SELECT_VARIABLE error code, Server Error Codes and Messages
- ER_VIEW_WRONG_LIST error code, Server Error Codes and Messages
- ER_VTOKEN_PLUGIN_TOKEN_MISMATCH error code, Server Error Codes and Messages
- ER_VTOKEN_PLUGIN_TOKEN_NOT_FOUND error code, Server Error Codes and Messages
- ER_WARNING_NOT_COMPLETE_ROLLBACK error code, Server Error Codes and Messages
- ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE error code, Server Error Codes and Messages
- ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE error code, Server Error Codes and Messages
- ER_WARN_ALLOWED_PACKET_OVERFLOWED error code, Server Error Codes and Messages
- ER_WARN_BAD_MAX_EXECUTION_TIME error code, Server Error Codes and Messages
- ER_WARN_CANT_DROP_DEFAULT_KEYCACHE error code, Server Error Codes and Messages
- ER_WARN_CONFLICTING_HINT error code, Server Error Codes and Messages
- ER_WARN_DATA_OUT_OF_RANGE error code, Server Error Codes and Messages
- ER_WARN_DEPRECATED_SQLMODE error code, Server Error Codes and Messages
- ER_WARN_DEPRECATED_SQLMODE_UNSET error code, Server Error Codes and Messages
- ER_WARN_DEPRECATED_SYNTAX error code, Server Error Codes and Messages
- ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT error code, Server Error Codes and Messages
- ER_WARN_DEPRECATED_SYNTAX_WITH_VER error code, Server Error Codes and Messages
- ER_WARN_DEPRECATED_SYSVAR_UPDATE error code, Server Error Codes and Messages
- ER_WARN_ENGINE_TRANSACTION_ROLLBACK error code, Server Error Codes and Messages
- ER_WARN_FIELD_RESOLVED error code, Server Error Codes and Messages
- ER_WARN_HOSTNAME_WONT_WORK error code, Server Error Codes and Messages
- ER_WARN_INDEX_NOT_APPLICABLE error code, Server Error Codes and Messages
- ER_WARN_INVALID_TIMESTAMP error code, Server Error Codes and Messages
- ER_WARN_I_S_SKIPPED_TABLE error code, Server Error Codes and Messages
- ER_WARN_LEGACY_SYNTAX_CONVERTED error code, Server Error Codes and Messages
- ER_WARN_NULL_TO_NOTNULL error code, Server Error Codes and Messages
- ER_WARN_ONLY_MASTER_LOG_FILE_NO_POS error code, Server Error Codes and Messages
- ER_WARN_ON_MODIFYING_GTID_EXECUTED_TABLE error code, Server Error Codes and Messages
- ER_WARN_OPEN_TEMP_TABLES_MUST_BE_ZERO error code, Server Error Codes and Messages
- ER_WARN_OPTIMIZER_HINT_SYNTAX_ERROR error code, Server Error Codes and Messages
- ER_WARN_PURGE_LOG_IN_USE error code, Server Error Codes and Messages
- ER_WARN_PURGE_LOG_IS_ACTIVE error code, Server Error Codes and Messages
- ER_WARN_QC_RESIZE error code, Server Error Codes and Messages
- ER_WARN_TOO_FEW_RECORDS error code, Server Error Codes and Messages
- ER_WARN_TOO_MANY_RECORDS error code, Server Error Codes and Messages
- ER_WARN_TRIGGER_DOESNT_HAVE_CREATED error code, Server Error Codes and Messages
- ER_WARN_UNKNOWN_QB_NAME error code, Server Error Codes and Messages
- ER_WARN_UNSUPPORTED_MAX_EXECUTION_TIME error code, Server Error Codes and Messages
- ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID error code, Server Error Codes and Messages
- ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID_ZERO error code, Server Error Codes and Messages
- ER_WARN_USING_OTHER_HANDLER error code, Server Error Codes and Messages
- ER_WARN_VIEW_MERGE error code, Server Error Codes and Messages
- ER_WARN_VIEW_WITHOUT_KEY error code, Server Error Codes and Messages
- ER_WRONG_ARGUMENTS error code, Server Error Codes and Messages
- ER_WRONG_AUTO_KEY error code, Server Error Codes and Messages
- ER_WRONG_COLUMN_NAME error code, Server Error Codes and Messages
- ER_WRONG_DB_NAME error code, Server Error Codes and Messages
- ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR error code, Server Error Codes and Messages
- ER_WRONG_FIELD_SPEC error code, Server Error Codes and Messages
- ER_WRONG_FIELD_TERMINATORS error code, Server Error Codes and Messages
- ER_WRONG_FIELD_WITH_GROUP error code, Server Error Codes and Messages
- ER_WRONG_FIELD_WITH_GROUP_V2 error code, Server Error Codes and Messages
- ER_WRONG_FILE_NAME error code, Server Error Codes and Messages
- ER_WRONG_FK_DEF error code, Server Error Codes and Messages
- ER_WRONG_FK_OPTION_FOR_GENERATED_COLUMN error code, Server Error Codes and Messages
- ER_WRONG_GROUP_FIELD error code, Server Error Codes and Messages
- ER_WRONG_KEY_COLUMN error code, Server Error Codes and Messages
- ER_WRONG_LOCK_OF_SYSTEM_TABLE error code, Server Error Codes and Messages
- ER_WRONG_MAGIC error code, Server Error Codes and Messages
- ER_WRONG_MRG_TABLE error code, Server Error Codes and Messages
- ER_WRONG_NAME_FOR_CATALOG error code, Server Error Codes and Messages
- ER_WRONG_NAME_FOR_INDEX error code, Server Error Codes and Messages
- ER_WRONG_NATIVE_TABLE_STRUCTURE error code, Server Error Codes and Messages
- ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT error code, Server Error Codes and Messages
- ER_WRONG_OBJECT error code, Server Error Codes and Messages
- ER_WRONG_OUTER_JOIN error code, Server Error Codes and Messages
- ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT error code, Server Error Codes and Messages
- ER_WRONG_PARAMCOUNT_TO_PROCEDURE error code, Server Error Codes and Messages
- ER_WRONG_PARAMETERS_TO_NATIVE_FCT error code, Server Error Codes and Messages
- ER_WRONG_PARAMETERS_TO_PROCEDURE error code, Server Error Codes and Messages
- ER_WRONG_PARAMETERS_TO_STORED_FCT error code, Server Error Codes and Messages
- ER_WRONG_PARTITION_NAME error code, Server Error Codes and Messages
- ER_WRONG_PERFSCHEMA_USAGE error code, Server Error Codes and Messages
- ER_WRONG_SIZE_NUMBER error code, Server Error Codes and Messages
- ER_WRONG_SPVAR_TYPE_IN_LIMIT error code, Server Error Codes and Messages
- ER_WRONG_STRING_LENGTH error code, Server Error Codes and Messages
- ER_WRONG_SUB_KEY error code, Server Error Codes and Messages
- ER_WRONG_SUM_SELECT error code, Server Error Codes and Messages
- ER_WRONG_TABLESPACE_NAME error code, Server Error Codes and Messages
- ER_WRONG_TABLE_NAME error code, Server Error Codes and Messages
- ER_WRONG_TYPE_COLUMN_VALUE_ERROR error code, Server Error Codes and Messages
- ER_WRONG_TYPE_FOR_VAR error code, Server Error Codes and Messages
- ER_WRONG_USAGE error code, Server Error Codes and Messages
- ER_WRONG_VALUE error code, Server Error Codes and Messages
- ER_WRONG_VALUE_COUNT error code, Server Error Codes and Messages
- ER_WRONG_VALUE_COUNT_ON_ROW error code, Server Error Codes and Messages
- ER_WRONG_VALUE_FOR_TYPE error code, Server Error Codes and Messages
- ER_WRONG_VALUE_FOR_VAR error code, Server Error Codes and Messages
- ER_WSAS_FAILED error code, Server Error Codes and Messages
- ER_XAER_DUPID error code, Server Error Codes and Messages
- ER_XAER_INVAL error code, Server Error Codes and Messages
- ER_XAER_NOTA error code, Server Error Codes and Messages
- ER_XAER_OUTSIDE error code, Server Error Codes and Messages
- ER_XAER_RMERR error code, Server Error Codes and Messages
- ER_XAER_RMFAIL error code, Server Error Codes and Messages
- ER_XA_RBDEADLOCK error code, Server Error Codes and Messages
- ER_XA_RBROLLBACK error code, Server Error Codes and Messages
- ER_XA_RBTIMEOUT error code, Server Error Codes and Messages
- ER_XA_RETRY error code, Server Error Codes and Messages
- ER_YES error code, Server Error Codes and Messages
- ER_ZLIB_Z_BUF_ERROR error code, Server Error Codes and Messages
- ER_ZLIB_Z_DATA_ERROR error code, Server Error Codes and Messages
- ER_ZLIB_Z_MEM_ERROR error code, Server Error Codes and Messages
- escape (\\), String Literals, Functions That Modify JSON Values
- escape sequences
- option files, Using Option Files
- strings, String Literals
- establishing encrypted connections, Configuring MySQL to Use Encrypted Connections
- estimating
- query performance, Estimating Query Performance
- event groups, SET GLOBAL sql_slave_skip_counter Syntax
- event log format (NDB Cluster), NDB Cluster Log Events
- event logs (NDB Cluster), Event Reports Generated in NDB Cluster, NDB Cluster Logging Management Commands
- event scheduler, Stored Programs and Views
- thread states, Event Scheduler Thread States
- Event Scheduler, Using the Event Scheduler
- altering events, ALTER EVENT Syntax
- and MySQL privileges, The Event Scheduler and MySQL Privileges
- and mysqladmin debug, Event Scheduler Status
- and replication, Replication of Invoked Features
- and SHOW PROCESSLIST, Event Scheduler Configuration
- concepts, Event Scheduler Overview
- creating events, CREATE EVENT Syntax
- dropping events, DROP EVENT Syntax
- enabling and disabling, Event Scheduler Configuration
- event metadata, Event Metadata
- obtaining status information, Event Scheduler Status
- SQL statements, Event Syntax
- starting and stopping, Event Scheduler Configuration
- time representation, Event Metadata
- event severity levels (NDB Cluster), NDB Cluster Logging Management Commands
- event table
- system table, Object Information System Tables
- event types (NDB Cluster), Event Reports Generated in NDB Cluster, NDB Cluster Log Events
- event-scheduler option
- mysqld, Server Command Options
- EventLogBufferSize, Defining NDB Cluster Data Nodes
- events, Stored Programs and Views, Using the Event Scheduler
- altering, ALTER EVENT Syntax
- creating, CREATE EVENT Syntax
- dropping, DROP EVENT Syntax
- metadata, Event Metadata
- restrictions, Restrictions on Stored Programs
- status variables, The Event Scheduler and MySQL Privileges
- EVENTS
- INFORMATION_SCHEMA table, The Event Scheduler and MySQL Privileges, The INFORMATION_SCHEMA EVENTS Table
- events option
- mysqldump, mysqldump — A Database Backup Program
- mysqlpump, mysqlpump — A Database Backup Program
- events_stages_current table
- performance_schema, The events_stages_current Table
- events_stages_history table
- performance_schema, The events_stages_history Table
- events_stages_history_long table
- performance_schema, The events_stages_history_long Table
- events_stages_summary_by_account_by_event_name table
- performance_schema, Stage Summary Tables
- events_stages_summary_by_host_by_event_name table
- performance_schema, Stage Summary Tables
- events_stages_summary_by_thread_by_event_name table
- performance_schema, Stage Summary Tables
- events_stages_summary_by_user_by_event_name table
- performance_schema, Stage Summary Tables
- events_stages_summary_global_by_event_name table
- performance_schema, Stage Summary Tables
- events_statements_current table
- performance_schema, The events_statements_current Table
- events_statements_history table
- performance_schema, The events_statements_history Table
- events_statements_history_long table
- performance_schema, The events_statements_history_long Table
- events_statements_summary_by_account_by_event_name table
- performance_schema, Statement Summary Tables
- events_statements_summary_by_digest table
- performance_schema, Statement Summary Tables
- events_statements_summary_by_host_by_event_name table
- performance_schema, Statement Summary Tables
- events_statements_summary_by_program table
- performance_schema, Statement Summary Tables
- events_statements_summary_by_thread_by_event_name table
- performance_schema, Statement Summary Tables
- events_statements_summary_by_user_by_event_name table
- performance_schema, Statement Summary Tables
- events_statements_summary_global_by_event_name table
- performance_schema, Statement Summary Tables
- events_transactions_current table
- performance_schema, The events_transactions_current Table
- events_transactions_history table
- performance_schema, The events_transactions_history Table
- events_transactions_history_long table
- performance_schema, The events_transactions_history_long Table
- events_transactions_summary_by_account_by_event table
- performance_schema, Transaction Summary Tables
- events_transactions_summary_by_host_by_event_name table
- performance_schema, Transaction Summary Tables
- events_transactions_summary_by_thread_by_event_name table
- performance_schema, Transaction Summary Tables
- events_transactions_summary_by_user_by_event_name table
- performance_schema, Transaction Summary Tables
- events_transactions_summary_global_by_event_name table
- performance_schema, Transaction Summary Tables
- events_waits_current table
- performance_schema, The events_waits_current Table
- events_waits_history table
- performance_schema, The events_waits_history Table
- events_waits_history_long table
- performance_schema, The events_waits_history_long Table
- events_waits_summary_by_account_by_event_name table
- performance_schema, Wait Event Summary Tables
- events_waits_summary_by_host_by_event_name table
- performance_schema, Wait Event Summary Tables
- events_waits_summary_by_instance table
- performance_schema, Wait Event Summary Tables
- events_waits_summary_by_thread_by_event_name table
- performance_schema, Wait Event Summary Tables
- events_waits_summary_by_user_by_event_name table
- performance_schema, Wait Event Summary Tables
- events_waits_summary_global_by_event_name table
- performance_schema, Wait Event Summary Tables
- event_scheduler system variable, Server System Variables
- eviction, MySQL Glossary
- exact-value literals, Precision Math
- exact-value numeric literals, Numeric Literals, Types of Numeric Values
- example option
- mysqld_multi, mysqld_multi — Manage Multiple MySQL Servers
- example programs
- C API, Example C API Client Programs
- EXAMPLE storage engine, Alternative Storage Engines, The EXAMPLE Storage Engine
- examples
- compressed tables, myisampack — Generate Compressed, Read-Only MyISAM Tables
- myisamchk output, Obtaining Table Information with myisamchk
- queries, Examples of Common Queries
- exceptions table
- NDB Cluster Replication, NDB Cluster Replication Conflict Resolution
- exclude-databases option
- mysqlpump, mysqlpump — A Database Backup Program
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- exclude-events option
- mysqlpump, mysqlpump — A Database Backup Program
- exclude-gtids option
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- exclude-intermediate-sql-tables option
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- exclude-missing-columns option
- ndb_move_data, ndb_move_data — NDB Data Copy Utility
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- exclude-missing-tables option
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- exclude-routines option
- mysqlpump, mysqlpump — A Database Backup Program
- exclude-tables option
- mysqlpump, mysqlpump — A Database Backup Program
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- exclude-triggers option
- mysqlpump, mysqlpump — A Database Backup Program
- exclude-users option
- mysqlpump, mysqlpump — A Database Backup Program
- exclusive lock, InnoDB Locking, MySQL Glossary
- Execute
- thread command, Thread Command Values
- EXECUTE, Prepared SQL Statement Syntax, EXECUTE Syntax
- execute option
- mysql, mysql Options
- mysqlsh, mysqlsh — The MySQL Shell
- execute option (ndb_mgm), ndb_mgm — The NDB Cluster Management Client
- executed-gtids-compression-period option (mysqld), Startup Options Used with GTID Replication
- executed_gtids_compression_period system variable, System Variables Used with GTID Replication
- mysql.gtid_executed table, mysql.gtid_executed Table Compression
- ExecuteOnComputer, Defining an NDB Cluster Management Server, Defining NDB Cluster Data Nodes, Defining SQL and Other API Nodes in an NDB Cluster
- execute_prepared_stmt() procedure
- sys schema, The execute_prepared_stmt() Procedure
- executing
- thread state, General Thread States
- executing SQL statements from text files, Using mysql in Batch Mode, Executing SQL Statements from a Text File
- Execution of init_command
- thread state, General Thread States
- execution threads (NDB Cluster), Defining NDB Cluster Data Nodes
- EXISTS
- with subqueries, Subqueries with EXISTS or NOT EXISTS
- exit command
- mysql, mysql Commands
- EXIT command (NDB Cluster), Commands in the NDB Cluster Management Client
- EXIT SINGLE USER MODE command (NDB Cluster), Commands in the NDB Cluster Management Client
- exit-info option
- mysqld, Server Command Options
- EXP(), Mathematical Functions
- expired password
- resetting, Password Management
- expire_logs_days system variable, Server System Variables
- expiring passwords, Password Expiration and Sandbox Mode
- EXPLAIN, Optimizing Queries with EXPLAIN, EXPLAIN Syntax, Obtaining Information About Partitions
- EXPLAIN used with partitioned tables, Obtaining Information About Partitions
- explicit default values, Data Type Default Values
- explicit_defaults_for_timestamp system variable, Server System Variables
- EXPORT_SET(), String Functions
- expression aliases, MySQL Handling of GROUP BY, SELECT Syntax
- expression syntax, Expression Syntax
- expressions
- extended, Pattern Matching
- extend-check option
- myisamchk, myisamchk Check Options, myisamchk Repair Options
- extended option
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- extended-insert option
- mysqldump, mysqldump — A Database Backup Program
- mysqlpump, mysqlpump — A Database Backup Program
- extensions
- to standard SQL, MySQL Standards Compliance
- extent, MySQL Glossary
- ExteriorRing(), Polygon and MultiPolygon Property Functions
- external locking, Server Command Options, Server System Variables, Using myisamchk for Crash Recovery, External Locking, General Thread States
- external-locking option
- mysqld, Server Command Options
- external_user system variable, Server System Variables
- extra-file option
- my_print_defaults, my_print_defaults — Display Options from Option Files
- extra-node-info option
- ndb_desc, ndb_desc — Describe NDB Tables
- extra-partition-info option
- ndb_desc, ndb_desc — Describe NDB Tables
- extra-sql-file option
- mysql_install_db, mysql_install_db — Initialize MySQL Data Directory
- EXTRACT(), Date and Time Functions
- extracting
- dates, Date Calculations
- ExtractValue(), XML Functions
- extract_schema_from_file_name() function
- sys schema, The extract_schema_from_file_name() Function
- extract_table_from_file_name() function
- sys schema, The extract_table_from_file_name() Function
- ExtraSendBufferMemory
- API nodes, Defining SQL and Other API Nodes in an NDB Cluster
- data nodes, Defining NDB Cluster Data Nodes
F
[
index top]
- failover
- in NDB Cluster replication, Implementing Failover with NDB Cluster Replication
- Java clients, NDB Cluster Core Concepts
- FALSE, Numeric Literals, Boolean Literals
- testing for, Comparison Functions and Operators
- false literal
- JSON, Creating JSON Values
- fanout, MySQL Glossary
- FAQs
- C API, C API Common Issues
- Connectors and APIs, MySQL 5.7 FAQ: Connectors & APIs
- InnoDB Tablespace Encryption, MySQL 5.7 FAQ: InnoDB Tablespace Encryption
- NDB Cluster, MySQL 5.7 FAQ: NDB Cluster
- replication, MySQL 5.7 FAQ: Replication
- Virtualization Support, MySQL 5.7 FAQ: Virtualization Support
- Fast Index Creation, InnoDB and Online DDL, MySQL Glossary
- fast option
- myisamchk, myisamchk Check Options
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- fast shutdown, MySQL Glossary
- features of MySQL, The Main Features of MySQL
- FEDERATED storage engine, Alternative Storage Engines, The FEDERATED Storage Engine
- Fetch
- thread command, Thread Command Values
- FETCH, Cursor FETCH Syntax
- field
- changing, ALTER TABLE Syntax
- Field List
- thread command, Thread Command Values
- FIELD(), String Functions
- fields option
- ndb_config, ndb_config — Extract NDB Cluster Configuration Information
- fields-enclosed-by option
- mysqldump, mysqldump — A Database Backup Program, mysqlimport — A Data Import Program
- ndb_import, ndb_import — Import CSV Data Into NDB
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- fields-escaped-by option
- mysqldump, mysqldump — A Database Backup Program, mysqlimport — A Data Import Program
- ndb_import, ndb_import — Import CSV Data Into NDB
- fields-optionally-enclosed-by option
- mysqldump, mysqldump — A Database Backup Program, mysqlimport — A Data Import Program
- ndb_import, ndb_import — Import CSV Data Into NDB
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- fields-terminated-by option
- mysqldump, mysqldump — A Database Backup Program, mysqlimport — A Data Import Program
- ndb_import, ndb_import — Import CSV Data Into NDB
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- FILE, String Functions
- file format, InnoDB File-Format Management, MySQL Glossary
- Antelope, How Compression Works for InnoDB Tables
- Barracuda, Creating Compressed Tables
- identifying, Identifying the File Format in Use
- modifying, Modifying the File Format
- file option
- mysqlsh, mysqlsh — The MySQL Shell
- file-per-table, Copying File-Per-Table Tablespaces to Another Instance, MySQL Glossary
- files
- binary log, The Binary Log
- created by CREATE TABLE, Files Created by CREATE TABLE
- DDL log, The DDL Log
- error messages, Setting the Error Message Language
- general query log, The General Query Log
- log, Server Log Maintenance
- metadata log, The DDL Log
- my.cnf, Replication Features and Issues
- not found message, Problems with File Permissions
- permissions, Problems with File Permissions
- repairing, myisamchk Repair Options
- script, Using mysql in Batch Mode
- size limits, Limits on Table Size
- slow query log, The Slow Query Log
- text, Executing SQL Statements from a Text File, mysqlimport — A Data Import Program
- tmp, Problems Running mysql_install_db
- FILES
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA FILES Table
- filesort optimization, Optimization Using filesort, The Cost Model Database
- FileSystemPath, Defining NDB Cluster Data Nodes
- FileSystemPathDataFiles, Defining NDB Cluster Data Nodes
- FileSystemPathDD, Defining NDB Cluster Data Nodes
- FileSystemPathUndoFiles, Defining NDB Cluster Data Nodes
- file_instances table
- performance_schema, The file_instances Table
- file_summary_by_event_name table
- performance_schema, File I/O Summary Tables
- file_summary_by_instance table
- performance_schema, File I/O Summary Tables
- fill factor, The Physical Structure of an InnoDB Index, MySQL Glossary
- FIND_IN_SET(), String Functions
- Finished reading one binlog; switching to next binlog
- thread state, Replication Master Thread States
- firewalls (software)
- and NDB Cluster, NDB Cluster Security and Networking Issues
- Firewall_access_denied status variable, MySQL Enterprise Firewall Status Variables
- Firewall_access_granted status variable, MySQL Enterprise Firewall Status Variables
- Firewall_access_suspicious status variable, MySQL Enterprise Firewall Status Variables
- Firewall_cached_entries status variable, MySQL Enterprise Firewall Status Variables
- firewall_users table
- system table, Miscellaneous System Tables
- firewall_whitelist table
- system table, Miscellaneous System Tables
- fix-db-names option
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- fix-table-names option
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- FIXED data type, Numeric Type Overview
- fixed row format, MySQL Glossary
- fixed-point arithmetic, Precision Math
- FLOAT data type, Numeric Type Overview
- floating-point number, Numeric Type Overview
- floating-point values
- and replication, Replication and Floating-Point Values
- floats, Numeric Literals
- FLOOR(), Mathematical Functions
- FLUSH
- and replication, Replication and FLUSH
- flush, MySQL Glossary
- flush list, MySQL Glossary
- flush option
- mysqld, Server Command Options
- FLUSH statement, FLUSH Syntax
- flush system variable, Server System Variables
- flush tables, mysqladmin — Client for Administering a MySQL Server
- flush-logs option
- mysqldump, mysqldump — A Database Backup Program
- flush-privileges option
- mysqldump, mysqldump — A Database Backup Program
- flush_time system variable, Server System Variables
- FOR UPDATE, SELECT Syntax
- FORCE
- plugin activation option, Controlling Plugin Activation State
- FORCE INDEX, Index Hints, Optimizer-Related Issues
- FORCE KEY, Index Hints
- force option
- myisamchk, myisamchk Check Options, myisamchk Repair Options
- myisampack, myisampack — Generate Compressed, Read-Only MyISAM Tables
- mysql, mysql Options
- mysqladmin, mysqladmin — Client for Administering a MySQL Server
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- mysqldump, mysqldump — A Database Backup Program
- mysqlimport, mysqlimport — A Data Import Program
- mysqlsh, mysqlsh — The MySQL Shell
- mysql_install_db, mysql_install_db — Initialize MySQL Data Directory
- mysql_upgrade, mysql_upgrade — Check and Upgrade MySQL Tables
- force-if-open option
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- force-read option
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- FORCE_PLUS_PERMANENT
- plugin activation option, Controlling Plugin Activation State
- FORCE_UNSUPPORTED_COMPILER option
- CMake, MySQL Source-Configuration Options
- foreign key, MySQL Glossary
- constraint, PRIMARY KEY and UNIQUE Index Constraints, FOREIGN KEY Constraints
- deleting, ALTER TABLE Syntax, Using FOREIGN KEY Constraints
- FOREIGN KEY constraint, MySQL Glossary
- foreign key constraints, Using FOREIGN KEY Constraints
- InnoDB, InnoDB and FOREIGN KEY Constraints
- restrictions, InnoDB and FOREIGN KEY Constraints
- FOREIGN KEY constraints
- and online DDL, Online DDL Limitations
- foreign keys, Foreign Key Differences, Using Foreign Keys, ALTER TABLE Syntax
- foreign_key_checks system variable, Server System Variables
- FORMAT(), String Functions
- format_bytes() function
- sys schema, The format_bytes() Function
- format_path() function
- sys schema, The format_path() Function
- format_statement() function
- sys schema, The format_statement() Function
- format_time() function
- sys schema, The format_time() Function
- formfeed (\f), Functions That Modify JSON Values
- forums, MySQL Community Support at the MySQL Forums
- FOUND_ROWS(), Information Functions
- fractional seconds
- and replication, Replication and Fractional Seconds Support
- fractional seconds precision, Data Types, Date and Time Type Overview
- FragmentLogFileSize, Defining NDB Cluster Data Nodes
- FRAGMENT_COUNT_TYPE (NDB_TABLE) (OBSOLETE)
- NDB Cluster, Setting NDB_TABLE Options
- FreeBSD troubleshooting, Dealing with Problems Compiling MySQL
- freeing items
- thread state, General Thread States
- .frm file, MySQL Glossary
- FROM, SELECT Syntax
- FROM_BASE64(), String Functions
- FROM_DAYS(), Date and Time Functions
- FROM_UNIXTIME(), Date and Time Functions
- fs option (ndb_error_reporter), ndb_error_reporter — NDB Error-Reporting Utility
- FTS, MySQL Glossary
- ft_boolean_syntax system variable, Server System Variables
- ft_max_word_len myisamchk variable, myisamchk General Options
- ft_max_word_len system variable, Server System Variables
- ft_min_word_len myisamchk variable, myisamchk General Options
- ft_min_word_len system variable, Server System Variables
- ft_query_expansion_limit system variable, Server System Variables
- ft_stopword_file myisamchk variable, myisamchk General Options
- ft_stopword_file system variable, Server System Variables
- full backup, MySQL Glossary
- full disk, How MySQL Handles a Full Disk
- full table scan, MySQL Glossary
- full table scans
- avoiding, Avoiding Full Table Scans
- full-text parser plugins, Full-Text Parser Plugins
- full-text queries
- optimization, FULLTEXT Indexes
- full-text search, Full-Text Search Functions, MySQL Glossary
- FULLTEXT, Full-Text Search Functions
- fulltext
- stopword list, Stopwords for MyISAM Search Indexes
- FULLTEXT index, MySQL Glossary
- InnoDB, InnoDB FULLTEXT Indexes
- monitoring, Monitoring InnoDB Full-Text Indexes
- FULLTEXT initialization
- thread state, General Thread States
- fulltext join type
- optimizer, EXPLAIN Join Types
- FULLY_REPLICATED (NDB_TABLE)
- NDB Cluster, Setting NDB_TABLE Options
- func table
- system table, Object Information System Tables
- function
- creating, CREATE FUNCTION Syntax for User-Defined Functions
- deleting, DROP FUNCTION Syntax
- function names
- parsing, Function Name Parsing and Resolution
- resolving ambiguity, Function Name Parsing and Resolution
- functional dependence, Full List of SQL Modes, MySQL Handling of GROUP BY, Detection of Functional Dependence
- functions, Functions and Operators
- and replication, Replication and System Functions
- arithmetic, Bit Functions and Operators
- bit, Bit Functions and Operators
- C API, C API Function Overview
- C prepared statement API, C API Prepared Statement Type Conversions, C API Prepared Statement Function Overview
- cast, Cast Functions and Operators
- control flow, Control Flow Functions
- date and time, Date and Time Functions
- encryption, Encryption and Compression Functions
- for SELECT and WHERE clauses, Functions and Operators
- GROUP BY, Aggregate (GROUP BY) Function Descriptions
- grouping, Operator Precedence
- GTIDs, Functions Used with Global Transaction IDs
- information, Information Functions
- mathematical, Mathematical Functions
- miscellaneous, Miscellaneous Functions
- native
- adding, Adding a New Native Function
- new, Adding New Functions to MySQL
- stored, Using Stored Routines (Procedures and Functions)
- string, String Functions
- string comparison, String Comparison Functions
- user-defined, CREATE FUNCTION Syntax for User-Defined Functions, DROP FUNCTION Syntax, Adding New Functions to MySQL
- adding, Adding a New User-Defined Function
- fuzzy checkpointing, MySQL Glossary
G
[
index top]
- GA, MySQL Glossary
- MySQL releases, Which MySQL Version and Distribution to Install
- gap, MySQL Glossary
- gap event, Known Issues in NDB Cluster Replication
- gap lock, InnoDB Locking, MySQL Glossary
- InnoDB, Phantom Rows, InnoDB Startup Options and System Variables
- gb2312, gbk, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- gci option
- ndb_select_all, ndb_select_all — Print Rows from an NDB Table
- gci64 option
- ndb_select_all, ndb_select_all — Print Rows from an NDB Table
- GCP Stop errors (NDB Cluster), Defining NDB Cluster Data Nodes
- gdb
- using, Debugging mysqld under gdb
- gdb option
- mysqld, Server Command Options
- Gemalto SafeNet KeySecure Applicance
- keyring_okv keyring plugin, Configuring keyring_okv for Gemalto SafeNet KeySecure Appliance
- general information, General Information
- General Public License, What is MySQL?
- general query log, The General Query Log, MySQL Glossary
- general tablespace, MySQL Glossary
- general-log option
- mysqld, Server Command Options
- general_log system variable, Server System Variables
- general_log table
- system table, Log System Tables
- general_log_file system variable, Server System Variables
- generated column, MySQL Glossary
- foreign key restrictions, Foreign Key Restrictions for Generated Columns and Virtual Indexes
- generated columns
- ALTER TABLE, ALTER TABLE and Generated Columns
- CREATE TABLE, CREATE TABLE and Generated Columns
- CREATE TRIGGER, CREATE TRIGGER Syntax
- CREATE VIEW, CREATE VIEW Syntax
- INFORMATION_SCHEMA.COLUMNS table, The INFORMATION_SCHEMA COLUMNS Table
- INSERT, INSERT Syntax
- REPLACE, REPLACE Syntax
- secondary indexes, Secondary Indexes and Generated Columns
- SHOW COLUMNS statement, SHOW COLUMNS Syntax
- UPDATE, UPDATE Syntax
- views, Updatable and Insertable Views
- geographic feature, Spatial Data Types
- GeomCollFromText(), Functions That Create Geometry Values from WKT Values
- GeomCollFromWKB(), Functions That Create Geometry Values from WKB Values
- geometrically valid
- GIS values, Geometry Well-Formedness and Validity
- spatial values, Geometry Well-Formedness and Validity
- geometry, Spatial Data Types
- GEOMETRY data type, Spatial Data Types
- geometry values
- internal storage format, Internal Geometry Storage Format
- WKB format, Well-Known Binary (WKB) Format
- WKT format, Well-Known Text (WKT) Format
- GEOMETRYCOLLECTION data type, Spatial Data Types
- GeometryCollection(), MySQL-Specific Functions That Create Geometry Values
- GeometryCollectionFromText(), Functions That Create Geometry Values from WKT Values
- GeometryCollectionFromWKB(), Functions That Create Geometry Values from WKB Values
- GeometryFromText(), Functions That Create Geometry Values from WKT Values
- GeometryFromWKB(), Functions That Create Geometry Values from WKB Values
- GeometryN(), GeometryCollection Property Functions
- GeometryType(), General Geometry Property Functions
- GeomFromText(), Functions That Create Geometry Values from WKT Values
- GeomFromWKB(), Functions That Create Geometry Values from WKB Values
- geospatial feature, Spatial Data Types
- German dictionary collation, Character Sets and Collations in MySQL, West European Character Sets
- German phone book collation, Character Sets and Collations in MySQL, West European Character Sets
- GET DIAGNOSTICS, GET DIAGNOSTICS Syntax
- getting MySQL, How to Get MySQL
- GET_FORMAT(), Date and Time Functions
- GET_LOCK(), Miscellaneous Functions
- GIS, Spatial Data Types
- GIS data types
- storage requirements, Spatial Type Storage Requirements
- GIS values
- geometrically valid, Geometry Well-Formedness and Validity
- Git tree, Installing MySQL Using a Development Source Tree
- GLength(), LineString and MultiLineString Property Functions
- GLOBAL
- SET statement, SET Syntax for Variable Assignment
- global privileges, GRANT Syntax, REVOKE Syntax
- global transaction, MySQL Glossary
- GLOBAL_STATUS
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA GLOBAL_STATUS and SESSION_STATUS Tables
- GLOBAL_VARIABLES
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA GLOBAL_VARIABLES and SESSION_VARIABLES Tables
- go command
- mysql, mysql Commands
- Google Test, MySQL Source-Configuration Options
- GRANT statement, Adding User Accounts, GRANT Syntax
- grant table distribution (NDB Cluster), Distributed MySQL Privileges for NDB Cluster
- grant tables
- columns_priv table, Grant System Tables, Grant Tables
- db table, Securing the Initial MySQL Accounts, Grant System Tables, Grant Tables
- procs_priv table, Grant System Tables, Grant Tables
- proxies_priv, Granting the Proxy Privilege
- proxies_priv table, Securing the Initial MySQL Accounts, Grant System Tables, Grant Tables
- re-creating, Problems Running mysql_install_db
- sorting, Access Control, Stage 1: Connection Verification, Access Control, Stage 2: Request Verification
- structure, Grant Tables
- tables_priv table, Grant System Tables, Grant Tables
- user table, Securing the Initial MySQL Accounts, Grant System Tables, Grant Tables
- granting
- privileges, GRANT Syntax
- grants
- display, SHOW GRANTS Syntax
- graph option
- ndb_top, ndb_top — View CPU usage information for NDB threads
- greater than (>), Comparison Functions and Operators
- greater than or equal (>=), Comparison Functions and Operators
- greatest timestamp wins (conflict resolution), NDB Cluster Replication Conflict Resolution
- greatest timestamp, delete wins (conflict resolution), NDB Cluster Replication Conflict Resolution
- GREATEST(), Comparison Functions and Operators
- GROUP BY
- aliases in, MySQL Handling of GROUP BY
- extensions to standard SQL, MySQL Handling of GROUP BY, SELECT Syntax
- implicit sorting, Use of Indexes to Satisfy ORDER BY
- maximum sort length, SELECT Syntax
- WITH ROLLUP, GROUP BY Modifiers
- GROUP BY functions, Aggregate (GROUP BY) Function Descriptions
- GROUP BY optimizing, GROUP BY Optimization
- group commit, Group Commit for Redo Log Flushing, MySQL Glossary
- Group Replication
- and audit_log plugin, Audit Log Restrictions, Group Replication Limitations
- group replication, Group Replication
- grouping
- expressions, Operator Precedence
- GROUP_CONCAT(), Aggregate (GROUP BY) Function Descriptions
- group_concat_max_len system variable, Server System Variables
- group_replication_allow_local_disjoint_gtids_join system variable, Group Replication System Variables
- group_replication_allow_local_lower_version_join system variable, Group Replication System Variables
- group_replication_auto_increment_increment system variable, Group Replication System Variables
- group_replication_bootstrap_group system variable, Group Replication System Variables
- group_replication_components_stop_timeout system variable, Group Replication System Variables
- group_replication_compression_threshold system variable, Group Replication System Variables
- group_replication_enforce_update_everywhere_checks system variable, Group Replication System Variables
- group_replication_flow_control_applier_threshold system variable, Group Replication System Variables
- group_replication_flow_control_certifier_threshold system variable, Group Replication System Variables
- group_replication_flow_control_mode system variable, Group Replication System Variables
- group_replication_force_members system variable, Group Replication System Variables
- group_replication_group_name system variable, Group Replication System Variables
- group_replication_group_seeds system variable, Group Replication System Variables
- group_replication_gtid_assignment_block_size system variable, Group Replication System Variables
- group_replication_ip_whitelist, Group Replication System Variables
- group_replication_local_address system variable, Group Replication System Variables
- group_replication_member_weight system variable, Group Replication System Variables
- group_replication_poll_spin_loops system variable, Group Replication System Variables
- group_replication_recovery_complete_at system variable, Group Replication System Variables
- group_replication_recovery_reconnect_interval system variable, Group Replication System Variables
- group_replication_recovery_retry_count system variable, Group Replication System Variables
- group_replication_recovery_ssl_ca system variable, Group Replication System Variables
- group_replication_recovery_ssl_capath system variable, Group Replication System Variables
- group_replication_recovery_ssl_cert system variable, Group Replication System Variables
- group_replication_recovery_ssl_cipher system variable, Group Replication System Variables
- group_replication_recovery_ssl_crl system variable, Group Replication System Variables
- group_replication_recovery_ssl_crlpath system variable, Group Replication System Variables
- group_replication_recovery_ssl_key system variable, Group Replication System Variables
- group_replication_recovery_ssl_verify_server_cert system variable, Group Replication System Variables
- group_replication_recovery_use_ssl system variable, Group Replication System Variables
- group_replication_single_primary_mode system variable, Group Replication System Variables
- group_replication_ssl_mode system variable, Group Replication System Variables
- group_replication_start_on_boot system variable, Group Replication System Variables
- group_replication_transaction_size_limit system variable, Group Replication System Variables
- group_replication_unreachable_majority_timeout, Group Replication System Variables
- GTID functions, Functions Used with Global Transaction IDs
- GTID sets
- representation, GTID Sets
- gtid-executed-compression-period option (mysqld), Startup Options Used with GTID Replication
- gtid-mode option (mysqld), Startup Options Used with GTID Replication
- GTIDs, Replication with Global Transaction Identifiers
- and failover, Using GTIDs for Failover and Scaleout
- and scaleout, Using GTIDs for Failover and Scaleout
- concepts, GTID Concepts
- logging, mysql.gtid_executed Table
- replication with, Setting Up Replication Using GTIDs
- restrictions, Restrictions on Replication with GTIDs
- gtid_executed system variable, System Variables Used with GTID Replication
- gtid_executed table
- system table, Replication System Tables, mysql.gtid_executed Table
- gtid_executed_compression_period, System Variables Used with GTID Replication
- gtid_mode system variable, System Variables Used with GTID Replication
- gtid_next system variable, System Variables Used with GTID Replication
- gtid_owned system variable, System Variables Used with GTID Replication
- gtid_purged system variable, System Variables Used with GTID Replication
- GTID_SUBSET(), Functions Used with Global Transaction IDs
- GTID_SUBTRACT(), Functions Used with Global Transaction IDs
H
[
index top]
- HANDLER, HANDLER Syntax
- Handlers, DECLARE ... HANDLER Syntax
- handling
- errors, UDF Return Values and Error Handling
- hash index, MySQL Glossary
- hash indexes, Comparison of B-Tree and Hash Indexes
- hash partitioning, HASH Partitioning
- hash partitions
- managing, Management of HASH and KEY Partitions
- splitting and merging, Management of HASH and KEY Partitions
- have_compress system variable, Server System Variables
- have_crypt system variable, Server System Variables
- have_dynamic_loading system variable, Server System Variables
- have_geometry system variable, Server System Variables
- have_openssl system variable, Server System Variables
- have_profiling system variable, Server System Variables
- have_query_cache system variable, Server System Variables
- have_rtree_keys system variable, Server System Variables
- have_ssl system variable, Server System Variables
- have_statement_timeout system variable, Server System Variables
- have_symlink system variable, Server System Variables
- HAVING, SELECT Syntax
- HDD, MySQL Glossary
- header option
- ndb_select_all, ndb_select_all — Print Rows from an NDB Table
- header_file option
- comp_err, comp_err — Compile MySQL Error Message File
- HEAP storage engine, Alternative Storage Engines, The MEMORY Storage Engine
- heartbeat, MySQL Glossary
- HeartbeatIntervalDbApi, Defining NDB Cluster Data Nodes
- HeartbeatIntervalDbDb, Defining NDB Cluster Data Nodes
- HeartbeatIntervalMgmdMgmd
- management nodes, Defining an NDB Cluster Management Server
- HeartbeatOrder, Defining NDB Cluster Data Nodes
- HeartbeatThreadPriority, Defining an NDB Cluster Management Server, Defining SQL and Other API Nodes in an NDB Cluster
- help command
- mysql, mysql Commands
- HELP command (NDB Cluster), Commands in the NDB Cluster Management Client
- help option
- comp_err, comp_err — Compile MySQL Error Message File
- innochecksum, innochecksum — Offline InnoDB File Checksum Utility
- myisamchk, myisamchk General Options
- myisampack, myisampack — Generate Compressed, Read-Only MyISAM Tables
- myisam_ftdump, myisam_ftdump — Display Full-Text Index information
- mysql, mysql Options
- mysqladmin, mysqladmin — Client for Administering a MySQL Server
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- mysqld, Server Command Options
- mysqldump, mysqldump — A Database Backup Program
- mysqldumpslow, mysqldumpslow — Summarize Slow Query Log Files
- mysqld_multi, mysqld_multi — Manage Multiple MySQL Servers
- mysqld_safe, mysqld_safe — MySQL Server Startup Script
- mysqlimport, mysqlimport — A Data Import Program
- MySQLInstallerConsole, MySQLInstallerConsole Reference
- mysqlpump, mysqlpump — A Database Backup Program
- mysqlsh, mysqlsh — The MySQL Shell
- mysqlshow, mysqlshow — Display Database, Table, and Column Information
- mysqlslap, mysqlslap — Load Emulation Client
- mysql_config_editor, mysql_config_editor — MySQL Configuration Utility
- mysql_install_db, mysql_install_db — Initialize MySQL Data Directory
- mysql_plugin, mysql_plugin — Configure MySQL Server Plugins
- mysql_secure_installation, mysql_secure_installation — Improve MySQL Installation Security
- mysql_ssl_rsa_setup, mysql_ssl_rsa_setup — Create SSL/RSA Files
- mysql_upgrade, mysql_upgrade — Check and Upgrade MySQL Tables
- my_print_defaults, my_print_defaults — Display Options from Option Files
- ndb_perror, ndb_perror — Obtain NDB error message information
- ndb_setup.py, ndb_setup.py — Start browser-based Auto-Installer for
NDB Cluster
- ndb_top, ndb_top — View CPU usage information for NDB threads
- perror, perror — Explain Error Codes
- resolveip, resolveip — Resolve Host name to IP Address or Vice
Versa
- resolve_stack_dump, resolve_stack_dump — Resolve Numeric Stack Trace Dump to Symbols
- HELP option
- myisamchk, myisamchk General Options
- help option (NDB Cluster programs), Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs
- HELP statement, HELP Syntax
- help tables
- system tables, Server-Side Help System Tables
- help_category table
- system table, Server-Side Help System Tables
- help_keyword table
- system table, Server-Side Help System Tables
- help_relation table
- system table, Server-Side Help System Tables
- help_topic table
- system table, Server-Side Help System Tables
- hex option
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- HEX(), String Functions, Mathematical Functions
- hex-blob option
- mysqldump, mysqldump — A Database Backup Program
- mysqlpump, mysqlpump — A Database Backup Program
- hexadecimal literal introducer, Hexadecimal Literals
- hexadecimal literals, Hexadecimal Literals
- hexdump option
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- high-water mark, MySQL Glossary
- HIGH_NOT_PRECEDENCE SQL mode, Full List of SQL Modes
- HIGH_PRIORITY
- INSERT modifier, INSERT Syntax, SELECT Syntax
- SELECT modifier, SELECT Syntax
- hints, MySQL Extensions to Standard SQL
- index, Index Hints, SELECT Syntax
- optimizer, Optimizer Hints
- histignore option
- mysql, mysql Options
- history list, MySQL Glossary
- history of MySQL, History of MySQL
- hole punching, MySQL Glossary
- HOME environment variable, mysql Logging, MySQL Program Environment Variables
- host name
- default, Connecting to the MySQL Server
- host name caching, DNS Lookup Optimization and the Host Cache
- host name resolution, DNS Lookup Optimization and the Host Cache
- host names, Connecting to the MySQL Server
- in account names, Specifying Account Names
- in default accounts, Securing the Initial MySQL Accounts
- host option, Connecting to the MySQL Server
- mysql, mysql Options
- mysqladmin, mysqladmin — Client for Administering a MySQL Server
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- mysqldump, mysqldump — A Database Backup Program
- mysqlimport, mysqlimport — A Data Import Program
- mysqlpump, mysqlpump — A Database Backup Program
- mysqlsh, mysqlsh — The MySQL Shell
- mysqlshow, mysqlshow — Display Database, Table, and Column Information
- mysqlslap, mysqlslap — Load Emulation Client
- mysql_secure_installation, mysql_secure_installation — Improve MySQL Installation Security
- mysql_upgrade, mysql_upgrade — Check and Upgrade MySQL Tables
- ndb_config, ndb_config — Extract NDB Cluster Configuration Information
- ndb_top, ndb_top — View CPU usage information for NDB threads
- Host*SciId* parameters, SCI Transport Connections in NDB Cluster
- HostName, Defining an NDB Cluster Management Server, Defining NDB Cluster Data Nodes, Defining SQL and Other API Nodes in an NDB Cluster
- HostName (NDB Cluster), NDB Cluster Security and Networking Issues
- hostname system variable, Server System Variables
- HostName1, NDB Cluster TCP/IP Connections, NDB Cluster Shared-Memory Connections, SCI Transport Connections in NDB Cluster
- HostName2, NDB Cluster TCP/IP Connections, NDB Cluster Shared-Memory Connections, SCI Transport Connections in NDB Cluster
- hosts table
- performance_schema, The hosts Table
- host_cache table
- performance_schema, The host_cache Table
- host_summary view
- sys schema, The host_summary and x$host_summary Views
- host_summary_by_file_io view
- sys schema, The host_summary_by_file_io and x$host_summary_by_file_io Views
- host_summary_by_file_io_type view
- sys schema, The host_summary_by_file_io_type and x$host_summary_by_file_io_type
Views
- host_summary_by_stages view
- sys schema, The host_summary_by_stages and x$host_summary_by_stages Views
- host_summary_by_statement_latency view
- sys schema, The host_summary_by_statement_latency and
x$host_summary_by_statement_latency Views
- host_summary_by_statement_type view
- sys schema, The host_summary_by_statement_type and x$host_summary_by_statement_type
Views
- hot, MySQL Glossary
- hot backup, MySQL Glossary
- HOUR(), Date and Time Functions
- html option
- mysql, mysql Options
I
[
index top]
- i-am-a-dummy option
- mysql, mysql Options
- ib-file set, Verifying File Format Compatibility, MySQL Glossary
- ibbackup_logfile, MySQL Glossary
- .ibd file, MySQL Glossary
- ibdata file, MySQL Glossary
- ibtmp file, MySQL Glossary
- .ibz file, MySQL Glossary
- ib_logfile, MySQL Glossary
- icc
- and NDB Cluster support, Debugging and Porting MySQL
- MySQL builds, Compiler-Specific Build Characteristics
- Id, Defining an NDB Cluster Management Server, Defining SQL and Other API Nodes in an NDB Cluster
- ID
- unique, How to Get the Unique ID for the Last Inserted Row
- idempotent option
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- identifiers, Schema Object Names
- case sensitivity, Identifier Case Sensitivity
- quoting, Schema Object Names
- identity system variable, Server System Variables
- idlesleep option
- ndb_import, ndb_import — Import CSV Data Into NDB
- idlespin option
- ndb_import, ndb_import — Import CSV Data Into NDB
- IF, IF Syntax
- IF(), Control Flow Functions
- IFNULL(), Control Flow Functions
- IGNORE
- DELETE modifier, DELETE Syntax, LOAD DATA INFILE Syntax
- INSERT modifier, INSERT Syntax, SELECT Syntax
- UPDATE modifier, UPDATE Syntax
- with partitioned tables, Comparison of the IGNORE Keyword and Strict SQL Mode, INSERT Syntax
- IGNORE INDEX, Index Hints
- IGNORE KEY, Index Hints
- ignore option
- mysqlimport, mysqlimport — A Data Import Program
- ignore-builtin-innodb option
- mysqld, InnoDB Startup Options and System Variables
- ignore-db-dir option
- mysqld, Server Command Options
- ignore-error option
- mysqldump, mysqldump — A Database Backup Program
- ignore-lines option
- mysqlimport, mysqlimport — A Data Import Program
- ndb_import, ndb_import — Import CSV Data Into NDB
- ignore-spaces option
- mysql, mysql Options
- ignore-table option
- mysqldump, mysqldump — A Database Backup Program
- IGNORE_AIO_CHECK option
- CMake, MySQL Source-Configuration Options
- ignore_builtin_innodb system variable, InnoDB Startup Options and System Variables
- ignore_db_dirs system variable, Server System Variables
- IGNORE_SPACE SQL mode, Full List of SQL Modes
- ilist, MySQL Glossary
- implicit default values, Data Type Default Values
- implicit GROUP BY sorting, Use of Indexes to Satisfy ORDER BY
- implicit row lock, MySQL Glossary
- IMPORT TABLESPACE, ALTER TABLE Syntax, Moving or Copying InnoDB Tables
- importing
- data, Executing SQL Statements from a Text File, mysqlimport — A Data Import Program
- IN, Comparison Functions and Operators, Subqueries with ANY, IN, or SOME
- in-memory database, MySQL Glossary
- include option
- mysql_config, mysql_config — Display Options for Compiling Clients
- include-databases option
- mysqlpump, mysqlpump — A Database Backup Program
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- include-events option
- mysqlpump, mysqlpump — A Database Backup Program
- include-gtids option
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- include-master-host-port option
- mysqldump, mysqldump — A Database Backup Program
- include-routines option
- mysqlpump, mysqlpump — A Database Backup Program
- include-tables option
- mysqlpump, mysqlpump — A Database Backup Program
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- include-triggers option
- mysqlpump, mysqlpump — A Database Backup Program
- include-users option
- mysqlpump, mysqlpump — A Database Backup Program
- increasing with replication
- speed, Replication
- incremental backup, MySQL Glossary
- incremental recovery, Point-in-Time (Incremental) Recovery Using the Binary Log
- using NDB Cluster replication, Point-In-Time Recovery Using NDB Cluster Replication
- index, MySQL Glossary
- deleting, ALTER TABLE Syntax, DROP INDEX Syntax
- rebuilding, Rebuilding or Repairing Tables or Indexes
- sorted index builds, Sorted Index Builds
- index cache, MySQL Glossary
- index condition pushdown, MySQL Glossary
- INDEX DIRECTORY
- and replication, Replication and DIRECTORY Table Options
- index dives
- range optimization, Equality Range Optimization of Many-Valued Comparisons
- index dives (for statistics estimation), Configuring Non-Persistent Optimizer Statistics Parameters
- index extensions, Use of Index Extensions
- index hint, MySQL Glossary
- index hints, Index Hints, SELECT Syntax
- index join type
- optimizer, EXPLAIN Join Types
- index prefix, MySQL Glossary
- index statistics
- NDB, Defining NDB Cluster Data Nodes
- index-record lock
- InnoDB, Phantom Rows, InnoDB Startup Options and System Variables
- indexes, CREATE INDEX Syntax
- and BLOB columns, Index Prefixes, CREATE TABLE Syntax
- and IS NULL, B-Tree Index Characteristics
- and LIKE, B-Tree Index Characteristics
- and ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- and NULL values, CREATE TABLE Syntax
- and TEXT columns, Index Prefixes, CREATE TABLE Syntax
- assigning to key cache, CACHE INDEX Syntax
- block size, Server System Variables
- column prefixes, Index Prefixes
- columns, Column Indexes
- creating and dropping, Online DDL Implementation Details
- leftmost prefix of, How MySQL Uses Indexes, Multiple-Column Indexes
- multi-column, Multiple-Column Indexes
- multiple-part, CREATE INDEX Syntax
- names, Schema Object Names
- primary (clustered) and secondary, Online DDL Implementation Details
- use of, How MySQL Uses Indexes
- IndexMemory, Defining NDB Cluster Data Nodes
- IndexStatAutoCreate
- data nodes, Defining NDB Cluster Data Nodes
- IndexStatAutoUpdate
- data nodes, Defining NDB Cluster Data Nodes
- IndexStatSaveScale
- data nodes, Defining NDB Cluster Data Nodes
- IndexStatSaveSize
- data nodes, Defining NDB Cluster Data Nodes
- IndexStatTriggerPct
- data nodes, Defining NDB Cluster Data Nodes
- IndexStatTriggerScale
- data nodes, Defining NDB Cluster Data Nodes
- IndexStatUpdateDelay
- data nodes, Defining NDB Cluster Data Nodes
- index_merge join type
- optimizer, EXPLAIN Join Types
- index_subquery join type
- optimizer, EXPLAIN Join Types
- indirect indexes
- NDB Cluster, Indexing a Generated Column to Provide a JSON Column Index
- INET6_ATON(), Miscellaneous Functions
- INET6_NTOA(), Miscellaneous Functions
- INET_ATON(), Miscellaneous Functions
- INET_NTOA(), Miscellaneous Functions
- infimum record, MySQL Glossary
- INFO Events (NDB Cluster), NDB Cluster Log Events
- info option
- innochecksum, innochecksum — Offline InnoDB File Checksum Utility
- information functions, Information Functions
- information option
- myisamchk, myisamchk Check Options
- INFORMATION SCHEMA
- InnoDB tables, InnoDB INFORMATION_SCHEMA Tables
- INFORMATION_SCHEMA, INFORMATION_SCHEMA Tables, MySQL Glossary
- and security issues, NDB Cluster and MySQL Privileges
- collation and searching, Using Collation in INFORMATION_SCHEMA Searches
- connection-control tables, Connection-Control INFORMATION_SCHEMA Tables
- InnoDB tables, InnoDB INFORMATION_SCHEMA Tables
- INNODB_CMP table, INNODB_CMP and INNODB_CMP_RESET
- INNODB_CMPMEM table, INNODB_CMPMEM and INNODB_CMPMEM_RESET
- INNODB_CMPMEM_RESET table, INNODB_CMPMEM and INNODB_CMPMEM_RESET
- INNODB_CMP_RESET table, INNODB_CMP and INNODB_CMP_RESET
- INNODB_LOCKS table, InnoDB INFORMATION_SCHEMA Transaction and Locking Information
- INNODB_LOCK_WAITS table, InnoDB INFORMATION_SCHEMA Transaction and Locking Information
- INNODB_TRX table, InnoDB INFORMATION_SCHEMA Transaction and Locking Information
- Thread Pool tables, Thread Pool INFORMATION_SCHEMA Tables
- INFORMATION_SCHEMA plugins, INFORMATION_SCHEMA Plugins
- INFORMATION_SCHEMA queries
- optimization, Optimizing INFORMATION_SCHEMA Queries
- INFORMATION_SCHEMA.ENGINES table
- and NDB Cluster, Quick Reference: NDB Cluster SQL Statements
- INFORMATION_SCHEMA.GLOBAL_STATUS table
- and NDB Cluster, Quick Reference: NDB Cluster SQL Statements
- INFORMATION_SCHEMA.GLOBAL_VARIABLES table
- and NDB Cluster, Quick Reference: NDB Cluster SQL Statements
- init
- thread state, General Thread States
- Init DB
- thread command, Thread Command Values
- init-command option
- mysql, mysql Options
- init-file option
- mysqld, Server Command Options
- InitFragmentLogFiles, Defining NDB Cluster Data Nodes
- initial option (ndbd), ndbd — The NDB Cluster Data Node Daemon
- initial option (ndbmtd), ndbd — The NDB Cluster Data Node Daemon
- initial option (ndb_mgmd), ndb_mgmd — The NDB Cluster Management Server Daemon
- initial-start option (ndbd), ndbd — The NDB Cluster Data Node Daemon
- initial-start option (ndbmtd), ndbd — The NDB Cluster Data Node Daemon
- initialize option
- mysqld, Server Command Options
- initialize-insecure option
- mysqld, Server Command Options
- Initialized
- thread state, Event Scheduler Thread States
- InitialLogFileGroup, Defining NDB Cluster Data Nodes
- InitialNoOfOpenFiles, Defining NDB Cluster Data Nodes
- InitialTablespace, Defining NDB Cluster Data Nodes
- init_connect system variable, Server System Variables
- init_file system variable, Server System Variables
- init_slave system variable, System Variables Used on Replication Slaves
- INNER JOIN, JOIN Syntax
- innochecksum, Overview of MySQL Programs, innochecksum — Offline InnoDB File Checksum Utility
- allow-mismatches option, innochecksum — Offline InnoDB File Checksum Utility
- count option, innochecksum — Offline InnoDB File Checksum Utility
- end-page option, innochecksum — Offline InnoDB File Checksum Utility
- help option, innochecksum — Offline InnoDB File Checksum Utility
- info option, innochecksum — Offline InnoDB File Checksum Utility
- log option, innochecksum — Offline InnoDB File Checksum Utility
- no-check option, innochecksum — Offline InnoDB File Checksum Utility
- page option, innochecksum — Offline InnoDB File Checksum Utility
- page-type-dump option, innochecksum — Offline InnoDB File Checksum Utility
- page-type-summary option, innochecksum — Offline InnoDB File Checksum Utility
- read from standard in option, innochecksum — Offline InnoDB File Checksum Utility
- start-page option, innochecksum — Offline InnoDB File Checksum Utility
- strict-check option, innochecksum — Offline InnoDB File Checksum Utility
- verbose option, innochecksum — Offline InnoDB File Checksum Utility
- version option, innochecksum — Offline InnoDB File Checksum Utility
- write option, innochecksum — Offline InnoDB File Checksum Utility
- InnoDB, Introduction to InnoDB, MySQL Glossary
- .frm files, InnoDB Tables and .frm Files
- adaptive hash index, Adaptive Hash Index
- and application feature requirements, NDB and InnoDB Feature Usage Summary
- application performance, Application Performance Considerations
- applications supported, NDB and InnoDB Workloads
- asynchronous I/O, Using Asynchronous I/O on Linux
- auto-inc lock, InnoDB Locking
- auto-increment columns, AUTO_INCREMENT Handling in InnoDB
- autocommit mode, autocommit, Commit, and Rollback, Grouping DML Operations with Transactions
- availability, MySQL Server Using InnoDB Compared with NDB Cluster
- backups, InnoDB Backup
- change buffer, Change Buffer
- checkpoints, InnoDB Checkpoints
- clustered index, Clustered and Secondary Indexes
- COMPACT row format, COMPACT Row Format Characteristics
- compared to NDB Cluster, MySQL Server Using InnoDB Compared with NDB Cluster, Differences Between the NDB and InnoDB Storage Engines, NDB and InnoDB Workloads, NDB and InnoDB Feature Usage Summary
- COMPRESSED row format, DYNAMIC and COMPRESSED Row Format Characteristics
- configuration parameters, InnoDB Startup Options and System Variables
- consistent reads, Consistent Nonlocking Reads
- corruption, Recovery from Data Corruption or Disk Failure
- crash recovery, InnoDB Crash Recovery, Tablespace Discovery During Crash Recovery
- creating tables, Creating InnoDB Tables
- data files, Resizing the InnoDB System Tablespace
- deadlock detection, Deadlock Detection and Rollback
- deadlock example, An InnoDB Deadlock Example
- deadlocks, Deadlocks in InnoDB, Deadlock Detection and Rollback, Handling Deadlocks
- disk failure, Recovery from Data Corruption or Disk Failure
- disk I/O, InnoDB Disk I/O
- disk I/O optimization, Optimizing InnoDB Disk I/O
- DYNAMIC row format, DYNAMIC and COMPRESSED Row Format Characteristics
- exclusive lock, InnoDB Locking
- file space management, File Space Management
- file-per-table setting, InnoDB File-Per-Table Tablespaces
- files, Understanding Files Associated with InnoDB Tables
- foreign key constraints, InnoDB and FOREIGN KEY Constraints
- FULLTEXT indexes, InnoDB FULLTEXT Indexes
- gap lock, InnoDB Locking, Phantom Rows, InnoDB Startup Options and System Variables
- generated columns, Foreign Key Restrictions for Generated Columns and Virtual Indexes
- index-record lock, Phantom Rows, InnoDB Startup Options and System Variables
- indexes, InnoDB Tables and Indexes
- insert-intention lock, InnoDB Locking
- intention lock, InnoDB Locking
- limits and restrictions, Limits on InnoDB Tables
- Linux, Using Asynchronous I/O on Linux
- lock modes, InnoDB Locking
- locking, InnoDB Locking and Transaction Model, InnoDB Locking, Locks Set by Different SQL Statements in InnoDB
- locking reads, Locking Reads
- log files, Changing the Number or Size of InnoDB Redo Log Files
- memory usage, Adjusting Memory Usage for MyISAM and InnoDB
- migrating tables, Moving or Copying InnoDB Tables
- Monitors, InnoDB Troubleshooting
- multi-versioning, InnoDB Multi-Versioning
- next-key lock, InnoDB Locking, Phantom Rows, InnoDB Startup Options and System Variables
- NFS, Important Storage Considerations, Limits on InnoDB Tables
- online DDL, InnoDB and Online DDL
- page size, Maximums and Minimums, The Physical Structure of an InnoDB Index
- physical index structure, The Physical Structure of an InnoDB Index
- point-in-time recovery, Point-in-Time Recovery
- primary keys, InnoDB Tables and Primary Keys, Defining a PRIMARY KEY for Each Table
- raw partitions, Using Raw Disk Partitions for the System Tablespace
- record-level locks, Phantom Rows, InnoDB Startup Options and System Variables
- recovery, InnoDB Recovery
- REDUNDANT row format, Redundant Row Format Characteristics
- replication, InnoDB and MySQL Replication
- row format, InnoDB Tables and Row Formats, Determining the Row Format of an InnoDB Table
- row structure, The Physical Row Structure of an InnoDB Table
- secondary index, Clustered and Secondary Indexes
- semi-consistent read, InnoDB Startup Options and System Variables
- shared lock, InnoDB Locking
- Solaris issues, Installing MySQL on Solaris
- sorted index builds, Sorted Index Builds
- storage, Storage Requirements
- storage layout, Planning the Storage Layout
- system variables, InnoDB Startup Options and System Variables
- table properties, Viewing InnoDB Table Properties
- tables, InnoDB Tables and Indexes, InnoDB Tables
- converting from other storage engines, Converting Tables from MyISAM to InnoDB
- temporary table undo logs, Temporary Table Undo Logs
- transaction model, InnoDB Locking and Transaction Model, InnoDB Transaction Model
- transactions, Handling Too-Long Or Too-Short Transactions
- transferring data, Transferring Existing Data
- troubleshooting, InnoDB Troubleshooting
- cannot open datafile, Cannot Open Datafile
- CREATE TABLE failure, CREATE TABLE Failure Due to Orphan Table
- data dictionary problems, Troubleshooting InnoDB Data Dictionary Operations
- deadlocks, Deadlocks in InnoDB, Deadlock Detection and Rollback
- defragmenting tables, Defragmenting a Table
- I/O problems, Troubleshooting InnoDB I/O Problems
- online DDL, Online DDL Limitations
- open file error, Cannot Open File Error
- orphan intermediate tables, Orphan Intermediate Tables
- orphan temporary tables, Orphan Temporary Tables
- performance problems, Optimizing for InnoDB Tables
- recovery problems, Forcing InnoDB Recovery
- restoring orphan ibd files, Restoring Orphan File-Per-Table ibd Files
- SQL errors, InnoDB Error Handling
- tablespace does not exist, Tablespace Does Not Exist
- virtual indexes, Foreign Key Restrictions for Generated Columns and Virtual Indexes
- InnoDB buffer pool, InnoDB Buffer Pool Optimization, The InnoDB Buffer Pool, Configuring InnoDB Buffer Pool Size, Configuring Multiple Buffer Pool Instances, Making the Buffer Pool Scan Resistant, Configuring InnoDB Buffer Pool Prefetching (Read-Ahead), Configuring InnoDB Buffer Pool Flushing, Fine-tuning InnoDB Buffer Pool Flushing, Saving and Restoring the Buffer Pool State, Monitoring the Buffer Pool Using the InnoDB Standard Monitor
- InnoDB Monitors, InnoDB Monitors
- enabling, Enabling InnoDB Monitors
- output, InnoDB Standard Monitor and Lock Monitor Output
- innodb option
- mysqld, InnoDB Startup Options and System Variables
- InnoDB parameters, new
- innodb_file_format_check, Compatibility Check When InnoDB Is Started
- innodb_large_prefix, InnoDB Startup Options and System Variables
- InnoDB parameters, with new defaults
- innodb_max_dirty_pages_pct, Configuring InnoDB Buffer Pool Flushing
- InnoDB predicate locks, Predicate Locks for Spatial Indexes
- InnoDB storage engine, Introduction to InnoDB, Alternative Storage Engines
- InnoDB tables
- storage requirements, InnoDB Table Storage Requirements
- innodb-status-file option
- mysqld, InnoDB Startup Options and System Variables
- innodb_adaptive_flushing, Configuring InnoDB Buffer Pool Flushing
- innodb_adaptive_flushing system variable, InnoDB Startup Options and System Variables
- innodb_adaptive_flushing_lwm system variable, InnoDB Startup Options and System Variables
- innodb_adaptive_hash_index
- and innodb_thread_concurrency, Configuring Thread Concurrency for InnoDB
- innodb_adaptive_hash_index system variable, InnoDB Startup Options and System Variables
- innodb_adaptive_hash_index_parts variable, InnoDB Startup Options and System Variables
- innodb_adaptive_max_sleep_delay system variable, InnoDB Startup Options and System Variables
- innodb_additional_mem_pool_size system variable, InnoDB Startup Options and System Variables
- and innodb_use_sys_malloc, Configuring the Memory Allocator for InnoDB
- innodb_api_bk_commit_interval system variable, InnoDB Startup Options and System Variables
- innodb_api_disable_rowlock system variable, InnoDB Startup Options and System Variables
- innodb_api_enable_binlog system variable, InnoDB Startup Options and System Variables
- innodb_api_enable_mdl system variable, InnoDB Startup Options and System Variables
- innodb_api_trx_level system variable, InnoDB Startup Options and System Variables
- innodb_autoextend_increment system variable, InnoDB Startup Options and System Variables
- innodb_autoinc_lock_mode, MySQL Glossary
- innodb_autoinc_lock_mode system variable, InnoDB Startup Options and System Variables
- innodb_background_drop_list_empty system variable, InnoDB Startup Options and System Variables
- INNODB_BUFFER_PAGE
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_BUFFER_PAGE Table
- INNODB_BUFFER_PAGE_LRU
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_BUFFER_PAGE_LRU Table
- innodb_buffer_pool_chunk_size system variable, InnoDB Startup Options and System Variables
- innodb_buffer_pool_dump_at_shutdown system variable, InnoDB Startup Options and System Variables
- innodb_buffer_pool_dump_now system variable, InnoDB Startup Options and System Variables
- innodb_buffer_pool_dump_pct system variable, InnoDB Startup Options and System Variables
- innodb_buffer_pool_filename system variable, InnoDB Startup Options and System Variables
- innodb_buffer_pool_instances system variable, InnoDB Startup Options and System Variables
- innodb_buffer_pool_load_abort system variable, InnoDB Startup Options and System Variables
- innodb_buffer_pool_load_at_startup system variable, InnoDB Startup Options and System Variables
- innodb_buffer_pool_load_now system variable, InnoDB Startup Options and System Variables
- innodb_buffer_pool_size system variable, InnoDB Startup Options and System Variables
- INNODB_BUFFER_POOL_STATS
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_BUFFER_POOL_STATS Table
- innodb_buffer_stats_by_schema view
- sys schema, The innodb_buffer_stats_by_schema and x$innodb_buffer_stats_by_schema
Views
- innodb_buffer_stats_by_table view
- sys schema, The innodb_buffer_stats_by_table and x$innodb_buffer_stats_by_table
Views
- innodb_change_buffering, Configuring InnoDB Change Buffering
- innodb_change_buffering system variable, InnoDB Startup Options and System Variables
- innodb_change_buffering_debug, InnoDB Startup Options and System Variables
- innodb_change_buffer_max_size system variable, InnoDB Startup Options and System Variables
- innodb_checksums system variable, InnoDB Startup Options and System Variables
- innodb_checksum_algorithm system variable, InnoDB Startup Options and System Variables
- INNODB_CMP
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_CMP and INNODB_CMP_RESET Tables
- INNODB_CMPMEM
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_CMPMEM and INNODB_CMPMEM_RESET Tables
- INNODB_CMPMEM_RESET
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_CMPMEM and INNODB_CMPMEM_RESET Tables
- INNODB_CMP_PER_INDEX
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_CMP_PER_INDEX and
INNODB_CMP_PER_INDEX_RESET Tables
- innodb_cmp_per_index_enabled system variable, InnoDB Startup Options and System Variables
- INNODB_CMP_PER_INDEX_RESET
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_CMP_PER_INDEX and
INNODB_CMP_PER_INDEX_RESET Tables
- INNODB_CMP_RESET
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_CMP and INNODB_CMP_RESET Tables
- innodb_commit_concurrency system variable, InnoDB Startup Options and System Variables
- innodb_compression_failure_threshold_pct system variable, InnoDB Startup Options and System Variables
- innodb_compression_level system variable, InnoDB Startup Options and System Variables
- innodb_compression_pad_pct_max system variable, InnoDB Startup Options and System Variables
- innodb_compress_debug, InnoDB Startup Options and System Variables
- innodb_concurrency_tickets, Configuring Thread Concurrency for InnoDB
- innodb_concurrency_tickets system variable, InnoDB Startup Options and System Variables
- innodb_data_file_path system variable, InnoDB Startup Options and System Variables
- innodb_data_home_dir system variable, InnoDB Startup Options and System Variables
- innodb_deadlock_detect system variable, InnoDB Startup Options and System Variables
- innodb_default_row_format, Specifying the Row Format for a Table
- innodb_default_row_format system variable, InnoDB Startup Options and System Variables
- innodb_disable_resize_buffer_pool_debug, InnoDB Startup Options and System Variables
- innodb_disable_sort_file_cache system variable, InnoDB Startup Options and System Variables
- innodb_doublewrite system variable, InnoDB Startup Options and System Variables
- innodb_fast_shutdown system variable, InnoDB Startup Options and System Variables
- innodb_file_format, InnoDB File-Format Management, MySQL Glossary
- Antelope, How Compression Works for InnoDB Tables
- Barracuda, Creating Compressed Tables
- identifying, Identifying the File Format in Use
- innodb_file_format system variable, InnoDB Startup Options and System Variables
- innodb_file_format_check, Compatibility Check When InnoDB Is Started
- innodb_file_format_check system variable, InnoDB Startup Options and System Variables
- innodb_file_format_max system variable, InnoDB Startup Options and System Variables
- innodb_file_per_table, Creating Compressed Tables, MySQL Glossary
- innodb_file_per_table system variable, InnoDB Startup Options and System Variables
- innodb_fill_factor system variable, InnoDB Startup Options and System Variables
- innodb_fil_make_page_dirty_debug, InnoDB Startup Options and System Variables
- innodb_flushing_avg_loops system variable, InnoDB Startup Options and System Variables
- innodb_flush_log_at_timeout system variable, InnoDB Startup Options and System Variables
- innodb_flush_log_at_trx_commit system variable, InnoDB Startup Options and System Variables
- innodb_flush_method system variable, InnoDB Startup Options and System Variables
- innodb_flush_neighbors system variable, InnoDB Startup Options and System Variables
- innodb_flush_sync system variable, InnoDB Startup Options and System Variables
- innodb_force_load_corrupted system variable, InnoDB Startup Options and System Variables
- innodb_force_recovery system variable, InnoDB Startup Options and System Variables
- DROP TABLE, DROP TABLE Syntax
- innodb_ft_aux_table system variable, InnoDB Startup Options and System Variables
- INNODB_FT_BEING_DELETED
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_FT_BEING_DELETED Table
- innodb_ft_cache_size system variable, InnoDB Startup Options and System Variables
- INNODB_FT_CONFIG
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_FT_CONFIG Table
- INNODB_FT_DEFAULT_STOPWORD
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_FT_DEFAULT_STOPWORD Table
- INNODB_FT_DELETED
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_FT_DELETED Table
- innodb_ft_enable_diag_print system variable, InnoDB Startup Options and System Variables
- innodb_ft_enable_stopword system variable, InnoDB Startup Options and System Variables
- INNODB_FT_INDEX_CACHE
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_FT_INDEX_CACHE Table
- INNODB_FT_INDEX_TABLE
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_FT_INDEX_TABLE Table
- innodb_ft_max_token_size system variable, InnoDB Startup Options and System Variables
- innodb_ft_min_token_size system variable, InnoDB Startup Options and System Variables
- innodb_ft_num_word_optimize system variable, InnoDB Startup Options and System Variables
- innodb_ft_result_cache_limit system variable, InnoDB Startup Options and System Variables
- innodb_ft_server_stopword_table system variable, InnoDB Startup Options and System Variables
- innodb_ft_sort_pll_degree system variable, InnoDB Startup Options and System Variables
- innodb_ft_total_cache_size system variable, InnoDB Startup Options and System Variables
- innodb_ft_user_stopword_table system variable, InnoDB Startup Options and System Variables
- innodb_index_stats table
- system table, Optimizer System Tables, Configuring Persistent Optimizer Statistics Parameters
- innodb_io_capacity, Configuring the InnoDB Master Thread I/O Rate
- innodb_io_capacity system variable, InnoDB Startup Options and System Variables
- innodb_io_capacity_max system variable, InnoDB Startup Options and System Variables
- innodb_large_prefix system variable, InnoDB Startup Options and System Variables
- innodb_limit_optimistic_insert_debug, InnoDB Startup Options and System Variables
- INNODB_LOCKS
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_LOCKS Table
- innodb_locks_unsafe_for_binlog system variable, InnoDB Startup Options and System Variables
- INNODB_LOCK_WAITS
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_LOCK_WAITS Table
- innodb_lock_waits view
- sys schema, The innodb_lock_waits and x$innodb_lock_waits Views
- innodb_lock_wait_timeout, MySQL Glossary
- innodb_lock_wait_timeout system variable, InnoDB Startup Options and System Variables
- innodb_log_buffer_size system variable, InnoDB Startup Options and System Variables
- innodb_log_checksums system variable, InnoDB Startup Options and System Variables
- innodb_log_checksum_algorithm system variable, InnoDB Startup Options and System Variables
- innodb_log_compressed_pages system variable, InnoDB Startup Options and System Variables
- innodb_log_files_in_group system variable, InnoDB Startup Options and System Variables
- innodb_log_file_size system variable, InnoDB Startup Options and System Variables
- innodb_log_group_home_dir system variable, InnoDB Startup Options and System Variables
- innodb_log_write_ahead_size system variable, InnoDB Startup Options and System Variables
- innodb_lru_scan_depth system variable, InnoDB Startup Options and System Variables
- innodb_max_dirty_pages_pct, Configuring InnoDB Buffer Pool Flushing
- innodb_max_dirty_pages_pct system variable, InnoDB Startup Options and System Variables
- innodb_max_dirty_pages_pct_lwm system variable, InnoDB Startup Options and System Variables
- innodb_max_purge_lag system variable, InnoDB Startup Options and System Variables
- innodb_max_purge_lag_delay system variable, InnoDB Startup Options and System Variables
- innodb_max_undo_log_size system variable, InnoDB Startup Options and System Variables
- innodb_memcache database, Installing and Configuring the InnoDB memcached Plugin, InnoDB memcached Plugin Configuration Tables
- innodb_memcached_config.sql script, Installing and Configuring the InnoDB memcached Plugin
- innodb_merge_threshold_set_all_debug, InnoDB Startup Options and System Variables
- INNODB_METRICS
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_METRICS Table
- innodb_monitor_disable system variable, InnoDB Startup Options and System Variables
- innodb_monitor_enable system variable, InnoDB Startup Options and System Variables
- innodb_monitor_reset system variable, InnoDB Startup Options and System Variables
- innodb_monitor_reset_all system variable, InnoDB Startup Options and System Variables
- innodb_numa_interleave variable, InnoDB Startup Options and System Variables
- innodb_old_blocks_pct, Making the Buffer Pool Scan Resistant
- innodb_old_blocks_pct system variable, InnoDB Startup Options and System Variables
- innodb_old_blocks_time, Making the Buffer Pool Scan Resistant
- innodb_old_blocks_time system variable, InnoDB Startup Options and System Variables
- innodb_online_alter_log_max_size system variable, InnoDB Startup Options and System Variables
- innodb_open_files system variable, InnoDB Startup Options and System Variables
- innodb_optimize_fulltext_only system variable, InnoDB Startup Options and System Variables
- innodb_optimize_point_storage system variable, InnoDB Startup Options and System Variables
- INNODB_PAGE_ATOMIC_REF_COUNT option
- CMake, MySQL Source-Configuration Options
- innodb_page_cleaners system variable, InnoDB Startup Options and System Variables
- innodb_page_size system variable, InnoDB Startup Options and System Variables
- innodb_print_all_deadlocks system variable, InnoDB Startup Options and System Variables
- innodb_print_all_deadlocks, InnoDB Startup Options and System Variables
- innodb_purge_batch_size system variable, InnoDB Startup Options and System Variables
- innodb_purge_rseg_truncate_frequency system variable, InnoDB Startup Options and System Variables
- innodb_purge_threads system variable, InnoDB Startup Options and System Variables
- innodb_random_read_ahead system variable, InnoDB Startup Options and System Variables
- innodb_read_ahead_threshold, Configuring InnoDB Buffer Pool Prefetching (Read-Ahead)
- innodb_read_ahead_threshold system variable, InnoDB Startup Options and System Variables
- innodb_read_io_threads, Configuring the Number of Background InnoDB I/O Threads
- innodb_read_io_threads system variable, InnoDB Startup Options and System Variables
- innodb_read_only system variable, InnoDB Startup Options and System Variables
- innodb_replication_delay system variable, InnoDB Startup Options and System Variables
- innodb_rollback_on_timeout system variable, InnoDB Startup Options and System Variables
- innodb_rollback_segments system variable, InnoDB Startup Options and System Variables
- innodb_saved_page_number_debug, InnoDB Startup Options and System Variables
- innodb_sort_buffer_size system variable, InnoDB Startup Options and System Variables
- innodb_spin_wait_delay, Configuring Spin Lock Polling
- innodb_spin_wait_delay system variable, InnoDB Startup Options and System Variables
- innodb_stats_auto_recalc system variable, InnoDB Startup Options and System Variables
- innodb_stats_include_delete_marked system variable, Including Delete-marked Records in Persistent Statistics Calculations, InnoDB Startup Options and System Variables
- innodb_stats_method system variable, InnoDB Startup Options and System Variables
- innodb_stats_on_metadata system variable, InnoDB Startup Options and System Variables
- innodb_stats_persistent system variable
- innodb_stats_persistent, InnoDB Startup Options and System Variables
- innodb_stats_persistent_sample_pages system variable, InnoDB Startup Options and System Variables
- innodb_stats_sample_pages system variable, InnoDB Startup Options and System Variables
- innodb_stats_transient_sample_pages, Configuring Non-Persistent Optimizer Statistics Parameters
- innodb_stats_transient_sample_pages system variable, InnoDB Startup Options and System Variables
- innodb_status_output system variable, InnoDB Startup Options and System Variables
- innodb_status_output_locks system variable, InnoDB Startup Options and System Variables
- innodb_stat_persistent system variable, InnoDB Startup Options and System Variables
- innodb_strict_mode, MySQL Glossary
- innodb_strict_mode system variable, InnoDB Startup Options and System Variables
- innodb_support_xa system variable, InnoDB Startup Options and System Variables
- innodb_sync_array_size system variable, InnoDB Startup Options and System Variables
- innodb_sync_debug, InnoDB Startup Options and System Variables
- innodb_sync_spin_loops system variable, InnoDB Startup Options and System Variables
- INNODB_SYS_COLUMNS
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_SYS_COLUMNS Table
- INNODB_SYS_DATAFILES
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_SYS_DATAFILES Table
- INNODB_SYS_FIELDS
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_SYS_FIELDS Table
- INNODB_SYS_FOREIGN
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_SYS_FOREIGN Table
- INNODB_SYS_FOREIGN_COLS
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_SYS_FOREIGN_COLS Table
- INNODB_SYS_INDEXES
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_SYS_INDEXES Table
- INNODB_SYS_TABLES
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_SYS_TABLES Table
- INNODB_SYS_TABLESPACES
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_SYS_TABLESPACES Table
- INNODB_SYS_TABLESTATS
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_SYS_TABLESTATS View
- INNODB_SYS_VIRTUAL
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_SYS_VIRTUAL Table
- innodb_table_locks system variable, InnoDB Startup Options and System Variables
- innodb_table_stats table
- system table, Optimizer System Tables, Configuring Persistent Optimizer Statistics Parameters
- innodb_temp_data_file_path system variable, InnoDB Startup Options and System Variables
- INNODB_TEMP_TABLE_INFO
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_TEMP_TABLE_INFO Table
- innodb_thread_concurrency, Configuring Thread Concurrency for InnoDB
- innodb_thread_concurrency system variable, InnoDB Startup Options and System Variables
- innodb_thread_sleep_delay, Configuring Thread Concurrency for InnoDB
- innodb_thread_sleep_delay system variable, InnoDB Startup Options and System Variables
- innodb_tmpdir system variable, InnoDB Startup Options and System Variables
- INNODB_TRX
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA INNODB_TRX Table
- innodb_trx_purge_view_update_only_debug, InnoDB Startup Options and System Variables
- innodb_trx_rseg_n_slots_debug, InnoDB Startup Options and System Variables
- innodb_undo_directory system variable, InnoDB Startup Options and System Variables
- innodb_undo_logs system variable, InnoDB Startup Options and System Variables
- innodb_undo_log_truncate system variable, InnoDB Startup Options and System Variables
- innodb_undo_tablespaces system variable, InnoDB Startup Options and System Variables
- innodb_use_native_aio, Using Asynchronous I/O on Linux
- innodb_use_native_aio system variable, InnoDB Startup Options and System Variables
- innodb_use_sys_malloc
- and innodb_thread_concurrency, Configuring Thread Concurrency for InnoDB
- innodb_use_sys_malloc system variable, Configuring the Memory Allocator for InnoDB, InnoDB Startup Options and System Variables
- innodb_version system variable, InnoDB Startup Options and System Variables
- innodb_write_io_threads, Configuring the Number of Background InnoDB I/O Threads
- innodb_write_io_threads system variable, InnoDB Startup Options and System Variables
- input-type option
- ndb_import, ndb_import — Import CSV Data Into NDB
- input-workers option
- ndb_import, ndb_import — Import CSV Data Into NDB
- insecure option
- mysql_install_db, mysql_install_db — Initialize MySQL Data Directory
- INSERT, Optimizing INSERT Statements, INSERT Syntax
- insert, MySQL Glossary
- INSERT ... SELECT, INSERT ... SELECT Syntax
- insert buffer, MySQL Glossary
- insert buffering, MySQL Glossary
- disabling, Configuring InnoDB Change Buffering
- INSERT DELAYED, INSERT DELAYED Syntax
- insert intention lock, MySQL Glossary
- INSERT(), String Functions
- insert-ignore option
- mysqldump, mysqldump — A Database Backup Program
- mysqlpump, mysqlpump — A Database Backup Program
- insert-intention lock, InnoDB Locking
- insertable views
- insertable, Updatable and Insertable Views
- inserting
- speed of, Optimizing INSERT Statements
- inserts
- concurrent, Table-Level Locking, Concurrent Inserts
- insert_id system variable, Server System Variables
- install option
- mysqld, Server Command Options
- MySQLInstallerConsole, MySQLInstallerConsole Reference
- install option (ndbd), ndbd — The NDB Cluster Data Node Daemon
- install option (ndbmtd), ndbd — The NDB Cluster Data Node Daemon
- install option (ndb_mgmd), ndb_mgmd — The NDB Cluster Management Server Daemon
- INSTALL PLUGIN statement, INSTALL PLUGIN Syntax
- install-manual option
- mysqld, Server Command Options
- Installation, MySQLInstallerConsole Reference
- installation layouts, Installation Layouts
- installation overview, Installing MySQL from Source
- installing
- binary distribution, Installing MySQL on Unix/Linux Using Generic Binaries
- Linux RPM packages, Installing MySQL on Linux Using RPM Packages from Oracle
- macOS DMG packages, Installing MySQL on macOS
- overview, Installing and Upgrading MySQL
- Perl, Perl Installation Notes
- Perl on Windows, Installing ActiveState Perl on Windows
- Solaris PKG packages, Installing MySQL on Solaris
- source distribution, Installing MySQL from Source
- user-defined functions, UDF Compiling and Installing
- installing NDB Cluster, NDB Cluster Installation
- Debian Linux, Installing NDB Cluster Using .deb Files
- Linux, Installation of NDB Cluster on Linux
- Linux binary release, Installing an NDB Cluster Binary Release on Linux
- Linux RPM, Installing NDB Cluster from RPM
- Linux source release, Building NDB Cluster from Source on Linux
- Ubuntu Linux, Installing NDB Cluster Using .deb Files
- Windows, Installing NDB Cluster on Windows
- Windows binary release, Installing NDB Cluster on Windows from a Binary Release
- Windows source, Compiling and Installing NDB Cluster from Source on Windows
- installing plugins, Installing and Uninstalling Plugins, INSTALL PLUGIN Syntax
- INSTALL_BINDIR option
- CMake, MySQL Source-Configuration Options
- INSTALL_DOCDIR option
- CMake, MySQL Source-Configuration Options
- INSTALL_DOCREADMEDIR option
- CMake, MySQL Source-Configuration Options
- INSTALL_INCLUDEDIR option
- CMake, MySQL Source-Configuration Options
- INSTALL_INFODIR option
- CMake, MySQL Source-Configuration Options
- INSTALL_LAYOUT option
- CMake, MySQL Source-Configuration Options
- INSTALL_LIBDIR option
- CMake, MySQL Source-Configuration Options
- INSTALL_MANDIR option
- CMake, MySQL Source-Configuration Options
- INSTALL_MYSQLKEYRINGDIR option
- CMake, MySQL Source-Configuration Options
- INSTALL_MYSQLSHAREDIR option
- CMake, MySQL Source-Configuration Options
- INSTALL_MYSQLTESTDIR option
- CMake, MySQL Source-Configuration Options
- INSTALL_PKGCONFIGDIR option
- CMake, MySQL Source-Configuration Options
- INSTALL_PLUGINDIR option
- CMake, MySQL Source-Configuration Options
- INSTALL_SBINDIR option
- CMake, MySQL Source-Configuration Options
- INSTALL_SCRIPTDIR option
- CMake, MySQL Source-Configuration Options
- INSTALL_SECURE_FILE_PRIVDIR option
- CMake, MySQL Source-Configuration Options
- INSTALL_SECURE_FILE_PRIV_EMBEDDEDDIR option
- CMake, MySQL Source-Configuration Options
- INSTALL_SHAREDIR option
- CMake, MySQL Source-Configuration Options
- INSTALL_SQLBENCHDIR option
- CMake, MySQL Source-Configuration Options
- INSTALL_SUPPORTFILESDIR option
- CMake, MySQL Source-Configuration Options
- instance, MySQL Glossary
- INSTR(), String Functions
- instrumentation, MySQL Glossary
- INT data type, Numeric Type Overview
- integer arithmetic, Precision Math
- INTEGER data type, Numeric Type Overview
- integers, Numeric Literals
- intention lock, InnoDB Locking, MySQL Glossary
- interactive option
- mysqlsh, mysqlsh — The MySQL Shell
- interactive option (ndb_mgmd), ndb_mgmd — The NDB Cluster Management Server Daemon
- interactive_timeout system variable, Server System Variables
- InteriorRingN(), Polygon and MultiPolygon Property Functions
- internal locking, Internal Locking Methods
- internal memory allocator
- disabling, Configuring the Memory Allocator for InnoDB
- internal storage format
- geometry values, Internal Geometry Storage Format
- internals, MySQL Internals
- internal_tmp_disk_storage_engine system variable, Server System Variables
- Internet Relay Chat, MySQL Community Support on Internet Relay Chat (IRC)
- Intersects(), Spatial Relation Functions That Use Minimum Bounding Rectangles
- INTERVAL(), Comparison Functions and Operators
- INTO
- SELECT, SELECT ... INTO Syntax
- introducer
- binary character set, The Binary Character Set
- bit-value literal, Bit-Value Literals
- character set, Character Set Introducers
- hexadecimal literal, Hexadecimal Literals
- string literal, String Literals, Character String Literal Character Set and Collation
- invalid data
- constraint, Constraints on Invalid Data
- invalidating query cache entries
- thread state, Query Cache Thread States
- inverted index, MySQL Glossary
- invisible index, CREATE FUNCTION Syntax
- INVOKER privileges, SHOW GRANTS Syntax, Access Control for Stored Programs and Views
- in_file option
- comp_err, comp_err — Compile MySQL Error Message File
- IOPS, MySQL Glossary
- io_by_thread_by_latency view
- sys schema, The io_by_thread_by_latency and x$io_by_thread_by_latency Views
- io_global_by_file_by_bytes view
- sys schema, The io_global_by_file_by_bytes and x$io_global_by_file_by_bytes Views
- io_global_by_file_by_latency view
- sys schema, The io_global_by_file_by_latency and x$io_global_by_file_by_latency
Views
- io_global_by_wait_by_bytes view
- sys schema, The io_global_by_wait_by_bytes and x$io_global_by_wait_by_bytes Views
- io_global_by_wait_by_latency view
- sys schema, The io_global_by_wait_by_latency and x$io_global_by_wait_by_latency
Views
- IP addresses
- in account names, Specifying Account Names
- in default accounts, Securing the Initial MySQL Accounts
- IPv6 addresses
- in account names, Specifying Account Names
- in default accounts, Securing the Initial MySQL Accounts
- IPv6 connections, Server Command Options
- IRC, MySQL Community Support on Internet Relay Chat (IRC)
- IS boolean_value, Comparison Functions and Operators
- IS NOT boolean_value, Comparison Functions and Operators
- IS NOT DISTINCT FROM operator, Comparison Functions and Operators
- IS NOT NULL, Comparison Functions and Operators
- IS NULL, IS NULL Optimization, Comparison Functions and Operators
- and indexes, B-Tree Index Characteristics
- IsClosed(), LineString and MultiLineString Property Functions
- IsEmpty(), General Geometry Property Functions
- .isl file, MySQL Glossary
- ISNULL(), Comparison Functions and Operators
- ISOLATION LEVEL, SET TRANSACTION Syntax
- isolation level, Transaction Isolation Levels, MySQL Glossary
- IsSimple(), General Geometry Property Functions
- IS_FREE_LOCK(), Miscellaneous Functions
- IS_IPV4(), Miscellaneous Functions
- IS_IPV4_COMPAT(), Miscellaneous Functions
- IS_IPV4_MAPPED(), Miscellaneous Functions
- IS_IPV6(), Miscellaneous Functions
- IS_USED_LOCK(), Miscellaneous Functions
- ITERATE, ITERATE Syntax
- iterations option
- mysqlslap, mysqlslap — Load Emulation Client
J
[
index top]
- Japanese character sets
- conversion, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- Japanese, Korean, Chinese character sets
- frequently asked questions, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
- Java, MySQL Connector/J
- JDBC, Connectors and APIs
- jdbc:mysql:loadbalance://, NDB Cluster Core Concepts
- join, MySQL Glossary
- nested-loop algorithm, Nested Join Optimization
- JOIN, JOIN Syntax
- join algorithm
- Block Nested-Loop, Nested-Loop Join Algorithms
- Nested-Loop, Nested-Loop Join Algorithms
- join option
- myisampack, myisampack — Generate Compressed, Read-Only MyISAM Tables
- join type
- ALL, EXPLAIN Join Types
- const, EXPLAIN Join Types
- eq_ref, EXPLAIN Join Types
- fulltext, EXPLAIN Join Types
- index, EXPLAIN Join Types
- index_merge, EXPLAIN Join Types
- index_subquery, EXPLAIN Join Types
- range, EXPLAIN Join Types
- ref, EXPLAIN Join Types
- ref_or_null, EXPLAIN Join Types
- system, EXPLAIN Join Types
- unique_subquery, EXPLAIN Join Types
- joins
- USING versus ON, JOIN Syntax
- join_buffer_size system variable, Server System Variables
- js option
- mysqlsh, mysqlsh — The MySQL Shell
- JSON
- array, Creating JSON Values
- autowrapped values, Normalization, Merging, and Autowrapping of JSON Values
- false literal, Creating JSON Values
- NDB Cluster, Indexing a Generated Column to Provide a JSON Column Index
- normalized values, Normalization, Merging, and Autowrapping of JSON Values
- null literal, Creating JSON Values
- null, true, and false literals, Creating JSON Values
- object, Creating JSON Values
- quote mark handling, Creating JSON Values
- scalar, Creating JSON Values
- sensible values, Normalization, Merging, and Autowrapping of JSON Values
- string, Creating JSON Values
- temporal values, Creating JSON Values
- true literal, Creating JSON Values
- valid values, Creating JSON Values
- JSON data type, The JSON Data Type
- JSON functions, JSON Functions, JSON Function Reference
- json option
- mysqlsh, mysqlsh — The MySQL Shell
- JSON_APPEND(), Functions That Modify JSON Values
- JSON_ARRAY(), Functions That Create JSON Values
- JSON_ARRAYAGG(), Aggregate (GROUP BY) Function Descriptions
- JSON_ARRAY_APPEND(), Functions That Modify JSON Values
- JSON_ARRAY_INSERT(), Functions That Modify JSON Values
- JSON_CONTAINS(), Functions That Search JSON Values
- JSON_CONTAINS_PATH(), Functions That Search JSON Values
- JSON_DEPTH(), Functions That Return JSON Value Attributes
- JSON_EXTRACT(), Functions That Search JSON Values
- JSON_INSERT(), Functions That Modify JSON Values
- JSON_KEYS(), Functions That Search JSON Values
- JSON_LENGTH(), Functions That Return JSON Value Attributes
- JSON_MERGE(), Normalization, Merging, and Autowrapping of JSON Values, Functions That Modify JSON Values
- JSON_MERGE_PATCH(), Functions That Modify JSON Values
- JSON_MERGE_PRESERVE(), Functions That Modify JSON Values
- JSON_OBJECT(), Functions That Create JSON Values
- JSON_OBJECTAGG(), Aggregate (GROUP BY) Function Descriptions
- JSON_PRETTY(), JSON Utility Functions
- JSON_QUOTE(), Functions That Create JSON Values
- JSON_REMOVE(), Functions That Modify JSON Values
- JSON_REPLACE(), Functions That Modify JSON Values
- JSON_SEARCH(), Functions That Search JSON Values
- JSON_SET(), Functions That Modify JSON Values
- JSON_STORAGE_SIZE(), JSON Utility Functions
- JSON_TYPE(), Functions That Return JSON Value Attributes
- JSON_UNQUOTE(), Functions That Modify JSON Values
- JSON_VALID(), Functions That Return JSON Value Attributes
K
[
index top]
- keep-my-cnf option
- mysql_install_db, mysql_install_db — Initialize MySQL Data Directory
- keep_files_on_create system variable, Server System Variables
- Key cache
- MyISAM, The MyISAM Key Cache
- key cache
- assigning indexes to, CACHE INDEX Syntax
- key management
- keyring, General-Purpose Keyring Key-Management Functions
- key partitioning, KEY Partitioning
- key partitions
- managing, Management of HASH and KEY Partitions
- splitting and merging, Management of HASH and KEY Partitions
- key space
- MyISAM, Space Needed for Keys
- key-file option
- ndb_setup.py, ndb_setup.py — Start browser-based Auto-Installer for
NDB Cluster
- key-value store, Hash Index Characteristics
- keyring, The MySQL Keyring
- key management, General-Purpose Keyring Key-Management Functions
- keyring plugins, Keyring Plugins, Writing Keyring Plugins
- keyring_aws, Using the keyring_aws Amazon Web Services Keyring Plugin
- keyring_encrypted_file, Using the keyring_encrypted_file Keyring Plugin
- keyring_file, Using the keyring_file File-Based Plugin
- keyring_okv, Using the keyring_okv KMIP Plugin
- keyring service functions
- my_key_fetch(), The Keyring Service
- my_key_generate(), The Keyring Service
- my_key_remove(), The Keyring Service
- my_key_store(), The Keyring Service
- keyring system variables, Keyring System Variables
- keyring UDFs
- general purpose, General-Purpose Keyring Key-Management Functions
- installing, Installing or Uninstalling General-Purpose Keyring Functions
- keyring_key_fetch(), General-Purpose Keyring Function Reference
- keyring_key_generate(), General-Purpose Keyring Function Reference
- keyring_key_length_fetch(), General-Purpose Keyring Function Reference
- keyring_key_remove(), General-Purpose Keyring Function Reference
- keyring_key_store(), General-Purpose Keyring Function Reference
- keyring_key_type_fetch(), General-Purpose Keyring Function Reference
- plugin specific, Plugin-Specific Keyring Key-Management Functions
- uninstalling, Installing or Uninstalling General-Purpose Keyring Functions
- using, Using General-Purpose Keyring Functions
- keyring-migration-destination option
- mysqld, Keyring Command Options
- keyring-migration-host option
- mysqld, Keyring Command Options
- keyring-migration-password option
- mysqld, Keyring Command Options
- keyring-migration-port option
- mysqld, Keyring Command Options
- keyring-migration-socket option
- mysqld, Keyring Command Options
- keyring-migration-source option
- mysqld, Keyring Command Options
- keyring-migration-user option
- mysqld, Keyring Command Options
- keyring_aws keyring plugin, Using the keyring_aws Amazon Web Services Keyring Plugin
- keyring_aws plugin
- installing, Keyring Plugin Installation
- keyring_aws UDFs
- keyring_aws_rotate_cmk(), Plugin-Specific Keyring Key-Management Functions
- keyring_aws_rotate_keys(), Plugin-Specific Keyring Key-Management Functions
- keyring_aws_cmk_id system variable, Keyring System Variables
- keyring_aws_conf_file system variable, Keyring System Variables
- keyring_aws_data_file system variable, Keyring System Variables
- keyring_aws_region system variable, Keyring System Variables
- keyring_aws_rotate_cmk() keyring_aws UDF, Plugin-Specific Keyring Key-Management Functions
- keyring_aws_rotate_keys() keyring_aws UDF, Plugin-Specific Keyring Key-Management Functions
- keyring_encrypted_file keyring plugin, Using the keyring_encrypted_file Keyring Plugin
- keyring_encrypted_file_data system variable, Keyring System Variables
- keyring_encrypted_file_password system variable, Keyring System Variables
- keyring_file keyring plugin, Using the keyring_file File-Based Plugin
- keyring_file plugin, InnoDB Tablespace Encryption
- installing, Keyring Plugin Installation
- keyring_file_data system variable, Keyring System Variables
- keyring_key_fetch() keyring UDF, General-Purpose Keyring Function Reference
- keyring_key_generate() keyring UDF, General-Purpose Keyring Function Reference
- keyring_key_length_fetch() keyring UDF, General-Purpose Keyring Function Reference
- keyring_key_remove() keyring UDF, General-Purpose Keyring Function Reference
- keyring_key_store() keyring UDF, General-Purpose Keyring Function Reference
- keyring_key_type_fetch() keyring UDF, General-Purpose Keyring Function Reference
- keyring_okv keyring plugin, Using the keyring_okv KMIP Plugin
- configuring, General keyring_okv Configuration
- Gemalto SafeNet KeySecure Applicance, Configuring keyring_okv for Gemalto SafeNet KeySecure Appliance
- Oracle Key Vault, Configuring keyring_okv for Oracle Key Vault
- keyring_okv plugin, InnoDB Tablespace Encryption
- installing, Keyring Plugin Installation
- keyring_okv_conf_dir system variable, Keyring System Variables
- keyring_operations system variable, Keyring System Variables
- keyring_udf plugin
- installing, Installing or Uninstalling General-Purpose Keyring Functions
- uninstalling, Installing or Uninstalling General-Purpose Keyring Functions
- keys, Column Indexes
- foreign, Foreign Key Differences, Using Foreign Keys
- multi-column, Multiple-Column Indexes
- searching on two, Searching on Two Keys
- keys option
- mysqlshow, mysqlshow — Display Database, Table, and Column Information
- keys-used option
- myisamchk, myisamchk Repair Options
- keywords, Keywords and Reserved Words
- KEY_BLOCK_SIZE, Creating Compressed Tables, Tuning Compression for InnoDB Tables, MySQL Glossary
- key_buffer_size myisamchk variable, myisamchk General Options
- key_buffer_size system variable, Server System Variables
- key_cache_age_threshold system variable, Server System Variables
- key_cache_block_size system variable, Server System Variables
- key_cache_division_limit system variable, Server System Variables
- KEY_COLUMN_USAGE
- INFORMATION_SCHEMA table, The INFORMATION_SCHEMA KEY_COLUMN_USAGE Table
- Kill
- thread command, Thread Command Values
- KILL statement, KILL Syntax
- Killed
- thread state, General Thread States
- Killing slave
- thread state, Replication Slave SQL Thread States, Replication Slave Connection Thread States
- known errors, Known Issues in MySQL
- Korean, MySQL 5.7 FAQ: MySQL Chinese, Japanese, and Korean
Character Sets
L
[
index top]
- labels
- stored program block, Statement Label Syntax
- language option
- mysqld, Server Command Options
- language support
- error messages, Setting the Error Message Language
- lap option
- ndb_redo_log_reader, ndb_redo_log_reader — Check and Print Content of Cluster Redo Log
- large page support, Enabling Large Page Support
- large tables
- NDB Cluster, CREATE TABLE Syntax
- large-pages option
- mysqld, Server Command Options
- large_files_support system variable, Server System Variables
- large_pages system variable, Server System Variables
- large_page_size system variable, Server System Variables
- last row
- unique ID, How to Get the Unique ID for the Last Inserted Row
- LAST_DAY(), Date and Time Functions
- last_insert_id system variable, Server System Variables
- LAST_INSERT_ID(), Information Functions, INSERT Syntax, How to Get the Unique ID for the Last Inserted Row
- and replication, Replication and AUTO_INCREMENT
- and stored routines, Stored Procedures, Functions, Triggers, and LAST_INSERT_ID()
- and triggers, Stored Procedures, Functions, Triggers, and LAST_INSERT_ID()
- latch, MySQL Glossary
- LateAlloc, Defining NDB Cluster Data Nodes
- latest_file_io view
- sys schema, The latest_file_io and x$latest_file_io Views
- layout of installation, Installation Layouts
- lc-messages option
- mysqld, Server Command Options
- mysql_install_db, mysql_install_db — Initialize MySQL Data Directory
- lc-messages-dir option
- mysqld, Server Command Options
- mysql_install_db, mysql_install_db — Initialize MySQL Data Directory
- LCASE(), String Functions
- LcpScanProgressTimeout, Defining NDB Cluster Data Nodes
- lc_messages system variable, Server System Variables
- lc_messages_dir system variable, Server System Variables
- lc_time_names system variable, Server System Variables
- LDAP
- authentication, LDAP Pluggable Authentication
- LDAP authentication
- client-side logging, Pluggable Authentication System Variables
- server-side logging, Pluggable Authentication System Variables
- WITH_AUTHENTICATION_LDAP CMake option, MySQL Source-Configuration Options
- ldata option
- mysql_install_db, mysql_install_db — Initialize MySQL Data Directory
- LDML syntax, LDML Syntax Supported in MySQL
- LD_LIBRARY_PATH environment variable, Problems Using the Perl DBI/DBD Interface, Running C API Client Programs
- LD_RUN_PATH environment variable, Problems Using the Perl DBI/DBD Interface, MySQL Program Environment Variables
- LEAST(), Comparison Functions and Operators
- LEAVE, LEAVE Syntax
- ledir option
- mysqld_safe, mysqld_safe — MySQL Server Startup Script
- LEFT JOIN, Left Join and Right Join Optimization, JOIN Syntax
- LEFT OUTER JOIN, JOIN Syntax
- LEFT(), String Functions
- leftmost prefix of indexes, How MySQL Uses Indexes, Multiple-Column Indexes
- legal names, Schema Object Names
- length option
- myisam_ftdump, myisam_ftdump — Display Full-Text Index information
- LENGTH(), String Functions
- less than (<), Comparison Functions and Operators
- less than or equal (<=), Comparison Functions and Operators
- libaio, Installing MySQL on Unix/Linux Using Generic Binaries, Installing MySQL on Linux Using Debian Packages from Oracle, MySQL Source-Configuration Options
- libmysqlclient library, Connectors and APIs
- libmysqld, libmysqld, the Embedded MySQL Server Library
- options, Options with the Embedded Server
- libmysqld library, Connectors and APIs
- libmysqld-libs option
- mysql_config, mysql_config — Display Options for Compiling Clients
- LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN environment variable, MySQL Program Environment Variables
- LIBMYSQL_PLUGINS environment variable, MySQL Program Environment Variables, Description
- LIBMYSQL_PLUGIN_DIR environment variable, MySQL Program Environment Variables, Description
- library
- libmysqlclient, Connectors and APIs
- libmysqld, Connectors and APIs
- libs option
- mysql_config, mysql_config — Display Options for Compiling Clients
- libs_r option
- mysql_config, mysql_config — Display Options for Compiling Clients
- license system variable, Server System Variables
- LIKE, String Comparison Functions
- and indexes, B-Tree Index Characteristics
- and wildcards, B-Tree Index Characteristics
- LIMIT, Information Functions, SELECT Syntax
- and replication, Replication and LIMIT
- optimizations, LIMIT Query Optimization
- limitations
- MySQL Limitations, Limits in MySQL
- replication, Replication Features and Issues
- limitations of NDB Cluster, Known Limitations of NDB Cluster
- limits
- file-size, Limits on Table Size
- InnoDB, Limits on InnoDB Tables
- MySQL Limits, limits in MySQL, Limits in MySQL
- line-numbers option
- mysql, mysql Options
- linear hash partitioning, LINEAR HASH Partitioning
- linear key partitioning, KEY Partitioning
- linefeed (\n), String Literals, Functions That Modify JSON Values, LOAD DATA INFILE Syntax
- LineFromText(), Functions That Create Geometry Values from WKT Values
- LineFromWKB(), Functions That Create Geometry Values from WKB Values
- lines-terminated-by option
- mysqldump, mysqldump — A Database Backup Program, mysqlimport — A Data Import Program
- ndb_import, ndb_import — Import CSV Data Into NDB
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- LINESTRING data type, Spatial Data Types
- LineString(), MySQL-Specific Functions That Create Geometry Values
- LineStringFromText(), Functions That Create Geometry Values from WKT Values
- LineStringFromWKB(), Functions That Create Geometry Values from WKB Values
- linking, Building C API Client Programs
- errors, Troubleshooting Problems Linking to the MySQL Client Library
- problems, Troubleshooting Problems Linking to the MySQL Client Library
- links
- symbolic, Using Symbolic Links
- list, MySQL Glossary
- list option
- MySQLInstallerConsole, MySQLInstallerConsole Reference
- list partitioning, LIST Partitioning, COLUMNS Partitioning
- list partitions
- adding and dropping, Management of RANGE and LIST Partitions
- managing, Management of RANGE and LIST Partitions
- list_add() function
- sys schema, The list_add() Function
- list_drop() function
- sys schema, The list_drop() Function
- literals, Literal Values
- bit value, Bit-Value Literals
- boolean, Boolean Literals
- date, Date and Time Literals
- hexadecimal, Hexadecimal Literals
- numeric, Numeric Literals
- string, String Literals
- time, Date and Time Literals
- LN(), Mathematical Functions
- LOAD DATA
- and replication, Replication and LOAD DATA INFILE
- LOAD DATA INFILE, LOAD DATA INFILE Syntax, Problems with NULL Values
- load emulation, mysqlslap — Load Emulation Client
- LOAD INDEX INTO CACHE
- and partitioning, Restrictions and Limitations on Partitioning
- LOAD XML, LOAD XML Syntax
- loading
- tables, Loading Data into a Table
- LOAD_FILE(), String Functions
- local option
- mysqlimport, mysqlimport — A Data Import Program
- local-infile option
- mysql, mysql Options
- local-load option
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- local-service option
- mysqld, Server Command Options
- localhost, Connecting to the MySQL Server
- LOCALTIME, Date and Time Functions
- LOCALTIMESTAMP, Date and Time Functions
- local_infile system variable, Server System Variables
- LOCATE(), String Functions
- LocationDomainId (API nodes), Defining SQL and Other API Nodes in an NDB Cluster
- LocationDomainId (data nodes), Defining NDB Cluster Data Nodes
- LocationDomainId (management nodes), Defining an NDB Cluster Management Server
- lock, MySQL Glossary
- lock escalation, MySQL Glossary
- LOCK IN SHARE MODE, SELECT Syntax
- lock mode, MySQL Glossary
- Lock Monitor, InnoDB Monitor Types, InnoDB Standard Monitor and Lock Monitor Output
- lock option
- ndb_select_all, ndb_select_all — Print Rows from an NDB Table
- LOCK TABLES, LOCK TABLES and UNLOCK TABLES Syntax
- lock-all-tables option
- mysqldump, mysqldump — A Database Backup Program
- lock-tables option
- mysqldump, mysqldump — A Database Backup Program
- mysqlimport, mysqlimport — A Data Import Program
- Locked_connects status variable, Server Status Variables
- locked_in_memory system variable, Server System Variables
- LockExecuteThreadToCPU, Defining NDB Cluster Data Nodes
- locking, System Factors, InnoDB Locking and Transaction Model, MySQL Glossary
- external, Server Command Options, Server System Variables, Using myisamchk for Crash Recovery, External Locking, General Thread States
- information schema, InnoDB INFORMATION_SCHEMA Transaction and Locking Information
- InnoDB, InnoDB Locking
- internal, Internal Locking Methods
- row-level, Internal Locking Methods
- table-level, Internal Locking Methods
- locking methods, Internal Locking Methods
- locking read, MySQL Glossary
- locking service
- installing, Installing or Uninstalling the UDF Locking Interface
- mysql_acquire_locking_service_locks() C function, The Locking Service C Interface
- mysql_release_locking_service_locks() C function, The Locking Service C Interface
- service_get_read_locks() UDF, Locking Service UDF Interface Reference
- service_get_write_locks() UDF, Locking Service UDF Interface Reference
- service_release_locks() UDF, Locking Service UDF Interface Reference
- uninstalling, Installing or Uninstalling the UDF Locking Interface
- locking_service service, MySQL Services for Plugins, The Locking Service
- LockMaintThreadsToCPU, Defining NDB Cluster Data Nodes
- LockPagesInMainMemory, Defining NDB Cluster Data Nodes
- locks_per_fragment
- ndbinfo table, The ndbinfo locks_per_fragment Table
- lock_wait_timeout system variable, Server System Variables
- log, MySQL Glossary
- log buffer, MySQL Glossary
- log file, MySQL Glossary
- log files
- maintaining, Server Log Maintenance
- log files (NDB Cluster), ndbd — The NDB Cluster Data Node Daemon
- ndbmtd, ndbmtd — The NDB Cluster Data Node Daemon (Multi-Threaded)
- log group, MySQL Glossary
- log option
- innochecksum, innochecksum — Offline InnoDB File Checksum Utility
- mysqld_multi, mysqld_multi — Manage Multiple MySQL Servers
- LOG(), Mathematical Functions
- log-bin option
- mysqld, Startup Options Used with Binary Logging
- log-bin-index option
- mysqld, Startup Options Used with Binary Logging
- log-bin-trust-function-creators option
- mysqld, Startup Options Used with Binary Logging
- log-bin-use-v1-row-events option
- mysqld, Startup Options Used with Binary Logging
- log-error option
- mysqld, Server Command Options
- mysqldump, mysqldump — A Database Backup Program
- mysqld_safe, mysqld_safe — MySQL Server Startup Script
- log-error-file option
- mysqlpump, mysqlpump — A Database Backup Program
- log-isam option
- mysqld, Server Command Options
- log-level option
- mysqlsh, mysqlsh — The MySQL Shell
- log-name option (ndb_mgmd), ndb_mgmd — The NDB Cluster Management Server Daemon
- log-output option
- mysqld, Server Command Options
- log-queries-not-using-indexes option
- mysqld, Server Command Options
- log-raw option
- mysqld, Server Command Options
- log-short-format option
- mysqld, Server Command Options
- log-slave-updates option
- mysqld, Startup Options for Replication Slaves
- log-slow-admin-statements option
- mysqld, Server Command Options
- log-slow-slave-statements option
- mysqld, Startup Options for Replication Slaves
- log-tc option
- mysqld, Server Command Options
- log-tc-size option
- mysqld, Server Command Options
- log-warnings option
- mysqld, Server Command Options, Startup Options for Replication Slaves
- LOG10(), Mathematical Functions
- LOG2(), Mathematical Functions
- logbuffer-size option (ndbd), ndbd — The NDB Cluster Data Node Daemon
- logbuffer-size option (ndbmtd), ndbd — The NDB Cluster Data Node Daemon
- logbuffers
- ndbinfo table, The ndbinfo logbuffers Table
- LogDestination, Defining an NDB Cluster Management Server
- logging
- passwords, Passwords and Logging
- logging commands (NDB Cluster), NDB Cluster Logging Management Commands
- logging slow query
- thread state, General Thread States
- logical, MySQL Glossary
- logical backup, MySQL Glossary
- logical operators, Logical Operators
- login
- thread state, General Thread States
- login-file option
- mysql_install_db, mysql_install_db — Initialize MySQL Data Directory
- login-path option, Command-Line Options that Affect Option-File Handling, my_print_defaults — Display Options from Option Files
- mysql, mysql Options
- mysqladmin, mysqladmin — Client for Administering a MySQL Server
- mysqlbinlog, mysqlbinlog — Utility for Processing Binary Log Files
- mysqlcheck, mysqlcheck — A Table Maintenance Program
- mysqldump, mysqldump — A Database Backup Program
- mysqlimport, mysqlimport — A Data Import Program
- mysqlpump, mysqlpump — A Database Backup Program
- mysqlshow, mysqlshow — Display Database, Table, and Column Information
- mysqlslap, mysqlslap — Load Emulation Client
- mysql_install_db, mysql_install_db — Initialize MySQL Data Directory
- mysql_upgrade, mysql_upgrade — Check and Upgrade MySQL Tables
- NDB client programs, Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs
- LogLevelCheckpoint, Defining NDB Cluster Data Nodes
- LogLevelCongestion, Defining NDB Cluster Data Nodes
- LogLevelConnection, Defining NDB Cluster Data Nodes
- LogLevelError, Defining NDB Cluster Data Nodes
- LogLevelInfo, Defining NDB Cluster Data Nodes
- LogLevelNodeRestart, Defining NDB Cluster Data Nodes
- LogLevelShutdown, Defining NDB Cluster Data Nodes
- LogLevelStartup, Defining NDB Cluster Data Nodes
- LogLevelStatistic, Defining NDB Cluster Data Nodes
- logs
- flushing, MySQL Server Logs
- server, MySQL Server Logs
- logspaces
- ndbinfo table, The ndbinfo logspaces Table
- log_backward_compatible_user_definitions system variable, Server System Variables
- log_bin system variable, System Variables Used with Binary Logging
- log_bin_basename system variable, System Variables Used with Binary Logging
- log_bin_index system variable, System Variables Used with Binary Logging
- log_bin_trust_function_creators system variable, Server System Variables
- log_bin_use_v1_row_events system variable, System Variables Used with Binary Logging
- log_builtin_as_identified_by_password system variable, Server System Variables
- log_error system variable, Server System Variables
- log_error_verbosity system variable, Server System Variables
- log_output system variable, Server System Variables
- log_queries_not_using_indexes system variable, Server System Variables
- log_slave_updates system variable, System Variables Used with Binary Logging
- log_slow_admin_statements system variable
- mysqld, Server System Variables
- log_slow_slave_statements system variable
- mysqld, System Variables Used on Replication Slaves
- log_statements_unsafe_for_binlog system variable, System Variables Used with Binary Logging
- log_syslog system variable, Server System Variables
- log_syslog_facility system variable, Server System Variables
- log_syslog_include_pid system variable, Server System Variables
- log_syslog_tag system variable, Server System Variables
- log_throttle_queries_not_using_indexes system variable, Server System Variables
- log_timestamps system variable, Server System Variables
- log_warnings system variable, Server System Variables
- Long Data
- thread command, Thread Command Values
- LONG data type, The BLOB and TEXT Types
- LONGBLOB data type, String Type Overview
- LongMessageBuffer, Defining NDB Cluster Data Nodes
- LONGTEXT data type, String Type Overview
- long_query_time system variable, Server System Variables
- LOOP, LOOP Syntax
- labels, Statement Label Syntax
- loops option
- ndb_show_tables, ndb_show_tables — Display List of NDB Tables
- loops option (ndbinfo_select_all), ndbinfo_select_all — Select From ndbinfo Tables
- loops option (ndb_index_stat), ndb_index_stat — NDB Index Statistics Utility
- Loose Index Scan
- GROUP BY optimizing, Loose Index Scan
- --loose option prefix, Program Option Modifiers
- loose_, MySQL Glossary
- lossy-conversions option
- ndb_move_data, ndb_move_data — NDB Data Copy Utility
- ndb_restore, ndb_restore — Restore an NDB Cluster Backup
- lost connection errors, Lost connection to MySQL server
- lost+found directory, Server Command Options
- low-priority option
- mysqlimport, mysqlimport — A Data Import Program
- low-priority-updates option
- mysqld, Server Command Options
- low-water mark, MySQL Glossary
- LOWER(), String Functions
- lower_case_file_system system variable, Server System Variables
- GRANT, Privileges Supported by MySQL
- lower_case_table_names system variable, Server System Variables
- LOW_PRIORITY
- DELETE modifier, DELETE Syntax
- INSERT modifier, INSERT Syntax
- UPDATE modifier, Subquery Syntax, UPDATE Syntax
- low_priority_updates system variable, Server System Variables
- LPAD(), String Functions
- LRU, MySQL Glossary
- LRU page replacement, Making the Buffer Pool Scan Resistant
- LSN, MySQL Glossary
- LTRIM(), String Functions
- lz4_decompress, Overview of MySQL Programs, lz4_decompress — Decompress mysqlpump LZ4-Compressed Output
M
[
index top]
- macOS
- installation, Installing MySQL on macOS
- mailing lists, MySQL Mailing Lists
- archive location, MySQL Mailing Lists
- guidelines, Guidelines for Using the Mailing Lists
- main features of MySQL, The Main Features of MySQL
- maintaining
- log files, Server Log Maintenance
- tables, Setting Up a MyISAM Table Maintenance Schedule
- maintenance
- tables, mysqlcheck — A Table Maintenance Program
- MAKEDATE(), Date and Time Functions
- MAKETIME(), Date and Time Functions
- MAKE_SET(), String Functions
- Making temporary file (append) before replaying LOAD DATA INFILE
- thread state, Replication Slave SQL Thread States
- Making temporary file (create) before replaying LOAD DATA INFILE
- thread state, Replication Slave SQL Thread States
- malicious SQL statements
- and NDB Cluster, NDB Cluster and MySQL Privileges
- manage keys
- thread state, General Thread States
- management client (NDB Cluster), ndb_mgm — The NDB Cluster Management Client
- (see also mgm)
- management node (NDB Cluster)
- defined, NDB Cluster Core Concepts
- management nodes (NDB Cluster), ndb_mgmd — The NDB Cluster Management Server Daemon
- (see also mgmd)
- managing NDB Cluster, Management of NDB Cluster
- managing NDB Cluster processes, NDB Cluster Programs
- manual
- available formats, About This Manual
- online location, About This Manual
- syntax conventions, Typographical and Syntax Conventions
- typographical conventions, Typographical and Syntax Conventions
- Master has sent all binlog to slave; waiting for more updates
- thread state, Replication Master Thread States
- master server, MySQL Glossary
- master thread, MySQL Glossary
- master-data option
- mysqldump, mysqldump — A Database Backup Program
- master-info-file option
- mysqld, Startup Options for Replication Slaves
- master-info-repository option
- mysqld, Options for Logging Slave Status to Tables
- master-retry-count option
- mysqld, Startup Options for Replication Slaves
- master-verify-checksum option
- mysqld, Startup Options Used with Binary Logging
- master_info_repository system variable, System Variables Used on Replication Slaves
- MASTER_POS_WAIT(), Miscellaneous Functions, MASTER_POS_WAIT() Syntax
- master_verify_checksum system variable, System Variables Used with Binary Logging
- MATCH ... AGAINST(), Full-Text Search Functions
- matching
- patterns, Pattern Matching
- materialization
- derived tables, Optimizing Derived Tables and View References
- subqueries, Optimizing Subqueries with Materialization