Copyright 1997-2006 MySQL AB
This document is NOT distributed under a GPL style license. Its use is subject to the following terms:
Conversion to other formats is allowed, but the actual content may not be altered or edited in any way.
You may create a printed copy for your own personal use.
For all other uses, such as selling printed copies or using this document in whole or in part within another publication, prior written agreement from MySQL AB is required.
Please email <docs@mysql.com> for more information or
if you are interested in doing a translation.
Abstract
This is the MySQL Reference Manual. It documents MySQL 5.0 through 5.0.22.
Document generated on: 2006-05-06 (revision: 2043)
Table of Contents
AUTO_INCREMENTAccess denied ErrorsSELECT and Other StatementsEXPLAINSELECT QueriesWHERE Clause OptimizationIS NULL OptimizationDISTINCT OptimizationLEFT JOIN and RIGHT JOIN OptimizationORDER BY OptimizationGROUP BY OptimizationLIMIT OptimizationINSERT StatementsUPDATE StatementsDELETE StatementsMyISAM Key CacheMyISAM Index Statistics CollectionMyISAM Table-Maintenance UtilityMyISAM Log File ContentsMyISAM TablesGROUP BY ClausesMyISAM Storage EngineInnoDB Storage EngineInnoDB OverviewInnoDB Contact InformationInnoDB ConfigurationInnoDB Startup Options and System VariablesInnoDB TablespaceInnoDB TablesInnoDB Data and Log FilesInnoDB DatabaseInnoDB Database to Another MachineInnoDB Transaction Model and LockingInnoDB Performance Tuning TipsInnoDB Table and Index StructuresInnoDB File Space Management and Disk I/OInnoDB Error HandlingInnoDB TablesInnoDB TroubleshootingMERGE Storage EngineMEMORY (HEAP) Storage EngineBDB (BerkeleyDB) Storage EngineEXAMPLE Storage EngineFEDERATED Storage EngineARCHIVE Storage EngineCSV Storage EngineBLACKHOLE Storage EngineGeometryPointCurveLineStringSurfacePolygonGeometryCollectionMultiPointMultiCurveMultiLineStringMultiSurfaceMultiPolygonGeometry FunctionsCREATE PROCEDURE and CREATE FUNCTION SyntaxALTER PROCEDURE and ALTER FUNCTION SyntaxDROP PROCEDURE and DROP FUNCTION SyntaxCALL Statement SyntaxBEGIN ... END Compound Statement SyntaxDECLARE Statement SyntaxINFORMATION_SCHEMA DatabaseINFORMATION_SCHEMA SCHEMATA TableINFORMATION_SCHEMA TABLES TableINFORMATION_SCHEMA COLUMNS TableINFORMATION_SCHEMA STATISTICS TableINFORMATION_SCHEMA USER_PRIVILEGES TableINFORMATION_SCHEMA SCHEMA_PRIVILEGES TableINFORMATION_SCHEMA TABLE_PRIVILEGES TableINFORMATION_SCHEMA COLUMN_PRIVILEGES TableINFORMATION_SCHEMA CHARACTER_SETS TableINFORMATION_SCHEMA COLLATIONS TableINFORMATION_SCHEMA COLLATION_CHARACTER_SET_APPLICABILITY TableINFORMATION_SCHEMA TABLE_CONSTRAINTS TableINFORMATION_SCHEMA KEY_COLUMN_USAGE TableINFORMATION_SCHEMA ROUTINES TableINFORMATION_SCHEMA VIEWS TableINFORMATION_SCHEMA TRIGGERS TableINFORMATION_SCHEMA TablesSHOW StatementslibmysqldAccess deniedCan't connect to [local] MySQL serverClient does not support authentication protocolHost 'host_name' is blockedToo many connectionsOut of memoryMySQL server has gone awayPacket too largeThe table is fullCan't create/write to fileCommands out of syncIgnoring userTable 'tbl_name' doesn't existCan't initialize character setDATE ColumnsNULL ValuesList of Tables
List of Examples
DriverManagerConnection.prepareCall()CallableStatement Input ParametersAUTO_INCREMENT Column Values using
Statement.getGeneratedKeys()AUTO_INCREMENT Column Values using
SELECT LAST_INSERT_ID()AUTO_INCREMENT Column Values in
Updatable ResultSets