MySQL
in Printed Text or PresentationsMySQL
in Company and Product NamesSELECT INTO TABLE
NOT NULL
and DEFAULT
valuesENUM
and SET
MD5 Checksums
or GnuPG
configure
Optionsmysql_install_db
AUTO_INCREMENT
mysql
in Batch Modemysqld
Command-line Optionsmysqld
Concerning SecurityLOAD DATA LOCAL
Access denied
ErrorsGRANT
and REVOKE
SyntaxBACKUP TABLE
SyntaxRESTORE TABLE
SyntaxCHECK TABLE
SyntaxREPAIR TABLE
Syntaxmyisamchk
for Table Maintenance and Crash Recoverymyisamchk
Invocation Syntaxmyisamchk
myisamchk
myisamchk
myisamchk
Memory Usagemyisamchk
for Crash RecoveryOPTIMIZE TABLE
SyntaxANALYZE TABLE
SyntaxFLUSH
SyntaxRESET
SyntaxPURGE MASTER LOGS
SyntaxKILL
SyntaxSHOW
SyntaxSHOW TABLE STATUS
SHOW STATUS
SHOW VARIABLES
SHOW [BDB] LOGS
SHOW PROCESSLIST
SHOW GRANTS
SHOW CREATE TABLE
SHOW WARNINGS | ERRORS
SHOW TABLE TYPES
SHOW PRIVILEGES
mysqld_safe
, The Wrapper Around mysqld
mysqld_multi
, A Program for Managing Multiple MySQL Serversmyisampack
, The MySQL Compressed Read-only Table Generatormysqld-max
, An Extended mysqld
Servermysql
, The Command-line Toolmysqladmin
, Administrating a MySQL Servermysqlbinlog
, Executing the queries from a binary logmysqlcheck
for Table Maintenance and Crash Recoverymysqldump
, Dumping Table Structure and Datamysqlhotcopy
, Copying MySQL Databases and Tablesmysqlimport
, Importing Data from Text Filesmysqlshow
, Showing Databases, Tables, and Columnsmysql_config
, Get compile options for compiling clientsperror
, Explaining Error CodesSTART SLAVE
(slave)STOP SLAVE
(slave)SET SQL_LOG_BIN=0|1
(master)SET GLOBAL SQL_SLAVE_SKIP_COUNTER=n
(slave)RESET MASTER
(master)RESET SLAVE
(slave)LOAD TABLE tblname FROM MASTER
(slave)LOAD DATA FROM MASTER
(slave)CHANGE MASTER TO master_def_list
(slave)MASTER_POS_WAIT()
(slave)SHOW MASTER STATUS
(master)SHOW SLAVE HOSTS
(master)SHOW SLAVE STATUS
(slave)SHOW MASTER LOGS
(master)SHOW BINLOG EVENTS
(master)PURGE MASTER LOGS
(master)SELECT
s and Other QueriesEXPLAIN
Syntax (Get Information About a SELECT
)SELECT
QueriesWHERE
ClausesIS NULL
DISTINCT
LEFT JOIN
and RIGHT JOIN
ORDER BY
LIMIT
INSERT
QueriesUPDATE
QueriesDELETE
QueriesSET
SyntaxDATETIME
, DATE
, and TIMESTAMP
TypesTIME
TypeYEAR
TypeCHAR
and VARCHAR
TypesBLOB
and TEXT
TypesENUM
TypeSET
TypeSELECT
and WHERE
ClausesGROUP BY
ClausesSELECT
, INSERT
, UPDATE
, DELETE
SELECT
SyntaxHANDLER
SyntaxINSERT
SyntaxINSERT DELAYED
SyntaxUPDATE
SyntaxDELETE
SyntaxTRUNCATE
SyntaxREPLACE
SyntaxLOAD DATA INFILE
SyntaxDO
SyntaxCREATE
, DROP
, ALTER
CREATE DATABASE
SyntaxDROP DATABASE
SyntaxCREATE TABLE
SyntaxALTER TABLE
SyntaxRENAME TABLE
SyntaxDROP TABLE
SyntaxCREATE INDEX
SyntaxDROP INDEX
SyntaxSTART TRANSACTION
, COMMIT
, and ROLLBACK
SyntaxSAVEPOINT
and ROLLBACK TO SAVEPOINT
SyntaxLOCK TABLES
and UNLOCK TABLES
SyntaxSET TRANSACTION
SyntaxMyISAM
TablesMyISAM
Table FormatsMyISAM
Table ProblemsMERGE
TablesISAM
TablesHEAP
TablesInnoDB
TablesInnoDB
InnoDB
InnoDB
MonitorInnoDB
Contact InformationBDB
or BerkeleyDB
TablesCOLLATE
Clause in Various Parts of an SQL QueryCOLLATE
Clause PrecedenceBINARY
OperatorCONVERT()
CAST()
SHOW CHARACTER SET
SHOW COLLATION
SHOW CREATE DATABASE
SHOW FULL COLUMNS
mysql_affected_rows()
mysql_change_user()
mysql_character_set_name()
mysql_close()
mysql_connect()
mysql_create_db()
mysql_data_seek()
mysql_debug()
mysql_drop_db()
mysql_dump_debug_info()
mysql_eof()
mysql_errno()
mysql_error()
mysql_escape_string()
mysql_fetch_field()
mysql_fetch_fields()
mysql_fetch_field_direct()
mysql_fetch_lengths()
mysql_fetch_row()
mysql_field_count()
mysql_field_seek()
mysql_field_tell()
mysql_free_result()
mysql_get_client_info()
mysql_get_server_version()
mysql_get_host_info()
mysql_get_proto_info()
mysql_get_server_info()
mysql_info()
mysql_init()
mysql_insert_id()
mysql_kill()
mysql_list_dbs()
mysql_list_fields()
mysql_list_processes()
mysql_list_tables()
mysql_num_fields()
mysql_num_rows()
mysql_options()
mysql_ping()
mysql_query()
mysql_real_connect()
mysql_real_escape_string()
mysql_real_query()
mysql_reload()
mysql_row_seek()
mysql_row_tell()
mysql_select_db()
mysql_sqlstate()
mysql_shutdown()
mysql_stat()
mysql_store_result()
mysql_thread_id()
mysql_use_result()
mysql_commit()
mysql_rollback()
mysql_autocommit()
mysql_more_results()
mysql_next_result()
mysql_prepare()
mysql_param_count()
mysql_prepare_result()
mysql_bind_param()
mysql_execute()
mysql_stmt_affected_rows()
mysql_bind_result()
mysql_stmt_store_result()
mysql_stmt_data_seek()
mysql_stmt_row_seek()
mysql_stmt_row_tell()
mysql_stmt_num_rows()
mysql_fetch()
mysql_send_long_data()
mysql_stmt_close()
mysql_stmt_errno()
mysql_stmt_error()
mysql_stmt_sqlstate()
my_init()
mysql_thread_init()
mysql_thread_end()
mysql_thread_safe()
mysql_query()
Returns Success, mysql_store_result()
Sometimes Returns NULL
?libmysqld
AUTO_INCREMENT
Column in ODBCGeometry
Point
Curve
LineString
Surface
Polygon
GeometryCollection
MultiPoint
MultiCurve
MultiLineString
MultiSurface
MultiPolygon
Geometry
Property Analysis FunctionsPoint
Property Analysis FunctionsLineString
Property Analysis FunctionsMultiLineString
Property Analysis FunctionsPolygon
Property Analysis FunctionsMultiPolygon
Property Analysis FunctionsGeometryCollection
Property Analysis FunctionsCREATE FUNCTION/DROP FUNCTION
SyntaxAccess denied
ErrorMySQL server has gone away
ErrorCan't connect to [local] MySQL server
ErrorClient does not support authentication protocol
errorHost '...' is blocked
ErrorToo many connections
ErrorSome non-transactional changed tables couldn't be rolled back
ErrorOut of memory
ErrorPacket too large
ErrorThe table is full
ErrorCan't create/write to file
ErrorCommands out of sync
Error in ClientIgnoring user
ErrorTable 'xxx' doesn't exist
ErrorCan't initialize character set xxx
errorDATE
ColumnsNULL
Valuesalias