Abstract
This is the MySQL Reference Manual. It documents MySQL 5.1 through 5.1.5-alpha.
Document generated on: 2006-01-17 (revision: 868)
Table of Contents
AUTO_INCREMENT
Access denied
ErrorsSELECT
and Other StatementsEXPLAIN
SELECT
QueriesWHERE
Clause OptimizationIS NULL
OptimizationDISTINCT
OptimizationLEFT JOIN
and RIGHT JOIN
OptimizationORDER BY
OptimizationGROUP BY
OptimizationLIMIT
OptimizationINSERT
StatementsUPDATE
StatementsDELETE
StatementsMyISAM
Key CacheMyISAM
Index Statistics CollectionMyISAM
Log FileMyISAM
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 Enginehandlerton
INSERT
to a Storage EngineUPDATE
to a Storage EngineDELETE
to a Storage EngineCREATE TABLE
Operationsindex_init()
index_end()
index_read()
Functionindex_read_idx()
Functionindex_next()
Functionindex_prev()
Functionindex_first()
Functionindex_last()
FunctionGeometry
Point
Curve
LineString
Surface
Polygon
GeometryCollection
MultiPoint
MultiCurve
MultiLineString
MultiSurface
MultiPolygon
Geometry
FunctionsCREATE PROCEDURE
and CREATE FUNCTION
ALTER PROCEDURE
and ALTER FUNCTION
DROP PROCEDURE
and DROP FUNCTION
SHOW CREATE PROCEDURE
and SHOW CREATE FUNCTION
SHOW PROCEDURE STATUS
and SHOW FUNCTION STATUS
CALL
StatementBEGIN … END
Compound StatementDECLARE
StatementINFORMATION_SCHEMA
DatabaseINFORMATION_SCHEMA
TablesINFORMATION_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
Statementslibmysqld
Access denied
Can't connect to [local] MySQL server
Client does not support authentication protocol
Host 'host_name
' is blocked
Too many connections
Out of memory
MySQL server has gone away
Packet too large
The table is full
Can't create/write to file
Commands out of sync
Ignoring user
Table 'tbl_name
' doesn't exist
Can't initialize character set
DATE
ColumnsNULL
ValuesList of Figures
List of Tables
List of Examples
DriverManager
Connection.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