| CARVIEW |
The world's most popular open source database
- Documentation Library
- Table of Contents
- MySQL 6.0 Reference Manual
- MySQL 5.1 Reference Manual
- MySQL 5.0 Reference Manual
- MySQL 3.23/4.0/4.1 Manual
- Table of Contents
- MySQL 5.0 Reference Manual
- Preface
- 1 General Information
- 2 Installing and Upgrading MySQL
- 3 Tutorial
- 4 MySQL Programs
- 5 MySQL Server Administration
- 6 Backup and Recovery
- 7 Optimization
- 8 Language Structure
- 9 Internationalization and Localization
- 10 Data Types
- 11 Functions and Operators
- 12 SQL Statement Syntax
- 13 Storage Engines
- 14 High Availability and Scalability
- 15 MySQL Enterprise Monitor
- 16 Replication
- 17 MySQL Cluster
- 18 Stored Programs and Views
- 19 INFORMATION_SCHEMA Tables
- 20 Connectors and APIs
- 21 Extending MySQL
- A MySQL 5.0 Frequently Asked Questions
- B Errors, Error Codes, and Common Problems
- C MySQL Enterprise Release Notes
- D MySQL Community Server Enhancements and Release Notes
- E MySQL Change History
- F Restrictions and Limits
- Index
Copyright 1997-2008 MySQL AB, 2009 Sun Microsystems, Inc.
This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Sun disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Sun Microsystems, Inc. Sun Microsystems, Inc. and MySQL AB reserve any and all rights to this documentation not expressly granted above.
For more information on the terms of this license, for details on how the MySQL documentation is built and produced, or if you are interested in doing a translation, please contact the Documentation Team.
If you want help with using MySQL, please visit either the MySQL Forums or MySQL Mailing Lists where you can discuss your issues with other MySQL users.
For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML, CHM and PDF formats, see MySQL Documentation Library.
Abstract
This is the MySQL Reference Manual. It documents MySQL 5.0 through 5.0.76.
This manual is for MySQL Enterprise Server, our commercial offering, and for MySQL Community Server. Sections that do not apply for MySQL Enterprise Server users are marked:
This section does not apply to MySQL Enterprise Server users.
Sections that do not apply to MySQL Community Server users are marked:
This section does not apply to MySQL Community Server users.
Document generated on: 2009-02-01 (revision: 13503)
The following table provides direct links into areas of the manual according to different topics. Links marked with » link to online guides and other manuals for more information.
Table 1. Topic Quick Reference
| Getting Started | Platforms | Administrators | Developers | Functionality | Connectors | HA/Scalability |
|---|---|---|---|---|---|---|
| Tutorial | » Linux/Unix | » MySQL Version Reference | » MySQL Version Reference | SQL Syntax | Connector/J | » HA/Scalability Guide |
| Installation | » Mac OS X | » Security | SQL Syntax | Views | Connector/ODBC | MySQL and DRBD |
| Upgrading | » Windows | » Startup/Shutdown | Optimization | Stored Routines | Connector/NET | MySQL and Virtualization |
| Server Administration | » Solaris | » Backup and Recovery | Connectors & APIs | Replication | Connector/C++ | Memcached |
| FAQs | » Building from Source |  | Functions and Operators | Spatial Extensions | Connector/OOo | MySQL Proxy |
| Â | Â | Â | Â | Precision Math | PHP | Replication |
| Â | Â | Â | Â | I18N & L18N | C API | Â |
Table of Contents [+/-]
- Preface
- 1. General Information [+/-]
- 2. Installing and Upgrading MySQL [+/-]
- 2.1. MySQL Installation Overview
- 2.2. Determining your current MySQL version
- 2.3. Notes for MySQL Enterprise Server [+/-]
- 2.4. Notes for MySQL Community Server [+/-]
- 2.5. How to Get MySQL
- 2.6. Verifying Package Integrity Using MD5 Checksums or
GnuPG[+/-] - 2.7. Installation Layouts
- 2.8. Standard MySQL Installation Using a Binary Distribution
- 2.9. Installing MySQL on Windows [+/-]
- 2.9.1. Choosing An Installation Package
- 2.9.2. Installing MySQL with the Automated Installer
- 2.9.3. Using the MySQL Installation Wizard
- 2.9.4. MySQL Server Instance Configuration Wizard
- 2.9.5. Installing MySQL from a Noinstall Zip Archive
- 2.9.6. Extracting the Install Archive
- 2.9.7. Creating an Option File
- 2.9.8. Selecting a MySQL Server Type
- 2.9.9. Starting the Server for the First Time
- 2.9.10. Starting MySQL from the Windows Command Line
- 2.9.11. Starting MySQL as a Windows Service
- 2.9.12. Testing The MySQL Installation
- 2.9.13. Troubleshooting a MySQL Installation Under Windows
- 2.9.14. Upgrading MySQL on Windows
- 2.9.15. MySQL on Windows Compared to MySQL on Unix
- 2.10. Installing MySQL from RPM Packages on Linux
- 2.11. Installing MySQL on Mac OS X
- 2.12. Installing MySQL on Solaris
- 2.13. Installing MySQL on i5/OS
- 2.14. Installing MySQL on NetWare
- 2.15. Installing MySQL from
tar.gzPackages on Other Unix-Like Systems - 2.16. MySQL Installation Using a Source Distribution [+/-]
- 2.17. Post-Installation Setup and Testing [+/-]
- 2.18. Upgrading or Downgrading MySQL [+/-]
- 2.19. Operating System-Specific Notes [+/-]
- 2.20. Environment Variables
- 2.21. Perl Installation Notes [+/-]
- 3. Tutorial [+/-]
- 3.1. Connecting to and Disconnecting from the Server
- 3.2. Entering Queries
- 3.3. Creating and Using a Database [+/-]
- 3.4. Getting Information About Databases and Tables
- 3.5. Using mysql in Batch Mode
- 3.6. Examples of Common Queries [+/-]
- 3.6.1. The Maximum Value for a Column
- 3.6.2. The Row Holding the Maximum of a Certain Column
- 3.6.3. Maximum of Column per Group
- 3.6.4. The Rows Holding the Group-wise Maximum of a Certain Field
- 3.6.5. Using User-Defined Variables
- 3.6.6. Using Foreign Keys
- 3.6.7. Searching on Two Keys
- 3.6.8. Calculating Visits Per Day
- 3.6.9. Using
AUTO_INCREMENT
- 3.7. Queries from the Twin Project [+/-]
- 3.8. Using MySQL with Apache
- 4. MySQL Programs [+/-]
- 4.1. Overview of MySQL Programs
- 4.2. Using MySQL Programs [+/-]
- 4.3. MySQL Server and Server-Startup Programs [+/-]
- 4.4. MySQL Installation-Related Programs [+/-]
- 4.4.1. comp_err — Compile MySQL Error Message File
- 4.4.2. make_win_bin_dist — Package MySQL Distribution as ZIP Archive
- 4.4.3. make_win_src_distribution — Create Source Distribution for Windows
- 4.4.4. mysqlbug — Generate Bug Report
- 4.4.5. mysql_fix_privilege_tables — Upgrade MySQL System Tables
- 4.4.6. mysql_install_db — Initialize MySQL Data Directory
- 4.4.7. mysql_secure_installation — Improve MySQL Installation Security
- 4.4.8. mysql_tzinfo_to_sql — Load the Time Zone Tables
- 4.4.9. mysql_upgrade — Check Tables for MySQL Upgrade
- 4.5. MySQL Client Programs [+/-]
- 4.5.1. mysql — The MySQL Command-Line Tool
- 4.5.2. mysqladmin — Client for Administering a MySQL Server
- 4.5.3. mysqlcheck — A Table Maintenance and Repair Program
- 4.5.4. mysqldump — A Database Backup Program
- 4.5.5. mysqlimport — A Data Import Program
- 4.5.6. mysqlshow — Display Database, Table, and Column Information
- 4.6. MySQL Administrative and Utility Programs [+/-]
- 4.6.1. innochecksum — Offline InnoDB File Checksum Utility
- 4.6.2. myisam_ftdump — Display Full-Text Index information
- 4.6.3. myisamchk — MyISAM Table-Maintenance Utility
- 4.6.4. myisamlog — Display MyISAM Log File Contents
- 4.6.5. myisampack — Generate Compressed, Read-Only MyISAM Tables
- 4.6.6. mysqlaccess — Client for Checking Access Privileges
- 4.6.7. mysqlbinlog — Utility for Processing Binary Log Files
- 4.6.8. mysqldumpslow — Summarize Slow Query Log Files
- 4.6.9. mysqlhotcopy — A Database Backup Program
- 4.6.10. mysqlmanager — The MySQL Instance Manager
- 4.6.11. mysql_convert_table_format — Convert Tables to Use a Given Storage Engine
- 4.6.12. mysql_explain_log — Use EXPLAIN on Statements in Query Log
- 4.6.13. mysql_find_rows — Extract SQL Statements from Files
- 4.6.14. mysql_fix_extensions — Normalize Table File Name Extensions
- 4.6.15. mysql_setpermission — Interactively Set Permissions in Grant Tables
- 4.6.16. mysql_tableinfo — Generate Database Metadata
- 4.6.17. mysql_waitpid — Kill Process and Wait for Its Termination
- 4.6.18. mysql_zap — Kill Processes That Match a Pattern
- 4.7. MySQL Program Development Utilities [+/-]
- 4.8. Miscellaneous Programs [+/-]
- 5. MySQL Server Administration [+/-]
- 5.1. The MySQL Server [+/-]
- 5.1.1. Server Option and Variable Reference
- 5.1.2. Server Command Options
- 5.1.3. Server System Variables
- 5.1.4. Session System Variables
- 5.1.5. Using System Variables
- 5.1.6. Server Status Variables
- 5.1.7. Server SQL Modes
- 5.1.8. Server-Side Help
- 5.1.9. Server Response to Signals
- 5.1.10. The Shutdown Process
- 5.2. MySQL Server Logs [+/-]
- 5.3. General Security Issues [+/-]
- 5.4. The MySQL Access Privilege System [+/-]
- 5.4.1. How the Privilege System Works
- 5.4.2. The Privilege System Grant Tables
- 5.4.3. Privileges Provided by MySQL
- 5.4.4. Access Control, Stage 1: Connection Verification
- 5.4.5. Access Control, Stage 2: Request Verification
- 5.4.6. When Privilege Changes Take Effect
- 5.4.7. Causes of Access-Denied Errors
- 5.4.8. Password Hashing as of MySQL 4.1
- 5.5. MySQL User Account Management [+/-]
- 5.5.1. MySQL User Names and Passwords
- 5.5.2. Adding User Accounts to MySQL
- 5.5.3. Removing User Accounts from MySQL
- 5.5.4. Limiting Account Resources
- 5.5.5. Assigning Account Passwords
- 5.5.6. Keeping Passwords Secure
- 5.5.7. Using SSL for Secure Connections
- 5.5.8. Connecting to MySQL Remotely from Windows with SSH
- 5.5.9. Auditing MySQL Account Activity
- 5.6. Running Multiple MySQL Servers on the Same Machine [+/-]
- 6. Backup and Recovery [+/-]
- 7. Optimization [+/-]
- 7.1. Optimization Overview [+/-]
- 7.2. Optimizing
SELECTand Other Statements [+/-] - 7.2.1. Optimizing Queries with
EXPLAIN - 7.2.2. Estimating Query Performance
- 7.2.3. Speed of
SELECTQueries - 7.2.4.
WHEREClause Optimization - 7.2.5. Range Optimization
- 7.2.6. Index Merge Optimization
- 7.2.7. Condition Pushdown Optimization
- 7.2.8.
IS NULLOptimization - 7.2.9.
LEFT JOINandRIGHT JOINOptimization - 7.2.10. Nested-Loop Join Algorithms
- 7.2.11. Nested Join Optimization
- 7.2.12. Outer Join Simplification
- 7.2.13.
ORDER BYOptimization - 7.2.14.
GROUP BYOptimization - 7.2.15.
DISTINCTOptimization - 7.2.16. Optimizing
IN/=ANYSubqueries - 7.2.17.
LIMITOptimization - 7.2.18. How to Avoid Table Scans
- 7.2.19. Speed of
INSERTStatements - 7.2.20. Speed of
UPDATEStatements - 7.2.21. Speed of
DELETEStatements - 7.2.22. Other Optimization Tips
- 7.2.1. Optimizing Queries with
- 7.3. Locking Issues [+/-]
- 7.4. Optimizing Database Structure [+/-]
- 7.4.1. Design Choices
- 7.4.2. Make Your Data as Small as Possible
- 7.4.3. Column Indexes
- 7.4.4. Multiple-Column Indexes
- 7.4.5. How MySQL Uses Indexes
- 7.4.6. The
MyISAMKey Cache - 7.4.7.
MyISAMIndex Statistics Collection - 7.4.8. How MySQL Opens and Closes Tables
- 7.4.9. Disadvantages of Creating Many Tables in the Same Database
- 7.5. Optimizing the MySQL Server [+/-]
- 7.5.1. System Factors and Startup Parameter Tuning
- 7.5.2. Tuning Server Parameters
- 7.5.3. Controlling Query Optimizer Performance
- 7.5.4. The MySQL Query Cache
- 7.5.5. Examining Thread Information
- 7.5.6. How Compiling and Linking Affects the Speed of MySQL
- 7.5.7. How MySQL Uses Threads for Client Connections
- 7.5.8. How MySQL Uses Memory
- 7.5.9. How MySQL Uses Internal Temporary Tables
- 7.5.10. How MySQL Uses DNS
- 7.6. Disk Issues [+/-]
- 8. Language Structure [+/-]
- 9. Internationalization and Localization [+/-]
- 9.1. Character Set Support [+/-]
- 9.1.1. Character Sets and Collations in General
- 9.1.2. Character Sets and Collations in MySQL
- 9.1.3. Specifying Character Sets and Collations
- 9.1.4. Connection Character Sets and Collations
- 9.1.5. Configuring the Character Set and Collation for Applications
- 9.1.6. Collation Issues
- 9.1.7. String Repertoire
- 9.1.8. Operations Affected by Character Set Support
- 9.1.9. Unicode Support
- 9.1.10. UTF-8 for Metadata
- 9.1.11. Column Character Set Conversion
- 9.1.12. Character Sets and Collations That MySQL Supports
- 9.2. The Character Set Used for Data and Sorting [+/-]
- 9.3. Setting the Error Message Language
- 9.4. Adding a New Character Set [+/-]
- 9.5. How to Add a New Collation to a Character Set [+/-]
- 9.6. Problems With Character Sets
- 9.7. MySQL Server Time Zone Support [+/-]
- 9.8. MySQL Server Locale Support
- 10. Data Types [+/-]
- 11. Functions and Operators [+/-]
- 11.1. Operator and Function Reference
- 11.2. Operators [+/-]
- 11.3. Control Flow Functions
- 11.4. String Functions [+/-]
- 11.5. Numeric Functions [+/-]
- 11.6. Date and Time Functions
- 11.7. What Calendar Is Used By MySQL?
- 11.8. Full-Text Search Functions [+/-]
- 11.9. Cast Functions and Operators
- 11.10. Other Functions [+/-]
- 11.11. Functions and Modifiers for Use with
GROUP BYClauses [+/-] - 11.12. Spatial Extensions [+/-]
- 11.13. Precision Math [+/-]
- 12. SQL Statement Syntax [+/-]
- 12.1. Data Definition Statements [+/-]
- 12.1.1.
ALTER DATABASESyntax - 12.1.2.
ALTER FUNCTIONSyntax - 12.1.3.
ALTER PROCEDURESyntax - 12.1.4.
ALTER TABLESyntax - 12.1.5.
ALTER VIEWSyntax - 12.1.6.
CREATE DATABASESyntax - 12.1.7.
CREATE FUNCTIONSyntax - 12.1.8.
CREATE INDEXSyntax - 12.1.9.
CREATE PROCEDUREandCREATE FUNCTIONSyntax - 12.1.10.
CREATE TABLESyntax - 12.1.11.
CREATE TRIGGERSyntax - 12.1.12.
CREATE VIEWSyntax - 12.1.13.
DROP DATABASESyntax - 12.1.14.
DROP FUNCTIONSyntax - 12.1.15.
DROP INDEXSyntax - 12.1.16.
DROP PROCEDUREandDROP FUNCTIONSyntax - 12.1.17.
DROP TABLESyntax - 12.1.18.
DROP TRIGGERSyntax - 12.1.19.
DROP VIEWSyntax - 12.1.20.
RENAME TABLESyntax
- 12.1.1.
- 12.2. Data Manipulation Statements [+/-]
- 12.3. MySQL Utility Statements [+/-]
- 12.4. MySQL Transactional and Locking Statements [+/-]
- 12.4.1.
START TRANSACTION,COMMIT, andROLLBACKSyntax - 12.4.2. Statements That Cannot Be Rolled Back
- 12.4.3. Statements That Cause an Implicit Commit
- 12.4.4.
SAVEPOINTandROLLBACK TO SAVEPOINTSyntax - 12.4.5.
LOCK TABLESandUNLOCK TABLESSyntax - 12.4.6.
SET TRANSACTIONSyntax - 12.4.7. XA Transactions
- 12.4.1.
- 12.5. Database Administration Statements [+/-]
- 12.6. Replication Statements [+/-]
- 12.7. SQL Syntax for Prepared Statements [+/-]
- 12.8. MySQL Compound-Statement Syntax [+/-]
- 13. Storage Engines [+/-]
- 13.1. The
MyISAMStorage Engine [+/-] - 13.2. The
InnoDBStorage Engine [+/-] - 13.2.1.
InnoDBContact Information - 13.2.2.
InnoDBConfiguration - 13.2.3.
InnoDBStartup Options and System Variables - 13.2.4. Creating and Using
InnoDBTables - 13.2.5. Adding, Removing, or Resizing
InnoDBData and Log Files - 13.2.6. Backing Up and Recovering an
InnoDBDatabase - 13.2.7. Moving an
InnoDBDatabase to Another Machine - 13.2.8. The
InnoDBTransaction Model and Locking - 13.2.9.
InnoDBPerformance Tuning Tips - 13.2.10.
InnoDBMulti-Versioning - 13.2.11.
InnoDBTable and Index Structures - 13.2.12.
InnoDBDisk I/O and File Space Management - 13.2.13.
InnoDBError Handling - 13.2.14. Restrictions on
InnoDBTables - 13.2.15.
InnoDBTroubleshooting
- 13.2.1.
- 13.3. The
MERGEStorage Engine [+/-] - 13.4. The
MEMORY(HEAP) Storage Engine - 13.5. The
BDB(BerkeleyDB) Storage Engine [+/-] - 13.6. The
EXAMPLEStorage Engine - 13.7. The
FEDERATEDStorage Engine [+/-] - 13.8. The
ARCHIVEStorage Engine - 13.9. The
CSVStorage Engine - 13.10. The
BLACKHOLEStorage Engine
- 13.1. The
- 14. High Availability and Scalability [+/-]
- 15. MySQL Enterprise Monitor [+/-]
- 15.1. An Overview of the Service [+/-]
- 15.2. Conventions Used in This Document
- 15.3. Installation and Upgrades [+/-]
- 15.3.1. User Roles
- 15.3.2. Service Manager Installation
- 15.3.3. MySQL Enterprise Service Manager Configuration Settings and Advisor Installation
- 15.3.4. Service Agent Installation
- 15.3.5. Starting and Stopping the MySQL Enterprise Monitor Agent
- 15.3.6. Advanced Agent Configuration
- 15.3.7. Unattended Installation
- 15.3.8. Post-Installation Considerations
- 15.3.9. Upgrading MySQL Enterprise Monitor
- 15.3.10. Reinstalling MySQL Enterprise Monitor
- 15.3.11. Changing Your MySQL Enterprise Monitor Installation
- 15.3.12. Uninstalling the MySQL Enterprise Monitor
- 15.4. Deploying MySQL Enterprise Service Manager [+/-]
- 15.5. MySQL Enterprise Dashboard [+/-]
- 15.6. The Settings Page [+/-]
- 15.7. The Advisors Page [+/-]
- 15.8. The Events Page [+/-]
- 15.9. The Graphs Page [+/-]
- 15.10. The Query Analyzer Page [+/-]
- 15.11. The Replication Page [+/-]
- 15.12. MySQL Enterprise Monitor Frequently Asked Questions
- 16. Replication [+/-]
- 16.1. Replication Configuration [+/-]
- 16.2. Replication Solutions [+/-]
- 16.2.1. Using Replication for Backups
- 16.2.2. Using Replication with Different Master and Slave Storage Engines
- 16.2.3. Using Replication for Scale-Out
- 16.2.4. Replicating Different Databases to Different Slaves
- 16.2.5. Improving Replication Performance
- 16.2.6. Switching Masters During Failover
- 16.2.7. Setting Up Replication Using SSL
- 16.3. Replication Notes and Tips [+/-]
- 16.4. Replication Implementation Overview [+/-]
- 17. MySQL Cluster [+/-]
- 17.1. MySQL Cluster Overview [+/-]
- 17.2. MySQL Cluster Multi-Computer How-To [+/-]
- 17.2.1. MySQL Cluster Hardware, Software, and Networking Requirements
- 17.2.2. MySQL Cluster Multi-Computer Installation
- 17.2.3. MySQL Cluster Multi-Computer Configuration
- 17.2.4. Initial Startup of MySQL Cluster
- 17.2.5. Loading Sample Data into MySQL Cluster and Performing Queries
- 17.2.6. Safe Shutdown and Restart of MySQL Cluster
- 17.3. MySQL Cluster Configuration [+/-]
- 17.4. MySQL Cluster Options and Variables [+/-]
- 17.5. Upgrading and Downgrading MySQL Cluster [+/-]
- 17.6. Process Management in MySQL Cluster [+/-]
- 17.7. Management of MySQL Cluster [+/-]
- 17.7.1. Summary of MySQL Cluster Start Phases
- 17.7.2. Commands in the MySQL Cluster Management Client
- 17.7.3. Online Backup of MySQL Cluster
- 17.7.4. Event Reports Generated in MySQL Cluster
- 17.7.5. MySQL Cluster Log Messages
- 17.7.6. MySQL Cluster Single User Mode
- 17.7.7. Quick Reference: MySQL Cluster SQL Statements
- 17.8. MySQL Cluster Security Issues [+/-]
- 17.9. MySQL Cluster Utility Programs [+/-]
- 17.9.1. ndb_config — Extract MySQL Cluster Configuration Information
- 17.9.2. ndb_cpcd — Automate Testing for NDB Development
- 17.9.3. ndb_delete_all — Delete All Rows from an NDB Table
- 17.9.4. ndb_desc — Describe NDB Tables
- 17.9.5. ndb_drop_index — Drop Index from an NDB Table
- 17.9.6. ndb_drop_table — Drop an NDB Table
- 17.9.7. ndb_error_reporter — NDB Error-Reporting Utility
- 17.9.8. ndb_print_backup_file — Print NDB Backup File Contents
- 17.9.9. ndb_print_schema_file — Print NDB Schema File Contents
- 17.9.10. ndb_print_sys_file — Print NDB System File Contents
- 17.9.11. ndb_select_all — Print Rows from an NDB Table
- 17.9.12. ndb_select_count — Print Row Counts for NDB Tables
- 17.9.13. ndb_show_tables — Display List of NDB Tables
- 17.9.14. ndb_size.pl — NDBCLUSTER Size Requirement Estimator
- 17.9.15. ndb_waiter — Wait for MySQL Cluster to Reach a Given Status
- 17.10. Using High-Speed Interconnects with MySQL Cluster [+/-]
- 17.11. Known Limitations of MySQL Cluster [+/-]
- 17.11.1. Non-Compliance with SQL Syntax in MySQL Cluster
- 17.11.2. Limits and Differences of MySQL Cluster from Standard MySQL Limits
- 17.11.3. Limits Relating to Transaction Handling in MySQL Cluster
- 17.11.4. MySQL Cluster Error Handling
- 17.11.5. Limits Associated with Database Objects in MySQL Cluster
- 17.11.6. Unsupported or Missing Features in MySQL Cluster
- 17.11.7. Limitations Relating to Performance in MySQL Cluster
- 17.11.8. Issues Exclusive to MySQL Cluster
- 17.11.9. Limitations Relating to Multiple MySQL Cluster Nodes
- 17.11.10. Previous MySQL Cluster Issues Resolved in MySQL 5.0
- 17.12. MySQL Cluster Development Roadmap [+/-]
- 17.13. MySQL Cluster Glossary
- 18. Stored Programs and Views [+/-]
- 19.
INFORMATION_SCHEMATables [+/-] - 19.1. The
INFORMATION_SCHEMA SCHEMATATable - 19.2. The
INFORMATION_SCHEMA TABLESTable - 19.3. The
INFORMATION_SCHEMA COLUMNSTable - 19.4. The
INFORMATION_SCHEMA STATISTICSTable - 19.5. The
INFORMATION_SCHEMA USER_PRIVILEGESTable - 19.6. The
INFORMATION_SCHEMA SCHEMA_PRIVILEGESTable - 19.7. The
INFORMATION_SCHEMA TABLE_PRIVILEGESTable - 19.8. The
INFORMATION_SCHEMA COLUMN_PRIVILEGESTable - 19.9. The
INFORMATION_SCHEMA CHARACTER_SETSTable - 19.10. The
INFORMATION_SCHEMA COLLATIONSTable - 19.11. The
INFORMATION_SCHEMA COLLATION_CHARACTER_SET_APPLICABILITYTable - 19.12. The
INFORMATION_SCHEMA TABLE_CONSTRAINTSTable - 19.13. The
INFORMATION_SCHEMA KEY_COLUMN_USAGETable - 19.14. The
INFORMATION_SCHEMA ROUTINESTable - 19.15. The
INFORMATION_SCHEMA VIEWSTable - 19.16. The
INFORMATION_SCHEMA TRIGGERSTable - 19.17. The
INFORMATION_SCHEMA PROFILINGTable - 19.18. Other
INFORMATION_SCHEMATables - 19.19. Extensions to
SHOWStatements
- 19.1. The
- 20. Connectors and APIs [+/-]
- 20.1. MySQL Connector/ODBC [+/-]
- 20.2. MySQL Connector/NET [+/-]
- 20.3. MySQL Visual Studio Plugin [+/-]
- 20.4. MySQL Connector/J [+/-]
- 20.5. MySQL Connector/MXJ [+/-]
- 20.6. MySQL Connector/C++ [+/-]
- 20.6.1. MySQL Connector/C++ Installation
- 20.6.2. MySQL Connector/C++ Getting Started: Usage Examples
- 20.6.3. MySQL Connector/C++ Debug Tracing
- 20.6.4. MySQL Connector/C++ References
- 20.6.5. MySQL Connector/C++ Known Bugs
- 20.6.6. MySQL Connector/C++ Feature requests
- 20.6.7. MySQL Connector/C++ Contact
- 20.7. MySQL Connector/OpenOffice.org [+/-]
- 20.8. libmysqld, the Embedded MySQL Server Library
- 20.9. MySQL C API [+/-]
- 20.9.1. C API Data Types
- 20.9.2. C API Function Overview
- 20.9.3. C API Function Descriptions
- 20.9.4. C API Prepared Statements
- 20.9.5. C API Prepared Statement Data types
- 20.9.6. C API Prepared Statement Function Overview
- 20.9.7. C API Prepared Statement Function Descriptions
- 20.9.8. C API Threaded Function Descriptions
- 20.9.9. C API Embedded Server Function Descriptions
- 20.9.10. Common Questions and Problems When Using the C API
- 20.9.11. Controlling Automatic Reconnection Behavior
- 20.9.12. C API Handling of Multiple Statement Execution
- 20.9.13. C API Prepared Statement Problems
- 20.9.14. C API Prepared Statement Handling of Date and Time Values
- 20.9.15. Building Client Programs
- 20.9.16. How to Make a Threaded Client
- 20.10. MySQL PHP API [+/-]
- 20.11. MySQL Perl API
- 20.12. MySQL C++ API
- 20.13. MySQL Python API
- 20.14. MySQL Ruby APIs [+/-]
- 20.15. MySQL Tcl API
- 20.16. MySQL Eiffel Wrapper
- 21. Extending MySQL [+/-]
- A. MySQL 5.0 Frequently Asked Questions [+/-]
- A.1. MySQL 5.0 FAQ — General
- A.2. MySQL 5.0 FAQ — Storage Engines
- A.3. MySQL 5.0 FAQ — Server SQL Mode
- A.4. MySQL 5.0 FAQ — Stored Procedures and Functions
- A.5. MySQL 5.0 FAQ — Triggers
- A.6. MySQL 5.0 FAQ — Views
- A.7. MySQL 5.0 FAQ —
INFORMATION_SCHEMA - A.8. MySQL 5.0 FAQ — Migration
- A.9. MySQL 5.0 FAQ — Security
- A.10. MySQL 5.0 FAQ — MySQL Cluster
- A.11. MySQL 5.0 FAQ — MySQL Chinese, Japanese, and Korean Character Sets
- A.12. MySQL 5.0 FAQ — Connectors & APIs
- A.13. MySQL 5.0 FAQ — Replication
- A.14. MySQL 5.0 FAQ — MySQL, DRBD, and Heartbeat [+/-]
- A.14.1. Distributed Replicated Block Device (DRBD)
- A.14.2. Linux Heartbeat
- A.14.3. DRBD Architecture
- A.14.4. DRBD and MySQL Replication
- A.14.5. DRBD and File Systems
- A.14.6. DRBD and LVM
- A.14.7. DRBD and Virtualization
- A.14.8. DRBD and Security
- A.14.9. DRBD and System Requirements
- A.14.10. DBRD and Support and Consulting
- B. Errors, Error Codes, and Common Problems [+/-]
- C. MySQL Enterprise Release Notes [+/-]
- C.1. MySQL Enterprise 5.0 Release Notes [+/-]
- C.1.1. Release Notes for MySQL Enterprise 5.0.78 [MRU] (Not yet released)
- C.1.2. Release Notes for MySQL Enterprise 5.0.76 [MRU] (Not yet released)
- C.1.3. Release Notes for MySQL Enterprise 5.0.74 [MRU] (03 December 2008)
- C.1.4. Release Notes for MySQL Enterprise 5.0.72 [MRU] (24 October 2008)
- C.1.5. Release Notes for MySQL Enterprise 5.0.70 [MRU] (27 September 2008)
- C.1.6. Release Notes for MySQL Enterprise 5.0.68 [MRU] (13 August 2008)
- C.1.7. Release Notes for MySQL Enterprise 5.0.66sp1 [QSP] (23 October 2008)
- C.1.8. Release Notes for MySQL Enterprise 5.0.66a [MRU] (16 July 2008)
- C.1.9. Release Notes for MySQL Enterprise 5.0.66 [MRU] (09 July 2008)
- C.1.10. Release Notes for MySQL Enterprise 5.0.64 [MRU] (10 June 2008)
- C.1.11. Release Notes for MySQL Enterprise 5.0.62 [MRU] (12 May 2008)
- C.1.12. Release Notes for MySQL Enterprise 5.0.60sp1 [QSP] (27 June 2008)
- C.1.13. Release Notes for MySQL Enterprise 5.0.60 [MRU] (28 April 2008)
- C.1.14. Release Notes for MySQL Enterprise 5.0.58 [MRU] (05 March 2008)
- C.1.15. Release Notes for MySQL Enterprise 5.0.56sp1 [QSP] (30 March 2008)
- C.1.16. Release Notes for MySQL Enterprise 5.0.56 [MRU] (06 February 2008)
- C.1.17. Release Notes for MySQL Enterprise 5.0.54a [MRU] (11 January 2008)
- C.1.18. Release Notes for MySQL Enterprise 5.0.54 [MRU] (14 December 2007)
- C.1.19. Release Notes for MySQL Enterprise 5.0.52 [MRU] (30 November 2007)
- C.1.20. Release Notes for MySQL Enterprise 5.0.50sp1a [QSP] (11 January 2008)
- C.1.21. Release Notes for MySQL Enterprise 5.0.50sp1 [QSP] (12 December 2007)
- C.1.22. Release Notes for MySQL Enterprise 5.0.50 [MRU] (19 October 2007)
- C.1.23. Release Notes for MySQL Enterprise 5.0.48 [MRU] (27 August 2007)
- C.1.24. Release Notes for MySQL Enterprise 5.0.46 [MRU] (13 July 2007)
- C.1.25. Release Notes for MySQL Enterprise 5.0.44sp1 [QSP] (01 August 2007)
- C.1.26. Release Notes for MySQL Enterprise 5.0.44 [MRU] (21 June 2007)
- C.1.27. Release Notes for MySQL Enterprise 5.0.42 [MRU] (23 May 2007)
- C.1.28. Release Notes for MySQL Enterprise 5.0.40 [MRU] (17 April 2007)
- C.1.29. Release Notes for MySQL Enterprise 5.0.38 [MRU] (20 March 2007)
- C.1.30. Release Notes for MySQL Enterprise 5.0.36sp1 [QSP] (12 April 2007)
- C.1.31. Release Notes for MySQL Enterprise 5.0.36 [MRU] (20 February 2007)
- C.1.32. Release Notes for MySQL Enterprise 5.0.34 [MRU] (17 January 2007)
- C.1.33. Release Notes for MySQL Enterprise 5.0.32 [MRU] (20 December 2006)
- C.1.34. Release Notes for MySQL Enterprise 5.0.30sp1 [QSP] (19 January 2007)
- C.1.35. Release Notes for MySQL Enterprise 5.0.30 [MRU] (14 November 2006)
- C.1.36. Release Notes for MySQL Enterprise 5.0.28 (24 October 2006)
- D. MySQL Community Server Enhancements and Release Notes [+/-]
- D.1. MySQL Community Server 5.0 Enhancements and Release Notes [+/-]
- D.1.1. Release Notes for MySQL Community Server 5.0.77 (Not yet released)
- D.1.2. Release Notes for MySQL Community Server 5.0.75 (Not yet released)
- D.1.3. Release Notes for MySQL Community Server 5.0.67 (04 August 2008)
- D.1.4. Release Notes for MySQL Community Server 5.0.51b (24 April 2008)
- D.1.5. Release Notes for MySQL Community Server 5.0.51a (11 January 2008)
- D.1.6. Release Notes for MySQL Community Server 5.0.51 (15 November 2007)
- D.1.7. Release Notes for MySQL Community Server 5.0.45 (04 July 2007)
- D.1.8. Release Notes for MySQL Community Server 5.0.41 (01 May 2007)
- D.1.9. Release Notes for MySQL Community Server 5.0.37 (27 February 2007)
- D.1.10. Release Notes for MySQL Community Server 5.0.33 (09 January 2007)
- D.1.11. Release Notes for MySQL Community Server 5.0.27 (21 October 2006)
- E. MySQL Change History [+/-]
- E.1. Changes in release 5.0.x (Production) [+/-]
- E.1.1. Changes for release 5.0.27 and up
- E.1.2. Changes in MySQL 5.0.26 (03 October 2006)
- E.1.3. Changes in MySQL 5.0.25 (15 September 2006)
- E.1.4. Changes in MySQL 5.0.24a (25 August 2006)
- E.1.5. Changes in MySQL 5.0.24 (27 July 2006)
- E.1.6. Changes in MySQL 5.0.23 (Not released)
- E.1.7. Changes in MySQL 5.0.22 (24 May 2006)
- E.1.8. Changes in MySQL 5.0.21 (02 May 2006)
- E.1.9. Changes in MySQL 5.0.20a (18 April 2006)
- E.1.10. Changes in MySQL 5.0.20 (31 March 2006)
- E.1.11. Changes in MySQL 5.0.19 (04 March 2006)
- E.1.12. Changes in MySQL 5.0.18 (21 December 2005)
- E.1.13. Changes in MySQL 5.0.17 (14 December 2005)
- E.1.14. Changes in MySQL 5.0.16 (10 November 2005)
- E.1.15. Changes in MySQL 5.0.15 (19 October 2005: Production)
- E.1.16. Changes in MySQL 5.0.14 (Not released)
- E.1.17. Changes in MySQL 5.0.13 (22 September 2005: Release Candidate)
- E.1.18. Changes in MySQL 5.0.12 (02 September 2005)
- E.1.19. Changes in MySQL 5.0.11 (06 August 2005)
- E.1.20. Changes in MySQL 5.0.10 (27 July 2005)
- E.1.21. Changes in MySQL 5.0.9 (15 July 2005)
- E.1.22. Changes in MySQL 5.0.8 (Not released)
- E.1.23. Changes in MySQL 5.0.7 (10 June 2005)
- E.1.24. Changes in MySQL 5.0.6 (26 May 2005)
- E.1.25. Changes in MySQL 5.0.5 (Not released)
- E.1.26. Changes in MySQL 5.0.4 (16 April 2005)
- E.1.27. Changes in MySQL 5.0.3 (23 March 2005: Beta)
- E.1.28. Changes in MySQL 5.0.2 (01 December 2004)
- E.1.29. Changes in MySQL 5.0.1 (27 July 2004)
- E.1.30. Changes in MySQL 5.0.0 (22 December 2003: Alpha)
- E.2. Changes in MySQL Cluster [+/-]
- E.2.1. Changes in MySQL Cluster-5.0.7 (10 June 2005)
- E.2.2. Changes in MySQL Cluster-5.0.6 (26 May 2005)
- E.2.3. Changes in MySQL Cluster-5.0.5 (Not released)
- E.2.4. Changes in MySQL Cluster-5.0.4 (16 April 2005)
- E.2.5. Changes in MySQL Cluster-5.0.3 (23 March 2005: Beta)
- E.2.6. Changes in MySQL Cluster-5.0.1 (27 July 2004)
- E.2.7. Changes in MySQL Cluster-4.1.13 (15 July 2005)
- E.2.8. Changes in MySQL Cluster-4.1.12 (13 May 2005)
- E.2.9. Changes in MySQL Cluster-4.1.11 (01 April 2005)
- E.2.10. Changes in MySQL Cluster-4.1.10 (12 February 2005)
- E.2.11. Changes in MySQL Cluster-4.1.9 (13 January 2005)
- E.2.12. Changes in MySQL Cluster-4.1.8 (14 December 2004)
- E.2.13. Changes in MySQL Cluster-4.1.7 (23 October 2004)
- E.2.14. Changes in MySQL Cluster-4.1.6 (10 October 2004)
- E.2.15. Changes in MySQL Cluster-4.1.5 (16 September 2004)
- E.2.16. Changes in MySQL Cluster-4.1.4 (31 August 2004)
- E.2.17. Changes in MySQL Cluster-4.1.3 (28 June 2004)
- E.3. MySQL Enterprise Monitor Change History [+/-]
- E.4. MySQL Connector/ODBC (MyODBC) Change History [+/-]
- E.4.1. Changes in MySQL Connector/ODBC 5.1.6 (Not yet released)
- E.4.2. Changes in MySQL Connector/ODBC 5.1.5 (18 August 2008)
- E.4.3. Changes in MySQL Connector/ODBC 5.1.4 (15 April 2008)
- E.4.4. Changes in MySQL Connector/ODBC 5.1.3 (26 March 2008)
- E.4.5. Changes in MySQL Connector/ODBC 5.1.2 (13 February 2008)
- E.4.6. Changes in MySQL Connector/ODBC 5.1.1 (13 December 2007)
- E.4.7. Changes in MySQL Connector/ODBC 5.1.0 (10 September 2007)
- E.4.8. Changes in MySQL Connector/ODBC 5.0.12 (Never released)
- E.4.9. Changes in MySQL Connector/ODBC 5.0.11 (31 January 2007)
- E.4.10. Changes in MySQL Connector/ODBC 5.0.10 (14 December 2006)
- E.4.11. Changes in MySQL Connector/ODBC 5.0.9 (22 November 2006)
- E.4.12. Changes in MySQL Connector/ODBC 5.0.8 (17 November 2006)
- E.4.13. Changes in MySQL Connector/ODBC 5.0.7 (08 November 2006)
- E.4.14. Changes in MySQL Connector/ODBC 5.0.6 (03 November 2006)
- E.4.15. Changes in MySQL Connector/ODBC 5.0.5 (17 October 2006)
- E.4.16. Changes in Connector/ODBC 5.0.3 (Connector/ODBC 5.0 Alpha 3) (20 June 2006)
- E.4.17. Changes in Connector/ODBC 5.0.2 (Never released)
- E.4.18. Changes in Connector/ODBC 5.0.1 (Connector/ODBC 5.0 Alpha 2) (05 June 2006)
- E.4.19. Changes in MySQL Connector/ODBC 3.51.27 (20 November 2008)
- E.4.20. Changes in MySQL Connector/ODBC 3.51.26 (07 July 2008)
- E.4.21. Changes in MySQL Connector/ODBC 3.51.25 (11 April 2008)
- E.4.22. Changes in MySQL Connector/ODBC 3.51.24 (14 March 2008)
- E.4.23. Changes in MySQL Connector/ODBC 3.51.23 (09 January 2008)
- E.4.24. Changes in MySQL Connector/ODBC 3.51.22 (13 November 2007)
- E.4.25. Changes in MySQL Connector/ODBC 3.51.21 (08 October 2007)
- E.4.26. Changes in MySQL Connector/ODBC 3.51.20 (10 September 2007)
- E.4.27. Changes in MySQL Connector/ODBC 3.51.19 (10 August 2007)
- E.4.28. Changes in MySQL Connector/ODBC 3.51.18 (08 August 2007)
- E.4.29. Changes in MySQL Connector/ODBC 3.51.17 (14 July 2007)
- E.4.30. Changes in MySQL Connector/ODBC 3.51.16 (14 June 2007)
- E.4.31. Changes in MySQL Connector/ODBC 3.51.15 (07 May 2007)
- E.4.32. Changes in MySQL Connector/ODBC 3.51.14 (08 March 2007)
- E.4.33. Changes in MySQL Connector/ODBC 3.51.13 (Never released)
- E.4.34. Changes in MySQL Connector/ODBC 3.51.12 (11 February 2005)
- E.4.35. Changes in MySQL Connector/ODBC 3.51.11 (28 January 2005)
- E.5. MySQL Connector/NET Change History [+/-]
- E.5.1. Changes in MySQL Connector/NET 5.3.0 (Not yet released)
- E.5.2. Changes in MySQL Connector/NET 5.2.6 (Not yet released)
- E.5.3. Changes in MySQL Connector/NET 5.2.5 (19 November 2008)
- E.5.4. Changes in MySQL Connector/NET 5.2.4 (13 November 2008)
- E.5.5. Changes in MySQL Connector/NET 5.2.3 (19 August 2008)
- E.5.6. Changes in MySQL Connector/NET 5.2.2 (12 May 2008)
- E.5.7. Changes in MySQL Connector/NET 5.2.1 (27 February 2008)
- E.5.8. Changes in MySQL Connector/NET 5.2.0 (11 February 2008)
- E.5.9. Changes in MySQL Connector/NET 5.1.8 (Not yet released)
- E.5.10. Changes in MySQL Connector/NET 5.1.7 (21 August 2008)
- E.5.11. Changes in MySQL Connector/NET 5.1.6 (12 May 2008)
- E.5.12. Changes in MySQL Connector/NET 5.1.5 (Not yet released)
- E.5.13. Changes in MySQL Connector/NET 5.1.4 (20 November 2007)
- E.5.14. Changes in MySQL Connector/NET 5.1.3 (21 September 2007: beta)
- E.5.15. Changes in MySQL Connector/NET 5.1.2 (18 June 2007)
- E.5.16. Changes in MySQL Connector/NET 5.1.1 (23 May 2007)
- E.5.17. Changes in MySQL Connector/NET 5.1.0 (01 May 2007)
- E.5.18. Changes in MySQL Connector/NET 5.0.10 (Not yet released)
- E.5.19. Changes in MySQL Connector/NET 5.0.9 (Not yet released)
- E.5.20. Changes in MySQL Connector/NET 5.0.8 (21 August 2007)
- E.5.21. Changes in MySQL Connector/NET 5.0.7 (18 May 2007)
- E.5.22. Changes in MySQL Connector/NET 5.0.6 (22 March 2007)
- E.5.23. Changes in MySQL Connector/NET 5.0.5 (07 March 2007)
- E.5.24. Changes in MySQL Connector/NET 5.0.4 (Not released)
- E.5.25. Changes in MySQL Connector/NET 5.0.3 (05 January 2007)
- E.5.26. Changes in MySQL Connector/NET 5.0.2 (06 November 2006)
- E.5.27. Changes in MySQL Connector/NET 5.0.1 (01 October 2006)
- E.5.28. Changes in MySQL Connector/NET 5.0.0 (08 August 2006)
- E.5.29. Changes in MySQL Connector/NET 1.0.11 (Not yet released)
- E.5.30. Changes in MySQL Connector/NET 1.0.10 (24 August 2007)
- E.5.31. Changes in MySQL Connector/NET 1.0.9 (02 February 2007)
- E.5.32. Changes in MySQL Connector/NET 1.0.8 (20 October 2006)
- E.5.33. Changes in MySQL Connector/NET 1.0.7 (21 November 2005)
- E.5.34. Changes in MySQL Connector/NET 1.0.6 (03 October 2005)
- E.5.35. Changes in MySQL Connector/NET 1.0.5 (29 August 2005)
- E.5.36. Changes in MySQL Connector/NET 1.0.4 (20 January 2005)
- E.5.37. Changes in MySQL Connector/NET 1.0.3 (12 October 2004: gamma)
- E.5.38. Changes in MySQL Connector/NET 1.0.2 (15 November 2004: gamma)
- E.5.39. Changes in MySQL Connector/NET 1.0.1 (27 October 2004: beta)
- E.5.40. Changes in MySQL Connector/NET 1.0.0 (01 September 2004)
- E.5.41. Changes in MySQL Connector/NET Version 0.9.0 (30 August 2004)
- E.5.42. Changes in MySQL Connector/NET Version 0.76
- E.5.43. Changes in MySQL Connector/NET Version 0.75
- E.5.44. Changes in MySQL Connector/NET Version 0.74
- E.5.45. Changes in MySQL Connector/NET Version 0.71
- E.5.46. Changes in MySQL Connector/NET Version 0.70
- E.5.47. Changes in MySQL Connector/NET Version 0.68
- E.5.48. Changes in MySQL Connector/NET Version 0.65
- E.5.49. Changes in MySQL Connector/NET Version 0.60
- E.5.50. Changes in MySQL Connector/NET Version 0.50
- E.6. MySQL Visual Studio Plugin Change History [+/-]
- E.7. MySQL Connector/J Change History [+/-]
- E.7.1. Changes in MySQL Connector/J 5.1.x
- E.7.2. Changes in MySQL Connector/J 5.0.x
- E.7.3. Changes in MySQL Connector/J 3.1.x
- E.7.4. Changes in MySQL Connector/J 3.0.x
- E.7.5. Changes in MySQL Connector/J 2.0.x
- E.7.6. Changes in MySQL Connector/J 1.2b (04 July 1999)
- E.7.7. Changes in MySQL Connector/J 1.2.x and lower
- E.8. MySQL Connector/MXJ Change History [+/-]
- E.8.1. Changes in MySQL Connector/MXJ 5.0.6 (04 May 2007)
- E.8.2. Changes in MySQL Connector/MXJ 5.0.5 (14 March 2007)
- E.8.3. Changes in MySQL Connector/MXJ 5.0.4 (28 January 2007)
- E.8.4. Changes in MySQL Connector/MXJ 5.0.3 (24 June 2006)
- E.8.5. Changes in MySQL Connector/MXJ 5.0.2 (15 June 2006)
- E.8.6. Changes in MySQL Connector/MXJ 5.0.1 (Never released)
- E.8.7. Changes in MySQL Connector/MXJ 5.0.0 (09 December 2005)
- E.9. MySQL Proxy Change History [+/-]
- F. Restrictions and Limits [+/-]
- Index
List of Figures
- 14.1. DRBD Architecture Overview
- 14.2. DRBD Architecture Using Separate Network Interfaces
- 14.3. Heartbeat Architecture
- 14.4. memcached Architecture Overview
- 14.5. Memory Allocation in memcached
- 14.6. Typical memcached Application Flowchart
- 15.1. MySQL Enterprise Monitor Architecture
- 15.2. Installing MySQL Monitor on Windows: Language Selection
- 15.3. Installing MySQL Monitor on Windows: Installation Directory
- 15.4. Installing MySQL Monitor on Windows: Tomcat Server Options
- 15.5. Installing MySQL Monitor on Windows: Repository Configuration
- 15.6. Installing MySQL Monitor on OS X: Language Selection
- 15.7. Installing MySQL Monitor on OS X: Java Selection
- 15.8. Installing MySQL Monitor on OS X: Installation Directory
- 15.9. Installing MySQL Monitor on OS X: Tomcat Server Options
- 15.10. Installing MySQL Monitor on OS X: Repository Configuration
- 15.11. Initial dashboard log-in
- 15.12. Outgoing email settings
- 15.13. Installing MySQL Enterprise Monitor Agent on Windows: Language Selection
- 15.14. Installing MySQL Enterprise Monitor Agent on Windows: Installation Directory
- 15.15. Installing MySQL Enterprise Monitor Agent on Windows: Monitored Database Information
- 15.16. Installing MySQL Enterprise Monitor Agent on Windows: Query Analyzer Configuration
- 15.17. Installing MySQL Enterprise Monitor Agent on Windows: MySQL Enterprise Service Manager Options
- 15.18. Installing MySQL Enterprise Monitor Agent on Mac OS X: Language Selection
- 15.19. Installing MySQL Enterprise Monitor Agent on Mac OS X: Installation Directory
- 15.20. Installing MySQL Enterprise Monitor Agent on Mac OS X: Monitored Database Information
- 15.21. Installing MySQL Enterprise Monitor Agent on Mac OS X: Monitored Database Information
- 15.22. Installing MySQL Enterprise Monitor Agent on Mac OS X: Query Analyzer Configuration
- 15.23. Installing MySQL Enterprise Monitor Agent on Mac OS X: MySQL Enterprise Service Manager Options
- 15.24. MySQL Enterprise Service Manager Update Installation: Language
- 15.25. MySQL Enterprise Service Manager Update Installation: Previous Installation
- 15.26. MySQL Enterprise Service Manager Update Installation: Backup of Previous Installation
- 15.27. MySQL Enterprise Service Manager Update Installation: Completed installing files
- 15.28. MySQL Enterprise Service Manager Update Installation: Final Setup
- 15.29. Historical Data Migration Availability
- 15.30. Confirming Historical Data Migration
- 15.31. Historical Data Migration Progress
- 15.32. The Graphs screen
- 15.33. The Heat Chart
- 15.34. The Heat Chart legend
- 15.35. MySQL Enterprise Dashboard: Settings
- 15.36. MySQL Enterprise Dashboard: User Preferences
- 15.37. MySQL Enterprise Dashboard: Manage Servers
- 15.38. Server renaming
- 15.39. MySQL Enterprise Dashboard: Manage Users
- 15.40. MySQL Enterprise Dashboard: Manage Notification Groups
- 15.41. MySQL Enterprise Dashboard: Logs
- 15.42. Schedule dialog
- 15.43. Edit rule screen
- 15.44. Events screen
- 15.45. Query Analyzer in MySQL Monitor
- 15.46. Standard agent/monitor topology
- 15.47. Query Analyzer agent/monitor topology
- 15.48. Canonical Query Tab for a Query
- 15.49. Example Query Tab for a Query
- 15.50. Explain Query Tab for a Query
- 15.51. Query Analyzer Configuration
- 15.52. Replication groups
- 16.1. Using replication to improve the performance during scaleout
- 16.2. Using replication to replicate separate DBs to multiple hosts
- 16.3. Using an additional replication host to improve performance
- 16.4. Redundancy using replication, initial structure
- 16.5. Redundancy using replication, after master failure
- 20.1. Adding an extension
- 20.2. Selecting the database
- 20.3. Entering connection settings
- 20.4. Setting up user authentication
- 20.5. Entering user credentials
- 20.6. Listing tables
- A.1. Active-Master MySQL server
List of Tables
- 1. Topic Quick Reference
- 2.1. Build (
configure) Reference - 4.1. mysqld_safe Option Reference
- 4.2. mysql Option Reference
- 4.3. mysqladmin Option Reference
- 4.4. mysqlcheck Option Reference
- 4.5. mysqldump Option Reference
- 4.6. mysqlimport Option Reference
- 4.7. mysqlshow Option Reference
- 4.8. myisamchk Option Reference
- 4.9. mysqlaccess Option Reference
- 4.10. mysqlbinlog Option Reference
- 4.11. mysqldumpslow Option Reference
- 4.12. mysqlhotcopy Option Reference
- 4.13. mysql_tableinfo Option Reference
- 5.1. mysqld Option/Variable Summary
- 5.2. mysqld System Variable Summary
- 5.3. mysqld Session System Variable Summary
- 5.4. mysqld Security Option/Variable Summary
- 5.5. mysqld SSL Option/Variable Summary
- 13.1. mysqld Option/Variable Reference
- 13.2. mysqld Option/Variable Reference
- 13.3. mysqld Option/Variable Reference
- 15.1. Wiki formatting
- 16.1. mysqld Replication Option/Variable Summary
- 16.2. mysqld Binary Logging Option/Variable Summary
- 17.1. mysqld Option/Variable Reference
- 20.1. MySQL APIs and Interfaces
- 20.2. MySQL Connector versions and MySQL Server versions
- 20.3. Mapping of MySQL Error Numbers to SQLStates
- 20.4. MySQL Configuration Options
- 20.5. MySQL client constants
- 20.6. MySQL fetch constants
- 20.7. MySQLi Configuration Options
- 20.8. Possible mysqli_info return values
- 20.9. Valid options
- 20.10. Supported flags
- 20.11. Attribute values
- 20.12. Type specification chars
- 20.13. Return Values
- 20.14. Object attributes
- 20.15. Object properties
- 20.16. Object properties
- 20.17. Supported flags
List of Examples
- 20.1. Obtaining a connection from the
DriverManager - 20.2. Using java.sql.Statement to execute a
SELECTquery - 20.3. Stored Procedures
- 20.4. Using
Connection.prepareCall() - 20.5. Registering output parameters
- 20.6. Setting
CallableStatementinput parameters - 20.7. Retrieving results and output parameter values
- 20.8. Retrieving
AUTO_INCREMENTcolumn values usingStatement.getGeneratedKeys() - 20.9. Retrieving
AUTO_INCREMENTcolumn values usingSELECT LAST_INSERT_ID() - 20.10. Retrieving
AUTO_INCREMENTcolumn values inUpdatable ResultSets - 20.11. Using a connection pool with a J2EE application server
- 20.12. Example of transaction with retry logic
- 20.13. MySQL extension overview example
- 20.14.
mysql_affected_rowsexample - 20.15.
mysql_affected_rowsexample using transactions - 20.16.
mysql_client_encodingexample - 20.17.
mysql_closeexample - 20.18.
mysql_connectexample - 20.19.
mysql_connectexample usinghostname:portsyntax - 20.20.
mysql_connectexample using ":/path/to/socket" syntax - 20.21.
mysql_create_dbalternative example - 20.22.
mysql_data_seekexample - 20.23.
mysql_db_nameexample - 20.24.
mysql_db_queryalternative example - 20.25.
mysql_drop_dbalternative example - 20.26.
mysql_errnoexample - 20.27.
mysql_errorexample - 20.28.
mysql_escape_stringexample - 20.29. Query with aliased duplicate field names
- 20.30.
mysql_fetch_arraywithMYSQL_NUM - 20.31.
mysql_fetch_arraywithMYSQL_ASSOC - 20.32.
mysql_fetch_arraywithMYSQL_BOTH - 20.33. An expanded
mysql_fetch_assocexample - 20.34.
mysql_fetch_fieldexample - 20.35. A
mysql_fetch_lengthsexample - 20.36.
mysql_fetch_objectexample - 20.37.
mysql_fetch_objectexample - 20.38. Fetching one row with
mysql_fetch_row - 20.39. A
mysql_field_flagsexample - 20.40.
mysql_field_lenexample - 20.41.
mysql_field_nameexample - 20.42. A
mysql_field_tableexample - 20.43.
mysql_field_typeexample - 20.44. A
mysql_free_resultexample - 20.45.
mysql_get_client_infoexample - 20.46.
mysql_get_host_infoexample - 20.47.
mysql_get_proto_infoexample - 20.48.
mysql_get_server_infoexample - 20.49. Relevant MySQL Statements
- 20.50.
mysql_insert_idexample - 20.51.
mysql_list_dbsexample - 20.52. Alternate to deprecated
mysql_list_fields - 20.53.
mysql_list_processesexample - 20.54.
mysql_list_tablesalternative example - 20.55. A
mysql_num_fieldsexample - 20.56.
mysql_num_rowsexample - 20.57. A
mysql_pingexample - 20.58. Invalid Query
- 20.59. Valid Query
- 20.60. Simple
mysql_real_escape_stringexample - 20.61. An example SQL Injection Attack
- 20.62. A "Best Practice" query
- 20.63.
mysql_resultexample - 20.64.
mysql_select_dbexample - 20.65.
mysql_statexample - 20.66. Alternative
mysql_statexample - 20.67.
mysql_tablenameexample - 20.68.
mysql_thread_idexample - 20.69. Object oriented style
- 20.70. Procedural style
- 20.71. Object oriented style
- 20.72. Procedural style
- 20.73. Object oriented style
- 20.74. Procedural style
- 20.75. Object oriented style
- 20.76. Procedural style
- 20.77. Object oriented style
- 20.78. Procedural style
- 20.79.
mysqli_connect_errnoexample - 20.80.
mysqli_connect_errorexample - 20.81. Object oriented style
- 20.82. Procedural style
- 20.83. Generating a Trace File
- 20.84. Object oriented style
- 20.85. Procedural style
- 20.86. Object oriented style
- 20.87. Procedural style
- 20.88. Object oriented style
- 20.89. Procedural style
- 20.90. Object oriented style
- 20.91. Procedural style
- 20.92. mysqli_get_client_info
- 20.93. mysqli_get_client_version
- 20.94. Object oriented style
- 20.95. Procedural style
- 20.96. Object oriented style
- 20.97. Procedural style
- 20.98. Object oriented style
- 20.99. Procedural style
- 20.100. Object oriented style
- 20.101. Procedural style
- 20.102. Object oriented style
- 20.103. Procedural style
- 20.104. Object oriented style
- 20.105. Procedural style
- 20.106. Object oriented style
- 20.107. Procedural style
- 20.108. Object oriented style
- 20.109. Procedural style
- 20.110. Object oriented style
- 20.111. Procedural style
- 20.112. Object oriented style
- 20.113. Procedural style
- 20.114. Object oriented style
- 20.115. Procedural style
- 20.116. Object oriented style
- 20.117. Procedural style
- 20.118. Object oriented style
- 20.119. Procedural style
- 20.120. Object oriented style
- 20.121. Procedural style
- 20.122. Object oriented style
- 20.123. Procedural style
- 20.124. Object oriented style
- 20.125. Procedural style
- 20.126. Object oriented style
- 20.127. Procedural style
- 20.128. Object oriented style
- 20.129. Procedural style
- 20.130. Object oriented style
- 20.131. Procedural style
- 20.132. Object oriented style
- 20.133. Procedural style
- 20.134. Object oriented style
- 20.135. Procedural style
- 20.136. Object oriented style
- 20.137. Procedural style
- 20.138. Object oriented style
- 20.139. Procedural style
- 20.140. Object oriented style
- 20.141. Procedural style
- 20.142. Object oriented style
- 20.143. Procedural style
- 20.144. Object oriented style
- 20.145. Procedural style
- 20.146. Object oriented style
- 20.147. Procedural style
- 20.148. Object oriented style
- 20.149. Procedural style
- 20.150. Object oriented style
- 20.151. Procedural style
- 20.152. Object oriented style
- 20.153. Procedural style
- 20.154. Object oriented style
- 20.155. Procedural style
- 20.156. Object oriented style
- 20.157. Procedural style
- 20.158. Object oriented style
- 20.159. Procedural style
- 20.160. Object oriented style
- 20.161. Procedural style
- 20.162. Object oriented style
- 20.163. Object oriented style
- 20.164. Procedural style
- 20.165. Object oriented style
- 20.166. Procedural style
- 20.167. Object oriented style
- 20.168. Procedural style
- 20.169. Object oriented style
- 20.170. Procedural style
- 20.171. Object oriented style
- 20.172. Procedural style
- 20.173. Object oriented style
- 20.174. Procedural style
- 20.175. Object oriented style
- 20.176. Procedural style
- 20.177. Object oriented style
- 20.178. Procedural style
- 20.179. Object oriented style
- 20.180. Procedural style
- 20.181. Object oriented style
- 20.182. Procedural style
- 20.183. Object oriented style
- 20.184. Procedural style
- 20.185. Object oriented style
- 20.186. Procedural style
- 20.187. Object oriented style
- 20.188. Procedural style
- 20.189. Object oriented style
- 20.190. Procedural style
- 20.191. Object oriented style
- 20.192. Procedural style
- 20.193. Object oriented style
- 20.194. Forcing queries to be buffered in mysql
- 20.195. PDO_MYSQL DSN examples

