Abstract
This is the MySQL Reference Manual. It documents MySQL 3.23 through MySQL 4.1.18.
Document generated on: 2006-04-03 (revision: 1718)
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
Table-Maintenance UtilityMyISAM
Log File ContentsMyISAM
TablesGROUP BY
ClausesMyISAM
Storage EngineInnoDB
Storage EngineInnoDB
OverviewInnoDB
Contact InformationInnoDB
in MySQL 3.23InnoDB
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 EngineARCHIVE
Storage EngineCSV
Storage EngineBLACKHOLE
Storage EngineISAM
Storage EngineGeometry
Point
Curve
LineString
Surface
Polygon
GeometryCollection
MultiPoint
MultiCurve
MultiLineString
MultiSurface
MultiPolygon
Geometry
FunctionsAccess 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
ValuesInnoDB
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