Spec-Zone .ru
спецификации, руководства, описания, API
|
Table of Contents
InnoDB
TablesInnoDB
Tables and IndexesMyISAM
toInnoDB
AUTO_INCREMENT
Handling in InnoDB
InnoDB
and FOREIGN KEY
Constraints
InnoDB
Compressed TablesInnoDB
File-Format ManagementInnoDB
Stores Variable-Length ColumnsInnoDB
TablesThis chapter provides an overview of MySQL Server, the mysqld command that does most of the work in a MySQL installation. It covers administration topics for mysqld and for the MySQL tables and indexes containing your data:
Configuring the server through command options and system variables. Checking the runtime status through status variables.
Understanding server activity and troubleshooting problems with the server log files.
Managing the physical aspects of MySQL server operations: disk space, memory, I/O, and CPU utilization related to queries, DML, and DDL.
Managing the logical structures within a MySQL server: databases, tables, tablespaces, and indexes.
Managing multiple servers on a single machine.
For additional information on administrative topics, see also: