MySQL Reference Manual for version 4.1.1-alpha.
- 1 General Information
- 2 MySQL Installation
- 3 Tutorial Introduction
- 4 Database Administration
- 4.1 Configuring MySQL
- 4.2 General Security Issues and the MySQL Access Privilege System
- 4.3 MySQL User Account Management
- 4.4 Disaster Prevention and Recovery
- 4.5 Database Administration Language Reference
- 4.6 MySQL Localisation and International Usage
- 4.7 MySQL Server-Side Scripts and Utilities
- 4.8 MySQL Client-Side Scripts and Utilities
- 4.8.1 Overview of the Client-Side Scripts and Utilities
- 4.8.2
mysql, The Command-line Tool
- 4.8.3
mysqladmin, Administrating a MySQL Server
- 4.8.4 Using
mysqlcheck for Table Maintenance and Crash Recovery
- 4.8.5
mysqldump, Dumping Table Structure and Data
- 4.8.6
mysqlhotcopy, Copying MySQL Databases and Tables
- 4.8.7
mysqlimport, Importing Data from Text Files
- 4.8.8
mysqlshow, Showing Databases, Tables, and Columns
- 4.8.9
mysql_config, Get compile options for compiling clients
- 4.8.10
perror, Explaining Error Codes
- 4.8.11 How to Run SQL Commands from a Text File
- 4.9 The MySQL Log Files
- 4.10 Replication in MySQL
- 5 MySQL Optimisation
- 6 MySQL Language Reference
- 7 MySQL Table Types
- 7.1
MyISAM Tables
- 7.2
MERGE Tables
- 7.3
ISAM Tables
- 7.4
HEAP Tables
- 7.5
InnoDB Tables
- 7.5.1 InnoDB Tables Overview
- 7.5.2 InnoDB in MySQL Version 3.23
- 7.5.3 InnoDB Startup Options
- 7.5.4 Creating InnoDB Tablespace
- 7.5.5 Creating InnoDB Tables
- 7.5.6 Adding and Removing InnoDB Data and Log Files
- 7.5.7 Backing up and Recovering an InnoDB Database
- 7.5.8 Moving an InnoDB Database to Another Machine
- 7.5.9 InnoDB Transaction Model
- 7.5.10 Implementation of Multi-versioning
- 7.5.11 Table and Index Structures
- 7.5.12 File Space Management and Disk I/O
- 7.5.13 Error Handling
- 7.5.14 Restrictions on InnoDB Tables
- 7.5.15 InnoDB Change History
- 7.5.15.1 MySQL/InnoDB-4.0.14, July 22, 2003
- 7.5.15.2 MySQL/InnoDB-3.23.57, June 20, 2003
- 7.5.15.3 MySQL/InnoDB-4.0.13, May 20, 2003
- 7.5.15.4 MySQL/InnoDB-4.1.0, April 3, 2003
- 7.5.15.5 MySQL/InnoDB-3.23.56, March 17, 2003
- 7.5.15.6 MySQL/InnoDB-4.0.12, March 18, 2003
- 7.5.15.7 MySQL/InnoDB-4.0.11, February 25, 2003
- 7.5.15.8 MySQL/InnoDB-4.0.10, February 4, 2003
- 7.5.15.9 MySQL/InnoDB-3.23.55, January 24, 2003
- 7.5.15.10 MySQL/InnoDB-4.0.9, January 14, 2003
- 7.5.15.11 MySQL/InnoDB-4.0.8, January 7, 2003
- 7.5.15.12 MySQL/InnoDB-4.0.7, December 26, 2002
- 7.5.15.13 MySQL/InnoDB-4.0.6, December 19, 2002
- 7.5.15.14 MySQL/InnoDB-3.23.54, December 12, 2002
- 7.5.15.15 MySQL/InnoDB-4.0.5, November 18, 2002
- 7.5.15.16 MySQL/InnoDB-3.23.53, October 9, 2002
- 7.5.15.17 MySQL/InnoDB-4.0.4, October 2, 2002
- 7.5.15.18 MySQL/InnoDB-4.0.3, August 28, 2002
- 7.5.15.19 MySQL/InnoDB-3.23.52, August 16, 2002
- 7.5.15.20 MySQL/InnoDB-4.0.2, July 10, 2002
- 7.5.15.21 MySQL/InnoDB-3.23.51, June 12, 2002
- 7.5.15.22 MySQL/InnoDB-3.23.50, April 23, 2002
- 7.5.15.23 MySQL/InnoDB-3.23.49, February 17, 2002
- 7.5.15.24 MySQL/InnoDB-3.23.48, February 9, 2002
- 7.5.15.25 MySQL/InnoDB-3.23.47, December 28, 2001
- 7.5.15.26 MySQL/InnoDB-4.0.1, December 23, 2001
- 7.5.15.27 MySQL/InnoDB-3.23.46, November 30, 2001
- 7.5.15.28 MySQL/InnoDB-3.23.45, November 23, 2001
- 7.5.15.29 MySQL/InnoDB-3.23.44, November 2, 2001
- 7.5.15.30 MySQL/InnoDB-3.23.43, October 4, 2001
- 7.5.15.31 MySQL/InnoDB-3.23.42, September 9, 2001
- 7.5.15.32 MySQL/InnoDB-3.23.41, August 13, 2001
- 7.5.15.33 MySQL/InnoDB-3.23.40, July 16, 2001
- 7.5.15.34 MySQL/InnoDB-3.23.39, June 13, 2001
- 7.5.15.35 MySQL/InnoDB-3.23.38, May 12, 2001
- 7.5.16 InnoDB Contact Information
- 7.6
BDB or BerkeleyDB Tables
- 8 National Character Sets and Unicode in MySQL 4.1
- 9 MySQL APIs
- 10 Error Handling in MySQL
- 11 Spatial Extensions in MySQL
- 12 Extending MySQL
- A Problems and Common Errors
- B Contributed Programs
- C Credits
- D MySQL Change History
- E Porting to Other Systems
- F Environment Variables
- G MySQL Regular Expressions
- H GNU General Public License
- I GNU Lesser General Public License
- SQL command, type and function index
- Concept Index