home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 July & August / PCWorld_2002-07-08_cd.bin / Komunik / MySQL / mysql / data1.cab / Documentation / Docs / manual.txt < prev   
Text File  |  2002-02-21  |  2MB  |  50,754 lines

  1. START-INFO-DIR-ENTRY
  2. * mysql: (mysql).               MySQL documentation.
  3. END-INFO-DIR-ENTRY
  4.  
  5. Table of Contents
  6. *****************
  7.  
  8.  
  9. General Information About MySQL
  10.   MySQL, MySQL AB, and Open Source
  11.     What Is MySQL
  12.     What Is MySQL AB
  13.     About This Manual
  14.     Conventions Used in This Manual
  15.     History of MySQL
  16.     The Main Features of MySQL
  17.     How Stable Is MySQL?
  18.     How Big Can MySQL Tables Be?
  19.     Year 2000 Compliance
  20.   MySQL Information Sources
  21.     Books About MySQL
  22.     General SQL Information and Tutorials
  23.     Useful MySQL-related Links
  24.     MySQL Mailing Lists
  25.       The MySQL Mailing Lists
  26.       Asking Questions or Reporting Bugs
  27.       How to Report Bugs or Problems
  28.       Guidelines for Answering Question on the Mailing List
  29.   MySQL Licensing and Support
  30.     MySQL Licensing Policy
  31.     Copyrights Used by MySQL
  32.       Copyright Changes
  33.     Example Licensing Situations
  34.       Selling Products that use MySQL
  35.       ISP MySQL Services
  36.       Running a Web Server Using MySQL
  37.     MySQL Licensing and Support Costs
  38.       Payment information
  39.       Contact Information
  40.     Types of Commercial Support
  41.       Basic E-mail Support
  42.       Extended E-mail Support
  43.       Login Support
  44.       Extended Login Support
  45.       Telephone Support
  46.       Support for other table handlers
  47.   How Standards-compatible Is MySQL?
  48.     MySQL Extensions to ANSI SQL92
  49.     MySQL Differences Compared to ANSI SQL92
  50.     Running MySQL in ANSI Mode
  51.     Functionality Missing from MySQL
  52.       Sub-selects
  53.       `SELECT INTO TABLE'
  54.       Transactions
  55.       Stored Procedures and Triggers
  56.       Foreign Keys
  57.       Reasons NOT to Use Foreign Keys constraints
  58.       Views
  59.       `--' as the Start of a Comment
  60.     What Standards Does MySQL Follow?
  61.     How to Cope Without `COMMIT'/`ROLLBACK'
  62.     Known errors and design deficiencies in MySQL
  63.   How MySQL Compares to Other Databases
  64.     How MySQL Compares to `mSQL'
  65.       How to Convert `mSQL' Tools for MySQL
  66.       How `mSQL' and MySQL Client/Server Communications Protocols Differ
  67.       How `mSQL' 2.0 SQL Syntax Differs from MySQL
  68.     How MySQL Compares to PostgreSQL
  69.       MySQL and PostgreSQL development strategies
  70.       Featurewise Comparison of MySQL and PostgreSQL
  71.       Benchmarking MySQL and PostgreSQL
  72.   MySQL and the future (The TODO)
  73.     Things that should be in 4.0
  74.     Things that must be done in the real near future
  75.     Things that have to be done sometime
  76.     Some things we don't have any plans to do
  77.  
  78. MySQL Installation
  79.   Quick Standard Installation of MySQL
  80.     Installing MySQL on Linux
  81.     Installing MySQL on Windows
  82.   General Installation Issues
  83.     How to Get MySQL
  84.     Operating Systems Supported by MySQL
  85.     Which MySQL Version to Use
  86.     Installation Layouts
  87.     How and When Updates Are Released
  88.     MySQL Binaries Compiled by MySQL AB
  89.   Installing a MySQL Source Distribution
  90.     Quick Installation Overview
  91.     Applying Patches
  92.     Typical `configure' Options
  93.     Installing from the Development Source Tree
  94.     Problems Compiling?
  95.     MIT-pthreads Notes
  96.   Post-installation Setup and Testing
  97.     Problems Running `mysql_install_db'
  98.     Problems Starting the MySQL Server
  99.     Starting and Stopping MySQL Automatically
  100.   Upgrading/Downgrading MySQL
  101.     Upgrading From Version 3.22 to Version 3.23
  102.     Upgrading from Version 3.21 to Version 3.22
  103.     Upgrading from Version 3.20 to Version 3.21
  104.     Upgrading to Another Architecture
  105.   Operating System Specific Notes
  106.     Linux Notes (All Linux Versions)
  107.       Linux Notes for Binary Distributions
  108.       Linux x86 Notes
  109.       Linux SPARC Notes
  110.       Linux Alpha Notes
  111.       Linux PowerPC Notes
  112.       Linux MIPS Notes
  113.       Linux IA64 Notes
  114.     Windows Notes
  115.       Starting MySQL on Windows 95 or Windows 98
  116.       Starting MySQL on Windows NT or Windows 2000
  117.       Running MySQL on Windows
  118.       Connecting to a Remote MySQL from Windows with SSH
  119.       Splitting Data Across Different Disks on Windows
  120.       Compiling MySQL Clients on Windows
  121.       MySQL-Windows Compared to Unix MySQL
  122.     Solaris Notes
  123.       Solaris 2.7/2.8 Notes
  124.       Solaris x86 Notes
  125.     BSD Notes
  126.       FreeBSD Notes
  127.       NetBSD notes
  128.       OpenBSD Notes
  129.       OpenBSD 2.5 Notes
  130.       OpenBSD 2.8 Notes
  131.       BSD/OS Notes
  132.       BSD/OS Version 2.x Notes
  133.       BSD/OS Version 3.x Notes
  134.       BSD/OS Version 4.x Notes
  135.     Mac OS X Notes
  136.       Mac OS X Public Beta
  137.       Mac OS X Server
  138.     Other Unix Notes
  139.       HP-UX Notes for Binary Distributions
  140.       HP-UX Version 10.20 Notes
  141.       HP-UX Version 11.x Notes
  142.       IBM-AIX notes
  143.       SunOS 4 Notes
  144.       Alpha-DEC-UNIX Notes (Tru64)
  145.       Alpha-DEC-OSF1 Notes
  146.       SGI Irix Notes
  147.       SCO Notes
  148.       SCO Unixware Version 7.0 Notes
  149.     OS/2 Notes
  150.     BeOS Notes
  151.     Novell Netware Notes
  152.  
  153. Introduction to MySQL: A MySQL Tutorial
  154.   Connecting to and Disconnecting from the Server
  155.   Entering Queries
  156.   Creating and Using a Database
  157.     Creating and Selecting a Database
  158.     Creating a Table
  159.     Loading Data into a Table
  160.     Retrieving Information from a Table
  161.       Selecting All Data
  162.       Selecting Particular Rows
  163.       Selecting Particular Columns
  164.       Sorting Rows
  165.       Date Calculations
  166.       Working with `NULL' Values
  167.       Pattern Matching
  168.       Counting Rows
  169.       Using More Than one Table
  170.   Getting Information About Databases and Tables
  171.   Examples of Common Queries
  172.     The Maximum Value for a Column
  173.     The Row Holding the Maximum of a Certain Column
  174.     Maximum of Column per Group
  175.     The Rows Holding the Group-wise Maximum of a Certain Field
  176.     Using user variables
  177.     Using Foreign Keys
  178.     Searching on Two Keys
  179.     Calculating visits per day
  180.   Using `mysql' in Batch Mode
  181.   Queries from Twin Project
  182.     Find all Non-distributed Twins
  183.     Show a Table on Twin Pair Status
  184.   Using MySQL with Apache
  185.  
  186. MySQL Database Administration
  187.   Configuring MySQL
  188.     mysqld Command-line Options
  189.     my.cnf Option Files
  190.     Installing Many Servers on the Same Machine
  191.     Running Multiple MySQL Servers on the Same Machine
  192.   General Security Issues and the MySQL Access Privilege System
  193.     General Security Guidelines
  194.     How to Make MySQL Secure Against Crackers
  195.     Startup Options for `mysqld' Concerning Security
  196.     What the Privilege System Does
  197.     How the Privilege System Works
  198.     Privileges Provided by MySQL
  199.     Connecting to the MySQL Server
  200.     Access Control, Stage 1: Connection Verification
  201.     Access Control, Stage 2: Request Verification
  202.     Causes of `Access denied' Errors
  203.   MySQL User Account Management
  204.     `GRANT' and `REVOKE' Syntax
  205.     MySQL User Names and Passwords
  206.     When Privilege Changes Take Effect
  207.     Setting Up the Initial MySQL Privileges
  208.     Adding New Users to MySQL
  209.     Setting Up Passwords
  210.     Keeping Your Password Secure
  211.   Disaster Prevention and Recovery
  212.     Database Backups
  213.     `BACKUP TABLE' Syntax
  214.     `RESTORE TABLE' Syntax
  215.     `CHECK TABLE' Syntax
  216.     `REPAIR TABLE' Syntax
  217.     Using `myisamchk' for Table Maintenance and Crash Recovery
  218.       `myisamchk' Invocation Syntax
  219.       General Options for `myisamchk'
  220.       Check Options for `myisamchk'
  221.       Repair Options for myisamchk
  222.       Other Options for `myisamchk'
  223.       `myisamchk' Memory Usage
  224.       Using `myisamchk' for Crash Recovery
  225.       How to Check Tables for Errors
  226.       How to Repair Tables
  227.       Table Optimization
  228.     Setting Up a Table Maintenance Regimen
  229.     Getting Information About a Table
  230.   Database Administration Language Reference
  231.     `OPTIMIZE TABLE' Syntax
  232.     `ANALYZE TABLE' Syntax
  233.     `FLUSH' Syntax
  234.     `KILL' Syntax
  235.     `SHOW' Syntax
  236.       Retrieving information about Database, Tables, Columns, and Indexes
  237.       `SHOW TABLE STATUS'
  238.       `SHOW STATUS'
  239.       `SHOW VARIABLES'
  240.       `SHOW LOGS'
  241.       `SHOW PROCESSLIST'
  242.       `SHOW GRANTS'
  243.       `SHOW CREATE TABLE'
  244.   MySQL Localization and International Usage
  245.     The Character Set Used for Data and Sorting
  246.     Non-English Error Messages
  247.     Adding a New Character Set
  248.     The character definition arrays
  249.     String Collating Support
  250.     Multi-byte Character Support
  251.   MySQL Server-Side Scripts and Utilities
  252.     Overview of the Server-Side Scripts and Utilities
  253.     safe_mysqld, the wrapper around mysqld
  254.     mysqld_multi, program for managing multiple MySQL servers
  255.     myisampack, The MySQL Compressed Read-only Table Generator
  256.     mysqld-max, An extended mysqld server
  257.   MySQL Client-Side Scripts and Utilities
  258.     Overview of the Client-Side Scripts and Utilities
  259.     The Command-line Tool
  260.     mysqladmin, Administrating a MySQL Server
  261.     Using `mysqlcheck' for Table Maintenance and Crash Recovery
  262.     mysqldump, Dumping Table Structure and Data
  263.     mysqlhotcopy, Copying MySQL Databases and Tables
  264.     mysqlimport, Importing Data from Text Files
  265.     Showing Databases, Tables, and Columns
  266.     perror, Explaining Error Codes
  267.     How to Run SQL Commands from a Text File
  268.   The MySQL Log Files
  269.     The Error Log
  270.     The General Query Log
  271.     The Update Log
  272.     The Binary Update Log
  273.     The Slow Query Log
  274.     Log File Maintenance
  275.   Replication in MySQL
  276.     Introduction
  277.     Replication Implementation Overview
  278.     How To Set Up Replication
  279.     Replication Features and Known Problems
  280.     Replication Options in my.cnf
  281.     SQL Commands Related to Replication
  282.     Replication FAQ
  283.     Troubleshooting Replication
  284.  
  285. MySQL Optimization
  286.   Optimization Overview
  287.     MySQL Design Limitations/Tradeoffs
  288.     Portability
  289.     What Have We Used MySQL For?
  290.     The MySQL Benchmark Suite
  291.     Using Your Own Benchmarks
  292.   Optimizing `SELECT's and Other Queries
  293.     `EXPLAIN' Syntax (Get Information About a `SELECT')
  294.     Estimating Query Performance
  295.     Speed of `SELECT' Queries
  296.     How MySQL Optimizes `WHERE' Clauses
  297.     How MySQL Optimizes `DISTINCT'
  298.     How MySQL Optimizes `LEFT JOIN' and `RIGHT JOIN'
  299.     How MySQL Optimizes `LIMIT'
  300.     Speed of `INSERT' Queries
  301.     Speed of `UPDATE' Queries
  302.     Speed of `DELETE' Queries
  303.     Other Optimization Tips
  304.   Locking Issues
  305.     How MySQL Locks Tables
  306.     Table Locking Issues
  307.   Optimizing Database Structure
  308.     Design Choices
  309.     Get Your Data as Small as Possible
  310.     How MySQL Uses Indexes
  311.     Column Indexes
  312.     Multiple-Column Indexes
  313.     How MySQL Opens and Closes Tables
  314.     Drawbacks to Creating Large Numbers of Tables in the Same Database
  315.     Why So Many Open tables?
  316.   Optimizing the MySQL Server
  317.     System/Compile Time and Startup Parameter Tuning
  318.     Tuning Server Parameters
  319.     How Compiling and Linking Affects the Speed of MySQL
  320.     How MySQL Uses Memory
  321.     How MySQL uses DNS
  322.     `SET' Syntax
  323.   Disk Issues
  324.     Using Symbolic Links
  325.       Using Symbolic Links for Databases
  326.       Using Symbolic Links for Tables
  327.  
  328. MySQL Language Reference
  329.   Language Structure
  330.     Literals: How to Write Strings and Numbers
  331.       Strings
  332.       Numbers
  333.       Hexadecimal Values
  334.       `NULL' Values
  335.     Database, Table, Index, Column, and Alias Names
  336.     Case Sensitivity in Names
  337.     User Variables
  338.     Comment Syntax
  339.     Is MySQL Picky About Reserved Words?
  340.   Column Types
  341.     Numeric Types
  342.     Date and Time Types
  343.       Y2K Issues and Date Types
  344.       The `DATETIME', `DATE', and `TIMESTAMP' Types
  345.       The `TIME' Type
  346.       The `YEAR' Type
  347.     String Types
  348.       The `CHAR' and `VARCHAR' Types
  349.       The `BLOB' and `TEXT' Types
  350.       The `ENUM' Type
  351.       The `SET' Type
  352.     Choosing the Right Type for a Column
  353.     Using Column Types from Other Database Engines
  354.     Column Type Storage Requirements
  355.   Functions for Use in `SELECT' and `WHERE' Clauses
  356.     Non-Type-Specific Operators and Functions
  357.       Parenthesis
  358.       Comparison Operators
  359.       Logical Operators
  360.       Control Flow Functions
  361.     String Functions
  362.       String Comparison Functions
  363.       Case Sensitivity
  364.     Numeric Functions
  365.       Arithmetic Operations
  366.       Mathematical Functions
  367.     Date and Time Functions
  368.     Other Functions
  369.       Bit Functions
  370.       Miscellaneous Functions
  371.   Data Manipulation: `SELECT', `INSERT', `UPDATE', `DELETE'
  372.     `SELECT' Syntax
  373.       `JOIN' Syntax
  374.     `INSERT' Syntax
  375.       `INSERT ... SELECT' Syntax
  376.     `INSERT DELAYED' syntax
  377.     `UPDATE' Syntax
  378.     `DELETE' Syntax
  379.     `TRUNCATE' Syntax
  380.     `REPLACE' Syntax
  381.     `LOAD DATA INFILE' Syntax
  382.     `DO' Syntax
  383.   Data Definition: `CREATE', `DROP', `ALTER'
  384.     `CREATE DATABASE' Syntax
  385.     `DROP DATABASE' Syntax
  386.     `CREATE TABLE' Syntax
  387.       Silent Column Specification Changes
  388.     `ALTER TABLE' Syntax
  389.     `RENAME TABLE' Syntax
  390.     `DROP TABLE' Syntax
  391.     `CREATE INDEX' Syntax
  392.     `DROP INDEX' Syntax
  393.   Basic MySQL User Utility Commands
  394.     `USE' Syntax
  395.     `DESCRIBE' Syntax (Get Information About Columns)
  396.   MySQL Transactional and Locking Commands
  397.     `BEGIN/COMMIT/ROLLBACK' Syntax
  398.     `LOCK TABLES/UNLOCK TABLES' Syntax
  399.     `SET TRANSACTION' Syntax
  400.   MySQL Full-text Search
  401.     Fulltext restrictions
  402.     Fine-tuning MySQL Full-text Search
  403.     New Features of Full-text Search to Appear in MySQL 4.0
  404.     Full-text Search TODO
  405.  
  406. MySQL Table Types
  407.   MyISAM Tables
  408.     Space Needed for Keys
  409.     MyISAM Table Formats
  410.       Static (Fixed-length) Table Characteristics
  411.       Dynamic Table Characteristics
  412.       Compressed Table Characteristics
  413.     MyISAM table problems.
  414.       Corrupted MyISAM tables.
  415.       Clients is using or hasn't closed the table properly
  416.   MERGE Tables
  417.   ISAM Tables
  418.   HEAP Tables
  419.   BDB or Berkeley_DB Tables
  420.     Overview of BDB Tables
  421.     Installing BDB
  422.     BDB startup options
  423.     Some characteristic of `BDB' tables:
  424.     Some things we need to fix for BDB in the near future:
  425.     Operating systems supported by *BDB*
  426.     Errors You May Get When Using BDB Tables
  427.   InnoDB Tables
  428.     InnoDB tables overview
  429.     InnoDB startup options
  430.     Creating InnoDB table space
  431.       If something goes wrong in database creation
  432.     Creating InnoDB tables
  433.       Converting MyISAM tables to InnoDB
  434.     Adding and removing InnoDB data and log files
  435.     Backing up and recovering an InnoDB database
  436.       Checkpoints
  437.     Moving an InnoDB database to another machine
  438.     InnoDB transaction model
  439.       Consistent read
  440.       Locking reads
  441.       Next-key locking: avoiding the phantom problem
  442.       Locks set by different SQL statements in InnoDB
  443.       Deadlock detection and rollback
  444.       An example of how the consistent read works in InnoDB
  445.     Performance tuning tips
  446.       The InnoDB Monitor
  447.     Implementation of multiversioning
  448.     Table and index structures
  449.       Physical structure of an index
  450.       Insert buffering
  451.       Adaptive hash indexes
  452.       Physical record structure
  453.       How an auto-increment column works in InnoDB
  454.     File space management and disk i/o
  455.       Disk i/o
  456.       File space management
  457.       Defragmenting a table
  458.     Error handling
  459.     Some restrictions on InnoDB tables
  460.     InnoDB contact information
  461.  
  462. MySQL APIs
  463.   MySQL PHP API
  464.     Common Problems with MySQL and PHP
  465.   MySQL Perl API
  466.     `DBI' with `DBD::mysql'
  467.     The `DBI' Interface
  468.     More `DBI'/`DBD' Information
  469.   MySQL ODBC Support
  470.     How To Install MyODBC
  471.     How to Fill in the Various Fields in the ODBC Administrator Program
  472.     Connect parameters for MyODBC
  473.     How to Report Problems with MyODBC
  474.     Programs Known to Work with MyODBC
  475.     How to Get the Value of an `AUTO_INCREMENT' Column in ODBC
  476.     Reporting Problems with MyODBC
  477.   MySQL C API
  478.     C API Datatypes
  479.     C API Function Overview
  480.     C API Function Descriptions
  481.       `mysql_affected_rows()'
  482.       `mysql_close()'
  483.       `mysql_connect()'
  484.       `mysql_change_user()'
  485.       `mysql_character_set_name()'
  486.       `mysql_create_db()'
  487.       `mysql_data_seek()'
  488.       `mysql_debug()'
  489.       `mysql_drop_db()'
  490.       `mysql_dump_debug_info()'
  491.       `mysql_eof()'
  492.       `mysql_errno()'
  493.       `mysql_error()'
  494.       `mysql_escape_string()'
  495.       `mysql_fetch_field()'
  496.       `mysql_fetch_fields()'
  497.       `mysql_fetch_field_direct()'
  498.       `mysql_fetch_lengths()'
  499.       `mysql_fetch_row()'
  500.       `mysql_field_count()'
  501.       `mysql_field_seek()'
  502.       `mysql_field_tell()'
  503.       `mysql_free_result()'
  504.       `mysql_get_client_info()'
  505.       `mysql_get_host_info()'
  506.       `mysql_get_proto_info()'
  507.       `mysql_get_server_info()'
  508.       `mysql_info()'
  509.       `mysql_init()'
  510.       `mysql_insert_id()'
  511.       `mysql_kill()'
  512.       `mysql_list_dbs()'
  513.       `mysql_list_fields()'
  514.       `mysql_list_processes()'
  515.       `mysql_list_tables()'
  516.       `mysql_num_fields()'
  517.       `mysql_num_rows()'
  518.       `mysql_options()'
  519.       `mysql_ping()'
  520.       `mysql_query()'
  521.       `mysql_real_connect()'
  522.       `mysql_real_escape_string()'
  523.       `mysql_real_query()'
  524.       `mysql_reload()'
  525.       `mysql_row_seek()'
  526.       `mysql_row_tell()'
  527.       `mysql_select_db()'
  528.       `mysql_shutdown()'
  529.       `mysql_stat()'
  530.       `mysql_store_result()'
  531.       `mysql_thread_id()'
  532.       `mysql_use_result()'
  533.     C Threaded Function Descriptions
  534.       `my_init()'
  535.       `my_thread_init()'
  536.       `my_thread_end()'
  537.     Common questions and problems when using the C API
  538.       Why Is It that After `mysql_query()' Returns Success, `mysql_store_result()' Sometimes Returns `NULL?'
  539.       What Results Can I Get From a Query?
  540.       How Can I Get the Unique ID for the Last Inserted Row?
  541.       Problems Linking with the C API
  542.     Building Client Programs
  543.     How to Make a Threaded Client
  544.   MySQL C++ APIs
  545.     Borland C++
  546.   MySQL Java Connectivity (JDBC)
  547.   MySQL Python APIs
  548.   MySQL Tcl APIs
  549.   MySQL Eiffel wrapper
  550.  
  551. Extending MySQL
  552.   Adding New Functions to MySQL
  553.     `CREATE FUNCTION/DROP FUNCTION' Syntax
  554.     Adding a New User-definable Function
  555.       UDF Calling Sequences
  556.       Argument Processing
  557.       Return Values and Error Handling
  558.       Compiling and Installing User-definable Functions
  559.     Adding a New Native Function
  560.   Adding New Procedures to MySQL
  561.     Procedure Analyse
  562.     Writing a Procedure
  563.   MySQL Internals
  564.     MySQL Threads
  565.     MySQL Test Suite
  566.       Running the MySQL Test Suite
  567.       Extending the MySQL Test Suite
  568.       Reporting Bugs in the MySQL Test Suite
  569.  
  570. Problems and Common Errors
  571.   How to Determine What Is Causing Problems
  572.   Some Common Errors When Using MySQL
  573.     `Access denied' Error
  574.     `MySQL server has gone away' Error
  575.     `Can't connect to [local] MySQL server' error
  576.     `Host '...' is blocked' Error
  577.     `Too many connections' Error
  578.     `Some non-transactional changed tables couldn't be rolled back' Error
  579.     `Out of memory' Error
  580.     `Packet too large' Error
  581.     Communication Errors / Aborted Connection
  582.     `The table is full' Error
  583.     `Can't create/write to file' Error
  584.     `Commands out of sync' Error in Client
  585.     `Ignoring user' Error
  586.     `Table 'xxx' doesn't exist' Error
  587.     `Cant' initialize character set xxx' error.
  588.     File Not Found
  589.   Installation Related Issues
  590.     Problems When Linking with the MySQL Client Library
  591.     How to Run MySQL As a Normal User
  592.     Problems with File Permissions
  593.   Administration Related Issues
  594.     What To Do If MySQL Keeps Crashing
  595.     How to Reset a Forgotten Password
  596.     How MySQL Handles a Full Disk
  597.     Where MySQL Stores Temporary Files
  598.     How to Protect or change the MySQL socket file `/tmp/mysql.sock'
  599.     Time Zone Problems
  600.   Query Related Issues
  601.     Case Sensitivity in Searches
  602.     Problems Using `DATE' Columns
  603.     Problems with `NULL' Values
  604.     Problems with `alias'
  605.     Deleting Rows from Related Tables
  606.     Solving Problems with No Matching Rows
  607.   Table Definition Related Issues
  608.     Problems with `ALTER TABLE'.
  609.     How To Change the Order of Columns in a Table
  610.     TEMPORARY TABLE problems
  611.  
  612. Some MySQL Users
  613.   General News Sites
  614.   Some Web Search Engines
  615.   Some Information Search Engines Concentrated on Some Area
  616.   Online Magazines
  617.   Web Sites that Use MySQL as a Backend
  618.   Some Domain/Internet/Web and Related Services
  619.   Web Sites that Use `PHP' and MySQL
  620.   Some MySQL Consultants
  621.   Programming
  622.   Uncategorized Pages
  623.  
  624. MySQL customer usage
  625.  
  626. Contributed Programs
  627.   APIs
  628.   Clients
  629.   Web Tools
  630.   Performance Benchmarking Tools
  631.   Authentication Tools
  632.   Converters
  633.   Using MySQL with Other Products
  634.   Useful Tools
  635.   RPMs for Common Tools (Most Are for RedHat 6.1)
  636.   Useful Functions
  637.   Windows programs
  638.   Uncategorized
  639.  
  640. Credits
  641.   Developers at MySQL AB
  642.   Contributors to MySQL
  643.   Supporters to MySQL
  644.  
  645. MySQL change history
  646.   Changes in release 4.0.x (Development; Alpha)
  647.     Changes in release 4.0.0
  648.   Changes in release 3.23.x  (Stable)
  649.     Changes in release 3.23.49
  650.     Changes in release 3.23.48
  651.     Changes in release 3.23.47
  652.     Changes in release 3.23.46
  653.     Changes in release 3.23.45
  654.     Changes in release 3.23.44
  655.     Changes in release 3.23.43
  656.     Changes in release 3.23.42
  657.     Changes in release 3.23.41
  658.     Changes in release 3.23.40
  659.     Changes in release 3.23.39
  660.     Changes in release 3.23.38
  661.     Changes in release 3.23.37
  662.     Changes in release 3.23.36
  663.     Changes in release 3.23.35
  664.     Changes in release 3.23.34a
  665.     Changes in release 3.23.34
  666.     Changes in release 3.23.33
  667.     Changes in release 3.23.32
  668.     Changes in release 3.23.31
  669.     Changes in release 3.23.30
  670.     Changes in release 3.23.29
  671.     Changes in release 3.23.28
  672.     Changes in release 3.23.27
  673.     Changes in release 3.23.26
  674.     Changes in release 3.23.25
  675.     Changes in release 3.23.24
  676.     Changes in release 3.23.23
  677.     Changes in release 3.23.22
  678.     Changes in release 3.23.21
  679.     Changes in release 3.23.20
  680.     Changes in release 3.23.19
  681.     Changes in release 3.23.18
  682.     Changes in release 3.23.17
  683.     Changes in release 3.23.16
  684.     Changes in release 3.23.15
  685.     Changes in release 3.23.14
  686.     Changes in release 3.23.13
  687.     Changes in release 3.23.12
  688.     Changes in release 3.23.11
  689.     Changes in release 3.23.10
  690.     Changes in release 3.23.9
  691.     Changes in release 3.23.8
  692.     Changes in release 3.23.7
  693.     Changes in release 3.23.6
  694.     Changes in release 3.23.5
  695.     Changes in release 3.23.4
  696.     Changes in release 3.23.3
  697.     Changes in release 3.23.2
  698.     Changes in release 3.23.1
  699.     Changes in release 3.23.0
  700.   Changes in release 3.22.x (Older; Still supported)
  701.     Changes in release 3.22.35
  702.     Changes in release 3.22.34
  703.     Changes in release 3.22.33
  704.     Changes in release 3.22.32
  705.     Changes in release 3.22.31
  706.     Changes in release 3.22.30
  707.     Changes in release 3.22.29
  708.     Changes in release 3.22.28
  709.     Changes in release 3.22.27
  710.     Changes in release 3.22.26
  711.     Changes in release 3.22.25
  712.     Changes in release 3.22.24
  713.     Changes in release 3.22.23
  714.     Changes in release 3.22.22
  715.     Changes in release 3.22.21
  716.     Changes in release 3.22.20
  717.     Changes in release 3.22.19
  718.     Changes in release 3.22.18
  719.     Changes in release 3.22.17
  720.     Changes in release 3.22.16
  721.     Changes in release 3.22.15
  722.     Changes in release 3.22.14
  723.     Changes in release 3.22.13
  724.     Changes in release 3.22.12
  725.     Changes in release 3.22.11
  726.     Changes in release 3.22.10
  727.     Changes in release 3.22.9
  728.     Changes in release 3.22.8
  729.     Changes in release 3.22.7
  730.     Changes in release 3.22.6
  731.     Changes in release 3.22.5
  732.     Changes in release 3.22.4
  733.     Changes in release 3.22.3
  734.     Changes in release 3.22.2
  735.     Changes in release 3.22.1
  736.     Changes in release 3.22.0
  737.   Changes in release 3.21.x
  738.     Changes in release 3.21.33
  739.     Changes in release 3.21.32
  740.     Changes in release 3.21.31
  741.     Changes in release 3.21.30
  742.     Changes in release 3.21.29
  743.     Changes in release 3.21.28
  744.     Changes in release 3.21.27
  745.     Changes in release 3.21.26
  746.     Changes in release 3.21.25
  747.     Changes in release 3.21.24
  748.     Changes in release 3.21.23
  749.     Changes in release 3.21.22
  750.     Changes in release 3.21.21a
  751.     Changes in release 3.21.21
  752.     Changes in release 3.21.20
  753.     Changes in release 3.21.19
  754.     Changes in release 3.21.18
  755.     Changes in release 3.21.17
  756.     Changes in release 3.21.16
  757.     Changes in release 3.21.15
  758.     Changes in release 3.21.14b
  759.     Changes in release 3.21.14a
  760.     Changes in release 3.21.13
  761.     Changes in release 3.21.12
  762.     Changes in release 3.21.11
  763.     Changes in release 3.21.10
  764.     Changes in release 3.21.9
  765.     Changes in release 3.21.8
  766.     Changes in release 3.21.7
  767.     Changes in release 3.21.6
  768.     Changes in release 3.21.5
  769.     Changes in release 3.21.4
  770.     Changes in release 3.21.3
  771.     Changes in release 3.21.2
  772.     Changes in release 3.21.0
  773.   Changes in release 3.20.x
  774.     Changes in release 3.20.18
  775.     Changes in release 3.20.17
  776.     Changes in release 3.20.16
  777.     Changes in release 3.20.15
  778.     Changes in release 3.20.14
  779.     Changes in release 3.20.13
  780.     Changes in release 3.20.11
  781.     Changes in release 3.20.10
  782.     Changes in release 3.20.9
  783.     Changes in release 3.20.8
  784.     Changes in release 3.20.7
  785.     Changes in release 3.20.6
  786.     Changes in release 3.20.3
  787.     Changes in release 3.20.0
  788.   Changes in release 3.19.x
  789.     Changes in release 3.19.5
  790.     Changes in release 3.19.4
  791.     Changes in release 3.19.3
  792.  
  793. Comments on porting to other systems
  794.   Debugging a MySQL server
  795.     Compiling MYSQL for debugging.
  796.     Creating trace files
  797.     Debugging mysqld under gdb
  798.     Using a stack trace
  799.     Using log files to find cause of errors in mysqld
  800.     Making a test case when you experience table corruption
  801.   Debugging a MySQL client
  802.   The DBUG package.
  803.   Locking methods
  804.   Comments about RTS threads
  805.   Differences between different thread packages
  806.  
  807. Environment Variables
  808.  
  809. Description of MySQL regular expression syntax
  810.  
  811. What is Unireg?
  812.  
  813. GNU GENERAL PUBLIC LICENSE
  814.   Preamble
  815.   How to Apply These Terms to Your New Programs
  816.  
  817. GNU LESSER GENERAL PUBLIC LICENSE
  818.   Preamble
  819.   How to Apply These Terms to Your New Libraries
  820.  
  821. Pieces of the manual in transit
  822.   Installing a MySQL Binary Distribution
  823.   Perl Installation Comments
  824.     Installing Perl on Unix
  825.     Installing ActiveState Perl on Windows
  826.     Installing the MySQL Perl Distribution on Windows
  827.     Problems Using the Perl `DBI'/`DBD' Interface
  828.   Functions for Use with `GROUP BY' Clauses
  829.  
  830. SQL command, type and function index
  831.  
  832. Concept Index
  833.  
  834.  
  835. This is a manual for MySQL. This version is about the 3.23.49 version
  836. of MySQL.  You can find a manual about any older version of MySQL in
  837. the binary or source distribution for that version.
  838.  
  839. General Information About MySQL
  840. *******************************
  841.  
  842. This is the MySQL reference manual; it documents MySQL Version
  843. 3.23.49.  As MySQL is work in progress, the manual gets updated
  844. frequently.  There is a very good chance that this version is out of
  845. date, unless you are looking at it online.  The most recent version of
  846. this manual is available at `http://www.mysql.com/documentation/' in
  847. many different formats.  If you have a hard time finding information in
  848. the manual, you can try the searchable PHP version at
  849. `http://www.mysql.com/documentation/manual.php'.
  850.  
  851. MySQL is a very fast, multi-threaded, multi-user, and robust SQL
  852. (Structured Query Language) database server.
  853.  
  854. MySQL is free software.  It is licensed with the *GNU GENERAL PUBLIC
  855. LICENSE* `http://www.gnu.org/'.  *Note Licensing and Support::.
  856.  
  857. The MySQL home page (http://www.mysql.com/) provides the latest
  858. information about MySQL.
  859.  
  860. The following list describes some useful sections of the manual:
  861.  
  862.    * For information about the company behind MySQL, see *Note What is
  863.      MySQL AB::.
  864.  
  865.    * For a discussion of MySQL's capabilities, see *Note Features::.
  866.  
  867.    * For installation instructions, see *Note Installing::.
  868.  
  869.    * For tips on porting MySQL to new architectures or operating
  870.      systems, see *Note Porting::.
  871.  
  872.    * For information about upgrading from a Version 3.22 release, see
  873.      *Note Upgrading-from-3.22::.
  874.  
  875.    * For a tutorial introduction to MySQL, see *Note Tutorial::.
  876.  
  877.    * For examples of SQL and benchmarking information, see the
  878.      benchmarking directory (`sql-bench' in the distribution).
  879.  
  880.    * For a history of new features and bug fixes, see *Note News::.
  881.  
  882.    * For a list of currently known bugs and misfeatures, see *Note
  883.      Bugs::.
  884.  
  885.    * For future plans, see *Note TODO::.
  886.  
  887.    * For a list of all the contributors to this project, see *Note
  888.      Credits::.
  889.  
  890. *IMPORTANT:*
  891.  
  892. Reports of errors (often called bugs), as well as questions and
  893. comments, should be sent to the mailing list at <mysql@lists.mysql.com>.
  894. *Note Bug reports::.  The `mysqlbug' script should be used to generate
  895. bug reports.  For source distributions, the `mysqlbug' script can be
  896. found in the `scripts' directory.  For binary distributions, `mysqlbug'
  897. can be found in the `bin' directory. If you have found a sensitive
  898. security bug in MySQL, you should send an email to <security@mysql.com>.
  899.  
  900. If you have any suggestions concerning additions or corrections to this
  901. manual, please send them to the manual team at <docs@mysql.com>.
  902.  
  903. This is a reference manual; it does not provide general instruction on
  904. SQL or relational database concepts.  If you want general information
  905. about SQL, see *Note General-SQL::.  For books that focus more
  906. specifically on MySQL, see *Note MySQL-Books::.
  907.  
  908. MySQL, MySQL AB, and Open Source
  909. ================================
  910.  
  911. What Is MySQL
  912. -------------
  913.  
  914. MySQL, the most popular Open Source SQL database, is provided by MySQL
  915. AB.  MySQL AB is a commercial company that builds its business
  916. providing services around the MySQL database.  *Note What is MySQL AB::.
  917.  
  918. MySQL is a database management system.
  919.      A database is a structured collection of data.  It may be anything
  920.      from a simple shopping list to a picture gallery or the vast
  921.      amounts of information in a corporate network.  To add, access,
  922.      and process data stored in a computer database, you need a
  923.      database management system such as MySQL.  Since computers are
  924.      very good at handling large amounts of data, database management
  925.      plays a central role in computing, as stand-alone utilities, or as
  926.      parts of other applications.
  927.  
  928. MySQL is a relational database management system.
  929.      A relational database stores data in separate tables rather than
  930.      putting all the data in one big storeroom.  This adds speed and
  931.      flexibility.  The tables are linked by defined relations making it
  932.      possible to combine data from several tables on request.  The SQL
  933.      part of MySQL stands for "Structured Query Language" - the most
  934.      common standardized language used to access databases.
  935.  
  936. MySQL is Open Source Software.
  937.      Open Source means that it is possible for anyone to use and modify.
  938.      Anybody can download MySQL from the Internet and use it without
  939.      paying anything.  Anybody so inclined can study the source code
  940.      and change it to fit their needs.  MySQL uses the GPL (GNU General
  941.      Public License) `http://www.gnu.org', to define what you may and
  942.      may not do with the software in different situations.  If you feel
  943.      uncomfortable with the GPL or need to embed MySQL into a
  944.      commercial application you can buy a commercially licensed version
  945.      from us.
  946.  
  947. Why use MySQL?
  948.      MySQL is very fast, reliable, and easy to use.  If that is what
  949.      you are looking for, you should give it a try.  MySQL also has a
  950.      very practical set of features developed in very close cooperation
  951.      with our users.  You can find a performance comparison of MySQL to
  952.      some other database managers on our benchmark page.  *Note MySQL
  953.      Benchmarks::.
  954.  
  955.      MySQL was originally developed to handle very large databases much
  956.      faster than existing solutions and has been successfully used in
  957.      highly demanding production environments for several years.  Though
  958.      under constant development, MySQL today offers a rich and very
  959.      useful set of functions.  The connectivity, speed, and security
  960.      make MySQL highly suited for accessing databases on the Internet.
  961.  
  962. The technical features of MySQL
  963.      For advanced technical information, see *Note Reference::.  MySQL
  964.      is a client/server system that consists of a multi-threaded SQL
  965.      server that supports different backends, several different client
  966.      programs and libraries, administrative tools, and several
  967.      programming interfaces.
  968.  
  969.      We also provide MySQL as a multi-threaded library which you can
  970.      link into your application to get a smaller, faster, easier to
  971.      manage product.
  972.  
  973. MySQL has a lot of contributed software available.
  974.      It is very likely that you will find that your favorite
  975.      application or language already supports MySQL.
  976.  
  977. The official way to pronounce MySQL is "My Ess Que Ell" (not
  978. MY-SEQUEL). But we try to avoid correcting people who say MY-SEQUEL.
  979.  
  980. What Is MySQL AB
  981. ----------------
  982.  
  983. MySQL AB is the Swedish company owned and run by the MySQL founders and
  984. main developers.  We are dedicated to developing MySQL and spreading
  985. our database to new users.  MySQL AB owns the copyright to the MySQL
  986. server source code and the MySQL trademark.  A significant amount of
  987. revenues from our services goes to developing MySQL.  *Note What-is::.
  988.  
  989. MySQL AB has been profitable providing MySQL from the start.  We don't
  990. get any outside funding, but have earned all our money ourselves.
  991.  
  992. We are searching after partners that would like to support our
  993. development of MySQL so that we could accelerate the development pace.
  994. If you are interested in doing this, you can email <partner@mysql.com>
  995. about this!
  996.  
  997. MySQL AB has currently 20+ people
  998. (`http://www.mysql.com/development/team.html') on its payroll and is
  999. growing rapidly.
  1000.  
  1001. Our main sources of income are:
  1002.  
  1003.    * Commercial high quality support for MySQL provided by the MySQL
  1004.      developers themselves.  If you are interested in purchasing a
  1005.      support contract, please visit `https://order.mysql.com/' to view
  1006.      our support options or to order support.
  1007.  
  1008.    * Consulting services.  We have developers and consultants in 12
  1009.      countries and partners in many other countries that can help you
  1010.      with almost any MySQL related issues.  If you need consulting
  1011.      services, please email a good description of your needs to
  1012.      <info@mysql.com>!  If we can't handle this ourselves we can
  1013.      usually find a partner or a developer that can help you with your
  1014.      problems.
  1015.  
  1016.    * We sell licenses for using MySQL as an embedded database.  *Note
  1017.      Cost::.  If you have a commercial product for which you need a
  1018.      fast, high quality database, but you can't afford to make your
  1019.      product Open Source, you can buy the right to use the MySQL server
  1020.      under a normal commercial copyright.  If you are interested in
  1021.      this you can buy MySQL licenses at `https://order.mysql.com/' or
  1022.      contact us at <licensing@mysql.com>.
  1023.  
  1024.    * Advertising. `http://www.mysql.com/' is a very popular web site
  1025.      with more than 10,000,000 page views per months (January 2001).
  1026.      By putting a banner on this you are guaranteed to reach a lot of
  1027.      potential customers in the Open source, Linux and database
  1028.      community. If you are interested in this email
  1029.      <advertising@mysql.com>.
  1030.  
  1031.    * We are building a partner program to be able to provide MySQL
  1032.      services in every country.  If you are interested in becoming a
  1033.      partner of MySQL AB please visit
  1034.      `http://www.mysql.com/information/partners.html' or email
  1035.      <partner@mysql.com>.
  1036.  
  1037.    * We provide MySQL training through our partner programs.  For more
  1038.      information, please email <info@mysql.com>.
  1039.  
  1040.    * The MySQL brand has, since 1995, been associated with speed and
  1041.      reliability, and is known to be something you can depend upon.  If
  1042.      you are interested in using the MySQL trademark in your marketing,
  1043.      you can email <info@mysql.com> about this.
  1044.  
  1045. The MySQL core values show our dedication to MySQL and Open Source.
  1046.  
  1047. We want MySQL to be:
  1048.  
  1049.    * The best and the most used database in the world.
  1050.  
  1051.    * Available and affordable for all.
  1052.  
  1053.    * Easy to use.
  1054.  
  1055.    * Continuously improved while remaining fast and safe.
  1056.  
  1057.    * Fun to use and improve.
  1058.  
  1059.    * Free from bugs.
  1060.  
  1061. MySQL AB and the people of MySQL AB:
  1062.  
  1063.    * Promote Open Source Philosophy and support the Open Source
  1064.      Community.
  1065.  
  1066.    * Aim to be good citizens.
  1067.  
  1068.    * Prefer partners that share our values and mind-set.
  1069.  
  1070.    * Answer mail and give support.
  1071.  
  1072.    * Are a virtual company, networking with others.
  1073.  
  1074.    * Work against software patents.
  1075.  
  1076. About This Manual
  1077. -----------------
  1078.  
  1079. This manual is currently available in Texinfo, plain text, Info, HTML,
  1080. PostScript, and PDF versions.  The primary document is the Texinfo file.
  1081. The HTML version is produced automatically using a modified version of
  1082. `texi2html'.  The plain text and Info versions are produced with
  1083. `makeinfo'.  The Postscript version is produced using `texi2dvi' and
  1084. `dvips'.  The PDF version is produced with `pdftex'.
  1085.  
  1086. This manual is written and maintained by David Axmark, Michael (Monty)
  1087. Widenius, Jeremy Cole, and Paul DuBois.  For other contributors, see
  1088. *Note Credits::.
  1089.  
  1090. Conventions Used in This Manual
  1091. -------------------------------
  1092.  
  1093. This manual uses certain typographical conventions:
  1094.  
  1095. `constant'
  1096.      Constant-width font is used for command names and options; SQL
  1097.      statements; database, table and column names; C and Perl code; and
  1098.      environment variables.  Example: "To see how `mysqladmin' works,
  1099.      invoke it with the `--help' option."
  1100.  
  1101. `filename'
  1102.      Constant-width font with surrounding quotes is used for filenames
  1103.      and pathnames.  Example: "The distribution is installed under the
  1104.      `/usr/local/' directory."
  1105.  
  1106. `c'
  1107.      Constant-width font with surrounding quotes is also used to
  1108.      indicate character sequences.  Example: "To specify a wild card,
  1109.      use the `%' character."
  1110.  
  1111. _italic_
  1112.      Italic font is used for emphasis, _like this_.
  1113.  
  1114. *boldface*
  1115.      Boldface font is used for access privilege names (for example, "do
  1116.      not grant the *process* privilege lightly") and occasionally to
  1117.      convey *especially strong emphasis*.
  1118.  
  1119. When commands are shown that are meant to be executed by a particular
  1120. program, the program is indicated by a prompt shown before the command.
  1121. For example, `shell>' indicates a command that you execute from your
  1122. login shell, and `mysql>' indicates a command that you execute from the
  1123. `mysql' client program:
  1124.  
  1125.      shell> type a shell command here
  1126.      mysql> type a mysql command here
  1127.  
  1128. Shell commands are shown using Bourne shell syntax.  If you are using a
  1129. `csh'-style shell, you may need to issue commands slightly differently.
  1130. For example, the sequence to set an environment variable and run a
  1131. command looks like this in Bourne shell syntax:
  1132.  
  1133.      shell> VARNAME=value some_command
  1134.  
  1135. For `csh', you would execute the sequence like this:
  1136.  
  1137.      shell> setenv VARNAME value
  1138.      shell> some_command
  1139.  
  1140. Often, database, table, and column names must be substituted into
  1141. commands.  To indicate that such substitution is necessary, this manual
  1142. uses `db_name', `tbl_name' and `col_name'.  For example, you might see
  1143. a statement like this:
  1144.  
  1145.      mysql> SELECT col_name FROM db_name.tbl_name;
  1146.  
  1147. This means that if you were to enter a similar statement, you would
  1148. supply your own database, table, and column names, perhaps like this:
  1149.  
  1150.      mysql> SELECT author_name FROM biblio_db.author_list;
  1151.  
  1152. SQL statements may be written in uppercase or lowercase.  When this
  1153. manual shows a SQL statement, uppercase is used for particular keywords
  1154. if those keywords are under discussion (to emphasize them) and
  1155. lowercase is used for the rest of the statement.  For example, you
  1156. might see the following in a discussion of the `SELECT' statement:
  1157.  
  1158.      mysql> SELECT count(*) FROM tbl_name;
  1159.  
  1160. On the other hand, in a discussion of the `COUNT()' function, the same
  1161. statement would be written like this:
  1162.  
  1163.      mysql> select COUNT(*) from tbl_name;
  1164.  
  1165. If no particular emphasis is intended, all keywords are written
  1166. uniformly in uppercase.
  1167.  
  1168. In syntax descriptions, square brackets (`[' and `]') are used to
  1169. indicate optional words or clauses:
  1170.  
  1171.      DROP TABLE [IF EXISTS] tbl_name
  1172.  
  1173. When a syntax element consists of a number of alternatives, the
  1174. alternatives are separated by vertical bars (`|').  When one member
  1175. from a set of choices *may* be chosen, the alternatives are listed
  1176. within square brackets (`[' and `]'):
  1177.  
  1178.      TRIM([[BOTH | LEADING | TRAILING] [remstr] FROM] str)
  1179.  
  1180. When one member from a set of choices *must* be chosen, the
  1181. alternatives are listed within braces (`{' and `}'):
  1182.  
  1183.      {DESCRIBE | DESC} tbl_name {col_name | wild}
  1184.  
  1185. History of MySQL
  1186. ----------------
  1187.  
  1188. We once started out with the intention of using `mSQL' to connect to our
  1189. tables using our own fast low-level (ISAM) routines. However, after some
  1190. testing we came to the conclusion that `mSQL' was not fast enough nor
  1191. flexible enough for our needs.  This resulted in a new SQL interface to
  1192. our database but with almost the same API interface as `mSQL'.  This
  1193. API was chosen to ease porting of third-party code.
  1194.  
  1195. The derivation of the name MySQL is not perfectly clear.  Our base
  1196. directory and a large number of our libraries and tools have had the
  1197. prefix "my" for well over 10 years.  However, Monty's daughter (some
  1198. years younger) is also named My.  Which of the two gave its name to
  1199. MySQL is still a mystery, even for us.
  1200.  
  1201. The Main Features of MySQL
  1202. --------------------------
  1203.  
  1204. The following list describes some of the important characteristics of
  1205. MySQL:
  1206.  
  1207.    * Fully multi-threaded using kernel threads.  This means it can
  1208.      easily use multiple CPUs if available.
  1209.  
  1210.    * C, C++, Eiffel, Java, Perl, PHP, Python and Tcl APIs.  *Note
  1211.      Clients::.
  1212.  
  1213.    * Works on many different platforms.  *Note Which OS::.
  1214.  
  1215.    * Many column types: signed/unsigned integers 1, 2, 3, 4, and 8 bytes
  1216.      long, `FLOAT', `DOUBLE', `CHAR', `VARCHAR', `TEXT', `BLOB',
  1217.      `DATE', `TIME', `DATETIME', `TIMESTAMP', `YEAR', `SET', and `ENUM'
  1218.      types.  *Note Column types::.
  1219.  
  1220.    * Very fast joins using an optimized one-sweep multi-join.
  1221.  
  1222.    * Full operator and function support in the `SELECT' and `WHERE'
  1223.      parts of queries.  For example:
  1224.  
  1225.           mysql> SELECT CONCAT(first_name, " ", last_name) FROM tbl_name
  1226.                      WHERE income/dependents > 10000 AND age > 30;
  1227.  
  1228.    * SQL functions are implemented through a highly optimized class
  1229.      library and should be as fast as possible!  Usually there isn't
  1230.      any memory allocation at all after query initialization.
  1231.  
  1232.    * Full support for SQL `GROUP BY' and `ORDER BY' clauses.  Support
  1233.      for group functions (`COUNT()', `COUNT(DISTINCT ...)', `AVG()',
  1234.      `STD()', `SUM()', `MAX()' and `MIN()').
  1235.  
  1236.    * Support for `LEFT OUTER JOIN' and `RIGHT OUTER JOIN' with ANSI SQL
  1237.      and ODBC syntax.
  1238.  
  1239.    * You can mix tables from different databases in the same query (as
  1240.      of Version 3.22).
  1241.  
  1242.    * A privilege and password system that is very flexible and secure,
  1243.      and allows host-based verification.  Passwords are secure because
  1244.      all password traffic is encrypted when you connect to a server.
  1245.  
  1246.    * ODBC (Open-DataBase-Connectivity) support for Win32 (with source).
  1247.      All ODBC 2.5 functions and many others.  For example, you can use
  1248.      MS Access to connect to your MySQL server.  *Note ODBC::.
  1249.  
  1250.    * Very fast B-tree disk tables with index compression.
  1251.  
  1252.    * Up to 32 indexes per table are allowed.  Each index may consist of
  1253.      1 to 16 columns or parts of columns.  The maximum index length is
  1254.      500 bytes (this may be changed when compiling MySQL).  An index
  1255.      may use a prefix of a `CHAR' or `VARCHAR' field.
  1256.  
  1257.    * Fixed-length and variable-length records.
  1258.  
  1259.    * In-memory hash tables which are used as temporary tables.
  1260.  
  1261.    * Handles large databases.  We are using MySQL with some databases
  1262.      that contain 50,000,000 records and we know of users that uses
  1263.      MySQL with 60,000 tables and about 5,000,000,000 rows
  1264.  
  1265.    * All columns have default values.  You can use `INSERT' to insert a
  1266.      subset of a table's columns; those columns that are not explicitly
  1267.      given values are set to their default values.
  1268.  
  1269.    * Uses GNU Automake, Autoconf, and Libtool for portability.
  1270.  
  1271.    * Written in C and C++.  Tested with a broad range of different
  1272.      compilers.
  1273.  
  1274.    * A very fast thread-based memory allocation system.
  1275.  
  1276.    * No memory leaks.  MySQL has been tested with Purify, a commercial
  1277.      memory leakage detector.
  1278.  
  1279.    * Includes `myisamchk', a very fast utility for table checking,
  1280.      optimization, and repair.  All of the functionality of `myisamchk'
  1281.      is also available through the SQL interface as well.  *Note MySQL
  1282.      Database Administration::.
  1283.  
  1284.    * Full support for several different character sets, including
  1285.      ISO-8859-1 (Latin1), big5, ujis, and more.  For example, the
  1286.      Scandinavian characters `a*', `a"' and `o"' are allowed in table
  1287.      and column names.
  1288.  
  1289.    * All data are saved in the chosen character set.  All comparisons
  1290.      for normal string columns are case insensitive.
  1291.  
  1292.    * Sorting is done according to the chosen character set (the Swedish
  1293.      way by default).  It is possible to change this when the MySQL
  1294.      server is started up.  To see an example of very advanced sorting,
  1295.      look at the Czech sorting code.  MySQL supports many different
  1296.      character sets that can be specified at compile and run time.
  1297.  
  1298.    * Aliases on tables and columns are allowed as in the SQL92 standard.
  1299.  
  1300.    * `DELETE', `INSERT', `REPLACE', and `UPDATE' return the number of
  1301.      rows that were changed (affected).  It is possible to return the
  1302.      number of rows matched instead by setting a flag when connecting
  1303.      to the server.
  1304.  
  1305.    * Function names do not clash with table or column names.  For
  1306.      example, `ABS' is a valid column name.  The only restriction is
  1307.      that for a function call, no spaces are allowed between the
  1308.      function name and the `(' that follows it.  *Note Reserved words::.
  1309.  
  1310.    * All MySQL programs can be invoked with the `--help' or `-?'
  1311.      options to obtain online assistance.
  1312.  
  1313.    * The server can provide error messages to clients in many languages.
  1314.      *Note Languages::.
  1315.  
  1316.    * Clients may connect to the MySQL server using TCP/IP Sockets, Unix
  1317.      Sockets (Unix), or Named Pipes (NT).
  1318.  
  1319.    * The MySQL-specific `SHOW' command can be used to retrieve
  1320.      information about databases, tables, and indexes.  The `EXPLAIN'
  1321.      command can be used to determine how the optimizer resolves a
  1322.      query.
  1323.  
  1324. How Stable Is MySQL?
  1325. --------------------
  1326.  
  1327. This section addresses the questions "How stable is MySQL?" and "Can I
  1328. depend on MySQL in this project?"  We will try to clarify some issues
  1329. and to answer some of the more important questions that seem to concern
  1330. many people.  This section has been put together from information
  1331. gathered from the mailing list (which is very active in reporting bugs).
  1332.  
  1333. At TcX, MySQL has worked without any problems in our projects since
  1334. mid-1996.  When MySQL was released to a wider public, we noticed that
  1335. there were some pieces of "untested code" that were quickly found by the
  1336. new users who made queries in a manner different than our own.  Each new
  1337. release has had fewer portability problems than the previous one (even
  1338. though each has had many new features).
  1339.  
  1340. Each release of MySQL has been usable, and there have been problems
  1341. only when users start to use code from the "gray zones."  Naturally,
  1342. outside users don't know what the gray zones are; this section attempts
  1343. to indicate those that are currently known.  The descriptions deal with
  1344. Version 3.23 of MySQL.  All known and reported bugs are fixed in the
  1345. latest version, with the exception of the bugs listed in the bugs
  1346. section, which are things that are design-related.  *Note Bugs::.
  1347.  
  1348. MySQL is written in multiple layers and different independent modules.
  1349. These modules are listed below with an indication of how well-tested
  1350. each of them is:
  1351.  
  1352. *The ISAM table handler -- Stable*
  1353.      This manages storage and retrieval of all data in MySQL Version
  1354.      3.22 and earlier.  In all MySQL releases there hasn't been a single
  1355.      (reported) bug in this code. The only known way to get a corrupted
  1356.      table is to kill the server in the middle of an update.  Even that
  1357.      is unlikely to destroy any data beyond rescue, because all data
  1358.      are flushed to disk between each query.  There hasn't been a
  1359.      single bug report about lost data because of bugs in MySQL.
  1360.  
  1361. *The MyISAM table handler -- Stable*
  1362.      This is new in MySQL Version 3.23.  It's largely based on the ISAM
  1363.      table code but has a lot of new and very useful features.
  1364.  
  1365. *The parser and lexical analyser -- Stable*
  1366.      There hasn't been a single reported bug in this system for a long
  1367.      time.
  1368.  
  1369. *The C client code -- Stable*
  1370.      No known problems.  In early Version 3.20 releases, there were
  1371.      some limitations in the send/receive buffer size.  As of Version
  1372.      3.21, the buffer size is now dynamic up to a default of 16M.
  1373.  
  1374. *Standard client programs -- Stable*
  1375.      These include `mysql', `mysqladmin', `mysqlshow', `mysqldump', and
  1376.      `mysqlimport'.
  1377.  
  1378. *Basic SQL -- Stable*
  1379.      The basic SQL function system and string classes and dynamic memory
  1380.      handling.  Not a single reported bug in this system.
  1381.  
  1382. *Query optimizer -- Stable*
  1383.  
  1384. *Range optimizer -- Stable*
  1385.  
  1386. *Join optimizer -- Stable*
  1387.  
  1388. *Locking -- Gamma*
  1389.      This is very system-dependent.  On some systems there are big
  1390.      problems using standard OS locking (`fcntl()').  In these cases,
  1391.      you should run the MySQL daemon with the `--skip-locking' flag.
  1392.      Problems are known to occur on some Linux systems, and on SunOS
  1393.      when using NFS-mounted file systems.
  1394.  
  1395. *Linux threads -- Stable*
  1396.      The major problem found has been with the `fcntl()' call, which is
  1397.      fixed by using the `--skip-locking' option to `mysqld'.  Some
  1398.      people have reported lockup problems with Version 0.5.
  1399.      LinuxThreads will need to be recompiled if you plan to use 1000+
  1400.      concurrent connections.  Although it is possible to run that many
  1401.      connections with the default LinuxThreads (however, you will never
  1402.      go above 1021), the default stack spacing of 2 MB makes the
  1403.      application unstable, and we have been able to reproduce a
  1404.      coredump after creating 1021 idle connections.  *Note Linux::.
  1405.  
  1406. *Solaris 2.5+ pthreads -- Stable*
  1407.      We use this for all our production work.
  1408.  
  1409. *MIT-pthreads (Other systems) -- Stable*
  1410.      There have been no reported bugs since Version 3.20.15 and no
  1411.      known bugs since Version 3.20.16.  On some systems, there is a
  1412.      "misfeature" where some operations are quite slow (a 1/20 second
  1413.      sleep is done between each query).  Of course, MIT-pthreads may
  1414.      slow down everything a bit, but index-based `SELECT' statements
  1415.      are usually done in one time frame so there shouldn't be a mutex
  1416.      locking/thread juggling.
  1417.  
  1418. *Other thread implementions -- Beta - Gamma*
  1419.      The ports to other systems are still very new and may have bugs,
  1420.      possibly in MySQL, but most often in the thread implementation
  1421.      itself.
  1422.  
  1423. *`LOAD DATA ...', `INSERT ... SELECT' -- Stable*
  1424.      Some people thought they had found bugs here, but these usually
  1425.      have turned out to be misunderstandings.  Please check the manual
  1426.      before reporting problems!
  1427.  
  1428. *`ALTER TABLE' -- Stable*
  1429.      Small changes in Version 3.22.12.
  1430.  
  1431. *DBD -- Stable*
  1432.      Now maintained by Jochen Wiedmann (<wiedmann@neckar-alb.de>).
  1433.      Thanks!
  1434.  
  1435. *`mysqlaccess' -- Stable*
  1436.      Written and maintained by Yves Carlier (<Yves.Carlier@rug.ac.be>).
  1437.      Thanks!
  1438.  
  1439. *`GRANT' -- Stable*
  1440.      Big changes made in MySQL Version 3.22.12.
  1441.  
  1442. **MyODBC* (uses ODBC SDK 2.5) -- Gamma*
  1443.      It seems to work well with some programs.
  1444.  
  1445. *Replication - Beta / Gamma*
  1446.      We are still working on replication, so don't expect this to be
  1447.      rock solid yet.  On the other hand, some MySQL users are already
  1448.      using this with good results.
  1449.  
  1450. *BDB Tables - Beta*
  1451.      The Berkeley DB code is very stable, but we are still improving
  1452.      the interface between MySQL and BDB tables, so it will take some
  1453.      time before this is as tested as the other table types.
  1454.  
  1455. *InnoDB Tables - Beta*
  1456.      This is a recent addition to `MySQL'. They appear to work good and
  1457.      can be used after some initial testing.
  1458.  
  1459. *Automatic recovery of MyISAM tables - Beta*
  1460.      This only affects the new code that checks if the table was closed
  1461.      properly on open and executes an automatic check/repair of the
  1462.      table if it wasn't.
  1463.  
  1464. *MERGE tables - Beta / Gamma*
  1465.      The usage of keys on `MERGE' tables is still not that tested.  The
  1466.      other part of the `MERGE' code is quite well tested.
  1467.  
  1468. *FULLTEXT - Beta*
  1469.      Text search seems to work, but is still not widely used.
  1470.  
  1471. MySQL AB provides e-mail support for paying customers, but the MySQL
  1472. mailing list usually provides answers to common questions.  Bugs are
  1473. usually fixed right away with a patch; for serious bugs, there is
  1474. almost always a new release.
  1475.  
  1476. How Big Can MySQL Tables Be?
  1477. ----------------------------
  1478.  
  1479. MySQL Version 3.22 has a 4G limit on table size. With the new `MyISAM'
  1480. in MySQL Version 3.23 the maximum table size is pushed up to 8 million
  1481. terabytes (2 ^ 63 bytes).
  1482.  
  1483. Note, however, that operating systems have their own file size limits.
  1484. Here are some examples:
  1485.  
  1486. *Operating System*                   *File Size Limit*
  1487. Linux-Intel 32 bit                   2G, 4G or more, depends on Linux
  1488.                                      version
  1489. Linux-Alpha                          8T (?)
  1490. Solaris 2.5.1                        2G (possible 4G with patch)
  1491. Solaris 2.6                          4G
  1492. Solaris 2.7 Intel                    4G
  1493. Solaris 2.7 ULTRA-SPARC              8T (?)
  1494.  
  1495. On Linux 2.2 you can get bigger tables than 2G by using the LFS patch
  1496. for the ext2 file system.  On Linux 2.4 there exists also patches for
  1497. ReiserFS to get support for big files.
  1498.  
  1499. This means that the table size for MySQL is normally limited by the
  1500. operating system.
  1501.  
  1502. By default, MySQL tables have a maximum size of about 4G.  You can
  1503. check the maximum table size for a table with the `SHOW TABLE STATUS'
  1504. command or with the `myisamchk -dv table_name'.  *Note SHOW::.
  1505.  
  1506. If you need bigger tables than 4G (and your operating system supports
  1507. this), you should set the `AVG_ROW_LENGTH' and `MAX_ROWS' parameter
  1508. when you create your table.  *Note CREATE TABLE::.  You can also set
  1509. these later with `ALTER TABLE'. *Note ALTER TABLE::.
  1510.  
  1511. If your big table is going to be read-only, you could use `myisampack'
  1512. to merge and compress many tables to one.  `myisampack' usually
  1513. compresses a table by at least 50%, so you can have, in effect, much
  1514. bigger tables.  *Note `myisampack': myisampack.
  1515.  
  1516. You can go around the operating system file limit for `MyISAM' data
  1517. files by using the `RAID' option. *Note CREATE TABLE::.
  1518.  
  1519. Another solution can be the included MERGE library, which allows you to
  1520. handle a collection of identical tables as one. *Note MERGE tables:
  1521. MERGE.
  1522.  
  1523. Year 2000 Compliance
  1524. --------------------
  1525.  
  1526. MySQL itself has no problems with Year 2000 (Y2K) compliance:
  1527.  
  1528.    * MySQL uses Unix time functions and has no problems with dates
  1529.      until `2069'; all 2-digit years are regarded to be in the range
  1530.      `1970' to `2069', which means that if you store `01' in a `year'
  1531.      column, MySQL treats it as `2001'.
  1532.  
  1533.    * All MySQL date functions are stored in one file `sql/time.cc' and
  1534.      coded very carefully to be year 2000-safe.
  1535.  
  1536.    * In MySQL Version 3.22 and later, the new `YEAR' column type can
  1537.      store years `0' and `1901' to `2155' in 1 byte and display them
  1538.      using 2 or 4 digits.
  1539.  
  1540. You may run into problems with applications that use MySQL in a way
  1541. that is not Y2K-safe.  For example, many old applications store or
  1542. manipulate years using 2-digit values (which are ambiguous) rather than
  1543. 4-digit values.  This problem may be compounded by applications that use
  1544. values such as `00' or `99' as "missing" value indicators.
  1545.  
  1546. Unfortunately, these problems may be difficult to fix, because different
  1547. applications may be written by different programmers, each of whom may
  1548. use a different set of conventions and date-handling functions.
  1549.  
  1550. Here is a simple demonstration illustrating that MySQL doesn't have any
  1551. problems with dates until the year 2030:
  1552.  
  1553.      mysql> DROP TABLE IF EXISTS y2k;
  1554.      Query OK, 0 rows affected (0.01 sec)
  1555.      
  1556.      mysql> CREATE TABLE y2k (date date, date_time datetime, time_stamp timestamp);
  1557.      Query OK, 0 rows affected (0.00 sec)
  1558.      
  1559.      mysql> INSERT INTO y2k VALUES
  1560.          -> ("1998-12-31","1998-12-31 23:59:59",19981231235959),
  1561.          -> ("1999-01-01","1999-01-01 00:00:00",19990101000000),
  1562.          -> ("1999-09-09","1999-09-09 23:59:59",19990909235959),
  1563.          -> ("2000-01-01","2000-01-01 00:00:00",20000101000000),
  1564.          -> ("2000-02-28","2000-02-28 00:00:00",20000228000000),
  1565.          -> ("2000-02-29","2000-02-29 00:00:00",20000229000000),
  1566.          -> ("2000-03-01","2000-03-01 00:00:00",20000301000000),
  1567.          -> ("2000-12-31","2000-12-31 23:59:59",20001231235959),
  1568.          -> ("2001-01-01","2001-01-01 00:00:00",20010101000000),
  1569.          -> ("2004-12-31","2004-12-31 23:59:59",20041231235959),
  1570.          -> ("2005-01-01","2005-01-01 00:00:00",20050101000000),
  1571.          -> ("2030-01-01","2030-01-01 00:00:00",20300101000000),
  1572.          -> ("2050-01-01","2050-01-01 00:00:00",20500101000000);
  1573.      Query OK, 13 rows affected (0.01 sec)
  1574.      Records: 13  Duplicates: 0  Warnings: 0
  1575.      
  1576.      mysql> SELECT * FROM y2k;
  1577.      +------------+---------------------+----------------+
  1578.      | date       | date_time           | time_stamp     |
  1579.      +------------+---------------------+----------------+
  1580.      | 1998-12-31 | 1998-12-31 23:59:59 | 19981231235959 |
  1581.      | 1999-01-01 | 1999-01-01 00:00:00 | 19990101000000 |
  1582.      | 1999-09-09 | 1999-09-09 23:59:59 | 19990909235959 |
  1583.      | 2000-01-01 | 2000-01-01 00:00:00 | 20000101000000 |
  1584.      | 2000-02-28 | 2000-02-28 00:00:00 | 20000228000000 |
  1585.      | 2000-02-29 | 2000-02-29 00:00:00 | 20000229000000 |
  1586.      | 2000-03-01 | 2000-03-01 00:00:00 | 20000301000000 |
  1587.      | 2000-12-31 | 2000-12-31 23:59:59 | 20001231235959 |
  1588.      | 2001-01-01 | 2001-01-01 00:00:00 | 20010101000000 |
  1589.      | 2004-12-31 | 2004-12-31 23:59:59 | 20041231235959 |
  1590.      | 2005-01-01 | 2005-01-01 00:00:00 | 20050101000000 |
  1591.      | 2030-01-01 | 2030-01-01 00:00:00 | 20300101000000 |
  1592.      | 2050-01-01 | 2050-01-01 00:00:00 | 00000000000000 |
  1593.      +------------+---------------------+----------------+
  1594.      13 rows in set (0.00 sec)
  1595.  
  1596. This shows that the `DATE' and `DATETIME' types will not give any
  1597. problems with future dates (they handle dates until the year 9999).
  1598.  
  1599. The `TIMESTAMP' type, which is used to store the current time, has a
  1600. range up to only `2030-01-01'.  `TIMESTAMP' has a range of `1970' to
  1601. `2030' on 32-bit machines (signed value).  On 64-bit machines it
  1602. handles times up to `2106' (unsigned value).
  1603.  
  1604. Even though MySQL is Y2K-compliant, it is your responsibility to
  1605. provide unambiguous input.  See *Note Y2K issues:: for MySQL's rules
  1606. for dealing with ambiguous date input data (data containing 2-digit year
  1607. values).
  1608.  
  1609. MySQL Information Sources
  1610. =========================
  1611.  
  1612. Books About MySQL
  1613. -----------------
  1614.  
  1615. For the latest book information, with user comments, please visit
  1616. `http://www.mysql.com/portal/books/html/index.html'.
  1617.  
  1618. While this manual is still the right place for up to date technical
  1619. information, its primary goal is to contain everything there is to know
  1620. about MySQL.  It is sometimes nice to have a bound book to read in bed
  1621. or while you travel.  Here is a list of books about MySQL and related
  1622. subjects (in English).
  1623.  
  1624. By purchasing a book through these hyperlinks provided herein, you are
  1625. contributing to the development of MySQL.
  1626.  
  1627. _MySQL_
  1628. Available              Barnes and Noble
  1629.                        (http://service.bfast.com/bfast/click?bfmid=2181&sourceid=34233559&bfpid=0735709211&bfmtype=book)
  1630. Publisher              New Riders
  1631. Author                 Paul DuBois
  1632. Pub Date               1st Edition December 1999
  1633. ISBN                   0735709211
  1634. Pages                  800
  1635. Price                  $49.99 US
  1636. Downloadable examples   `samp_db' distribution
  1637.                        (http://www.kitebird.com/mysql-book/)
  1638. Errata                  are available here
  1639.                        (http://www.kitebird.com/mysql-book/errata.html)
  1640.  
  1641. Foreword by Michael "Monty" Widenius, MySQL Moderator.
  1642. In _MySQL_, Paul DuBois provides you with a comprehensive guide to one
  1643. of the most popular relational database systems.  Paul has contributed
  1644. to the online documentation for MySQL and is an active member of the
  1645. MySQL community.  The principal MySQL developer, Monty Widenius, and a
  1646. network of his fellow developers reviewed the manuscript, and provided
  1647. Paul with the kind of insight no one else could supply.
  1648. Instead of merely giving you a general overview of MySQL, Paul teaches
  1649. you how to make the most of its capabilities.  Through two sample
  1650. database applications that run throughout the book, he gives you
  1651. solutions to problems you're sure to face.  He helps you integrate
  1652. MySQL efficiently with third-party tools, such as PHP and Perl,
  1653. enabling you to generate dynamic Web pages through database queries.
  1654. He teaches you to write programs that access MySQL databases, and also
  1655. provides a comprehensive set of references to column types, operators,
  1656. functions, SQL syntax, MySQL programming, C API, Perl `DBI', and PHP
  1657. API.  _MySQL_ simply gives you the kind of information you won't find
  1658. anywhere else.
  1659. If you use MySQL, this book provides you with:
  1660.    * An introduction to MySQL and SQL.
  1661.  
  1662.    * Coverage of MySQL's data types and how to use them.
  1663.  
  1664.    * Thorough treatment of how to write client programs in C.
  1665.  
  1666.    * A guide to using the Perl `DBI' and PHP APIs for developing
  1667.      command-line and Web-based applications.
  1668.  
  1669.    * Tips on administrative issues such as user accounts, backup, crash
  1670.      recovery, and security.
  1671.  
  1672.    * Help in choosing an ISP for MySQL access.
  1673.  
  1674.    * A comprehensive reference for MySQL's data types, operators,
  1675.      functions, and SQL statements and utilities.
  1676.  
  1677.    * Complete reference guides for MySQL's C API, the Perl `DBI' API,
  1678.      and PHP's MySQL-related functions.
  1679.  
  1680. _MySQL & mSQL_
  1681. Available              Barnes and Noble
  1682.                        (http://service.bfast.com/bfast/click?bfmid=2181&sourceid=34233559&bfpid=1565924347&bfmtype=book)
  1683. Publisher              O'Reilly
  1684. Authors                Randy Jay Yarger, George Reese & Tim King
  1685. Pub Date               1st Edition July 1999
  1686. ISBN                   1-56592-434-7, Order Number: 4347
  1687. Pages                  506
  1688. Price                  $34.95
  1689.  
  1690. This book teaches you how to use MySQL and `mSQL', two popular and
  1691. robust database products that support key subsets of SQL on both Linux
  1692. and Unix systems.  Anyone who knows basic C, Java, Perl, or Python can
  1693. write a program to interact with a database, either as a stand-alone
  1694. application or through a Web page.  This book takes you through the
  1695. whole process, from installation and configuration to programming
  1696. interfaces and basic administration.  Includes plenty of tutorial
  1697. material.
  1698. _Sams' Teach Yourself MySQL in 21 Days_
  1699. Available              Barnes and Noble
  1700.                        (http://service.bfast.com/bfast/click?bfmid=2181&sourceid=34233559&bfpid=0672319144&bfmtype=book)
  1701. Publisher              Sams
  1702. Authors                Mark Maslakowski and Tony Butcher
  1703. Pub Date               June 2000
  1704. ISBN                   0672319144
  1705. Pages                  650
  1706. Price                  $39.99
  1707.  
  1708. Sams' _Teach Yourself MySQL in 21 Days_ is for intermediate Linux users
  1709. who want to move into databases.  A large share of the audience is Web
  1710. developers who need a database to store large amounts of information
  1711. that can be retrieved via the Web.
  1712.  
  1713. Sams' _Teach Yourself MySQL in 21 Days_ is a practical, step-by-step
  1714. tutorial.  The reader will learn to design and employ this open source
  1715. database technology into his or her Web site using practical, hands-on
  1716. examples to follow.
  1717. _E-Commerce Solutions with MySQL_
  1718. Available              Barnes and Noble
  1719.                        (http://service.bfast.com/bfast/click?bfmid=2181&sourceid=34233559&bfpid=0761524452&bfmtype=book)
  1720. Publisher              Prima Communications, Inc.
  1721. Authors                N/A
  1722. Pub Date               January 2000
  1723. ISBN                   0761524452
  1724. Pages                  500
  1725. Price                  $39.99
  1726.  
  1727. No description available.
  1728. _MySQL and PHP from Scratch_
  1729. Available              Barnes and Noble
  1730.                        (http://service.bfast.com/bfast/click?bfmid=2181&sourceid=34233559&bfpid=0789724405&bfmtype=book)
  1731. Publisher              Que
  1732. Authors                N/A
  1733. Pub Date               September 2000
  1734. ISBN                   0789724405
  1735. Pages                  550
  1736. Price                  $34.99
  1737.  
  1738. This book puts together information on installing, setting up, and
  1739. troubleshooting Apache, MySQL, PHP3, and IMP into one complete volume.
  1740. You also learn how each piece is part of a whole by learning,
  1741. step-by-step, how to create a web-based e-mail system.  Learn to run
  1742. the equivalent of Active Server Pages (ASP) using PHP3, set up an
  1743. e-commerce site using a database and the Apache web server, and create
  1744. a data entry system (such as sales, product quality tracking, customer
  1745. preferences, etc) that no installation in the PC.
  1746. _Professional MySQL Programming_
  1747. Available              Barnes and Noble
  1748.                        (http://shop.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=1861005164)
  1749. Publisher              Wrox Press, Inc.
  1750. Authors                N/A
  1751. Pub Date               Late 2001
  1752. ISBN                   1861005164
  1753. Pages                  1000
  1754. Price                  $49.99
  1755.  
  1756. No description available.
  1757. _Professional Linux Programming_
  1758. Available              Barnes and Noble
  1759.                        (http://service.bfast.com/bfast/click?bfmid=2181&sourceid=34233559&bfpid=1861003013&bfmtype=book)
  1760. Publisher              Wrox Press, Inc.
  1761. Authors                N/A
  1762. Pub Date               September 2000
  1763. ISBN                   1861003013
  1764. Pages                  1155
  1765. Price                  $47.99
  1766.  
  1767. In this follow-up to the best-selling _Beginning Linux Programming_,
  1768. you will learn from the authors' real-world knowledge and experience of
  1769. developing software for Linux; you'll be taken through the development
  1770. of a sample 'DVD Store' application, with 'theme' chapters addressing
  1771. different aspects of its implementation.  Meanwhile, individual
  1772. "take-a-break" chapters cover important topics that go beyond the
  1773. bounds of the central theme.  All focus on the practical aspects of
  1774. programming, showing how crucial it is to choose the right tools for
  1775. the job, use them as they should be used, and get things right first
  1776. time.
  1777. _PHP and MySQL Web Development_
  1778. Available              Barnes and Noble
  1779.                        (http://service.bfast.com/bfast/click?bfmid=2181&sourceid=34233559&bfpid=0672317842&bfmtype=book)
  1780. Publisher              Sams
  1781. Authors                Luke Welling, Laura Thomson
  1782. Pub Date               March 2001
  1783. ISBN                   0672317842
  1784. Pages                  700
  1785. Price                  $49.99
  1786.  
  1787. _PHP and MySQL Web Development_ introduces you to the advantages of
  1788. implementing both MySQL and PHP.  These advantages are detailed through
  1789. the provision of both statistics and several case studies.  A practical
  1790. web application is developed throughout the book, providing you with
  1791. the tools necessary to implement a functional online database.  Each
  1792. function is developed separately, allowing you the choice to
  1793. incorporate only those parts that you would like to implement.
  1794. Programming concepts of the PHP language are highlighted, including
  1795. functions which tie MySQL support into a PHP script and advanced topics
  1796. regarding table manipulation.
  1797. *Books recommended by the MySQL Developers*
  1798.  
  1799. _SQL-99 Complete, Really_
  1800. Available              Barnes and Noble
  1801.                        (http://service.bfast.com/bfast/click?bfmid=2181&sourceid=34233559&bfpid=0879305681&bfmtype=book)
  1802. Publisher              CMP Books
  1803. Authors                Peter Gulutzan, Trudy Pelzer
  1804. Pub Date               April 1999
  1805. ISBN                   0879305681
  1806. Pages                  1104
  1807. Price                  $55.96
  1808.  
  1809. This book contains complete descriptions of the new standards for
  1810. syntax, data structures, and retrieval processes of SQL databases.  As
  1811. an example-based reference manual, it includes all of the CLI
  1812. functions, information, schema tables, and status codes, as well as a
  1813. working SQL database provided on the companion disk.
  1814. _C, A reference manual_
  1815. Available              Barnes and Noble
  1816.                        (http://service.bfast.com/bfast/click?bfmid=2181&sourceid=34233559&bfpid=0133262243&bfmtype=book)
  1817. Publisher              Prentice Hall
  1818. Authors                Samuel P. Harbison, Guy L. Steele
  1819. Pub Date               September 1994
  1820. ISBN                   0133262243
  1821. Pages                  480
  1822. Price                  $35.99
  1823.  
  1824. A new and improved revision of the bestselling C language reference.
  1825. This manual introduces the notion of "Clean C", writing C code that can
  1826. be compiled as a C++ program, C programming style that emphasizes
  1827. correctness, portability, maintainability, and incorporates the ISO C
  1828. Amendment 1 (1994) which specifies new facilities for writing portable,
  1829. international programs in C.
  1830. _C++ for Real Programmers_
  1831. Available              Barnes and Noble
  1832.                        (http://service.bfast.com/bfast/click?bfmid=2181&sourceid=34233559&bfpid=0120499428&bfmtype=book)
  1833. Publisher              Academic Press, Incorporated
  1834. Authors                Jeff Alger, Jim Keogh
  1835. Pub Date               February 1998
  1836. ISBN                   0120499428
  1837. Pages                  388
  1838. Price                  $39.95
  1839.  
  1840. _C++ For Real Programmers_ bridges the gap between C++ as described in
  1841. beginner and intermediate-level books and C++ as it is practiced by
  1842. experts.  Numerous valuable techniques are described, organized into
  1843. three simple themes: indirection, class hierarchies, and memory
  1844. management.  It also provides in-depth coverage of template creation,
  1845. exception handling, pointers and optimization techniques.  The focus of
  1846. the book is on ANSI C++ and, as such, is compiler independent.
  1847.  
  1848. _C++ For Real Programmers_ is a revision of _Secrets of the C++
  1849. Masters_ and includes a new appendix comparing C++ with Java.  The book
  1850. comes with a 3.5" disk for Windows with source code.
  1851. _Algorithms in C_
  1852. Available              Barnes and Noble
  1853.                        (http://service.bfast.com/bfast/click?bfmid=2181&sourceid=34233559&bfpid=0201514257&bfmtype=book)
  1854. Publisher              Addison Wesley Longman, Inc.
  1855. Authors                Robert Sedgewick
  1856. Pub Date               April 1990
  1857. ISBN                   0201514257
  1858. Pages                  648
  1859. Price                  $45.75
  1860.  
  1861. _Algorithms in C_ describes a variety of algorithms in a number of
  1862. areas of interest, including: sorting, searching, string-processing, and
  1863. geometric, graph and mathematical algorithms.  The book emphasizes
  1864. fundamental techniques, providing readers with the tools to confidently
  1865. implement, run, and debug useful algorithms.
  1866. _Multithreaded Programming with Pthreads_
  1867. Available              Barnes and Noble
  1868.                        (http://service.bfast.com/bfast/click?bfmid=2181&sourceid=34233559&bfpid=0136807291&bfmtype=book)
  1869. Publisher              Prentice Hall
  1870. Authors                Bil Lewis, Daniel J. Berg
  1871. Pub Date               October 1997
  1872. ISBN                   0136807291
  1873. Pages                  432
  1874. Price                  $34.95
  1875.  
  1876. Based on the best-selling _Threads Primer_, _Multithreaded Programming
  1877. with Pthreads_ gives you a solid understanding of Posix threads: what
  1878. they are, how they work, when to use them, and how to optimize them. It
  1879. retains the clarity and humor of _Threads Primer_, but includes
  1880. expanded comparisons to Win32 and OS/2 implementations.  Code examples
  1881. tested on all of the major UNIX platforms are featured along with
  1882. detailed explanations of how and why they use threads.
  1883. _Programming the PERL DBI: Database Programming with PERL_
  1884. Available              Barnes and Noble
  1885.                        (http://service.bfast.com/bfast/click?bfmid=2181&sourceid=34233559&bfpid=1565926994&bfmtype=book)
  1886. Publisher              O'Reilly & Associates, Incorporated
  1887. Authors                Alligator Descartes, Tim Bunce
  1888. Pub Date               February 2000
  1889. ISBN                   1565926994
  1890. Pages                  400
  1891. Price                  $27.96
  1892.  
  1893. _Programming the Perl DBI_ is coauthored by Alligator Descartes, one of
  1894. the most active members of the DBI community, and by Tim Bunce, the
  1895. inventor of DBI.  For the uninitiated, the book explains the
  1896. architecture of DBI and shows you how to write DBI-based programs.  For
  1897. the experienced DBI dabbler, this book explains DBI's nuances and the
  1898. peculiarities of each individual DBD.
  1899.  
  1900. The book includes:
  1901.    * An introduction to DBI and its design.
  1902.  
  1903.    * How to construct queries and bind parameters.
  1904.  
  1905.    * Working with database, driver, and statement handles.
  1906.  
  1907.    * Debugging techniques.
  1908.  
  1909.    * Coverage of each existing DBD.
  1910.  
  1911.    * A complete reference to DBI.
  1912.  
  1913. General SQL Information and Tutorials
  1914. -------------------------------------
  1915.  
  1916. The following book has been recommended by several people on the MySQL
  1917. mailing list:
  1918.  
  1919.      Judith S. Bowman, Sandra L. Emerson and Marcy Darnovsky
  1920.      _The Practical SQL Handbook: Using Structured Query Language_
  1921.      Second Edition
  1922.      Addison-Wesley
  1923.      ISBN 0-201-62623-3
  1924.      http://www.awl.com
  1925.  
  1926. The following book has also received some recommendations by MySQL
  1927. users:
  1928.  
  1929.      Martin Gruber
  1930.      _Understanding SQL_
  1931.      ISBN 0-89588-644-8
  1932.      Publisher Sybex 510 523 8233
  1933.      Alameda, CA USA
  1934.  
  1935. A SQL tutorial is available on the net at
  1936. http://w3.one.net/~jhoffman/sqltut.htm
  1937.  
  1938. Useful MySQL-related Links
  1939. --------------------------
  1940.  
  1941. Apart from the following links, you can find and download a lot of
  1942. MySQL programs, tools and APIs from the Contrib directory
  1943. (http://www.mysql.com/Downloads/Contrib/).
  1944.  
  1945. MySQL
  1946.  
  1947. Tutorials and Manuals
  1948. ---------------------
  1949.  
  1950. MySQL Myths Debunked (http://michael.bacarella.com/research/mysqlmyths.html)
  1951.      MySQL used in the real world.
  1952.  
  1953. `http://www.4t2.com/mysql'
  1954.      Information about the German MySQL mailing list.
  1955.  
  1956. `http://www2.rent-a-database.de/mysql/'
  1957.      MySQL handbook in German.
  1958.  
  1959. `http://www.bitmover.com:8888//home/bk/mysql'
  1960.      Web access to the MySQL BitKeeper repository.
  1961.  
  1962. `http://www.analysisandsolutions.com/code/mybasic.htm'
  1963.      Beginners MySQL Tutorial on how to install and set up MySQL on a
  1964.      Windows machine.
  1965.  
  1966. `http://www.devshed.com/Server_Side/MySQL/'
  1967.      A lot of MySQL tutorials.
  1968.  
  1969. `http://mysql.hitstar.com/'
  1970.      MySQL manual in Chinese.
  1971.  
  1972. `http://www.linuxplanet.com/linuxplanet/tutorials/1046/1/'
  1973.      Setting Up a MySQL-based Web site.
  1974.  
  1975. `http://www.hotwired.com/webmonkey/backend/tutorials/tutorial1.html'
  1976.      MySQL-Perl tutorial.
  1977.  
  1978. `http://www.iserver.com/support/contrib/perl5/modules.html'
  1979.      Installing new Perl modules that require locally installed modules.
  1980.  
  1981. `http://www.hotwired.com/webmonkey/databases/tutorials/tutorial4.html'
  1982.      PHP/MySQL Tutorial.
  1983.  
  1984. `http://www.useractive.com/'
  1985.      Hands on tutorial for MySQL.
  1986.  
  1987. Porting MySQL/Using MySQL on Different Systems
  1988. ----------------------------------------------
  1989.  
  1990. `http://www.entropy.ch/software/macosx/mysql/'
  1991.      Binary of MySQL for Mac OS X Client.  Includes information of how
  1992.      to build and use MySQL on Mac OS X.
  1993.  
  1994. `http://xclave.macnn.com/MySQL/'
  1995.      The Mac OS Xclave.  Running MySQL on Mac OS X.
  1996.  
  1997. `http://www.prnet.de/RegEx/mysql.html'
  1998.      MySQL for Mac OS X Server.
  1999.  
  2000. `http://www.latencyzero.com/macosx/mysql.html'
  2001.      Building MySQL for Mac OS X.
  2002.  
  2003. `http://www.essencesw.com/Software/mysqllib.html'
  2004.      New Client libraries for the Mac OS Classic (Macintosh).
  2005.  
  2006. `http://www.lilback.com/macsql/'
  2007.      Client libraries for Mac OS Classic (Macintosh).
  2008.  
  2009. `http://sixk.maniasys.com/index_en.html'
  2010.      MySQL for Amiga
  2011.  
  2012. Perl-related Links
  2013. ------------------
  2014.  
  2015. `http://dbimysql.photoflux.com/'
  2016.      Perl DBI with MySQL FAQ.
  2017.  
  2018. MySQL Discussion Forums
  2019. -----------------------
  2020.  
  2021. `http://www.weberdev.com/'
  2022.      Examples using MySQL; (check Top 20)
  2023.  
  2024. `http://futurerealm.com/forum/futureforum.htm'
  2025.      FutureForum Web Discussion Software.
  2026.  
  2027. Commercial Applications that Support MySQL
  2028. ------------------------------------------
  2029.  
  2030. `http://www.supportwizard.com/'
  2031.      SupportWizard; Interactive helpdesk on the Web (This product
  2032.      includes a licensed copy of MySQL.)
  2033.  
  2034. `http://www.sonork.com/'
  2035.      Sonork,  Instant Messenger that is not only Internet oriented.
  2036.      It's focused on private networks and on small to medium companies.
  2037.      Client is free, server is free for up to 5 seats.
  2038.  
  2039. `http://www.stweb.org/'
  2040.      StWeb - Stratos Web and Application server - An easy-to-use, cross
  2041.      platform, Internet/Intranet development and deployment system for
  2042.      development of web-enabled applications.  The standard version of
  2043.      StWeb has a native interface to MySQL database.
  2044.  
  2045. `http://www.rightnowtech.com/'
  2046.      Right Now Web; Web automation for customer service.
  2047.  
  2048. `http://www.icaap.org/Bazaar/'
  2049.      Bazaar; Interactive Discussion Forums with Web interface.
  2050.  
  2051. `http://www.phonesweep.com/'
  2052.      PhoneSweepT is the world's first commercial Telephone Scanner.
  2053.      Many break-ins in recent years have come not through the Internet,
  2054.      but through unauthorized dial-up modems.  PhoneSweep lets you find
  2055.      these modems by repeatedly placing phone calls to every phone
  2056.      number that your organization controls.  PhoneSweep has a built-in
  2057.      expert system that can recognize more than 250 different kinds of
  2058.      remote-access programs, including Carbon Copy(TM), pcANYWHERE(TM),
  2059.      and Windows NT RAS.  All information is stored in the SQL
  2060.      database.  It then generates a comprehensive report detailing
  2061.      which services were discovered on which dial-up numbers in your
  2062.      organization.
  2063.  
  2064. SQL Clients and Report Writers
  2065. ------------------------------
  2066.  
  2067. urSQL (http://www.urbanresearch.com/software/utils/urbsql/index.html)
  2068.      SQL Editor and Query Utility. Custom syntax highlighting, editable
  2069.      results grid, exportable result-sets, basic MySQL admin functions,
  2070.      Etc.. For Windows.
  2071.  
  2072. MySQL Data Manager (http://www.edatanew.com/)
  2073.      MySQL Data Manager * is platform independent web client (written
  2074.      in perl) for MySQL server over TCP/IP.
  2075.  
  2076. `http://ksql.sourceforge.net/'
  2077.      KDE MySQL client.
  2078.  
  2079. `http://www.ecker-software.de'
  2080.      A Windows GUI client by David Ecker.
  2081.  
  2082. `http://www.icaap.org/software/kiosk/'
  2083.      Kiosk; a MySQL client for database management.  Written in Perl.
  2084.      Will be a part of Bazaar.
  2085.  
  2086. `http://www.casestudio.com/'
  2087.      Db design tool that supports MySQL 3.23.
  2088.  
  2089. `http://home.skif.net/~voland/zeos/eng/index.html'
  2090.      Zeos - A client that supports MySQL, Interbase and PostgreSQL.
  2091.  
  2092. `http://www.geocities.com/SiliconValley/Ridge/4280/GenericReportWriter/grwhome.html'
  2093.      A free report writer in Java
  2094.  
  2095. `http://www.javaframework.de'
  2096.      MySQLExport - Export of MySQL create statements and data in a lot
  2097.      of different formats (SQL, HTML, CVS, text, ZIP, GZIP...)
  2098.  
  2099. `http://dlabs.4t2.com'
  2100.      M2D, a MySQL Administration client for Windows.  M2D supports
  2101.      administration of MySQL databases, creation of new databases and
  2102.      tables, editing, and more.
  2103.  
  2104. `http://dlabs.4t2.com'
  2105.      Dexter, a small server written in Perl which can be used as a
  2106.      proxy server for MySQL or as a database extender.
  2107.  
  2108. `http://www.scibit.com/Products/Software/Utils/Mascon.asp'
  2109.      Mascon is a powerful Win32 GUI for administering MySQL databases.
  2110.  
  2111. `http://www.rtlabs.com/'
  2112.      MacSQL Monitor.  GUI for MySQL, ODBC, and JDBC databases for the
  2113.      Mac OS.
  2114.  
  2115. Distributions that Include MySQL
  2116. --------------------------------
  2117.  
  2118. `http://www.suse.com/'
  2119.      SuSE Linux (6.1 and above)
  2120.  
  2121. `http://www.redhat.com/'
  2122.      RedHat Linux (7.0 and above)
  2123.  
  2124. `http://distro.conectiva.com.br'
  2125.      Conectiva Linux (4.0 and above)
  2126.  
  2127. Web Development Tools that Support MySQL
  2128. ----------------------------------------
  2129.  
  2130. `http://www.php.net/'
  2131.      PHP: A server-side HTML-embedded scripting language.
  2132.  
  2133. `http://www.midgard-project.org'
  2134.      The Midgard Application Server; a powerful Web development
  2135.      environment based on MySQL and PHP.
  2136.  
  2137. `http://www.smartworker.org'
  2138.      SmartWorker is a platform for Web application development.
  2139.  
  2140. `http://xsp.lentus.se/'
  2141.      XSP: e(X)tendible (S)erver (P)ages and is a HTML embedded tag
  2142.      language written in Java (previously known as XTAGS.)
  2143.  
  2144. `http://www.dbServ.de/'
  2145.      dbServ is an extension to a web server to integrate database
  2146.      output into your HTML code.  You may use any HTML function in your
  2147.      output.  Only the client will stop you.  It works as standalone
  2148.      server or as Java servlet.
  2149.  
  2150. `http://www.chilisoft.com/'
  2151.      Platform independent ASP from Chili!Soft
  2152.  
  2153. `http://www.voicenet.com/~zellert/tjFM'
  2154.      A JDBC driver for MySQL.
  2155.  
  2156. `http://www.wernhart.priv.at/php/'
  2157.      MySQL + PHP demos.
  2158.  
  2159. `http://www.dbwww.com/'
  2160.      ForwardSQL: HTML interface to manipulate MySQL databases.
  2161.  
  2162. `http://www.daa.com.au/~james/www-sql/'
  2163.      WWW-SQL: Display database information.
  2164.  
  2165. `http://www.minivend.com/minivend/'
  2166.      Minivend: A Web shopping cart.
  2167.  
  2168. `http://www.heitml.com/'
  2169.      HeiTML: A server-side extension of HTML and a 4GL language at the
  2170.      same time.
  2171.  
  2172. `http://www.metahtml.com/'
  2173.      Metahtml: A Dynamic Programming Language for WWW Applications.
  2174.  
  2175. `http://www.binevolve.com/'
  2176.      VelocityGen for Perl and Tcl.
  2177.  
  2178. `http://hawkeye.net/'
  2179.      Hawkeye Internet Server Suite.
  2180.  
  2181. `http://www.fastflow.com/'
  2182.      Network Database Connection For Linux
  2183.  
  2184. `http://www.wdbi.net/'
  2185.      WDBI: Web browser as a universal front end to databases which
  2186.      supports MySQL well.
  2187.  
  2188. `http://www.webgroove.com/'
  2189.      WebGroove Script: HTML compiler and server-side scripting language.
  2190.  
  2191. `http://www.ihtml.com/'
  2192.      A server-side Web site scripting language.
  2193.  
  2194. `ftp://ftp.igc.apc.org/pub/myodbc/README'
  2195.      How to use MySQL with ColdFusion on Solaris.
  2196.  
  2197. `http://calistra.com/MySQL/'
  2198.      Calistra's ODBC MySQL Administrator.
  2199.  
  2200. `http://www.webmerger.com'
  2201.      Webmerger -  This CGI tool interprets files and generates dynamic
  2202.      output based on a set of simple tags.  Ready-to-run drivers for
  2203.      MySQL and PostgreSQL through ODBC.
  2204.  
  2205. `http://phpclub.net/'
  2206.      PHPclub - Tips and tricks for PHP.
  2207.  
  2208. `http://www.penguinservices.com/scripts'
  2209.      MySQL and Perl Scripts.
  2210.  
  2211. `http://www.widgetchuck.com'
  2212.      The Widgetchuck; Web Site Tools and Gadgets
  2213.  
  2214. `http://www.adcycle.com/'
  2215.      AdCycle - advertising management software.
  2216.  
  2217. `http://sourceforge.net/projects/pwpage/'
  2218.      pwPage - provides an extremely fast and simple approach to the
  2219.      creation of database forms.  That is, if a database table exists
  2220.      and an HTML page has been constructed using a few simple
  2221.      guidelines, pwPage can be immediately used for table data
  2222.      selections, insertions, updates, deletions and selectable table
  2223.      content reviewing.
  2224.  
  2225. `http://www.omnis-software.com/products/studio/studio.html'
  2226.      OMNIS Studio is a rapid application development (RAD) tool.
  2227.  
  2228. `http://www.webplus.com'
  2229.      talentsoft Web+ 4.6 - a powerful and comprehensive development
  2230.      language for use in creating web-based client/server applications
  2231.      without writing complicated, low-level, and time-consuming CGI
  2232.      programs.
  2233.  
  2234. Database Design Tools with MySQL Support
  2235. ----------------------------------------
  2236.  
  2237. `http://www.mysql.com/documentation/dezign/'
  2238.      "DeZign for databases" is a database development tool that uses an
  2239.      entity relationship diagram (ERD).
  2240.  
  2241. Web Servers with MySQL Tools
  2242. ----------------------------
  2243.  
  2244. `ftp://ftp.kcilink.com/pub/'
  2245.      mod_auth_mysql, An Apache authentication module.
  2246.  
  2247. `http://www.roxen.com/'
  2248.      The Roxen Challenger Web server.
  2249.  
  2250. Extensions for Other Programs
  2251. -----------------------------
  2252.  
  2253. `http://www.seawood.org/msql_bind/'
  2254.      MySQL support for BIND (The Internet Domain Name Server).
  2255.  
  2256. `http://www.inet-interactive.com/sendmail/'
  2257.      MySQL support for Sendmail and Procmail.
  2258.  
  2259. Using MySQL with Other Programs
  2260. -------------------------------
  2261.  
  2262. `http://www.iserver.com/support/addonhelp/database/mysql/msaccess.html'
  2263.      Using MySQL with Access.
  2264.  
  2265. `http://www.iserver.com/support/contrib/perl5/modules.html'
  2266.      Installing new Perl modules that require locally installed modules.
  2267.  
  2268. ODBC-related Links
  2269. ------------------
  2270.  
  2271. `http://www.iodbc.org/'
  2272.      Popular iODBC Driver Manager (libiodbc) now available as Open
  2273.      Source.
  2274.  
  2275. `http://users.ids.net/~bjepson/freeODBC/'
  2276.      The FreeODBC Pages.
  2277.  
  2278. `http://genix.net/unixODBC/'
  2279.      The unixODBC Project goals are to develop and promote unixODBC to
  2280.      be the definitive standard for ODBC on the Linux platform.  This
  2281.      is to include GUI support for KDE.
  2282.  
  2283. `http://www.sw-soft.com/products/BtrieveODBC/'
  2284.      A MySQL-based ODBC driver for Btrieve.
  2285.  
  2286. *API*-related Links
  2287. -------------------
  2288.  
  2289. `http://www.jppp.com/'
  2290.      Partially implemented TDataset-compatible components for MySQL.
  2291.  
  2292. `http://www.riverstyx.net/qpopmysql/'
  2293.      qpopmysql - A patch to allow POP3 authentication from a MySQL
  2294.      database.  There's also a link to Paul Khavkine's patch for
  2295.      Procmail to allow any MTA to deliver to users in a MySQL database.
  2296.  
  2297. `http://www.pbc.ottawa.on.ca'
  2298.      Visual Basic class generator for Active X.
  2299.  
  2300. `http://www.essencesw.com/Software/mysqllib.html'
  2301.      New Client libraries for the Mac OS Classic (Macintosh).
  2302.  
  2303. `http://www.lilback.com/macsql/'
  2304.      Client libraries for the Macintosh.
  2305.  
  2306. `http://www.essencesw.com/Plugins/mysqlplug.html'
  2307.      Plugin for REALbasic (for Macintosh)
  2308.  
  2309. `http://www.iis.ee.ethz.ch/~neeri/macintosh/gusi-qa.html'
  2310.      A library that emulates BSD sockets and pthreads on Macintosh.
  2311.      This can be used if you want to compile the MySQL client library
  2312.      on Mac.  It could probably even be sued to port MySQL to
  2313.      Macintosh, but we don't know of anyone that has tried that.
  2314.  
  2315. `http://www.dedecker.net/jessie/scmdb/'
  2316.      SCMDB - an add-on for SCM that ports the MySQL C library to scheme
  2317.      (SCM).  With this library scheme developers can make connections
  2318.      to a MySQL database and use embedded SQL in their programs.
  2319.  
  2320. Other MySQL-related Links
  2321. -------------------------
  2322.  
  2323. SAT (http://www.satisoft.com/)
  2324.      The Small Application Toolkit (SAT) is a collection of utilities
  2325.      intended to simplify the development of small, multi-user, GUI
  2326.      based applications in a (Microsoft -or- X) Windows Client / Unix
  2327.      Server environment.
  2328.  
  2329. `http://www.wix.com/mysql-hosting/'
  2330.      Registry of Web providers who support MySQL.
  2331.  
  2332. `http://www.softagency.co.jp/mysql/index.en.html'
  2333.      Links about using MySQL in Japan/Asia.
  2334.  
  2335. `http://abattoir.cc.ndsu.nodak.edu/~nem/mysql/udf/'
  2336.      MySQL UDF Registry.
  2337.  
  2338. `http://www.open.com.au/products.html'
  2339.      Commercial Web defect tracking system.
  2340.  
  2341. `http://www.stonekeep.com/pts/'
  2342.      PTS: Project Tracking System.
  2343.  
  2344. `http://tomato.nvgc.vt.edu/~hroberts/mot'
  2345.      Job and software tracking system.
  2346.  
  2347. `http://www.cynergi.net/exportsql/'
  2348.      ExportSQL: A script to export data from Access95+.
  2349.  
  2350. `http://SAL.KachinaTech.COM/H/1/MYSQL.html'
  2351.      SAL (Scientific Applications on Linux) MySQL entry.
  2352.  
  2353. `http://www.infotech-nj.com/itech/index.shtml'
  2354.      A consulting company which mentions MySQL in the right company.
  2355.  
  2356. `http://www.pmpcs.com/'
  2357.      PMP Computer Solutions.  Database developers using MySQL and
  2358.      `mSQL'.
  2359.  
  2360. `http://www.aewa.org/'
  2361.      Airborne Early Warning Association.
  2362.  
  2363. `http://www.dedserius.com/y2kmatrix/'
  2364.      Y2K tester.
  2365.  
  2366. SQL and Database Interfaces
  2367. ---------------------------
  2368.  
  2369. `http://java.sun.com/products/jdbc/'
  2370.      The JDBC database access API.
  2371.  
  2372. `http://www.gagme.com/mysql'
  2373.      Patch for `mSQL' Tcl.
  2374.  
  2375. `http://www.amsoft.ru/easysql/'
  2376.      EasySQL: An ODBC-like driver manager.
  2377.  
  2378. `http://www.lightlink.com/hessling/rexxsql.html'
  2379.      A REXX interface to SQL databases.
  2380.  
  2381. `http://www.mytcl.cx/'
  2382.      Tcl interface based on tcl-sql with many bugfixes.
  2383.  
  2384. `http://www.binevolve.com/~tdarugar/tcl-sql/'
  2385.      Tcl interface.
  2386.  
  2387. `http://www.contrib.andrew.cmu.edu/~shadow/sql.html'
  2388.      SQL Reference Page with a lot of interesting links.
  2389.  
  2390. Examples of MySQL Use
  2391. ---------------------
  2392.  
  2393. `http://www.little6.com/about/linux/'
  2394.      Little6 Inc., An online contract and job finding site that is
  2395.      powered by MySQL, PHP3, and Linux.
  2396.  
  2397. `http://www.delec.com/is/products/prep/examples/BookShelf/index.html'
  2398.      DELECis - A tool that makes it very easy to create an
  2399.      automatically generated table documentation. They have used MySQL
  2400.      as an example.
  2401.  
  2402. `http://www.worldrecords.com'
  2403.      World Records - A search engine for information about music that
  2404.      uses MySQL and PHP.
  2405.  
  2406. `http://www.webtechniques.com/archives/1998/01/note/'
  2407.      A Contact Database using MySQL and PHP.
  2408.  
  2409. `http://modems.rosenet.net/mysql/'
  2410.      Web based interface and Community Calendar with PHP.
  2411.  
  2412. `http://www.odbsoft.com/cook/sources.htm'
  2413.      Perl package to generate html from a SQL table structure and for
  2414.      generating SQL statements from an html form.
  2415.  
  2416. `http://www.gusnet.cx/proj/telsql/'
  2417.      Basic telephone database using `DBI'/`DBD'.
  2418.  
  2419. `http://tecfa.unige.ch/guides/java/staf2x/ex/jdbc/coffee-break'
  2420.      JDBC examples by Daniel K. Schneider.
  2421.  
  2422. `http://www.spade.com/linux/howto/PostgreSQL-HOWTO-41.html'
  2423.      SQL BNF
  2424.  
  2425. `http://www.ooc.com/'
  2426.      Object Oriented Concepts Inc; CORBA applications with examples in
  2427.      source.
  2428.  
  2429. `http://www.pbc.ottawa.on.ca/'
  2430.      DBWiz; Includes an example of how to manage cursors in VB.
  2431.  
  2432. `http://keilor.cs.umass.edu/pluribus/'
  2433.      Pluribus is a free search engine that learns to improve the
  2434.      quality of its results over time.  Pluribus works by recording
  2435.      which pages a user prefers among those returned for a query.  A
  2436.      user votes for a page by selecting it; Pluribus then uses that
  2437.      knowledge to improve the quality of the results when someone else
  2438.      submits the same (or similar) query.  Uses PHP and MySQL.
  2439.  
  2440. `http://www.stopbit.com/'
  2441.      Stopbit - A technology news site using MySQL and PHP.
  2442.  
  2443. `http://www.linuxsupportline.com/~kalendar/'
  2444.      KDE based calendar manager - The calendar manager has both single
  2445.      user (file based) and multi-user (MySQL database) support.
  2446.  
  2447. `http://tim.desert.net/~tim/imger/'
  2448.      Example of storing/retrieving images with MySQL and CGI.
  2449.  
  2450. `http://www.penguinservices.com/scripts'
  2451.      Online shopping cart system.
  2452.  
  2453. `http://www.city-gallery.com/album/'
  2454.      Old Photo Album - The album is a collaborative popular history of
  2455.      photography project that generates all pages from data stored in a
  2456.      MySQL database.  Pages are dynamically generated through a php3
  2457.      interface to the database content.  Users contribute images and
  2458.      descriptions.  Contributed images are stored on the web server to
  2459.      avoid storing them in the database as BLOBs.  All other
  2460.      information is stored on the shared MySQL server.
  2461.  
  2462. General Database Links
  2463. ----------------------
  2464.  
  2465. `http://www.pcslink.com/~ej/dbweb.html'
  2466.      Database Jump Site
  2467.  
  2468. `http://black.hole-in-the.net/guy/webdb/'
  2469.      Homepage of the webdb-l (Web Databases) mailing list.
  2470.  
  2471. `http://www.symbolstone.org/technology/perl/DBI/index.html'
  2472.      Perl `DBI'/`DBD' modules homepage.
  2473.  
  2474. `http://www.student.uni-koeln.de/cygwin/'
  2475.      Cygwin tools.  Unix on top of Windows.
  2476.  
  2477. `http://dbasecentral.com/'
  2478.      dbasecentral.com; Development and distribution of powerful and
  2479.      easy-to-use database applications and systems.
  2480.  
  2481. `http://www.tek-tips.com/'
  2482.      Tek-Tips Forums are 800+ independent peer-to-peer non-commercial
  2483.      support forums for Computer Professionals.  Features include
  2484.      automatic e-mail notification of responses, a links library, and
  2485.      member confidentiality guaranteed.
  2486.  
  2487. `http://www.public.asu.edu/~peterjn/btree/'
  2488.      B-Trees: Balanced Tree Data Structures.
  2489.  
  2490. `http://www.fit.qut.edu.au/~maire/baobab/lecture/sld001.htm'
  2491.      A lecture about B-Trees.
  2492.  
  2493. There are also many Web pages that use MySQL.  *Note Users::.  Send any
  2494. additions to this list to <webmaster@mysql.com>. We now require that
  2495. you show a MySQL logo somewhere if you wish your site to be added.  It
  2496. is okay to have it on a "used tools" page or something similar.
  2497.  
  2498. MySQL Mailing Lists
  2499. -------------------
  2500.  
  2501. This section introduces you to the MySQL mailing lists, and gives some
  2502. guidelines as to how to use them.
  2503.  
  2504. The MySQL Mailing Lists
  2505. .......................
  2506.  
  2507. To subscribe to the main MySQL mailing list, send a message to the
  2508. electronic mail address <mysql-subscribe@lists.mysql.com>.
  2509.  
  2510. To unsubscribe from the main MySQL mailing list, send a message to the
  2511. electronic mail address <mysql-unsubscribe@lists.mysql.com>.
  2512.  
  2513. Only the address to which you send your messages is significant.  The
  2514. subject line and the body of the message are ignored.
  2515.  
  2516. If your reply address is not valid, you can specify your address
  2517. explicitly.  Adding a hyphen to the subscribe or unsubscribe command
  2518. word, followed by your address with the `@' character in your address
  2519. replaced by a `='.  For example, to subscribe `your_name@host.domain',
  2520. send a message to
  2521. `mysql-subscribe-your_name=host.domain@lists.mysql.com'.
  2522.  
  2523. Mail to <mysql-subscribe@lists.mysql.com> or
  2524. <mysql-unsubscribe@lists.mysql.com> is handled automatically by the
  2525. ezmlm mailing list processor.  Information about ezmlm is available at
  2526. The ezmlm Website (http://www.ezmlm.org).
  2527.  
  2528. To post a message to the list itself, send your message to
  2529. `mysql@lists.mysql.com'.  However, please _do not_ send mail about
  2530. subscribing or unsubscribing to <mysql@lists.mysql.com>, because any
  2531. mail sent to that address is distributed automatically to thousands of
  2532. other users.
  2533.  
  2534. Your local site may have many subscribers to <mysql@lists.mysql.com>.
  2535. If so, it may have a local mailing list, so that messages sent from
  2536. `lists.mysql.com' to your site are propagated to the local list.  In
  2537. such cases, please contact your system administrator to be added to or
  2538. dropped from the local MySQL list.
  2539.  
  2540. If you wish to have traffic for a mailing list go to a separate mailbox
  2541. in your mail program, set up a filter based on the message headers.
  2542. You can use either the `List-ID:' or `Delivered-To:' headers to identify
  2543. list messages.
  2544.  
  2545. The following MySQL mailing lists exist:
  2546.  
  2547. `<announce-subscribe@lists.mysql.com> announce'
  2548.      This is for announcement of new versions of MySQL and related
  2549.      programs.  This is a low volume list all MySQL users should
  2550.      subscribe to.
  2551.  
  2552. `<mysql-subscribe@lists.mysql.com> mysql'
  2553.      The main list for general MySQL discussion.  Please note that some
  2554.      topics are better discussed on the more-specialized lists.  If you
  2555.      post to the wrong list, you may not get an answer!
  2556.  
  2557. `<mysql-digest-subscribe@lists.mysql.com> mysql-digest'
  2558.      The `mysql' list in digest form.  That means you get all individual
  2559.      messages, sent as one large mail message once a day.
  2560.  
  2561. `<bugs-subscribe@lists.mysql.com> bugs'
  2562.      On this list you should only post a full, repeatable bug report
  2563.      using the `mysqlbug' script (if you are running on Windows, you
  2564.      should include a description of the operating system and the MySQL
  2565.      version).  Preferably, you should test the problem using the
  2566.      latest stable or development version of MySQL before posting!
  2567.      Anyone should be able to repeat the bug by just using `mysql test
  2568.      < script' on the included test case.  All bugs posted on this list
  2569.      will be corrected or documented in the next MySQL release!  If
  2570.      there are only small code changes involved, we will also post a
  2571.      patch that fixes the problem.
  2572.  
  2573. `<bugs-digest-subscribe@lists.mysql.com> bugs-digest'
  2574.      The `bugs' list in digest form.
  2575.  
  2576. `<internals-subscribe@lists.mysql.com> internals'
  2577.      A list for people who work on the MySQL code.  On this list one
  2578.      can also discuss MySQL development and post patches.
  2579.  
  2580. `<internals-digest-subscribe@lists.mysql.com> internals-digest'
  2581.      A digest version of the `internals' list.
  2582.  
  2583. `<java-subscribe@lists.mysql.com> java'
  2584.      Discussion about MySQL and Java.  Mostly about the JDBC drivers.
  2585.  
  2586. `<java-digest-subscribe@lists.mysql.com> java-digest'
  2587.      A digest version of the `java' list.
  2588.  
  2589. `<win32-subscribe@lists.mysql.com> win32'
  2590.      All things concerning MySQL on Microsoft operating systems such as
  2591.      Win95, Win98, NT, and Win2000.
  2592.  
  2593. `<win32-digest-subscribe@lists.mysql.com> win32-digest'
  2594.      A digest version of the `win32' list.
  2595.  
  2596. `<myodbc-subscribe@lists.mysql.com> myodbc'
  2597.      All things about connecting to MySQL with ODBC.
  2598.  
  2599. `<myodbc-digest-subscribe@lists.mysql.com> myodbc-digest'
  2600.      A digest version of the `myodbc' list.
  2601.  
  2602. `<plusplus-subscribe@lists.mysql.com> plusplus'
  2603.      All things concerning programming with the C++ API to MySQL.
  2604.  
  2605. `<plusplus-digest-subscribe@lists.mysql.com> plusplus-digest'
  2606.      A digest version of the `plusplus' list.
  2607.  
  2608. `<msql-mysql-modules-subscribe@lists.mysql.com> msql-mysql-modules'
  2609.      A list about the Perl support in MySQL. msql-mysql-modules
  2610.  
  2611. `<msql-mysql-modules-digest-subscribe@lists.mysql.com> msql-mysql-modules-digest'
  2612.      A digest version of the `msql-mysql-modules' list.
  2613.  
  2614. You subscribe or unsubscribe to all lists in the same way as described
  2615. above.  In your subscribe or unsubscribe message, just put the
  2616. appropriate mailing list name rather than `mysql'.  For example, to
  2617. subscribe to or unsubscribe from the `myodbc' list, send a message to
  2618. <myodbc-subscribe@lists.mysql.com> or
  2619. <myodbc-unsubscribe@lists.mysql.com>.
  2620.  
  2621. If you can't get an answer for your questions from the mailing list, one
  2622. option is to pay for support from MySQL AB, which will put you in
  2623. direct contact with MySQL developers. *Note Support::.
  2624.  
  2625. The following table shows some MySQL mailing in other languages than
  2626. English.  Note that these are not operated by MySQL AB, so we can't
  2627. guarantee the quality on these.
  2628.  
  2629. `<mysql-france-subscribe@yahoogroups.com> A French mailing list'
  2630.  
  2631. `<list@tinc.net> A Korean mailing list'
  2632.      Email `subscribe mysql your@email.address' to this list.
  2633.  
  2634. `<mysql-de-request@lists.4t2.com> A German mailing list'
  2635.      Email `subscribe mysql-de your@email.address' to this list.  You
  2636.      can find information about this mailing list at
  2637.      `http://www.4t2.com/mysql'.
  2638.  
  2639. `<mysql-br-request@listas.linkway.com.br> A Portugese mailing list'
  2640.      Email `subscribe mysql-br your@email.address' to this list.
  2641.  
  2642. `<mysql-alta@elistas.net> A Spanish mailing list'
  2643.      Email `subscribe mysql your@email.address' to this list.
  2644.  
  2645. Asking Questions or Reporting Bugs
  2646. ..................................
  2647.  
  2648. Before posting a bug report or question, please do the following:
  2649.  
  2650.    * Start by searching the MySQL online manual at:
  2651.      `http://www.mysql.com/documentation/manual.php'
  2652.      We try to keep the manual up to date by updating it frequently with
  2653.      solutions to newly found problems!
  2654.  
  2655.    * Search the MySQL mailing list archives:
  2656.      `http://www.mysql.com/documentation/'
  2657.    * You can also use `http://www.mysql.com/search.html' to search all
  2658.      the Web pages (including the manual) that are located at
  2659.      `http://www.mysql.com/'.
  2660.  
  2661. If you can't find an answer in the manual or the archives, check with
  2662. your local MySQL expert.  If you still can't find an answer to your
  2663. question, go ahead and read the next section about how to send mail to
  2664. <mysql@lists.mysql.com>.
  2665.  
  2666. How to Report Bugs or Problems
  2667. ..............................
  2668.  
  2669. Writing a good bug report takes patience, but doing it right the first
  2670. time saves time for us and for you.  A good bug report containing a full
  2671. test case for the bug will make it very likely that we will fix it in
  2672. the next release.  This section will help you write your report
  2673. correctly so that you don't waste your time doing things that may not
  2674. help us much or at all.
  2675.  
  2676. We encourage everyone to use the `mysqlbug' script to generate a bug
  2677. report (or a report about any problem), if possible.  `mysqlbug' can be
  2678. found in the `scripts' directory in the source distribution, or, for a
  2679. binary distribution, in the `bin' directory under your MySQL
  2680. installation directory.  If you are unable to use `mysqlbug', you should
  2681. still include all the necessary information listed in this section.
  2682.  
  2683. The `mysqlbug' script helps you generate a report by determining much
  2684. of the following information automatically, but if something important
  2685. is missing, please include it with your message!  Please read this
  2686. section carefully and make sure that all the information described here
  2687. is included in your report.
  2688.  
  2689. The normal place to report bugs and problems is
  2690. <mysql@lists.mysql.com>.  If you can make a test case that clearly
  2691. demonstrates the bug, you should post it to the <bugs@lists.mysql.com>
  2692. list.  Note that on this list you should only post a full, repeatable
  2693. bug report using the `mysqlbug' script.  If you are running on Windows,
  2694. you should include a description of the operating system and the MySQL
  2695. version.  Preferably, you should test the problem using the latest
  2696. stable or development version of MySQL before posting!  Anyone should
  2697. be able to repeat the bug by just using "`mysql test < script'" on the
  2698. included test case or run the shell or perl script that is included in
  2699. the bug report.  All bugs posted on the `bugs' list will be corrected
  2700. or documented in the next MySQL release!  If there are only small code
  2701. changes involved to correct this problem, we will also post a patch
  2702. that fixes the problem.
  2703.  
  2704. Remember that it is possible to respond to a message containing too much
  2705. information, but not to one containing too little.  Often people omit
  2706. facts because they think they know the cause of a problem and assume
  2707. that some details don't matter.  A good principle is: if you are in
  2708. doubt about stating something, state it!  It is a thousand times faster
  2709. and less troublesome to write a couple of lines more in your report
  2710. than to be forced to ask again and wait for the answer because you
  2711. didn't include enough information the first time.
  2712.  
  2713. The most common errors are that people don't indicate the version
  2714. number of the MySQL distribution they are using, or don't indicate what
  2715. platform they have MySQL installed on (including the platform version
  2716. number).  This is highly relevant information, and in 99 cases out of
  2717. 100 the bug report is useless without it!  Very often we get questions
  2718. like, "Why doesn't this work for me?" then we find that the feature
  2719. requested wasn't implemented in that MySQL version, or that a bug
  2720. described in a report has been fixed already in newer MySQL versions.
  2721. Sometimes the error is platform dependent; in such cases, it is next to
  2722. impossible to fix anything without knowing the operating system and the
  2723. version number of the platform.
  2724.  
  2725. Remember also to provide information about your compiler, if it is
  2726. related to the problem.  Often people find bugs in compilers and think
  2727. the problem is MySQL-related.  Most compilers are under development all
  2728. the time and become better version by version.  To determine whether or
  2729. not your problem depends on your compiler, we need to know what
  2730. compiler is used.  Note that every compiling problem should be regarded
  2731. as a bug report and reported accordingly.
  2732.  
  2733. It is most helpful when a good description of the problem is included
  2734. in the bug report.  That is, a good example of all the things you did
  2735. that led to the problem and the problem itself exactly described.  The
  2736. best reports are those that include a full example showing how to
  2737. reproduce the bug or problem.  *Note Reproduceable test case::.
  2738.  
  2739. If a program produces an error message, it is very important to include
  2740. the message in your report!  If we try to search for something from the
  2741. archives using programs, it is better that the error message reported
  2742. exactly matches the one that the program produces.  (Even the case
  2743. should be observed!)  You should never try to remember what the error
  2744. message was; instead, copy and paste the entire message into your
  2745. report!
  2746.  
  2747. If you have a problem with MyODBC, you should try to generate a MyODBC
  2748. trace file.  *Note MyODBC bug report::.
  2749.  
  2750. Please remember that many of the people who will read your report will
  2751. do so using an 80-column display.  When generating reports or examples
  2752. using the `mysql' command line tool, you should therefore use the
  2753. `--vertical' option (or the `\G' statement terminator) for output that
  2754. would exceed the available width for such a display (for example, with
  2755. the `EXPLAIN SELECT' statement; see the example below).
  2756.  
  2757. Please include the following information in your report:
  2758.  
  2759.    * The version number of the MySQL distribution you are using (for
  2760.      example, MySQL Version 3.22.22). You can find out which version you
  2761.      are running by executing `mysqladmin version'.  `mysqladmin' can be
  2762.      found in the `bin' directory under your MySQL installation
  2763.      directory.
  2764.  
  2765.    * The manufacturer and model of the machine you are working on.
  2766.  
  2767.    * The operating system name and version.  For most operating
  2768.      systems, you can get this information by executing the Unix
  2769.      command `uname -a'.
  2770.  
  2771.    * Sometimes the amount of memory (real and virtual) is relevant. If
  2772.      in doubt, include these values.
  2773.  
  2774.    * If you are using a source distribution of MySQL, the name and
  2775.      version number of the compiler used is needed.  If you have a
  2776.      binary distribution, the distribution name is needed.
  2777.  
  2778.    * If the problem occurs during compilation, include the exact error
  2779.      message(s) and also a few lines of context around the offending
  2780.      code in the file where the error occurred.
  2781.  
  2782.    * If `mysqld' died, you should also report the query that crashed
  2783.      `mysqld'.  You can usually find this out by running `mysqld' with
  2784.      logging enabled.  *Note Using log files::.
  2785.  
  2786.    * If any database table is related to the problem, include the
  2787.      output from `mysqldump --no-data db_name tbl_name1 tbl_name2 ...'.
  2788.      This is very easy to do and is a powerful way to get information
  2789.      about any table in a database that will help us create a situation
  2790.      matching the one you have.
  2791.  
  2792.    * For speed-related bugs or problems with `SELECT' statements, you
  2793.      should always include the output of `EXPLAIN SELECT ...', and at
  2794.      least the number of rows that the `SELECT' statement produces.
  2795.      The more information you give about your situation, the more
  2796.      likely it is that someone can help you!  For example, the
  2797.      following is an example of a very good bug report (it should of
  2798.      course be posted with the `mysqlbug' script):
  2799.  
  2800.      Example run using the `mysql' command line tool (note the use of
  2801.      the `\G' statement terminator for statements whose output width
  2802.      would otherwise exceed that of an 80-column display device):
  2803.  
  2804.           mysql> SHOW VARIABLES;
  2805.           mysql> SHOW COLUMNS FROM ...\G
  2806.                  <output from SHOW COLUMNS>
  2807.           mysql> EXPLAIN SELECT ...\G
  2808.                  <output from EXPLAIN>
  2809.           mysql> FLUSH STATUS;
  2810.           mysql> SELECT ...;
  2811.                  <A short version of the output from SELECT,
  2812.                  including the time taken to run the query>
  2813.           mysql> SHOW STATUS;
  2814.                  <output from SHOW STATUS>
  2815.  
  2816.    * If a bug or problem occurs while running *mysqld*, try to provide
  2817.      an input script that will reproduce the anomaly.  This script
  2818.      should include any necessary source files.  The more closely the
  2819.      script can reproduce your situation, the better.  If you can make
  2820.      a repeatable test case, you should post this to
  2821.      <bugs@lists.mysql.com> for a high priority treatment!
  2822.  
  2823.      If you can't provide a script, you should at least include the
  2824.      output from `mysqladmin variables extended-status processlist' in
  2825.      your mail to provide some information of how your system is
  2826.      performing!
  2827.  
  2828.    * If you can't produce a test case in a few rows, or if the test
  2829.      table is too big to be mailed to the mailing list (more than 10
  2830.      rows), you should dump your tables using `mysqldump' and create a
  2831.      `README' file that describes your problem.
  2832.  
  2833.      Create a compressed archive of your files using `tar' and `gzip'
  2834.      or `zip', and use `ftp' to transfer the archive to
  2835.      `ftp://support.mysql.com/pub/mysql/secret/'.  Then send a short
  2836.      description of the problem to <bugs@lists.mysql.com>.
  2837.  
  2838.    * If you think that MySQL produces a strange result from a query,
  2839.      include not only the result, but also your opinion of what the
  2840.      result should be, and an account describing the basis for your
  2841.      opinion.
  2842.  
  2843.    * When giving an example of the problem, it's better to use the
  2844.      variable names, table names, etc., that exist in your actual
  2845.      situation than to come up with new names.  The problem could be
  2846.      related to the name of a variable or table!  These cases are rare,
  2847.      perhaps, but it is better to be safe than sorry.  After all, it
  2848.      should be easier for you to provide an example that uses your
  2849.      actual situation, and it is by all means better for us.  In case
  2850.      you have data you don't want to show to others, you can use `ftp'
  2851.      to transfer it to `ftp://support.mysql.com/pub/mysql/secret/'.  If
  2852.      the data are really top secret and you don't want to show them
  2853.      even to us, then go ahead and provide an example using other
  2854.      names, but please regard this as the last choice.
  2855.  
  2856.    * Include all the options given to the relevant programs, if
  2857.      possible.  For example, indicate the options that you use when you
  2858.      start the `mysqld' daemon and that you use to run any MySQL client
  2859.      programs.  The options to programs like `mysqld' and `mysql', and
  2860.      to the `configure' script, are often keys to answers and are very
  2861.      relevant!  It is never a bad idea to include them anyway!  If you
  2862.      use any modules, such as Perl or PHP, please include the version
  2863.      number(s) of those as well.
  2864.  
  2865.    * If your question is related to the privilege system, please
  2866.      include the output of `mysqlaccess', the output of `mysqladmin
  2867.      reload', and all the error messages you get when trying to
  2868.      connect!  When you test your privileges, you should first run
  2869.      `mysqlaccess'.  After this, execute `mysqladmin reload version'
  2870.      and try to connect with the program that gives you trouble.
  2871.      `mysqlaccess' can be found in the `bin' directory under your MySQL
  2872.      installation directory.
  2873.  
  2874.    * If you have a patch for a bug, that is good, but don't assume the
  2875.      patch is all we need, or that we will use it, if you don't provide
  2876.      some necessary information, such as test cases showing the bug
  2877.      that your patch fixes.  We might find problems with your patch or
  2878.      we might not understand it at all; if so, we can't use it.
  2879.  
  2880.      If we can't verify exactly what the patch is meant for, we won't
  2881.      use it.  Test cases will help us here.  Show that the patch will
  2882.      handle all the situations that may occur.  If we find a borderline
  2883.      case (even a rare one) where the patch won't work, it may be
  2884.      useless.
  2885.  
  2886.    * Guesses about what the bug is, why it occurs, or what it depends
  2887.      on, are usually wrong.  Even the MySQL team can't guess such things
  2888.      without first using a debugger to determine the real cause of a
  2889.      bug.
  2890.  
  2891.    * Indicate in your mail message that you have checked the reference
  2892.      manual and mail archive so others know that you have tried to
  2893.      solve the problem yourself.
  2894.  
  2895.    * If you get a `parse error', please check your syntax closely!  If
  2896.      you can't find something wrong with it, it's extremely likely that
  2897.      your current version of MySQL doesn't support the query you are
  2898.      using.  If you are using the current version and the manual at
  2899.      `http://www.mysql.com/documentation/manual.php' doesn't cover the
  2900.      syntax you are using, MySQL doesn't support your query.  In this
  2901.      case, your only options are to implement the syntax yourself or
  2902.      e-mail <mysql-licensing@mysql.com> and ask for an offer to
  2903.      implement it!
  2904.  
  2905.      If the manual covers the syntax you are using, but you have an
  2906.      older version of MySQL, you should check the MySQL change history
  2907.      to see when the syntax was implemented.  In this case, you have
  2908.      the option of upgrading to a newer version of MySQL.  *Note News::.
  2909.  
  2910.    * If you have a problem such that your data appears corrupt or you
  2911.      get errors when you access some particular table, you should first
  2912.      check and then try repairing your tables with `myisamchk' or
  2913.      `CHECK TABLE' and `REPAIR TABLE'.  *Note MySQL Database
  2914.      Administration::.
  2915.  
  2916.    * If you often get corrupted tables you should try to find out when
  2917.      and why this happens!  In this case, the
  2918.      `mysql-data-directory/'hostname'.err' file may contain some
  2919.      information about what happened.  *Note Error log::.  Please
  2920.      include any relevant information from this file in your bug
  2921.      report!  Normally `mysqld' should *NEVER* crash a table if nothing
  2922.      killed it in the middle of an update!  If you can find the cause
  2923.      of `mysqld' dying, it's much easier for us to provide you with a
  2924.      fix for the problem!  *Note What is crashing::.
  2925.  
  2926.    * If possible, download and install the most recent version of MySQL
  2927.      and check whether or not it solves your problem.  All versions of
  2928.      MySQL are thoroughly tested and should work without problems!  We
  2929.      believe in making everything as backward compatible as possible,
  2930.      and you should be able to switch MySQL versions in minutes!  *Note
  2931.      Which version::.
  2932.  
  2933. If you are a support customer, please cross-post the bug report to
  2934. <mysql-support@mysql.com> for higher priority treatment, as well as to
  2935. the appropriate mailing list to see if someone else has experienced (and
  2936. perhaps solved) the problem.
  2937.  
  2938. For information on reporting bugs in *MyODBC*, see *Note ODBC
  2939. Problems::.
  2940.  
  2941. For solutions to some common problems, see *Note Problems::.
  2942.  
  2943. When answers are sent to you individually and not to the mailing list,
  2944. it is considered good etiquette to summarize the answers and send the
  2945. summary to the mailing list so that others may have the benefit of
  2946. responses you received that helped you solve your problem!
  2947.  
  2948. Guidelines for Answering Question on the Mailing List
  2949. .....................................................
  2950.  
  2951. If you consider your answer to have broad interest, you may want to
  2952. post it to the mailing list instead of replying directly to the
  2953. individual who asked.  Try to make your answer general enough that
  2954. people other than the original poster may benefit from it.  When you
  2955. post to the list, please make sure that your answer is not a
  2956. duplication of a previous answer.
  2957.  
  2958. Try to summarize the essential part of the question in your reply;
  2959. don't feel obliged to quote the entire original message.
  2960.  
  2961. Please don't post mail messages from your browser with HTML mode turned
  2962. on!  Many users don't read mail with a browser!
  2963.  
  2964. MySQL Licensing and Support
  2965. ===========================
  2966.  
  2967. This section describes MySQL support and licensing arrangements:
  2968.  
  2969.    * The copyrights under which MySQL is distributed (*note Copyright::)
  2970.  
  2971.    * Sample situations illustrating when a license is required (*note
  2972.      Licensing examples::)
  2973.  
  2974.    * Support costs (*note Cost::) and support benefits (*note Support::)
  2975.  
  2976.    * Commercial licensing costs
  2977.  
  2978. MySQL Licensing Policy
  2979. ----------------------
  2980.  
  2981. The formal terms of the GPL license can be found at *Note GPL license::.
  2982. Basically, our licensing policy and interpretation of the GPL is as
  2983. follows:
  2984.  
  2985. Note that older versions of MySQL are still using a more strict license
  2986. (http://www.mysql.com/support/arrangements/mypl.html).  See the
  2987. documentation for that version for more information. If you need a
  2988. commercial MySQL license, because the GPL license doesn't suit your
  2989. application, you can buy one at `https://order.mysql.com/'.
  2990.  
  2991. For normal internal use, MySQL costs nothing.  You do not have to pay
  2992. us if you do not want to.
  2993.  
  2994. A license is required if:
  2995.  
  2996.    - You link a program, that is not free software, with code from the
  2997.      MySQL server or clients that has the GPL copyright. This happens
  2998.      for example when you use MySQL as an embedded server in your
  2999.      applications or when you add not free extensions to the MySQL
  3000.      server.  In this case your application/code would also become GPL
  3001.      through the GPL license that acts as a virus.  By licensing MySQL
  3002.      server from MySQL AB under a commercial license you will avoid
  3003.      this problem.  See `http://www.gnu.org/copyleft/gpl-faq.html'.
  3004.  
  3005.    - You have a commercial application that ONLY works with MySQL and
  3006.      ships the application with the MySQL server.  This is because we
  3007.      view this as linking even if it is done over the network.
  3008.  
  3009.    - You have a distribution of MySQL and you don't provide the source
  3010.      code for your copy of the MySQL server, as defined in the GPL
  3011.      license.
  3012.  
  3013. A license is *NOT* required if:
  3014.  
  3015.    - You do not need a license to include the client code in commercial
  3016.      programs.  The client part of MySQL licensed with the LGPL `GNU
  3017.      Library General Public License'.  The `mysql' command-line client
  3018.      includes code from the `readline' library that is under the `GPL'.
  3019.  
  3020.    - If your use of MySQL does not require a license, but you like
  3021.      MySQL and want to encourage further development, you are certainly
  3022.      welcome to purchase a license or MySQL support anyway.
  3023.  
  3024.    - If you use MySQL in a commercial context such that you profit by
  3025.      its use, we ask that you further the development of MySQL by
  3026.      purchasing some level of support.  We feel that if MySQL helps
  3027.      your business, it is reasonable to ask that you help MySQL.
  3028.      (Otherwise, if you ask us support questions, you are not only
  3029.      using for free something into which we've put a lot a work, you're
  3030.      asking us to provide free support, too.)
  3031.  
  3032. For circumstances under which a MySQL license is required, you need a
  3033. license per machine that runs the `mysqld' server.  However, a
  3034. multiple-CPU machine counts as a single machine, and there is no
  3035. restriction on the number of MySQL servers that run on one machine, or
  3036. on the number of clients concurrently connected to a server running on
  3037. that machine!
  3038.  
  3039. If you have any questions as to whether or not a license is required for
  3040. your particular use of MySQL, please read this again and then contact
  3041. us.  *Note Contact information::.
  3042.  
  3043. If you require a MySQL license, the easiest way to pay for it is to use
  3044. the license form on MySQL's secure server at
  3045. `https://order.mysql.com/'.  Other forms of payment are discussed in
  3046. *Note Payment information::.
  3047.  
  3048. Copyrights Used by MySQL
  3049. ------------------------
  3050.  
  3051. There are several different copyrights on the MySQL distribution:
  3052.  
  3053.   1. The MySQL-specific source needed to build the `mysqlclient'
  3054.      library is licensed under the `LGPL' and programs in the `client'
  3055.      directory is GPL. Each file has a header that shows which
  3056.      copyright is used for that file.
  3057.  
  3058.   2. The client library and the (GNU `getopt') library are covered by
  3059.      the "GNU LIBRARY GENERAL PUBLIC LICENSE."  *Note LGPL license::.
  3060.  
  3061.   3. Some parts of the source (the `regexp' library) are covered by a
  3062.      Berkeley-style copyright.
  3063.  
  3064.   4. All the source in the server and the (GNU `readline') library is
  3065.      covered by the "GNU GENERAL PUBLIC LICENSE."  *Note GPL license::.
  3066.      This is also available as the file `COPYING' in the distributions.
  3067.  
  3068.  
  3069. One goal is that the SQL client library should be free enough that it is
  3070. possible to add MySQL support into commercial products without a
  3071. license.  For this reason, we chose the LGPL license for the client
  3072. code.
  3073.  
  3074. This means that you can use MySQL for free with any program that uses
  3075. any of the free software licenses.  MySQL is also free for any end user
  3076. for his own or company usage.
  3077.  
  3078. However, if you use MySQL for something important to you, you may want
  3079. to help secure its development by purchasing licenses or a support
  3080. contract.  *Note Support::.
  3081.  
  3082. Copyright Changes
  3083. .................
  3084.  
  3085. Version 3.22 of MySQL is still using a more strict license.  See the
  3086. documentation for that version for more information.
  3087.  
  3088. Example Licensing Situations
  3089. ----------------------------
  3090.  
  3091. This section describes some situations illustrating whether or not you
  3092. must license the MySQL server.  Generally these examples involve
  3093. providing MySQL as an integral part of a product.
  3094.  
  3095. Note that a single MySQL license covers any number of CPUs and `mysqld'
  3096. servers on a machine!  There is no artificial limit on the number of
  3097. clients that connect to the server in any way.
  3098.  
  3099. Selling Products that use MySQL
  3100. ...............................
  3101.  
  3102. To determine whether or not you need a MySQL license when selling your
  3103. application, you should ask whether the proper functioning of your
  3104. application is dependent on the use of MySQL and whether you include
  3105. the MySQL server with your product.  There are several cases to
  3106. consider:
  3107.  
  3108.    * Does your application require MySQL to function properly?
  3109.  
  3110.    * If your product requires MySQL, you need a license for any machine
  3111.      that runs the `mysqld' server.  For example, if you've designed
  3112.      your application around MySQL, then you've really made a
  3113.      commercial product that requires the engine, so you need a license.
  3114.  
  3115.    * If your application does not require MySQL, you do not need to
  3116.      obtain a license.  For example, if using MySQL just adds some new
  3117.      optional features to your product (such as adding logging to a
  3118.      database if MySQL is used rather than logging to a text file), it
  3119.      should fall within normal use, and a license would not be required.
  3120.  
  3121.    * In other words, you need a license if you sell a product designed
  3122.      specifically for use with MySQL or that requires the MySQL server
  3123.      to function at all.  This is true whether or not you provide MySQL
  3124.      for your client as part of your product distribution.
  3125.  
  3126.    * It also depends on what you're doing for the client.  Do you plan
  3127.      to provide your client with detailed instructions on installing
  3128.      MySQL with your software?  Then your product may be contingent on
  3129.      the use of MySQL; if so, you need to buy a license.  If you are
  3130.      simply tying into a database that you expect already to have been
  3131.      installed by the time your software is purchased, then you probably
  3132.      don't need a license.
  3133.  
  3134.  
  3135. ISP MySQL Services
  3136. ..................
  3137.  
  3138. Internet Service Providers (ISPs) often host MySQL servers for their
  3139. customers.  With the GPL license this does not require a license.
  3140.  
  3141. On the other hand, we do encourage people to use ISPs that have MySQL
  3142. support, as this will give them the confidence that if they have some
  3143. problem with their MySQL installation, their ISP will be able to solve
  3144. the problem for them (in some cases with the help from the MySQL
  3145. development team).
  3146.  
  3147. All ISPs that want to keep themselves up-to-date should subscribe to
  3148. our `announce' mailing list so that they can be aware of fatal issues
  3149. that may be relevant for their MySQL installations.
  3150.  
  3151. Note that if the ISP doesn't have a license for MySQL, it should give
  3152. its customers at least read access to the source of the MySQL
  3153. installation so that its customer can verify that it is patched
  3154. correctly.
  3155.  
  3156. Running a Web Server Using MySQL
  3157. ................................
  3158.  
  3159. If you use MySQL in conjunction with a Web server on Unix, you don't
  3160. have to pay for a license.
  3161.  
  3162. This is true even if you run a commercial Web server that uses MySQL,
  3163. because you are not selling an embedded MySQL version yourself.
  3164. However, in this case we would like you to purchase MySQL support,
  3165. because MySQL is helping your enterprise.
  3166.  
  3167. MySQL Licensing and Support Costs
  3168. ---------------------------------
  3169.  
  3170. Our current license prices are shown below. To make a purchase, please
  3171. visit `https://order.mysql.com/'.
  3172.  
  3173. If you pay by credit card, the currency is EURO (European Union Euro)
  3174. so the prices will differ slightly.
  3175.  
  3176. *Number of licenses*   *Per copy*             
  3177. 1-9                    230 EURO               
  3178. 10-24                  138 EURO               
  3179. 25-49                  117 EURO               
  3180. 50-99                  102 EURO               
  3181. 100-249                91 EURO                
  3182. 250-499                76 EURO                
  3183. 500-999                66 EURO                
  3184.  
  3185. For high volume (OEM) purchases, please contact <sales@mysql.com>.
  3186.  
  3187. For OEM purchases, you must act as the middle-man for eventual problems
  3188. or extension requests from your users.  We also require that OEM
  3189. customers have at least an extended e-mail support contract.  Note that
  3190. OEM licenses only apply for products where the user doesn't have direct
  3191. access to the MySQL server (embedded system).  In other words, the
  3192. MySQL server should only be used with the application that was supplied
  3193. you.
  3194.  
  3195. If you have a low-margin, high-volume product, you can always talk to us
  3196. about other terms (for example, a percent of the sale price).  If you
  3197. do, please be informative about your product, pricing, market, and any
  3198. other information that may be relevant.
  3199.  
  3200. A full-price license is not a support agreement and includes very
  3201. minimal support.  This means that we try to answer any relevant
  3202. questions.  If the answer is in the documentation, we will direct you
  3203. to the appropriate section.  If you have not purchased a license or
  3204. support, we probably will not answer at all.
  3205.  
  3206. If you discover what we consider a real bug, we are likely to fix it in
  3207. any case.  But if you pay for support we will notify you about the fix
  3208. status instead of just fixing it in a later release.
  3209.  
  3210. More comprehensive support is sold separately.  Descriptions of what
  3211. each level of support includes are given in *Note Support::.  Costs for
  3212. the various types of commercial support are shown below.  Support level
  3213. prices are in EURO (European Union Euro).  One EURO is about 1.06 USD.
  3214.  
  3215. *Type of support*                    *Cost per year*
  3216. Basic e-mail support. *Note Basic    EURO 200
  3217. email support::.                     
  3218. Extended e-mail support *Note        EURO 1000
  3219. Extended email support::.            
  3220. Login support *Note Login            EURO 2000
  3221. support::.                           
  3222. Extended login support *Note         EURO 5000
  3223. Extended login support::.            
  3224. Telephone support *Note Telephone    EURO 12000
  3225. support::.                           
  3226.  
  3227. You may upgrade from any lower level of support to a higher level of
  3228. support for the difference in price between the two support levels.
  3229.  
  3230. We do also provide telephone support (mostly emergency support but also
  3231. 24/7 support).  This support option doesn't however have a fixed price
  3232. but is negotiated for case to case.  If you are interested in this
  3233. option you can email <sales@mysql.com> and tell us about your needs.
  3234.  
  3235. Note that as our sales staff is very busy, it may take some time until
  3236. your request is handled.  Our support staff does however always answer
  3237. promptly to support questions!
  3238.  
  3239. Payment information
  3240. ...................
  3241.  
  3242. Currently we can take SWIFT payments, checks, or credit cards.
  3243.  
  3244. Payment should be made to:
  3245.  
  3246.      Postgirot Bank AB
  3247.      105 06 STOCKHOLM, SWEDEN
  3248.      
  3249.      MySQL AB
  3250.      BOX 6434
  3251.      11382 STOCKHOLM, SWEDEN
  3252.      
  3253.      SWIFT address: PGSI SESS
  3254.      Account number: 96 77 06 - 3
  3255.  
  3256. Specify: license and/or support and your name and e-mail address.
  3257.  
  3258. In Europe and Japan you can use EuroGiro (that should be less
  3259. expensive) to the same account.
  3260.  
  3261. If you want to pay by check, make it payable to "MySQL Finland AB" and
  3262. mail it to the address below:
  3263.  
  3264.      MySQL AB
  3265.      BOX 6434, Torsgatan 21
  3266.      11382 STOCKHOLM, SWEDEN
  3267.  
  3268. If you want to pay by credit card over the Internet, you can use MySQL
  3269. AB's secure license form (https://order.mysql.com/).
  3270.  
  3271. You can also print a copy of the license form, fill it in, and send it
  3272. by fax to:
  3273.  
  3274. +46-8-729 69 05
  3275.  
  3276. If you want us to bill you, you can use the license form and write "bill
  3277. us" in the comment field.  You can also mail a message to
  3278. <sales@mysql.com> (*not* `mysql@lists.mysql.com'!)  with your company
  3279. information and ask us to bill you.
  3280.  
  3281. Contact Information
  3282. ...................
  3283.  
  3284. For commercial licensing, please contact the MySQL licensing team.  The
  3285. much preferred method is by e-mail to <licensing@mysql.com>.  Fax is
  3286. also possible but handling of these may take much longer (Fax +46-8-729
  3287. 69 05).
  3288.  
  3289. If you represent a business that is interested in partnering with
  3290. MySQL, please send e-mail to <partner@mysql.com>.
  3291.  
  3292. For timely, precise answers to technical questions about MySQL you
  3293. should order (https://order.mysql.com/) one of our support contracts
  3294. (http://www.mysql.com/support/arrangements/types.html).  MySQL support
  3295. is provided by the MySQL developers so the standard is extremely high.
  3296.  
  3297. If you are interested in placing a banner advertisement on our Web site,
  3298. please send e-mail to <advertising@mysql.com>.
  3299.  
  3300. If you are interested in any of the jobs listed in our jobs
  3301. (http://www.mysql.com/development/jobs/) section, please send e-mail to
  3302. <jobs@mysql.com>.
  3303.  
  3304. For general discussion amongst our many users, please direct your
  3305. attention to the appropriate mailing list
  3306. (http://www.mysql.com/documentation/lists.html).
  3307.  
  3308. For general information inquires, please send e-mail to
  3309. <info@mysql.com>.
  3310.  
  3311. For questions or comments about the workings or content of the Web site,
  3312. please send e-mail to <webmaster@mysql.com>.
  3313.  
  3314. Types of Commercial Support
  3315. ---------------------------
  3316.  
  3317. The following is true of all support options:
  3318.  
  3319.    * The support is per year.
  3320.  
  3321.    * We will fix, or provide a reasonable workaround for any repeatable
  3322.      bug.
  3323.  
  3324.    * We will give a reasonable effort to find and fix any other MySQL
  3325.      related bug.
  3326.  
  3327.    * The higher level of support contract the more effort we will put
  3328.      into finding a solution to your problems.
  3329.  
  3330.    * The following is true for all support contracts except Basic email
  3331.      support:
  3332.  
  3333.      For non-bug related things, like helping you optimize your queries
  3334.      or your system, extending MySQL with new functionality, etc., we
  3335.      charge 200 EURO/hour, which is deducted from your support
  3336.      contract.  In other words, if you have login support (2000 EURO),
  3337.      you can expect us to work up to 10 hours to help you with things
  3338.      like this.
  3339.  
  3340. Basic E-mail Support
  3341. ....................
  3342.  
  3343. Basic e-mail support is a very inexpensive support option and should be
  3344. thought of more as a way to support our development of MySQL than as a
  3345. real support option.  We at MySQL do give a lot of free support in all
  3346. the different MySQL lists, and the money we get from basic e-mail
  3347. support is largely used to make this possible.
  3348.  
  3349. At this support level, the MySQL mailing lists are the preferred means
  3350. of communication.  Questions normally should be mailed to the primary
  3351. mailing list (<mysql@lists.mysql.com>) or one of the other regular
  3352. lists (for example, <win32@lists.mysql.com> for Windows-related MySQL
  3353. questions), as someone else already may have experienced and solved the
  3354. problem you have.  *Note Asking questions::.
  3355.  
  3356. However, by purchasing basic e-mail support, you also have access to the
  3357. support address <mysql-support@mysql.com>, which is not available as
  3358. part of the minimal support that you get by purchasing a MySQL license.
  3359. This means that for especially critical questions, you can cross-post
  3360. your message to <mysql-support@mysql.com>.  (If the message contains
  3361. sensitive data, you should post only to <mysql-support@mysql.com>.)
  3362.  
  3363. *REMEMBER!* to ALWAYS include your registration number and expiration
  3364. date when you send a message to <mysql-support@mysql.com>.
  3365.  
  3366. Note that if you have encountered a critical, repeatable bug, and follow
  3367. the rules outlined in the manual section of how to report bugs and send
  3368. it to <bugs@lists.mysql.com>, we promise to try to fix this as soon as
  3369. possible, regardless of your support level!  *Note Bug reports::.
  3370.  
  3371. Basic e-mail support includes the following types of service:
  3372.  
  3373.    * If your question is already answered in the manual, we will inform
  3374.      you of the correct section in which you can find the answer.  If
  3375.      the answer is not in the manual, we will point you in the right
  3376.      direction to solve your problem.
  3377.  
  3378.    * We guarantee a timely answer for your e-mail messages.  We can't
  3379.      guarantee that we can solve any problem, but at least you will
  3380.      receive an answer if we can contact you by e-mail.
  3381.  
  3382.    * We will help with unexpected problems when you install MySQL from a
  3383.      binary distribution on supported platforms.  This level of support
  3384.      does not cover installing MySQL from a source distribution.
  3385.      Supported platforms are those for which MySQL is known to work.
  3386.      *Note Which OS::.
  3387.  
  3388.    * We will help you with bugs and missing features.  Any bugs that
  3389.      are found are fixed for the next MySQL release.  If the bug is
  3390.      critical for you, we will mail you a patch for it as soon the bug
  3391.      is fixed.  Critical bugs always have the highest priority for us,
  3392.      and we ensure that they are fixed as soon as possible.
  3393.  
  3394.    * Your suggestions for the further development of MySQL will be
  3395.      taken into consideration.  By taking email support you have already
  3396.      helped the further development of MySQL.  If you want to have more
  3397.      input, upgrade to a higher level of support.
  3398.  
  3399.    * If you want us to help optimize your system, you must upgrade to a
  3400.      higher level of support.
  3401.  
  3402. Extended E-mail Support
  3403. .......................
  3404.  
  3405. Extended e-mail support includes everything in basic e-mail support with
  3406. these additions:
  3407.  
  3408.    * Your e-mail will be dealt with before mail from basic e-mail
  3409.      support users and non-registered users.
  3410.  
  3411.    * Your suggestions for the further development of MySQL will receive
  3412.      strong consideration.  Simple extensions that suit the basic goals
  3413.      of MySQL are implemented in a matter of days.  By taking extended
  3414.      e-mail support you have already helped the further development of
  3415.      MySQL.
  3416.  
  3417.    * Typical situations that are covered by extended e-mail support are:
  3418.  
  3419.         - We will answer and (within reason) solve questions that
  3420.           relate to possible bugs in MySQL.  As soon as the bug is
  3421.           found and corrected, we will mail a patch for it.
  3422.  
  3423.         - We will help with unexpected problems when you install MySQL
  3424.           from a source or binary distribution on supported platforms.
  3425.  
  3426.         - We will answer questions about missing features and offer
  3427.           hints how to work around them.
  3428.  
  3429.         - We will provide hints on optimizing `mysqld' for your
  3430.           situation.
  3431.  
  3432.    * You are allowed to influence the priority of items on the MySQL
  3433.      TODO List.  *Note TODO::.  This will ensure that the features you
  3434.      really need will be implemented sooner than they might be
  3435.      otherwise.
  3436.  
  3437. Login Support
  3438. .............
  3439.  
  3440. Login support includes everything in extended e-mail support with these
  3441. additions:
  3442.  
  3443.    * Your e-mail will be dealt with even before e-mail from extended
  3444.      e-mail support users.
  3445.  
  3446.    * Your suggestions for the further development of MySQL will be
  3447.      taken into very high consideration.  Realistic extensions that can
  3448.      be implemented in a couple of hours and that suit the basic goals
  3449.      of MySQL will be implemented as soon as possible.
  3450.  
  3451.    * If you have a very specific problem, we can try to log in on your
  3452.      system to solve the problem "in place."
  3453.  
  3454.    * Like any database vendor, we can't guarantee that we can rescue
  3455.      any data from crashed tables, but if the worst happens, we will
  3456.      help you rescue as much as possible.  MySQL has proven itself very
  3457.      reliable, but anything is possible due to circumstances beyond our
  3458.      control (for example, if your system crashes or someone kills the
  3459.      server by executing a `kill -9' command).
  3460.  
  3461.    * We will provide hints on optimizing your system and your queries.
  3462.  
  3463.    * You are allowed to call a MySQL developer (in moderation) and
  3464.      discuss your MySQL-related problems.  This option is however only
  3465.      to be used as a last result during an emergency after we have
  3466.      failed to grasp the total problem with email.  To make efficient
  3467.      use of our time we need to first get all facts about the problem,
  3468.      before talking on phone, to be able to work as efficiently as
  3469.      possible on solving the problem.
  3470.  
  3471. Extended Login Support
  3472. ......................
  3473.  
  3474. Extended login support includes everything in login support with these
  3475. additions:
  3476.  
  3477.    * Your e-mail has the highest possible priority.
  3478.  
  3479.    * We will actively examine your system and help you optimize it and
  3480.      your queries.  We may also optimize and/or extend MySQL to better
  3481.      suit your needs.
  3482.  
  3483.    * You may also request special extensions just for you.  For example:
  3484.           mysql> select MY_FUNC(col1,col2) from table;
  3485.  
  3486.    * We will provide a binary distribution of all important MySQL
  3487.      releases for your system, as long as we can get an account on a
  3488.      similar system.  In the worst case, we may require access to your
  3489.      system to be able to create a binary distribution.
  3490.  
  3491.    * If you can provide accommodations and pay for traveler fares, you
  3492.      can even get a MySQL developer to visit you and offer you help with
  3493.      your troubles.  Extended login support entitles you to one personal
  3494.      encounter per year, but we are always very flexible towards our
  3495.      customers!  If the visit takes 16 hours or more, the first 8 hours
  3496.      is without charge.  For the hours above 8 hours, you will be
  3497.      charged with a rate that is at least 20 % less than our standard
  3498.      rates.
  3499.  
  3500. Telephone Support
  3501. .................
  3502.  
  3503. Telephone support includes everything in extended login support with
  3504. these additions:
  3505.  
  3506.    * We will provide you with a dynamic web page showing the current
  3507.      list of `MySQL' developers that you can phone when you have a
  3508.      critical problem.
  3509.  
  3510.    * For non critical problem, you can request a MySQL developer to
  3511.      phone back within 48 hours to discuss `MySQL' related issues.
  3512.  
  3513. Support for other table handlers
  3514. ................................
  3515.  
  3516. To get support for `BDB' tables, `InnoDB' tables you have to pay an
  3517. additional 30% on the standard support price for each of the table
  3518. handlers you would like to have support for.
  3519.  
  3520. We at `MySQL AB' will help you create a proper bug report for the table
  3521. handler and submit it to the developers for the specific table handler.
  3522. We will also do our best to ensure that you will get a timely answer
  3523. or solution from the developers of the table handler.
  3524.  
  3525. Even if we are quite confident that we can solve most problems within a
  3526. timely manner, we can't guarantee a quick solution for any problems you
  3527. can get with the different table handlers.  We will however do our best
  3528. to help you get the problem solved.
  3529.  
  3530. How Standards-compatible Is MySQL?
  3531. ==================================
  3532.  
  3533. This section describes how MySQL relates to the ANSI SQL standards.
  3534. MySQL has many extensions to the ANSI SQL standards, and here you will
  3535. find out what they are, and how to use them.  You will also find
  3536. information about functionality missing from MySQL, and how to work
  3537. around some differences.
  3538.  
  3539. MySQL Extensions to ANSI SQL92
  3540. ------------------------------
  3541.  
  3542. MySQL includes some extensions that you probably will not find in other
  3543. SQL databases.  Be warned that if you use them, your code will not be
  3544. portable to other SQL servers.  In some cases, you can write code that
  3545. includes MySQL extensions, but is still portable, by using comments of
  3546. the form `/*! ... */'.  In this case, MySQL will parse and execute the
  3547. code within the comment as it would any other MySQL statement, but
  3548. other SQL servers will ignore the extensions.  For example:
  3549.  
  3550.      SELECT /*! STRAIGHT_JOIN */ col_name FROM table1,table2 WHERE ...
  3551.  
  3552. If you add a version number after the `'!'', the syntax will only be
  3553. executed if the MySQL version is equal to or newer than the used
  3554. version number:
  3555.  
  3556.      CREATE /*!32302 TEMPORARY */ TABLE (a int);
  3557.  
  3558. The above means that if you have Version 3.23.02 or newer, then MySQL
  3559. will use the `TEMPORARY' keyword.
  3560.  
  3561. MySQL extensions are listed below:
  3562.  
  3563.    * The field types `MEDIUMINT', `SET', `ENUM', and the different
  3564.      `BLOB' and `TEXT' types.
  3565.  
  3566.    * The field attributes `AUTO_INCREMENT', `BINARY', `NULL',
  3567.      `UNSIGNED', and `ZEROFILL'.
  3568.  
  3569.    * All string comparisons are case insensitive by default, with sort
  3570.      ordering determined by the current character set (ISO-8859-1
  3571.      Latin1 by default).  If you don't like this, you should declare
  3572.      your columns with the `BINARY' attribute or use the `BINARY' cast,
  3573.      which causes comparisons to be done according to the ASCII order
  3574.      used on the MySQL server host.
  3575.  
  3576.    * MySQL maps each database to a directory under the MySQL data
  3577.      directory, and tables within a database to filenames in the
  3578.      database directory.
  3579.  
  3580.      This has a few implications:
  3581.  
  3582.         - Database names and table names are case sensitive in MySQL on
  3583.           operating systems that have case-sensitive filenames (like
  3584.           most Unix systems). *Note Name case sensitivity::.
  3585.  
  3586.         - Database, table, index, column, or alias names may begin with
  3587.           a digit (but may not consist solely of digits).
  3588.  
  3589.         - You can use standard system commands to backup, rename, move,
  3590.           delete, and copy tables.  For example, to rename a table,
  3591.           rename the `.MYD', `.MYI', and `.frm' files to which the
  3592.           table corresponds.
  3593.  
  3594.    * In SQL statements, you can access tables from different databases
  3595.      with the `db_name.tbl_name' syntax.  Some SQL servers provide the
  3596.      same functionality but call this `User space'.  MySQL doesn't
  3597.      support tablespaces as in: `create table ralph.my_table...IN
  3598.      my_tablespace'.
  3599.  
  3600.    * `LIKE' is allowed on numeric columns.
  3601.  
  3602.    * Use of `INTO OUTFILE' and `STRAIGHT_JOIN' in a `SELECT' statement.
  3603.      *Note `SELECT': SELECT.
  3604.  
  3605.    * The `SQL_SMALL_RESULT' option in a `SELECT' statement.
  3606.  
  3607.    * `EXPLAIN SELECT' to get a description on how tables are joined.
  3608.  
  3609.    * Use of index names, indexes on a prefix of a field, and use of
  3610.      `INDEX' or `KEY' in a `CREATE TABLE' statement. *Note `CREATE
  3611.      TABLE': CREATE TABLE.
  3612.  
  3613.    * Use of `TEMPORARY' or `IF NOT EXISTS' with `CREATE TABLE'.
  3614.  
  3615.    * Use of `COUNT(DISTINCT list)' where 'list' is more than one
  3616.      element.
  3617.  
  3618.    * Use of `CHANGE col_name', `DROP col_name', or `DROP INDEX',
  3619.      `IGNORE' or `RENAME' in an `ALTER TABLE' statement. *Note `ALTER
  3620.      TABLE': ALTER TABLE.
  3621.  
  3622.    * Use of `RENAME TABLE'. *Note `RENAME TABLE': RENAME TABLE.
  3623.  
  3624.    * Use of multiple `ADD', `ALTER', `DROP', or `CHANGE' clauses in an
  3625.      `ALTER TABLE' statement.
  3626.  
  3627.    * Use of `DROP TABLE' with the keywords `IF EXISTS'.
  3628.  
  3629.    * You can drop multiple tables with a single `DROP TABLE' statement.
  3630.  
  3631.    * The `LIMIT' clause of the `DELETE' statement.
  3632.  
  3633.    * The `DELAYED' clause of the `INSERT' and `REPLACE' statements.
  3634.  
  3635.    * The `LOW_PRIORITY' clause of the `INSERT', `REPLACE', `DELETE',
  3636.      and `UPDATE' statements.
  3637.  
  3638.    * Use of `LOAD DATA INFILE'. In many cases, this syntax is
  3639.      compatible with Oracle's `LOAD DATA INFILE'. *Note `LOAD DATA':
  3640.      LOAD DATA.
  3641.  
  3642.    * The `ANALYZE TABLE', `CHECK TABLE', `OPTIMIZE TABLE', and `REPAIR
  3643.      TABLE' statements.
  3644.  
  3645.    * The `SHOW' statement.  *Note `SHOW': SHOW.
  3646.  
  3647.    * Strings may be enclosed by either `"' or `'', not just by `''.
  3648.  
  3649.    * Use of the escape `\' character.
  3650.  
  3651.    * The `SET OPTION' statement. *Note `SET OPTION': SET OPTION.
  3652.  
  3653.    * You don't need to name all selected columns in the `GROUP BY' part.
  3654.      This gives better performance for some very specific, but quite
  3655.      normal queries.  *Note Group by functions::.
  3656.  
  3657.    * One can specify `ASC' and `DESC' with `GROUP BY'.
  3658.  
  3659.    * To make it easier for users who come from other SQL environments,
  3660.      MySQL supports aliases for many functions. For example, all string
  3661.      functions support both ANSI SQL syntax and ODBC syntax.
  3662.  
  3663.    * MySQL understands the `||' and `&&' operators to mean logical OR
  3664.      and AND, as in the C programming language.  In MySQL, `||' and
  3665.      `OR' are synonyms, as are `&&' and `AND'.  Because of this nice
  3666.      syntax, MySQL doesn't support the ANSI SQL `||' operator for
  3667.      string concatenation; use `CONCAT()' instead. Because `CONCAT()'
  3668.      takes any number of arguments, it's easy to convert use of the
  3669.      `||' operator to MySQL.
  3670.  
  3671.    * `CREATE DATABASE' or `DROP DATABASE'.  *Note `CREATE DATABASE':
  3672.      CREATE DATABASE.
  3673.  
  3674.    * The `%' operator is a synonym for `MOD()'.  That is, `N % M' is
  3675.      equivalent to `MOD(N,M)'.  `%' is supported for C programmers and
  3676.      for compatibility with PostgreSQL.
  3677.  
  3678.    * The `=', `<>', `<=' ,`<', `>=',`>', `<<', `>>', `<=>', `AND',
  3679.      `OR', or `LIKE' operators may be used in column comparisons to the
  3680.      left of the `FROM' in `SELECT' statements.  For example:
  3681.  
  3682.           mysql> SELECT col1=1 AND col2=2 FROM tbl_name;
  3683.  
  3684.    * The `LAST_INSERT_ID()' function.  *Note `mysql_insert_id()':
  3685.      mysql_insert_id.
  3686.  
  3687.    * The `REGEXP' and `NOT REGEXP' extended regular expression
  3688.      operators.
  3689.  
  3690.    * `CONCAT()' or `CHAR()' with one argument or more than two
  3691.      arguments.  (In MySQL, these functions can take any number of
  3692.      arguments.)
  3693.  
  3694.    * The `BIT_COUNT()', `CASE', `ELT()', `FROM_DAYS()', `FORMAT()',
  3695.      `IF()', `PASSWORD()', `ENCRYPT()', `md5()', `ENCODE()', `DECODE()',
  3696.      `PERIOD_ADD()', `PERIOD_DIFF()', `TO_DAYS()', or `WEEKDAY()'
  3697.      functions.
  3698.  
  3699.    * Use of `TRIM()' to trim substrings. ANSI SQL only supports removal
  3700.      of single characters.
  3701.  
  3702.    * The `GROUP BY' functions `STD()', `BIT_OR()', and `BIT_AND()'.
  3703.  
  3704.    * Use of `REPLACE' instead of `DELETE' + `INSERT'.  *Note `REPLACE':
  3705.      REPLACE.
  3706.  
  3707.    * The `FLUSH', `RESET' and `DO' statements.
  3708.  
  3709.    * The possibility to set variables in a statement with `:=':
  3710.           SELECT @a:=SUM(total),@b=COUNT(*),@a/@b AS avg FROM test_table;
  3711.           SELECT @t1:=(@t2:=1)+@t3:=4,@t1,@t2,@t3;
  3712.  
  3713.  
  3714. MySQL Differences Compared to ANSI SQL92
  3715. ----------------------------------------
  3716.  
  3717. We try to make MySQL follow the ANSI SQL standard and the ODBC SQL
  3718. standard, but in some cases MySQL does some things differently:
  3719.  
  3720.    * `--' is only a comment if followed by a white space. *Note Missing
  3721.      comments::.
  3722.  
  3723.    * For `VARCHAR' columns, trailing spaces are removed when the value
  3724.      is stored. *Note Bugs::.
  3725.  
  3726.    * In some cases, `CHAR' columns are silently changed to `VARCHAR'
  3727.      columns. *Note Silent column changes::.
  3728.  
  3729.    * Privileges for a table are not automatically revoked when you
  3730.      delete a table. You must explicitly issue a `REVOKE' to revoke
  3731.      privileges for a table. *Note `GRANT': GRANT.
  3732.  
  3733.    * `NULL AND FALSE' will evaluate to `NULL' and not to `FALSE'.  This
  3734.      is because we don't think it's good to have to evaluate a lot of
  3735.      extra conditions in this case.
  3736.  
  3737. Running MySQL in ANSI Mode
  3738. --------------------------
  3739.  
  3740. If you start `mysqld' with the `--ansi' option, the following behavior
  3741. of MySQL changes:
  3742.  
  3743.    * `||' is string concatenation instead of `OR'.
  3744.  
  3745.    * You can have any number of spaces between a function name and the
  3746.      `('.  This forces all function names to be treated as reserved
  3747.      words.
  3748.  
  3749.    * `"' will be an identifier quote character (like the MySQL ``'
  3750.      quote character) and not a string quote character.
  3751.  
  3752.    * `REAL' will be a synonym for `FLOAT' instead of a synonym of
  3753.      `DOUBLE'.
  3754.  
  3755.    * The default transaction isolation level is `SERIALIZABLE'.  *Note
  3756.      SET TRANSACTION::.
  3757.  
  3758. This is the same as using
  3759. `--sql-mode=REAL_AS_FLOAT,PIPES_AS_CONCAT,ANSI_QUOTES,IGNORE_SPACE,SERIALIZE,ONLY_FULL_GROUP_BY'.
  3760.  
  3761. Functionality Missing from MySQL
  3762. --------------------------------
  3763.  
  3764. The following functionality is missing in the current version of MySQL.
  3765. For a prioritized list indicating when new extensions may be added to
  3766. MySQL, you should consult the online MySQL TODO list
  3767. (http://www.mysql.com/documentation/manual.php?section=TODO). That is
  3768. the latest version of the TODO list in this manual. *Note TODO::.
  3769.  
  3770. Sub-selects
  3771. ...........
  3772.  
  3773. MySQL currently only supports sub selects of the form `INSERT ...
  3774. SELECT ...' and `REPLACE ... SELECT ...'. You can however use the
  3775. function `IN()' in other contexts.
  3776.  
  3777. In many cases you can rewrite the query without a sub-select:
  3778.  
  3779.      SELECT * FROM table1 WHERE id IN (SELECT id FROM table2);
  3780.  
  3781. This can be re-written as:
  3782.  
  3783.      SELECT table1.* FROM table1,table2 WHERE table1.id=table2.id;
  3784.  
  3785. The queries:
  3786.      SELECT * FROM table1 WHERE id NOT IN (SELECT id FROM table2);
  3787.      SELECT * FROM table1 WHERE NOT EXISTS (SELECT id FROM table2 where table1.id=table2.id);
  3788.  
  3789. Can be rewritten as:
  3790.  
  3791.      SELECT table1.* FROM table1 LEFT JOIN table2 ON table1.id=table2.id where table2.id IS NULL
  3792.  
  3793. For more complicated subqueries you can often create temporary tables
  3794. to hold the subquery.  In some cases, however this option will not
  3795. work. The most frequently encountered of these cases arises with
  3796. `DELETE' statements, for which standard SQL does not support joins
  3797. (except in sub-selects).  For this situation there are two options
  3798. available until subqueries are supported by MySQL.
  3799.  
  3800. The first option is to use a procedural programming language (such as
  3801. Perl or PHP) to submit a `SELECT' query to obtain the primary keys for
  3802. the records to be deleted, and then use these values to construct the
  3803. `DELETE' statement (`DELETE FROM ... WHERE ... IN (key1, key2, ...)').
  3804.  
  3805. The second option is to use interactive SQL to contruct a set of
  3806. `DELETE' statements automatically, using the MySQL extension `CONCAT()'
  3807. (in lieu of the standard `||' operator).  For example:
  3808.  
  3809.      SELECT CONCAT('DELETE FROM tab1 WHERE pkid = ', tab1.pkid, ';')
  3810.        FROM tab1, tab2
  3811.       WHERE tab1.col1 = tab2.col2;
  3812.  
  3813. You can place this query in a script file and redirect input from it to
  3814. the `mysql' command-line interpreter, piping its output back to a
  3815. second instance of the interpreter:
  3816.  
  3817.      prompt> mysql --skip-column-names mydb < myscript.sql | mysql mydb
  3818.  
  3819. MySQL 4.0 supports multi-table deletes that can be used to efficiently
  3820. delete rows based on information from one table or even from many tables
  3821. at the same time.
  3822.  
  3823. `SELECT INTO TABLE'
  3824. ...................
  3825.  
  3826. MySQL doesn't yet support the Oracle SQL extension: `SELECT ... INTO
  3827. TABLE ...'.  MySQL supports instead the ANSI SQL syntax `INSERT INTO
  3828. ... SELECT ...', which is basically the same thing. *Note INSERT
  3829. SELECT::.
  3830.  
  3831.      INSERT INTO tblTemp2 (fldID) SELECT tblTemp1.fldOrder_ID FROM tblTemp1 WHERE
  3832.      tblTemp1.fldOrder_ID > 100;
  3833.  
  3834. Alternatively, you can use `SELECT INTO OUTFILE...' or `CREATE TABLE
  3835. ... SELECT' to solve your problem.
  3836.  
  3837. Transactions
  3838. ............
  3839.  
  3840. As MySQL does nowadays support transactions, the following discussion
  3841. is only valid if you are only using the non-transaction-safe table
  3842. types. *Note COMMIT::.
  3843.  
  3844. The question is often asked, by the curious and the critical, "Why is
  3845. MySQL not a transactional database?" or "Why does MySQL not support
  3846. transactions?"
  3847.  
  3848. MySQL has made a conscious decision to support another paradigm for
  3849. data integrity, "atomic operations." It is our thinking and experience
  3850. that atomic operations offer equal or even better integrity with much
  3851. better performance. We, nonetheless, appreciate and understand the
  3852. transactional database paradigm and plan, within the next few releases,
  3853. to introduce transaction-safe tables on a per table basis. We will be
  3854. giving our users the possibility to decide if they need the speed of
  3855. atomic operations or if they need to use transactional features in their
  3856. applications.
  3857.  
  3858. How does one use the features of MySQL to maintain rigorous integrity
  3859. and how do these features compare with the transactional paradigm?
  3860.  
  3861. First, in the transactional paradigm, if your applications are written
  3862. in a way that is dependent on the calling of "rollback" instead of
  3863. "commit" in critical situations, then transactions are more convenient.
  3864. Moreover, transactions ensure that unfinished updates or corrupting
  3865. activities are not committed to the database; the server is given the
  3866. opportunity to do an automatic rollback and your database is saved.
  3867.  
  3868. MySQL, in almost all cases, allows you to solve for potential problems
  3869. by including simple checks before updates and by running simple scripts
  3870. that check the databases for inconsistencies and automatically repair
  3871. or warn if such occurs. Note that just by using the MySQL log or even
  3872. adding one extra log, one can normally fix tables perfectly with no
  3873. data integrity loss.
  3874.  
  3875. Moreover, fatal transactional updates can be rewritten to be atomic. In
  3876. fact,we will go so far as to say that all integrity problems that
  3877. transactions solve can be done with `LOCK TABLES' or atomic updates,
  3878. ensuring that you never will get an automatic abort from the database,
  3879. which is a common problem with transactional databases.
  3880.  
  3881. Not even transactions can prevent all loss if the server goes down.  In
  3882. such cases even a transactional system can lose data.  The difference
  3883. between different systems lies in just how small the time-lap is where
  3884. they could lose data. No system is 100% secure, only "secure enough."
  3885. Even Oracle, reputed to be the safest of transactional databases, is
  3886. reported to sometimes lose data in such situations.
  3887.  
  3888. To be safe with MySQL, you only need to have backups and have the
  3889. update logging turned on.  With this you can recover from any situation
  3890. that you could with any transactional database.  It is, of course,
  3891. always good to have backups, independent of which database you use.
  3892.  
  3893. The transactional paradigm has its benefits and its drawbacks. Many
  3894. users and application developers depend on the ease with which they can
  3895. code around problems where an abort appears to be, or is necessary, and
  3896. they may have to do a little more work with MySQL to either think
  3897. differently or write more. If you are new to the atomic operations
  3898. paradigm, or more familiar or more comfortable with transactions, do not
  3899. jump to the conclusion that MySQL has not addressed these issues.
  3900. Reliability and integrity are foremost in our minds.  Recent estimates
  3901. indicate that there are more than 1,000,000 `mysqld' servers currently
  3902. running, many of which are in production environments.  We hear very,
  3903. very seldom from our users that they have lost any data, and in almost
  3904. all of those cases user error is involved. This is, in our opinion, the
  3905. best proof of MySQL's stability and reliability.
  3906.  
  3907. Lastly, in situations where integrity is of highest importance, MySQL's
  3908. current features allow for transaction-level or better reliability and
  3909. integrity. If you lock tables with `LOCK TABLES', all updates will
  3910. stall until any integrity checks are made.  If you only obtain a read
  3911. lock (as opposed to a write lock), then reads and inserts are still
  3912. allowed to happen.  The new inserted records will not be seen by any of
  3913. the clients that have a `READ' lock until they release their read
  3914. locks.  With `INSERT DELAYED' you can queue inserts into a local queue,
  3915. until the locks are released, without having the client wait for the
  3916. insert to complete. *Note INSERT DELAYED::.
  3917.  
  3918. "Atomic," in the sense that we mean it, is nothing magical. It only
  3919. means that you can be sure that while each specific update is running,
  3920. no other user can interfere with it, and there will never be an
  3921. automatic rollback (which can happen on transaction based systems if
  3922. you are not very careful).  MySQL also guarantees that there will not be
  3923. any dirty reads.  You can find some example of how to write atomic
  3924. updates in the commit-rollback section. *Note Commit-rollback::.
  3925.  
  3926. We have thought quite a bit about integrity and performance, and we
  3927. believe that our atomic operations paradigm allows for both high
  3928. reliability and extremely high performance, on the order of three to
  3929. five times the speed of the fastest and most optimally tuned of
  3930. transactional databases. We didn't leave out transactions because they
  3931. are hard to do. The main reason we went with atomic operations as
  3932. opposed to transactions is that by doing this we could apply many speed
  3933. optimizations that would not otherwise have been possible.
  3934.  
  3935. Many of our users who have speed foremost in their minds are not at all
  3936. concerned about transactions. For them transactions are not an issue.
  3937. For those of our users who are concerned with or have wondered about
  3938. transactions vis-a-vis MySQL, there is a "MySQL way" as we have
  3939. outlined above.  For those where safety is more important than speed,
  3940. we recommend them to use the `BDB', or `InnoDB' tables for all their
  3941. critical data. *Note Table types::.
  3942.  
  3943. One final note: We are currently working on a safe replication schema
  3944. that we believe to be better than any commercial replication system we
  3945. know of. This system will work most reliably under the atomic
  3946. operations, non-transactional, paradigm. Stay tuned.
  3947.  
  3948. Stored Procedures and Triggers
  3949. ..............................
  3950.  
  3951. A stored procedure is a set of SQL commands that can be compiled and
  3952. stored in the server. Once this has been done, clients don't need to
  3953. keep reissuing the entire query but can refer to the stored procedure.
  3954. This provides better performance because the query has to be parsed
  3955. only once, and less information needs to be sent between the server and
  3956. the client. You can also raise the conceptual level by having libraries
  3957. of functions in the server.
  3958.  
  3959. A trigger is a stored procedure that is invoked when a particular event
  3960. occurs.  For example, you can install a stored procedure that is
  3961. triggered each time a record is deleted from a transaction table and
  3962. that automatically deletes the corresponding customer from a customer
  3963. table when all his transactions are deleted.
  3964.  
  3965. The planned update language will be able to handle stored procedures,
  3966. but without triggers. Triggers usually slow down everything, even
  3967. queries for which they are not needed.
  3968.  
  3969. To see when MySQL might get stored procedures, see *Note TODO::.
  3970.  
  3971. Foreign Keys
  3972. ............
  3973.  
  3974. Note that foreign keys in SQL are not used to join tables, but are used
  3975. mostly for checking referential integrity (foreign key constraints).  If
  3976. you want to get results from multiple tables from a `SELECT' statement,
  3977. you do this by joining tables:
  3978.  
  3979.      SELECT * from table1,table2 where table1.id = table2.id;
  3980.  
  3981. *Note `JOIN': JOIN. *Note example-Foreign keys::.
  3982.  
  3983. The `FOREIGN KEY' syntax in MySQL exists only for compatibility with
  3984. other SQL vendors' `CREATE TABLE' commands; it doesn't do anything.
  3985. The `FOREIGN KEY' syntax without `ON DELETE ...' is mostly used for
  3986. documentation purposes. Some ODBC applications may use this to produce
  3987. automatic `WHERE' clauses, but this is usually easy to override.
  3988. `FOREIGN KEY' is sometimes used as a constraint check, but this check
  3989. is unnecessary in practice if rows are inserted into the tables in the
  3990. right order. MySQL only supports these clauses because some
  3991. applications require them to exist (regardless of whether or not they
  3992. work).
  3993.  
  3994. In MySQL, you can work around the problem of `ON DELETE ...' not being
  3995. implemented by adding the appropriate `DELETE' statement to an
  3996. application when you delete records from a table that has a foreign key.
  3997. In practice this is as quick (in some cases quicker) and much more
  3998. portable than using foreign keys.
  3999.  
  4000. In the near future we will extend the `FOREIGN KEY' implementation so
  4001. that at least the information will be saved in the table specification
  4002. file and may be retrieved by `mysqldump' and ODBC. At a later stage we
  4003. will implement the foreign key constraints for application that can't
  4004. easily be coded to avoid them.
  4005.  
  4006. Reasons NOT to Use Foreign Keys constraints
  4007. ...........................................
  4008.  
  4009. There are so many problems with foreign key constraints that we don't
  4010. know where to start:
  4011.  
  4012.    * Foreign key constraints make life very complicated, because the
  4013.      foreign key definitions must be stored in a database and
  4014.      implementing them would destroy the whole "nice approach" of using
  4015.      files that can be moved, copied, and removed.
  4016.  
  4017.    * The speed impact is terrible for `INSERT' and `UPDATE' statements,
  4018.      and in this case almost all `FOREIGN KEY' constraint checks are
  4019.      useless because you usually insert records in the right tables in
  4020.      the right order, anyway.
  4021.  
  4022.    * There is also a need to hold locks on many more tables when
  4023.      updating one table, because the side effects can cascade through
  4024.      the entire database. It's MUCH faster to delete records from one
  4025.      table first and subsequently delete them from the other tables.
  4026.  
  4027.    * You can no longer restore a table by doing a full delete from the
  4028.      table and then restoring all records (from a new source or from a
  4029.      backup).
  4030.  
  4031.    * If you use foreign key constraints you can't dump and restore
  4032.      tables unless you do so in a very specific order.
  4033.  
  4034.    * It's very easy to do "allowed" circular definitions that make the
  4035.      tables impossible to re-create each table with a single create
  4036.      statement, even if the definition works and is usable.
  4037.  
  4038.    * It's very easy to overlook `FOREIGN KEY ... ON DELETE' rules when
  4039.      one codes an application. It's not unusual that one loses a lot of
  4040.      important information just because a wrong or misused `ON DELETE'
  4041.      rule.
  4042.  
  4043. The only nice aspect of `FOREIGN KEY' is that it gives ODBC and some
  4044. other client programs the ability to see how a table is connected and
  4045. to use this to show connection diagrams and to help in building
  4046. applications.
  4047.  
  4048. MySQL will soon store `FOREIGN KEY' definitions so that a client can
  4049. ask for and receive an answer about how the original connection was
  4050. made. The current `.frm' file format does not have any place for it.
  4051. At a later stage we will implement the foreign key constraints for
  4052. application that can't easily be coded to avoid them.
  4053.  
  4054. Views
  4055. .....
  4056.  
  4057. MySQL doesn't yet support views, but we plan to implement these to
  4058. about 4.1.
  4059.  
  4060. Views are mostly useful for letting users access a set of relations as
  4061. one table (in read-only mode).  Many SQL databases don't allow one to
  4062. update any rows in a view, but you have to do the updates in the
  4063. separate tables.
  4064.  
  4065. As MySQL is mostly used in applications and on web system where the
  4066. application writer has full control on the database usage, most of our
  4067. users haven't regarded views to be very important. (At least no one has
  4068. been interested enough in this to be prepared to finance the
  4069. implementation of views).
  4070.  
  4071. One doesn't need views in MySQL to restrict access to columns as MySQL
  4072. has a very sophisticated privilege system. *Note Privilege system::.
  4073.  
  4074. `--' as the Start of a Comment
  4075. ..............................
  4076.  
  4077. Some other SQL databases use `--' to start comments. MySQL has `#' as
  4078. the start comment character, even if the `mysql' command-line tool
  4079. removes all lines that start with `--'.  You can also use the C comment
  4080. style `/* this is a comment */' with MySQL.  *Note Comments::.
  4081.  
  4082. MySQL Version 3.23.3 and above supports the `--' comment style only if
  4083. the comment is followed by a space.  This is because this degenerate
  4084. comment style has caused many problems with automatically generated SQL
  4085. queries that have used something like the following code, where we
  4086. automatically insert the value of the payment for `!payment!':
  4087.  
  4088.      UPDATE tbl_name SET credit=credit-!payment!
  4089.  
  4090. What do you think will happen when the value of `payment' is negative?
  4091.  
  4092. Because `1--1' is legal in SQL, we think it is terrible that `--' means
  4093. start comment.
  4094.  
  4095. In MySQL Version 3.23 you can, however, use: `1-- This is a comment'
  4096.  
  4097. The following discussion only concerns you if you are running a MySQL
  4098. version earlier than Version 3.23:
  4099.  
  4100. If you have a SQL program in a text file that contains `--' comments
  4101. you should use:
  4102.  
  4103.      shell> replace " --" " #" < text-file-with-funny-comments.sql \
  4104.               | mysql database
  4105.  
  4106. instead of the usual:
  4107.  
  4108.      shell> mysql database < text-file-with-funny-comments.sql
  4109.  
  4110. You can also edit the command file "in place" to change the `--'
  4111. comments to `#' comments:
  4112.  
  4113.      shell> replace " --" " #" -- text-file-with-funny-comments.sql
  4114.  
  4115. Change them back with this command:
  4116.  
  4117.      shell> replace " #" " --" -- text-file-with-funny-comments.sql
  4118.  
  4119. What Standards Does MySQL Follow?
  4120. ---------------------------------
  4121.  
  4122. Entry level SQL92. ODBC levels 0-2.
  4123.  
  4124. How to Cope Without `COMMIT'/`ROLLBACK'
  4125. ---------------------------------------
  4126.  
  4127. The following mostly applies only for `ISAM', `MyISAM', and `HEAP'
  4128. tables. If you only use transaction-safe tables (`BDB', or `InnoDB'
  4129. tables) in an an update, you can do `COMMIT' and `ROLLBACK' also with
  4130. MySQL.  *Note COMMIT::.
  4131.  
  4132. The problem with handling `COMMIT'-`ROLLBACK' efficiently with the
  4133. above table types would require a completely different table layout
  4134. than MySQL uses today.  The table type would also need extra threads
  4135. that do automatic cleanups on the tables, and the disk usage would be
  4136. much higher. This would make these table types about 2-4 times slower
  4137. than they are today.
  4138.  
  4139. For the moment, we prefer implementing the SQL server language
  4140. (something like stored procedures). With this you would very seldom
  4141. really need `COMMIT'-`ROLLBACK.' This would also give much better
  4142. performance.
  4143.  
  4144. Loops that need transactions normally can be coded with the help of
  4145. `LOCK TABLES', and you don't need cursors when you can update records
  4146. on the fly.
  4147.  
  4148. We at TcX had a greater need for a real fast database than a 100%
  4149. general database. Whenever we find a way to implement these features
  4150. without any speed loss, we will probably do it. For the moment, there
  4151. are many more important things to do. Check the TODO for how we
  4152. prioritize things at the moment. (Customers with higher levels of
  4153. support can alter this, so things may be reprioritized.)
  4154.  
  4155. The current problem is actually `ROLLBACK'. Without `ROLLBACK', you can
  4156. do any kind of `COMMIT' action with `LOCK TABLES'. To support
  4157. `ROLLBACK' with the above table types, MySQL would have to be changed
  4158. to store all old records that were updated and revert everything back
  4159. to the starting point if `ROLLBACK' was issued. For simple cases, this
  4160. isn't that hard to do (the current `isamlog' could be used for this
  4161. purpose), but it would be much more difficult to implement `ROLLBACK'
  4162. for `ALTER/DROP/CREATE TABLE'.
  4163.  
  4164. To avoid using `ROLLBACK', you can use the following strategy:
  4165.  
  4166.   1. Use `LOCK TABLES ...' to lock all the tables you want to access.
  4167.  
  4168.   2. Test conditions.
  4169.  
  4170.   3. Update if everything is okay.
  4171.  
  4172.   4. Use `UNLOCK TABLES' to release your locks.
  4173.  
  4174. This is usually a much faster method than using transactions with
  4175. possible `ROLLBACK's, although not always. The only situation this
  4176. solution doesn't handle is when someone kills the threads in the middle
  4177. of an update. In this case, all locks will be released but some of the
  4178. updates may not have been executed.
  4179.  
  4180. You can also use functions to update records in a single operation.
  4181. You can get a very efficient application by using the following
  4182. techniques:
  4183.  
  4184.    * Modify fields relative to their current value.
  4185.  
  4186.    * Update only those fields that actually have changed.
  4187.  
  4188. For example, when we are doing updates to some customer information, we
  4189. update only the customer data that has changed and test only that none
  4190. of the changed data, or data that depend on the changed data, has
  4191. changed compared to the original row. The test for changed data is done
  4192. with the `WHERE' clause in the `UPDATE' statement. If the record wasn't
  4193. updated, we give the client a message: "Some of the data you have
  4194. changed have been changed by another user". Then we show the old row
  4195. versus the new row in a window, so the user can decide which version of
  4196. the customer record he should use.
  4197.  
  4198. This gives us something that is similar to column locking but is
  4199. actually even better, because we only update some of the columns, using
  4200. values that are relative to their current values.  This means that
  4201. typical `UPDATE' statements look something like these:
  4202.  
  4203.      UPDATE tablename SET pay_back=pay_back+'relative change';
  4204.      
  4205.      UPDATE customer
  4206.        SET
  4207.          customer_date='current_date',
  4208.          address='new address',
  4209.          phone='new phone',
  4210.          money_he_owes_us=money_he_owes_us+'new_money'
  4211.        WHERE
  4212.          customer_id=id AND address='old address' AND phone='old phone';
  4213.  
  4214. As you can see, this is very efficient and works even if another client
  4215. has changed the values in the `pay_back' or `money_he_owes_us' columns.
  4216.  
  4217. In many cases, users have wanted `ROLLBACK' and/or `LOCK TABLES' for
  4218. the purpose of managing unique identifiers for some tables. This can be
  4219. handled much more efficiently by using an `AUTO_INCREMENT' column and
  4220. either the SQL function `LAST_INSERT_ID()' or the C API function
  4221. `mysql_insert_id()'. *Note `mysql_insert_id()': mysql_insert_id.
  4222.  
  4223. At MySQL AB, we have never had any need for row-level locking because
  4224. we have always been able to code around it. Some cases really need row
  4225. locking, but they are very few. If you want row-level locking, you can
  4226. use a flag column in the table and do something like this:
  4227.  
  4228.      UPDATE tbl_name SET row_flag=1 WHERE id=ID;
  4229.  
  4230. MySQL returns 1 for the number of affected rows if the row was found
  4231. and `row_flag' wasn't already 1 in the original row.
  4232.  
  4233. You can think of it as MySQL changed the above query to:
  4234.  
  4235.      UPDATE tbl_name SET row_flag=1 WHERE id=ID and row_flag <> 1;
  4236.  
  4237. Known errors and design deficiencies in MySQL
  4238. ---------------------------------------------
  4239.  
  4240. The following problems are known and have a very high priority to get
  4241. fixed:
  4242.  
  4243.    * `ANALYZE TABLE' on a BDB table may in some case make the table
  4244.      unusable until one has restarted `mysqld'.  When this happens you
  4245.      will see errors like the following in the MySQL error file:
  4246.  
  4247.           001207 22:07:56  bdb:  log_flush: LSN past current end-of-log
  4248.  
  4249.    * Don't execute `ALTER TABLE' on a `BDB' table on which you are
  4250.      running not completed multi-statement transactions. (The
  4251.      transaction will probably be ignored).
  4252.  
  4253.    * `ANALYZE TABLE', `OPTIMIZE TABLE' and `REPAIR TABLE' may cause
  4254.      problems on tables for which you are using `INSERT DELAYED'.
  4255.  
  4256.    * Doing a `LOCK TABLE ..' and `FLUSH TABLES ..' doesn't guarantee
  4257.      that there isn't a half-finished transaction in progress on the
  4258.      table.
  4259.  
  4260.    * BDB tables are a bit slow to open. If you have many BDB tables in a
  4261.      database, it will take a long time to use the `mysql' client on the
  4262.      database if you are not using the `-A' option or if you are using
  4263.      `rehash'. This is especially notable when you have a big table
  4264.      cache.
  4265.  
  4266.    * Th current replication protocol cannot deal with `LOAD DATA INFILE'
  4267.      and line terminator characters of more than 1 character.
  4268.  
  4269. The following problems are known and will be fixed in due time:
  4270.  
  4271.    * For the moment `MATCH' only works with `SELECT' statements.
  4272.  
  4273.    * When using `SET CHARACTER SET', one can't use translated
  4274.      characters in database, table and column names.
  4275.  
  4276.    * `DELETE FROM merge_table' used without a `WHERE' will only clear
  4277.      the mapping for the table, not delete everything in the mapped
  4278.      tables
  4279.  
  4280.    * You cannot build in another directory when using MIT-pthreads.
  4281.      Because this requires changes to MIT-pthreads, we are not likely
  4282.      to fix this.
  4283.  
  4284.    * `BLOB' values can't "reliably" be used in `GROUP BY' or `ORDER BY'
  4285.      or `DISTINCT'. Only the first `max_sort_length' bytes (default
  4286.      1024) are used when comparing `BLOB'bs in these cases.  This can
  4287.      be changed with the `-O max_sort_length' option to `mysqld'. A
  4288.      workaround for most cases is to use a substring: `SELECT DISTINCT
  4289.      LEFT(blob,2048) FROM tbl_name'.
  4290.  
  4291.    * Calculation is done with `BIGINT' or `DOUBLE' (both are normally
  4292.      64 bits long). It depends on the function which precision one
  4293.      gets. The general rule is that bit functions are done with `BIGINT'
  4294.      precision, `IF', and `ELT()' with `BIGINT' or `DOUBLE' precision
  4295.      and the rest with `DOUBLE' precision.  One should try to avoid
  4296.      using bigger unsigned long long values than 63 bits
  4297.      (9223372036854775807) for anything else than bit fields!
  4298.  
  4299.    * All string columns, except `BLOB' and `TEXT' columns, automatically
  4300.      have all trailing spaces removed when retrieved. For `CHAR' types
  4301.      this is okay, and may be regarded as a feature according to ANSI
  4302.      SQL92. The bug is that in MySQL, `VARCHAR' columns are treated the
  4303.      same way.
  4304.  
  4305.    * You can only have up to 255 `ENUM' and `SET' columns in one table.
  4306.  
  4307.    * `safe_mysqld' re-directs all messages from `mysqld' to the
  4308.      `mysqld' log.  One problem with this is that if you execute
  4309.      `mysqladmin refresh' to close and reopen the log, `stdout' and
  4310.      `stderr' are still redirected to the old log.  If you use `--log'
  4311.      extensively, you should edit `safe_mysqld' to log to
  4312.      `'hostname'.err' instead of `'hostname'.log' so you can easily
  4313.      reclaim the space for the old log by deleting the old one and
  4314.      executing `mysqladmin refresh'.
  4315.  
  4316.    * In the `UPDATE' statement, columns are updated from left to right.
  4317.      If you refer to an updated column, you will get the updated value
  4318.      instead of the original value. For example:
  4319.  
  4320.           mysql> UPDATE tbl_name SET KEY=KEY+1,KEY=KEY+1;
  4321.  
  4322.      This will update `KEY' with `2' instead of with `1'.
  4323.  
  4324.    * You can't use temporary tables more than once in the same query.
  4325.      For example, the following doesn't work.
  4326.  
  4327.           select * from temporary_table, temporary_table as t2;
  4328.  
  4329.    * `RENAME' doesn't work with `TEMPORARY' tables.
  4330.  
  4331.    * The optimizer may handle `DISTINCT' differently if you are using
  4332.      'hidden' columns in a join or not.  In a join, hidden columns are
  4333.      counted as part of the result (even if they are not shown) while in
  4334.      normal queries hidden columns doesn't participate in the `DISTINCT'
  4335.      comparison.  We will probably change this in the future to never
  4336.      compare the hidden columns when executing `DISTINCT'
  4337.  
  4338.      An example of this is:
  4339.  
  4340.           SELECT DISTINCT mp3id FROM band_downloads WHERE userid = 9 ORDER BY id
  4341.           DESC;
  4342.  
  4343.      and
  4344.  
  4345.           SELECT DISTINCT band_downloads.mp3id, FROM band_downloads,band_mp3
  4346.           WHERE band_downloads.userid = 9 AND band_mp3.id = band_downloads.mp3id
  4347.           ORDER BY band_downloads.id DESC;
  4348.  
  4349.      In the second case you may in MySQL 3.23.x get two identical rows
  4350.      in the result set (because the hidden 'id' column may differ).
  4351.  
  4352.      Note that the this only happens for queries where you don't have
  4353.      the ORDER BY columns in the result, something that is you are not
  4354.      allowed to do in ANSI SQL.
  4355.  
  4356.    * Because MySQL allows you to work with table types that doesn't
  4357.      support transactions (and thus can't `rollback' data) some things
  4358.      behaves a little different in MySQL than in other SQL servers:
  4359.      (This is just to ensure that MySQL never need to do a rollback for
  4360.      a SQL command).  This may be a little awkward at times as column
  4361.      Because MySQL allows you to work with table types that don't
  4362.      support transactions, and thus can't `rollback' data, some things
  4363.      behave a little differently in MySQL than in other SQL servers.
  4364.      This is just to ensure that MySQL never need to do a rollback for
  4365.      a SQL command.  This may be a little awkward at times as column
  4366.      values must be checked in the application, but this will actually
  4367.      give you a nice speed increase as it allows MySQL to do some
  4368.      optimizations that otherwise would be very hard to do.
  4369.  
  4370.      If you set a column to an incorrect value, MySQL will, instead of
  4371.      doing a rollback, store the `best possible value' in the column:
  4372.  
  4373.         - If you try to store a value outside the range in a numerical
  4374.           column, MySQL will instead store the smallest or biggest
  4375.           possible value in the column.
  4376.  
  4377.         - If you try to store a string that doesn't start with a number
  4378.           into a numerical column, MySQL will store 0 into it.
  4379.  
  4380.         - If you try to store `NULL' into a column that doesn't take
  4381.           `NULL' values, MySQL will store 0 or `''' (empty string) in
  4382.           it instead. (This behavior can, however, be changed with the
  4383.           -DDONT_USE_DEFAULT_FIELDS compile option).
  4384.  
  4385.         - MySQL allows you to store some wrong date values into `DATE'
  4386.           and `DATETIME' columns. (Like 2000-02-31 or 2000-02-00).  If
  4387.           the date is totally wrong, MySQL will store the special
  4388.           0000-00-00 date value in the column.
  4389.  
  4390.         - If you set an `enum' to an unsupported value, it will be set
  4391.           to the error value 'empty string', with numeric value 0.
  4392.  
  4393.    * If you execute a `PROCEDURE' on a query that returns an empty set,
  4394.      in some cases the `PROCEDURE' will not transform the columns.
  4395.  
  4396.    * Creation of a table of type `MERGE' doesn't check if the underlying
  4397.      tables are of compatible types.
  4398.  
  4399.    * MySQL can't yet handle `NaN', `-Inf' and `Inf' values in double.
  4400.      Using these will cause problems when trying to export and import
  4401.      data. We should as an intermediate solution change `NaN' to `NULL'
  4402.      (if possible) and `-Inf' and `Inf' to the Minimum respective
  4403.      maximum possible `double' value.
  4404.  
  4405.    * `LIMIT' on negative numbers are treated as big positive numbers.
  4406.  
  4407.    * If you use `ALTER TABLE' to first add an `UNIQUE' index to a table
  4408.      used in a `MERGE' table and then use `ALTER TABLE' to add a normal
  4409.      index on the `MERGE' table, the key order will be different for
  4410.      the tables if there was an old not-unique key in the table. This
  4411.      is because `ALTER TABLE' puts `UNIQUE' keys before normal keys to
  4412.      be able to detect duplicate keys as early as possible.
  4413.  
  4414. The following are known bugs in earlier versions of MySQL:
  4415.  
  4416.    * You can get a hung thread if you do a `DROP TABLE' on a table that
  4417.      is one among many tables that is locked with `LOCK TABLES'.
  4418.  
  4419.    * In the following case you can get a core dump:
  4420.  
  4421.         - Delayed insert handler has pending inserts to a table.
  4422.  
  4423.         - `LOCK table' with `WRITE'
  4424.  
  4425.         - `FLUSH TABLES'
  4426.  
  4427.    * Before MySQL Version 3.23.2 an `UPDATE' that updated a key with a
  4428.      `WHERE' on the same key may have failed because the key was used to
  4429.      search for records and the same row may have been found multiple
  4430.      times:
  4431.  
  4432.           UPDATE tbl_name SET KEY=KEY+1 WHERE KEY > 100;
  4433.  
  4434.      A workaround is to use:
  4435.  
  4436.           mysql> UPDATE tbl_name SET KEY=KEY+1 WHERE KEY+0 > 100;
  4437.  
  4438.      This will work because MySQL will not use index on expressions in
  4439.      the `WHERE' clause.
  4440.  
  4441.    * Before MySQL Version 3.23, all numeric types where treated as
  4442.      fixed-point fields. That means you had to specify how many
  4443.      decimals a floating-point field shall have. All results were
  4444.      returned with the correct number of decimals.
  4445.  
  4446. For platform-specific bugs, see the sections about compiling and
  4447. porting.
  4448.  
  4449. How MySQL Compares to Other Databases
  4450. =====================================
  4451.  
  4452. This section compares MySQL to other popular databases.
  4453.  
  4454. This section has been written by the MySQL developers, so it should be
  4455. read with that in mind.  There are no factual errors contained in this
  4456. section that we know of.  If you find something which you believe to be
  4457. an error, please contact us about it at <docs@mysql.com>.
  4458.  
  4459. For a list of all supported limits, functions, and types, see the
  4460. `crash-me' Web page at `http://www.mysql.com/information/crash-me.php'.
  4461.  
  4462. How MySQL Compares to `mSQL'
  4463. ----------------------------
  4464.  
  4465. *Performance*
  4466.      For a true comparison of speed, consult the growing MySQL benchmark
  4467.      suite. *Note MySQL Benchmarks::.
  4468.  
  4469.      Because there is no thread creation overhead, a small parser, few
  4470.      features, and simple security, `mSQL' should be quicker at:
  4471.  
  4472.         * Tests that perform repeated connects and disconnects, running
  4473.           a very simple query during each connection.
  4474.  
  4475.         * `INSERT' operations into very simple tables with few columns
  4476.           and keys.
  4477.  
  4478.         * `CREATE TABLE' and `DROP TABLE'.
  4479.  
  4480.         * `SELECT' on something that isn't an index. (A table scan is
  4481.           very easy.)
  4482.  
  4483.      Because these operations are so simple, it is hard to be better at
  4484.      them when you have a higher startup overhead. After the connection
  4485.      is established, MySQL should perform much better.
  4486.  
  4487.      On the other hand, MySQL is much faster than `mSQL' (and most
  4488.      other SQL implementations) on the following:
  4489.  
  4490.         * Complex `SELECT' operations.
  4491.  
  4492.         * Retrieving large results (MySQL has a better, faster, and
  4493.           safer protocol).
  4494.  
  4495.         * Tables with variable-length strings, because MySQL has more
  4496.           efficient handling and can have indexes on `VARCHAR' columns.
  4497.  
  4498.         * Handling tables with many columns.
  4499.  
  4500.         * Handling tables with large record lengths.
  4501.  
  4502.         * `SELECT' with many expressions.
  4503.  
  4504.         * `SELECT' on large tables.
  4505.  
  4506.         * Handling many connections at the same time. MySQL is fully
  4507.           multi-threaded. Each connection has its own thread, which
  4508.           means that no thread has to wait for another (unless a thread
  4509.           is modifying a table another thread wants to access). In
  4510.           `mSQL', once one connection is established, all others must
  4511.           wait until the first has finished, regardless of whether the
  4512.           connection is running a query that is short or long. When the
  4513.           first connection terminates, the next can be served, while
  4514.           all the others wait again, etc.
  4515.  
  4516.         * Joins.  `mSQL' can become pathologically slow if you change
  4517.           the order of tables in a `SELECT'. In the benchmark suite, a
  4518.           time more than 15000 times slower than MySQL was seen.  This
  4519.           is due to `mSQL''s lack of a join optimizer to order tables
  4520.           in the optimal order. However, if you put the tables in
  4521.           exactly the right order in `mSQL'2 and the `WHERE' is simple
  4522.           and uses index columns, the join will be relatively fast!
  4523.           *Note MySQL Benchmarks::.
  4524.  
  4525.         * `ORDER BY' and `GROUP BY'.
  4526.  
  4527.         * `DISTINCT'.
  4528.  
  4529.         * Using `TEXT' or `BLOB' columns.
  4530.  
  4531. *SQL Features*
  4532.         * `GROUP BY' and `HAVING'.  `mSQL' does not support `GROUP BY'
  4533.           at all.  MySQL supports a full `GROUP BY' with both `HAVING'
  4534.           and the following functions: `COUNT()', `AVG()', `MIN()',
  4535.           `MAX()', `SUM()', and `STD()'.  `COUNT(*)' is optimized to
  4536.           return very quickly if the `SELECT' retrieves from one table,
  4537.           no other columns are retrieved, and there is no `WHERE'
  4538.           clause.  `MIN()' and `MAX()' may take string arguments.
  4539.  
  4540.         * `INSERT' and `UPDATE' with calculations.  MySQL can do
  4541.           calculations in an `INSERT' or `UPDATE'.  For example:
  4542.  
  4543.                mysql> UPDATE SET x=x*10+y WHERE x<20;
  4544.  
  4545.         * Aliasing.  MySQL has column aliasing.
  4546.  
  4547.         * Qualifying column names.  In MySQL, if a column name is
  4548.           unique among the tables used in a query, you do not have to
  4549.           use the full qualifier.
  4550.  
  4551.         * `SELECT' with functions.  MySQL has many functions (too many
  4552.           to list here; see *Note Functions::).
  4553.  
  4554.  
  4555. *Disk Space Efficiency*
  4556.      That is, how small can you make your tables?
  4557.  
  4558.      MySQL has very precise types, so you can create tables that take
  4559.      very little space. An example of a useful MySQL datatype is the
  4560.      `MEDIUMINT' that is 3 bytes long. If you have 100,000,000 records,
  4561.      saving even one byte per record is very important.
  4562.  
  4563.      `mSQL2' has a more limited set of column types, so it is more
  4564.      difficult to get small tables.
  4565.  
  4566. *Stability*
  4567.      This is harder to judge objectively. For a discussion of MySQL
  4568.      stability, see *Note Stability::.
  4569.  
  4570.      We have no experience with `mSQL' stability, so we cannot say
  4571.      anything about that.
  4572.  
  4573. *Price*
  4574.      Another important issue is the license. MySQL has a more flexible
  4575.      license than `mSQL', and is also less expensive than `mSQL'.
  4576.      Whichever product you choose to use, remember to at least consider
  4577.      paying for a license or e-mail support.  (You are required to get
  4578.      a license if you include MySQL with a product that you sell, of
  4579.      course.)
  4580.  
  4581. *Perl Interfaces*
  4582.      MySQL has basically the same interfaces to Perl as `mSQL' with
  4583.      some added features.
  4584.  
  4585. *JDBC (Java)*
  4586.      MySQL currently has a lot of different JDBC drivers:
  4587.  
  4588.         * The mm driver: A type 4 JDBC driver by Mark Matthews
  4589.           <mmatthew@ecn.purdue.edu>.  This is released under the LGPL.
  4590.  
  4591.         * The Resin driver. This is a commercial JDBC driver released
  4592.           under open source.
  4593.           `http://www.caucho.com/projects/jdbc-mysql/index.xtp'
  4594.  
  4595.         * The gwe driver: A Java interface by GWE technologies (not
  4596.           supported anymore).
  4597.  
  4598.         * The jms driver: An improved gwe driver by Xiaokun Kelvin ZHU
  4599.           <X.Zhu@brad.ac.uk> (not supported anymore).
  4600.  
  4601.         * The twz driver: A type 4 JDBC driver by Terrence W. Zellers
  4602.           <zellert@voicenet.com>.  This is commercial but is free for
  4603.           private and educational use (not supported anymore).
  4604.  
  4605.      The recommended driver is the mm driver. The Resin driver may also
  4606.      be good (at least the benchmarks looks good), but we haven't
  4607.      received that much information about this yet.
  4608.  
  4609.      We know that `mSQL' has a JDBC driver, but we have too little
  4610.      experience with it to compare.
  4611.  
  4612. *Rate of Development*
  4613.      MySQL has a very small team of developers, but we are quite used
  4614.      to coding C and C++ very rapidly. Because threads, functions,
  4615.      `GROUP BY', and so on are still not implemented in `mSQL', it has
  4616.      a lot of catching up to do. To get some perspective on this, you
  4617.      can view the `mSQL' `HISTORY' file for the last year and compare
  4618.      it with the News section of the MySQL Reference Manual (*note
  4619.      News::). It should be pretty obvious which one has developed most
  4620.      rapidly.
  4621.  
  4622. *Utility Programs*
  4623.      Both `mSQL' and MySQL have many interesting third-party tools.
  4624.      Because it is very easy to port upward (from `mSQL' to MySQL),
  4625.      almost all the interesting applications that are available for
  4626.      `mSQL' are also available for MySQL.
  4627.  
  4628.      MySQL comes with a simple `msql2mysql' program that fixes
  4629.      differences in spelling between `mSQL' and MySQL for the most-used
  4630.      C API functions.  For example, it changes instances of
  4631.      `msqlConnect()' to `mysql_connect()'. Converting a client program
  4632.      from `mSQL' to MySQL usually takes a couple of minutes.
  4633.  
  4634. How to Convert `mSQL' Tools for MySQL
  4635. .....................................
  4636.  
  4637. According to our experience, it would just take a few hours to convert
  4638. tools such as `msql-tcl' and `msqljava' that use the `mSQL' C API so
  4639. that they work with the MySQL C API.
  4640.  
  4641. The conversion procedure is:
  4642.  
  4643.   1. Run the shell script `msql2mysql' on the source. This requires the
  4644.      `replace' program, which is distributed with MySQL.
  4645.  
  4646.   2. Compile.
  4647.  
  4648.   3. Fix all compiler errors.
  4649.  
  4650. Differences between the `mSQL' C API and the MySQL C API are:
  4651.  
  4652.    * MySQL uses a `MYSQL' structure as a connection type (`mSQL' uses
  4653.      an `int').
  4654.  
  4655.    * `mysql_connect()' takes a pointer to a `MYSQL' structure as a
  4656.      parameter.  It is easy to define one globally or to use `malloc()'
  4657.      to get one.  `mysql_connect()' also takes two parameters for
  4658.      specifying the user and password.  You may set these to `NULL,
  4659.      NULL' for default use.
  4660.  
  4661.    * `mysql_error()' takes the `MYSQL' structure as a parameter. Just
  4662.      add the parameter to your old `msql_error()' code if you are
  4663.      porting old code.
  4664.  
  4665.    * MySQL returns an error number and a text error message for all
  4666.      errors. `mSQL' returns only a text error message.
  4667.  
  4668.    * Some incompatibilities exist as a result of MySQL supporting
  4669.      multiple connections to the server from the same process.
  4670.  
  4671. How `mSQL' and MySQL Client/Server Communications Protocols Differ
  4672. ..................................................................
  4673.  
  4674. There are enough differences that it is impossible (or at least not
  4675. easy) to support both.
  4676.  
  4677. The most significant ways in which the MySQL protocol differs from the
  4678. `mSQL' protocol are listed below:
  4679.  
  4680.    * A message buffer may contain many result rows.
  4681.  
  4682.    * The message buffers are dynamically enlarged if the query or the
  4683.      result is bigger than the current buffer, up to a configurable
  4684.      server and client limit.
  4685.  
  4686.    * All packets are numbered to catch duplicated or missing packets.
  4687.  
  4688.    * All column values are sent in ASCII. The lengths of columns and
  4689.      rows are sent in packed binary coding (1, 2, or 3 bytes).
  4690.  
  4691.    * MySQL can read in the result unbuffered (without having to store
  4692.      the full set in the client).
  4693.  
  4694.    * If a single read/write takes more than 30 seconds, the server
  4695.      closes the connection.
  4696.  
  4697.    * If a connection is idle for 8 hours, the server closes the
  4698.      connection.
  4699.  
  4700. How `mSQL' 2.0 SQL Syntax Differs from MySQL
  4701. ............................................
  4702.  
  4703. *Column types*
  4704.  
  4705. `MySQL'
  4706.      Has the following additional types (among others; *note `CREATE
  4707.      TABLE': CREATE TABLE.):
  4708.         * `ENUM' type for one of a set of strings.
  4709.  
  4710.         * `SET' type for many of a set of strings.
  4711.  
  4712.         * `BIGINT' type for 64-bit integers.
  4713.  
  4714. `'
  4715.      MySQL also supports the following additional type attributes:
  4716.         * `UNSIGNED' option for integer columns.
  4717.  
  4718.         * `ZEROFILL' option for integer columns.
  4719.  
  4720.         * `AUTO_INCREMENT' option for integer columns that are a
  4721.           `PRIMARY KEY'.  *Note `mysql_insert_id()': mysql_insert_id.
  4722.  
  4723.         * `DEFAULT' value for all columns.
  4724.  
  4725. `mSQL2'
  4726.      `mSQL' column types correspond to the MySQL types shown below:
  4727.      `mSQL'     *Corresponding MySQL type*
  4728.      *type*     
  4729.      `CHAR(len)'`CHAR(len)'
  4730.      `TEXT(len)'`TEXT(len)'. `len' is the maximal length.  And `LIKE'
  4731.                 works.
  4732.      `INT'      `INT'. With many more options!
  4733.      `REAL'     `REAL'. Or `FLOAT'. Both 4- and 8-byte versions are
  4734.                 available.
  4735.      `UINT'     `INT UNSIGNED'
  4736.      `DATE'     `DATE'. Uses ANSI SQL format rather than `mSQL''s own
  4737.                 format.
  4738.      `TIME'     `TIME'
  4739.      `MONEY'    `DECIMAL(12,2)'. A fixed-point value with two decimals.
  4740.  
  4741. *Index Creation*
  4742.  
  4743. `MySQL'
  4744.      Indexes may be specified at table creation time with the `CREATE
  4745.      TABLE' statement.
  4746.  
  4747. `mSQL'
  4748.      Indexes must be created after the table has been created, with
  4749.      separate `CREATE INDEX' statements.
  4750.  
  4751. *To Insert a Unique Identifier into a Table*
  4752.  
  4753. `MySQL'
  4754.      Use `AUTO_INCREMENT' as a column type specifier.  *Note
  4755.      `mysql_insert_id()': mysql_insert_id.
  4756.  
  4757. `mSQL'
  4758.      Create a `SEQUENCE' on a table and select the `_seq' column.
  4759.  
  4760. *To Obtain a Unique Identifier for a Row*
  4761.  
  4762. `MySQL'
  4763.      Add a `PRIMARY KEY' or `UNIQUE' key to the table and use this.
  4764.      New in Version 3.23.11: If the `PRIMARY' or `UNIQUE' key consists
  4765.      of only one column and this is of type integer, one can also refer
  4766.      to it as `_rowid'.
  4767.  
  4768. `mSQL'
  4769.      Use the `_rowid' column. Observe that `_rowid' may change over time
  4770.      depending on many factors.
  4771.  
  4772. *To Get the Time a Column Was Last Modified*
  4773.  
  4774. `MySQL'
  4775.      Add a `TIMESTAMP' column to the table. This column is
  4776.      automatically set to the current date and time for `INSERT' or
  4777.      `UPDATE' statements if you don't give the column a value or if you
  4778.      give it a `NULL' value.
  4779.  
  4780. `mSQL'
  4781.      Use the `_timestamp' column.
  4782.  
  4783. *`NULL' Value Comparisons*
  4784.  
  4785. `MySQL'
  4786.      MySQL follows ANSI SQL, and a comparison with `NULL' is always
  4787.      `NULL'.
  4788.  
  4789. `mSQL'
  4790.      In `mSQL', `NULL = NULL' is TRUE.  You must change `=NULL' to `IS
  4791.      NULL' and `<>NULL' to `IS NOT NULL' when porting old code from
  4792.      `mSQL' to MySQL.
  4793.  
  4794. *String Comparisons*
  4795.  
  4796. `MySQL'
  4797.      Normally, string comparisons are performed in case-independent
  4798.      fashion with the sort order determined by the current character
  4799.      set (ISO-8859-1 Latin1 by default).  If you don't like this,
  4800.      declare your columns with the `BINARY' attribute, which causes
  4801.      comparisons to be done according to the ASCII order used on the
  4802.      MySQL server host.
  4803.  
  4804. `mSQL'
  4805.      All string comparisons are performed in case-sensitive fashion with
  4806.      sorting in ASCII order.
  4807.  
  4808. *Case-insensitive Searching*
  4809.  
  4810. `MySQL'
  4811.      `LIKE' is a case-insensitive or case-sensitive operator, depending
  4812.      on the columns involved. If possible, MySQL uses indexes if the
  4813.      `LIKE' argument doesn't start with a wild-card character.
  4814.  
  4815. `mSQL'
  4816.      Use `CLIKE'.
  4817.  
  4818. *Handling of Trailing Spaces*
  4819.  
  4820. `MySQL'
  4821.      Strips all spaces at the end of `CHAR' and `VARCHAR' columns. Use
  4822.      a `TEXT' column if this behavior is not desired.
  4823.  
  4824. `mSQL'
  4825.      Retains trailing space.
  4826.  
  4827. *`WHERE' Clauses*
  4828.  
  4829. `MySQL'
  4830.      MySQL correctly prioritizes everything (`AND' is evaluated before
  4831.      `OR'). To get `mSQL' behavior in MySQL, use parentheses (as shown
  4832.      in an example below).
  4833.  
  4834. `mSQL'
  4835.      Evaluates everything from left to right. This means that some
  4836.      logical calculations with more than three arguments cannot be
  4837.      expressed in any way. It also means you must change some queries
  4838.      when you upgrade to MySQL. You do this easily by adding
  4839.      parentheses.  Suppose you have the following `mSQL' query:
  4840.           mysql> SELECT * FROM table WHERE a=1 AND b=2 OR a=3 AND b=4;
  4841.      To make MySQL evaluate this the way that `mSQL' would, you must
  4842.      add parentheses:
  4843.           mysql> SELECT * FROM table WHERE (a=1 AND (b=2 OR (a=3 AND (b=4))));
  4844.  
  4845. *Access Control*
  4846.  
  4847. `MySQL'
  4848.      Has tables to store grant (permission) options per user, host, and
  4849.      database. *Note Privileges::.
  4850.  
  4851. `mSQL'
  4852.      Has a file `mSQL.acl' in which you can grant read/write privileges
  4853.      for users.
  4854.  
  4855. `'
  4856. How MySQL Compares to PostgreSQL
  4857. --------------------------------
  4858.  
  4859. When reading the following, please note that both products are
  4860. continually evolving.  We at MySQL AB and the PostgreSQL developers are
  4861. both working on making our respective database as good as possible, so
  4862. we are both a serious choice to any commercial database.
  4863.  
  4864. The following comparison is made by us at MySQL AB.  We have tried to be
  4865. as accurate and fair as possible, but because we don't have a full
  4866. knowledge of all PostgreSQL features while we know MySQL througly, we
  4867. may have got some things wrong.  We will however correct these when they
  4868. come to our attention.
  4869.  
  4870. We would first like to note that PostgreSQL and MySQL are both widely
  4871. used products, but with different design goals, even if we are both
  4872. striving to be ANSI SQL compatible.  This means that for some
  4873. applications MySQL is more suited, while for others PostgreSQL is more
  4874. suited.  When choosing which database to use, you should first check if
  4875. the database's feature set satisfies your application.  If you need raw
  4876. speed, MySQL is probably your best choice.  If you need some of the
  4877. extra features that only PostgreSQL can offer, you should use
  4878. `PostgreSQL'.
  4879.  
  4880. MySQL and PostgreSQL development strategies
  4881. ...........................................
  4882.  
  4883. When adding things to MySQL we take pride to do an optimal, definite
  4884. solution.  The code should be so good that we shouldn't have any need to
  4885. change it in the foreseeable future.  We also do not like to sacrifice
  4886. speed for features but instead will do our utmost to find a solution
  4887. that will give maximal throughput.  This means that development will
  4888. take a little longer, but the end result will be well worth this.  This
  4889. kind of development is only possible because all server code are
  4890. checked by one of a few (currently two) persons before it's included in
  4891. the MySQL server.
  4892.  
  4893. We at MySQL AB believe in frequent releases to be able to push out new
  4894. features quickly to our users.  Because of this we do a new small
  4895. release about every three weeks, and a major branch every year.  All
  4896. releases are throughly tested with our testing tools on a lot of
  4897. different platforms.
  4898.  
  4899. PostgreSQL is based on a kernel with lots of contributors. In this setup
  4900. it makes sense to prioritize adding a lot of new features, instead of
  4901. implementing them optimally, because one can always optimize things
  4902. later if there arises a need for this.
  4903.  
  4904. Another big difference between MySQL and PostgreSQL is that nearly all
  4905. of the code in the MySQL server are coded by developers that are
  4906. employed by MySQL AB and are still working on the server code. The
  4907. exceptions are the transaction engines, and the regexp library.
  4908.  
  4909. This is in sharp contrast to the PostgreSQL code where the majority of
  4910. the code is coded by a big group of people with different backgrounds.
  4911. It was only recently that the PostgreSQL developers announced that their
  4912. current developer group had finally had time to take a look at all the
  4913. code in the current PostgreSQL release.
  4914.  
  4915. Both of the above development methods has it's own merits and drawbacks.
  4916. We here at MySQL AB think of course that our model is better because our
  4917. model gives better code consistency, more optimal and reusable code, and
  4918. in our opinion, fewer bugs.  Because we are the authors of the MySQL
  4919. server code, we are better able to coordinate new features and releases.
  4920.  
  4921. Featurewise Comparison of MySQL and PostgreSQL
  4922. ..............................................
  4923.  
  4924. On the crash-me (http://www.mysql.com/information/crash-me.php) page
  4925. you can find a list of those database constructs and limits that one
  4926. can detect automatically with a program.  Note however that a lot of
  4927. the numerical limits may be changed with startup options for respective
  4928. database.  The above web page is however extremely useful when you want
  4929. to ensure that your applications works with many different databases or
  4930. when you want to convert your application from one datbase to another.
  4931.  
  4932. MySQL offers the following advantages over PostgreSQL:
  4933.  
  4934.    * `MySQL' is generally much faster than PostgreSQL.  *Note
  4935.      MySQL-PostgreSQL benchmarks::.
  4936.  
  4937.    * MySQL has a much larger user base than PostgreSQL, therefor the
  4938.      code is more tested and has historically been more stable than
  4939.      PostgreSQL.  MySQL is the much more used in production
  4940.      environments than PostgreSQL, mostly thanks to that MySQL AB,
  4941.      formerly TCX DataKonsult AB, has provided top quality commercial
  4942.      support for MySQL from the day it was released, whereas until
  4943.      recently PostgreSQL was unsupported.
  4944.  
  4945.    * MySQL works better on Windows than PostgreSQL does.  MySQL runs as
  4946.      a native Windows application (a service on NT/Win2000/WinXP), while
  4947.      PostgreSQL is run under the cygwin emulation.  We have heard that
  4948.      PostgreSQL is not yet that stable on Windows but we haven't been
  4949.      able to verify this ourselves.
  4950.  
  4951.    * MySQL has more APIs to other languages and is supported by more
  4952.      existing programs than PostgreSQL.  *Note Contrib::.
  4953.  
  4954.    * MySQL works on 24/7 heavy duty systems.  In most circumstances you
  4955.      never have to run any cleanups on MySQL.  PostgreSQL doesn't yet
  4956.      support 24/7 systems because you have to run `VACUUM()' once in a
  4957.      while to reclaim space from `UPDATE' and `DELETE' commands and to
  4958.      perform statistics analyzes that are critical to get good
  4959.      performance with PostgreSQL.  `VACUUM()' is also needed after
  4960.      adding a lot of new rows to a table.  On a busy system with lots
  4961.      of changes, `VACUUM()' must be run very frequently, in the worst
  4962.      cases even many times a day.  During the `VACUUM()' run, which may
  4963.      take hours if the database is big, the database is from a
  4964.      production standpoint, practically dead.  The PostgreSQL team has
  4965.      fixing this on their TODO, but we assume that this is not an easy
  4966.      thing to fix permanently.
  4967.  
  4968.    * A working, tested replication feature used by sites like:
  4969.         - Yahoo Finance (`http://finance.yahoo.com')
  4970.  
  4971.         - Mobile.de (`http://www.mobile.de/')
  4972.  
  4973.         - Slashdot (`http://www.slashdot.org')
  4974.  
  4975.    * Included in the MySQL distribution are two different testing
  4976.      suites, `mysql-test-run' and crash-me
  4977.      (http://www.mysql.com/information/crash-me.php), as well as a
  4978.      benchmark suite.  The test system is actively updated with code to
  4979.      test each new feature and almost all repeatable bugs that have
  4980.      come to our attention.  We test MySQL with these on a lot of
  4981.      platforms before every release.  These tests are more
  4982.      sophisticated than anything we have seen from PostgreSQL, and they
  4983.      ensures that the MySQL is kept to a high standard.
  4984.  
  4985.    * There are far more books in print about MySQL than about
  4986.      PostgreSQL.  O'Reilly, Sams, Que, and New Riders are all major
  4987.      publishers with books about MySQL.  All MySQL features are also
  4988.      documented in the MySQL on-line manual, because when a new feature
  4989.      is implemented, the MySQL developers are required to document it
  4990.      before it's included in the source.
  4991.  
  4992.    * MySQL supports more of the standard ODBC functions than
  4993.      `PostgreSQL'.
  4994.  
  4995.    * MySQL has a much more sophisticated `ALTER TABLE'.
  4996.  
  4997.    * MySQL has support for tables without transactions for applications
  4998.      that need all speed they can get. The tables may be memory based,
  4999.      `HEAP' tables or disk based `MyISAM'.  *Note Table types::.
  5000.  
  5001.    * MySQL has support for two different table handlers that support
  5002.      transactions, `BerkeleyDB' and `InnoDB'.  Because every
  5003.      transaction engine performs differently under different
  5004.      conditions, this gives the application writer more options to find
  5005.      an optimal solution for his or her setup.  *Note Table types::.
  5006.  
  5007.    * `MERGE' tables gives you a unique way to instantly make a view over
  5008.      a set of identical tables and use these as one.  This is perfect
  5009.      for systems where you have log files that you order for example by
  5010.      month.  *Note MERGE::.
  5011.  
  5012.    * The option to compress read-only tables, but still have direct
  5013.      access to the rows in the table, gives you better performance by
  5014.      minimizing disk reads.  This is very useful when you are archiving
  5015.      things.  *Note myisampack::.
  5016.  
  5017.    * MySQL has internal support for fulltext search. *Note Fulltext
  5018.      Search::.
  5019.  
  5020.    * You can access many databases from the same connection (depending
  5021.      of course on your privileges).
  5022.  
  5023.    * MySQL is coded from the start to be multi-threaded while
  5024.      PostgreSQL uses processes.  Context switching and access to common
  5025.      storage areas is much faster between threads than between separate
  5026.      processes, this gives MySQL a big speed advantage in multi-user
  5027.      applications and also makes it easier for MySQL to take full
  5028.      advantage of symmetric multiprocessor (SMP) systems.
  5029.  
  5030.    * MySQL has a much more sophisticated privilege system than
  5031.      PostgreSQL.  While PostgreSQL only supports `INSERT', `SELECT', and
  5032.      `UPDATE/DELETE' grants per user on a database or a table, MySQL
  5033.      allows you to define a full set of different privileges on
  5034.      database, table and column level.  MySQL also allows you to
  5035.      specify the privilege on host and user combinations.  *Note
  5036.      GRANT::.
  5037.  
  5038.    * MySQL supports a compressed client/server protocol which improves
  5039.      performance over slow links.
  5040.  
  5041.    * MySQL employs a "table handler" concept, and is the only relational
  5042.      database we know of built around this concept.  This allows
  5043.      different low-level table types to be swapped into the SQL engine,
  5044.      and each table type can be optimized for different performance
  5045.      characteristics.
  5046.  
  5047.    * All MySQL table types (except *InnoDB*) are implemented as files
  5048.      (one table per file), which makes it really easy to backup, move,
  5049.      delete and even symlink databases and tables, even when the server
  5050.      is down.
  5051.  
  5052.    * Tools to repair and optimize *MyISAM* tables (the most common
  5053.      MySQL table type).  A repair tool is only needed when a physical
  5054.      corruption of a data file happens, usually from a hardware
  5055.      failure.  It allows a majority of the data to be recovered.
  5056.  
  5057.    * Upgrading MySQL is painless.  When you are upgrading MySQL, you
  5058.      don't need to dump/restore your data, as you have to do with most
  5059.      PostgreSQL upgrades.
  5060.  
  5061. Drawbacks with MySQL compared to PostgreSQL:
  5062.  
  5063.    * The transaction support in MySQL is not yet as well tested as
  5064.      PostgreSQL's system.
  5065.  
  5066.    * Because MySQL uses threads, which are not yet flawless on many
  5067.      OSes, one must either use binaries from
  5068.      `http://www.mysql.com/downloads', or carefully follow our
  5069.      instructions on
  5070.      `http://www.mysql.com/doc/I/n/Installing_source.html' to get an
  5071.      optimal binary that works in all cases.
  5072.  
  5073.    * Table locking, as used by the non-transactional `MyISAM' tables, is
  5074.      in many cases faster than page locks, row locks or versioning.  The
  5075.      drawback however is that if one doesn't take into account how table
  5076.      locks work, a single long-running query can block a table for
  5077.      updates for a long time. This can usable be avoided when designing
  5078.      the application.  If not, one can always switch the trouble table
  5079.      to use one of the transactional table types. *Note Table locking::.
  5080.  
  5081.    * With UDF (user defined functions) one can extend MySQL with both
  5082.      normal SQL functions and aggregates, but this is not yet as easy
  5083.      or as flexible as in PostgreSQL.  *Note Adding functions::.
  5084.  
  5085.    * Updates and deletes that run over multiple tables is harder to do
  5086.      in MySQL. This will, hoever, be fixed in MySQL 4.0 with multi-table
  5087.      `DELETE' and multi-table `UPDATE' and in MySQL 4.1 with subselects.
  5088.  
  5089. PostgreSQL currently offers the following advantages over MySQL:
  5090.  
  5091. Note that because we know the MySQL road map, we have included in the
  5092. following table the version when MySQL should support this feature.
  5093. Unfortunately we couldn't do this for previous comparison, because we
  5094. don't know the PostgreSQL roadmap.
  5095.  
  5096. *Feature*                                          *MySQL version*
  5097. Subselects                                         4.1
  5098. Foreign keys                                       4.0 and 4.1
  5099. Views                                              4.2
  5100. Stored procedures                                  4.1
  5101. Extensible type system                             Not planned
  5102. Unions                                             4.0
  5103. Full join                                          4.0 or 4.1
  5104. Triggers                                           4.1
  5105. Constrainst                                        4.1
  5106. Cursors                                            4.1 or 4.2
  5107. Extensible index types like R-trees                R-trees are planned
  5108.                                                    for 4.2
  5109. Inherited tables                                   Not planned
  5110.  
  5111. Other reasons to use PostgreSQL:
  5112.  
  5113.    * Standard usage in PostgreSQL is closer to ANSI SQL in some cases.
  5114.  
  5115.    * One can speed up PostgreSQL by coding things as stored procedures.
  5116.  
  5117.    * PostgreSQL has a bigger team of developers that contribute to the
  5118.      server.
  5119.  
  5120. Drawbacks with PostgreSQL compared to MySQL:
  5121.  
  5122.    * `VACUUM()' makes PostgreSQL hard to use in a 24/7 environment.
  5123.  
  5124.    * Only transactional tables.
  5125.  
  5126.    * Much slower `INSERT', `DELETE', and `UPDATE'.
  5127.  
  5128. For a complete list of drawbacks, you should also examine the first
  5129. table in this section.
  5130.  
  5131. Benchmarking MySQL and PostgreSQL
  5132. .................................
  5133.  
  5134. The only open source benchmark that we know of that can be used to
  5135. benchmark MySQL and PostgreSQL (and other databases) is our own. It can
  5136. be found at `http://www.mysql.com/information/benchmarks.html'.
  5137.  
  5138. We have many times asked the PostgreSQL developers and some PostgreSQL
  5139. users to help us extend this benchmark to make it the definitive
  5140. benchmark for databases, but unfortunately we haven't gotten any
  5141. feedback for this.
  5142.  
  5143. We the MySQL developers have, because of this, spent a lot of hours to
  5144. get maximum performance from PostgreSQL for the benchmarks, but because
  5145. we don't know PostgreSQL intimately, we are sure that there are things
  5146. that we have missed.  We have on the benchmark page documented exactly
  5147. how we did run the benchmark so that it should be easy for anyone to
  5148. repeat and verify our results.
  5149.  
  5150. The benchmarks are usually run with and without the `--fast' option.
  5151. When run with `--fast' we are trying to use every trick the server can
  5152. do to get the code to execute as fast as possible.  The idea is that the
  5153. normal run should show how the server would work in a default setup and
  5154. the `--fast' run shows how the server would do if the application
  5155. developer would use extensions in the server to make his application run
  5156. faster.
  5157.  
  5158. When running with PostgreSQL and `--fast' we do a `VACUUM()' after
  5159. every major table `UPDATE' and `DROP TABLE' to make the database in
  5160. perfect shape for the following `SELECT's.  The time for `VACUUM()' is
  5161. measured separately.
  5162.  
  5163. When running with PostgreSQL 7.1.1 we could, however, not run with
  5164. `--fast' because during the `INSERT' test, the postmaster (the
  5165. PostgreSQL deamon) died and the database was so corrupted that it was
  5166. impossible to restart postmaster.   After this happened twice, we
  5167. decided to postpone the `--fast' test until next PostgreSQL release.
  5168. The details about the machine we run the benchmark can be found on the
  5169. benchmark page.
  5170.  
  5171. Before going to the other benchmarks we know of, we would like to give
  5172. some background on benchmarks:
  5173.  
  5174. It's very easy to write a test that shows ANY database to be best
  5175. database in the world, by just restricting the test to something the
  5176. database is very good at and not test anything that the database is not
  5177. good at.  If one after this publishes the result with a single figure,
  5178. things are even easier.
  5179.  
  5180. This would be like us measuring the speed of MySQL compared to
  5181. PostgreSQL by looking at the summary time of the MySQL benchmarks on
  5182. our web page.  Based on this MySQL would be more than 40 times faster
  5183. than PostgreSQL, something that is of course not true.  We could make
  5184. things even worse by just taking the test where PostgreSQL performs
  5185. worst and claim that MySQL is more than 2000 times faster than
  5186. PostgreSQL.
  5187.  
  5188. The case is that MySQL does a lot of optimizations that PostgreSQL
  5189. doesn't do. This is of course also true the other way around.  An SQL
  5190. optimizer is a very complex thing, and a company could spend years on
  5191. just making the optimizer faster and faster.
  5192.  
  5193. When looking at the benchmark results you should look for things that
  5194. you do in your application and just use these results to decide which
  5195. database would be best suited for your application.  The benchmark
  5196. results also shows things a particular database is not good at and
  5197. should give you a notion about things to avoid and what you may have to
  5198. do in other ways.
  5199.  
  5200. We know of two benchmark tests that claims that PostgreSQL performs
  5201. better than MySQL.  These both where multi-user tests, a test that we
  5202. here at MySQL AB haven't had time to write and include in the benchmark
  5203. suite, mainly because it's a big task to do this in a manner that is
  5204. fair against all databases.
  5205.  
  5206. One is the benchmark paid for by Great Bridge, which you can read about
  5207. at: `http://www.greatbridge.com/about/press.php?content_id=4'.
  5208.  
  5209. This is the probably worst benchmark we have ever seen anyone conduct.
  5210. This was not only tuned to only test what PostgreSQL is absolutely best
  5211. at, it was also totally unfair against every other database involved in
  5212. the test.
  5213.  
  5214. *NOTE*:  We know that not even some of the main PostgreSQL developers
  5215. did like the way Great Bridge conducted the benchmark, so we don't
  5216. blame them for the way the benchmark was made.
  5217.  
  5218. This benchmark has been condemned in a lot of postings and newsgroups so
  5219. we will here just shortly repeat some things that where wrong with it.
  5220.  
  5221.    * The tests were run with an expensive commercial tool, that makes it
  5222.      impossible for an open source company like us to verify the
  5223.      benchmarks, or even check how the benchmarks were really done.
  5224.      The tool is not even a true benchmark tool, but an
  5225.      application/setup testing tool.  To refer this as a "standard"
  5226.      benchmark tool is to stretch the truth a long way.
  5227.  
  5228.    * Great Bridge admitted that they had optimized the PostgreSQL
  5229.      database (with `VACUUM()' before the test) and tuned the startup
  5230.      for the tests, something they hadn't done for any of the other
  5231.      databases involved.  To say "This process optimizes indexes and
  5232.      frees up disk space a bit.  The optimized indexes boost
  5233.      performance by some margin."  Our benchmarks clearly indicate that
  5234.      the difference in running a lot of selects on a database with and
  5235.      without `VACUUM()' can easily differ by a factor of ten.
  5236.  
  5237.    * The test results were also strange.  The AS3AP test documentation
  5238.      mentions that the test does "selections, simple joins, projections,
  5239.      aggregates, one-tuple updates, and bulk updates".
  5240.  
  5241.      PostgreSQL is good at doing `SELECT's and `JOIN's (especially
  5242.      after a `VACUUM()'), but doesn't perform as well on `INSERT's or
  5243.      `UPDATE's.  The benchmarks seem to indicate that only `SELECT's
  5244.      were done (or very few updates).  This could easily explain they
  5245.      good results for PostgreSQL in this test.  The bad results for
  5246.      MySQL will be obvious a bit down in this document.
  5247.  
  5248.    * They did run the so-called benchmark from a Windows machine
  5249.      against a Linux machine over ODBC, a setup that no normal database
  5250.      user would ever do when running a heavy multi-user application.
  5251.      This tested more the ODBC driver and the Windows protocol used
  5252.      between the clients than the database itself.
  5253.  
  5254.    * When running the database against Oracle and MS-SQL (Great Bridge
  5255.      has indirectly indicated that the databases they used in the
  5256.      test), they didn't use the native protocol but instead ODBC.
  5257.      Anyone that has ever used Oracle knows that all real application
  5258.      uses the native interface instead of ODBC.  Doing a test through
  5259.      ODBC and claiming that the results had anything to do with using
  5260.      the database in a real-world situation can't be regarded as fair.
  5261.      They should have done two tests with and without ODBC to provide
  5262.      the right facts (after having got experts to tune all involved
  5263.      databases of course).
  5264.  
  5265.    * They refer to the TPC-C tests, but they don't mention anywhere
  5266.      that the test they did was not a true TPC-C test and they were not
  5267.      even allowed to call it a TPC-C test.  A TPC-C test can only be
  5268.      conducted by the rules approved by the TPC Council
  5269.      (`http://www.tpc.org'). Great Bridge didn't do that.  By doing
  5270.      this they have both violated the TPC trademark and miscredited
  5271.      their own benchmarks.  The rules set by the TPC Council are very
  5272.      strict to ensure that no one can produce false results or make
  5273.      unprovable statements.  Apparently Great Bridge wasn't interested
  5274.      in doing this.
  5275.  
  5276.    * After the first test, we contacted Great Bridge and mentioned to
  5277.      them some of the obvious mistakes they had done with MySQL:
  5278.  
  5279.         - Running with a debug version of our ODBC driver
  5280.  
  5281.         - Running on a Linux system that wasn't optimized for threads
  5282.  
  5283.         - Using an old MySQL version when there was a recommended newer
  5284.           one available
  5285.  
  5286.         - Not starting MySQL with the right options for heavy
  5287.           multi-user use (the default installation of MySQL is tuned
  5288.           for minimal resource use).
  5289.  
  5290.      Great Bridge did run a new test, with our optimized ODBC driver
  5291.      and with better startup options for MySQL, but refused to either
  5292.      use our updated glibc library or our standard binary (used by 80%
  5293.      of our users), which was statically linked with a fixed glibc
  5294.      library.
  5295.  
  5296.      According to what we know, Great Bridge did nothing to ensure that
  5297.      the other databases were set up correctly to run well in their test
  5298.      environment.  We are sure however that they didn't contact Oracle
  5299.      or Microsoft to ask for their advice in this matter ;)
  5300.  
  5301.    * The benchmark was paid for by Great Bridge, and they decided to
  5302.      publish only partial, chosen results (instead of publishing it
  5303.      all).
  5304.  
  5305. Tim Perdue, a long time PostgreSQL fan and a reluctant MySQL user
  5306. published a comparison on phpbuider
  5307. (http://www.phpbuilder.com/columns/tim20001112.php3).
  5308.  
  5309. When we became aware of the comparison, we phoned Tim Perdue about this
  5310. because there were a lot of strange things in his results.  For example,
  5311. he claimed that MySQL had a problem with five users in his tests, when
  5312. we know that there are users with similar machines as his that are using
  5313. MySQL with 2000 simultaneous connections doing 400 queries per second.
  5314. (In this case the limit was the web bandwidth, not the database.)
  5315.  
  5316. It sounded like he was using a Linux kernel that either had some
  5317. problems with many threads, such as kernels before 2.4, which had a
  5318. problem with many threads on multi-CPU machines. We have documented in
  5319. this manual how to fix this and Tim should be aware of this problem.
  5320.  
  5321. The other possible problem could have been an old glibc library and
  5322. that Tim didn't use a MySQL binary from our site, which is linked with
  5323. a corrected glibc library, but had compiled a version of his own with.
  5324. In any of the above cases, the symptom would have been exactly what Tim
  5325. had measured.
  5326.  
  5327. We asked Tim if we could get access to his data so that we could repeat
  5328. the benchmark and if he could check the MySQL version on the machine to
  5329. find out what was wrong and he promised to come back to us about this.
  5330. He has not done that yet.
  5331.  
  5332. Because of this we can't put any trust in this benchmark either :(
  5333.  
  5334. Over time things also changes and the above benchmarks are not that
  5335. relevant anymore.  MySQL now have a couple of different table handlers
  5336. with different speed/concurrency tradeoffs.  *Note Table types::. It
  5337. would be interesting to see how the above tests would run with the
  5338. different transactional table types in MySQL.  PostgreSQL has of course
  5339. also got new features since the test was made.  As the above test are
  5340. not publicly available there is no way for us to know how the database
  5341. would preform in the same tests today.
  5342.  
  5343. Conclusion:
  5344.  
  5345. The only benchmarks that exist today that anyone can download and run
  5346. against MySQL and PostgreSQL is the MySQL benchmarks.  We here at MySQL
  5347. believe that open source databases should be tested with open source
  5348. tools!  This is the only way to ensure that no one does tests that
  5349. nobody can reproduce and use this to claim that a database is better
  5350. than another.  Without knowing all the facts it's impossible to answer
  5351. the claims of the tester.
  5352.  
  5353. The thing we find strange is that every test we have seen about
  5354. PostgreSQL, that is impossible to reproduce, claims that PostgreSQL is
  5355. better in most cases while our tests, which anyone can reproduce,
  5356. clearly shows otherwise.  With this we don't want to say that PostgreSQL
  5357. isn't good at many things (it is!) or that it isn't faster than MySQL
  5358. under certain conditions.  We would just like to see a fair test where
  5359. they are very good so that we could get some friendly competition going!
  5360.  
  5361. For more information about our benchmarks suite *Note MySQL
  5362. Benchmarks::.
  5363.  
  5364. We are working on an even better benchmark suite, including multi user
  5365. tests, and a better documentation of what the individual tests really
  5366. do and how to add more tests to the suite.
  5367.  
  5368. MySQL and the future (The TODO)
  5369. ===============================
  5370.  
  5371. This appendix lists the features that we plan to implement in MySQL.
  5372.  
  5373. Everything in this list is approximately in the order it will be done.
  5374. If you want to affect the priority order, please register a license or
  5375. support us and tell us what you want to have done more quickly. *Note
  5376. Licensing and Support::.
  5377.  
  5378. The plan is that we in the future will support the full ANSI SQL99
  5379. standard, but with a lot of useful extensions. The challenge is to do
  5380. this without sacrifying the speed or compromise the code.
  5381.  
  5382. Things that should be in 4.0
  5383. ----------------------------
  5384.  
  5385. We plan to make MySQL Version 4.0 a "quick" release where we only add
  5386. some new stuff to enable others to help us with developing new features
  5387. into Version 4.1.  The MySQL 4.0 version should only take us about a
  5388. month to make after which we want to stabilize it and start working on
  5389. Version 4.1.  Version 4.0 should have the following new features:
  5390.  
  5391. The news section for 4.0 includes a list of the features we have already
  5392. implemented in the 4.0 tree. *Note News-4.0.x::.
  5393.  
  5394.    * New table definition file format (`.frm' files) This will enable us
  5395.      to not run out of bits when adding more table options.  One will
  5396.      still be able to use the old `.frm' file format with 4.0.  All
  5397.      newly created tables will, however, use the new format.
  5398.  
  5399.      The new file format will enable us to add new column types, more
  5400.      options for keys and `FOREIGN KEY' support.
  5401.  
  5402.    * `mysqld' as a library.  This will have the same interface as the
  5403.      standard MySQL client (with an extra function to just set up
  5404.      startup parameters) but will be faster (no TCP/IP or socket
  5405.      overhead), smaller and much easier to use for embedded products.
  5406.  
  5407.      One will be able to define at link time if one wants to use the
  5408.      client/server model or a stand-alone application just by defining
  5409.      which library to link with.
  5410.  
  5411.      The `mysqld' will support all standard MySQL features and one can
  5412.      use it in a threaded client to run different queries in each
  5413.      thread.
  5414.  
  5415.    * Replication should work with `RAND()' and user variables `@var'.
  5416.  
  5417.    * Online backup with very low performance penalty.  The online
  5418.      backup will make it easy to add a new replication slave without
  5419.      taking down the master.
  5420.  
  5421.    * `DELETE FROM table_name' will return the number of deleted rows.
  5422.      For fast execution one should use `TRUNCATE table_name'.
  5423.  
  5424.    * Allow `DELETE' on `MyISAM' tables to use the record cache.  To do
  5425.      this, we need to update the threads record cache when we update
  5426.      the `.MYD' file.
  5427.  
  5428.    * Better replication.
  5429.  
  5430.    * More functions for full-text search.  *Note Fulltext Features to
  5431.      Appear in MySQL 4.0::.
  5432.  
  5433.    * Character set casts and syntax for handling multiple character
  5434.      sets.
  5435.  
  5436.    * Allow users to change startup options without taking down the
  5437.      server.
  5438.  
  5439.    * Help for all commands from the client.
  5440.  
  5441.    * Secure connections (with SSL).
  5442.  
  5443.    * Extend the optimizer to be able to optimize some `ORDER BY
  5444.      key_name DESC' queries.
  5445.  
  5446.    * `SHOW COLUMNS FROM table_name' (used by `mysql' client to allow
  5447.      expansions of column names) should not open the table, but only the
  5448.      definition file. This will require less memory and be much faster.
  5449.  
  5450.    * New key cache
  5451.  
  5452.    * When using `SET CHARACTER SET' we should translate the whole query
  5453.      at once and not only strings. This will enable users to use the
  5454.      translated characters in database, table and column names.
  5455.  
  5456.    * Add a portable interface over `gethostbyaddr_r()' so that we can
  5457.      change `ip_to_hostname()' to not block other threads while doing
  5458.      DNS lookups.
  5459.  
  5460.    * Add `record_in_range()' method to `MERGE' tables to be able to
  5461.      choose the right index when there is many to choose from. We should
  5462.      also extend the info interface to get the key distribution for
  5463.      each index, of `analyze' is run on all sub tables.
  5464.  
  5465.    * `SET SQL_DEFAULT_TABLE_TYPE=[MyISAM | INNODB | BDB | HEAP]'.
  5466.  
  5467. Things that must be done in the real near future
  5468. ------------------------------------------------
  5469.  
  5470.    * Fail safe replication.
  5471.  
  5472.    * Subqueries.  `select id from t where grp in (select grp from g
  5473.      where u > 100)'
  5474.  
  5475.    * Derived tables.
  5476.           select a.col1, b.col2 from (select max(col1) as col1 from root_table ) a,
  5477.           other_table b where a.col1=b.col1
  5478.  
  5479.      This could be done by automatically creating temporary tables for
  5480.      the derived tables for the duration of the query.
  5481.  
  5482.    * Add `PREPARE' of statements and sending of parameters to `mysqld'.
  5483.  
  5484.    * Extend the server/client protocol to support warnings.
  5485.  
  5486.    * Add options to the server/protocol protocol to get progress notes
  5487.      for long running commands.
  5488.  
  5489.    * Add database and real table name (in case of alias) to the
  5490.      MYSQL_FIELD structure.
  5491.  
  5492.    * Don't allow more than a defined number of threads to run MyISAM
  5493.      recover at the same time.
  5494.  
  5495.    * Change `INSERT ... SELECT' to optionally use concurrent inserts.
  5496.  
  5497.    * Implement `RENAME DATABASE'. To make this safe for all table
  5498.      handlers, it should work as follows:
  5499.         * Create the new database.
  5500.  
  5501.         * For every table do a rename of the table to another database,
  5502.           as we do with the `RENAME' command.
  5503.  
  5504.         * Drop the old database.
  5505.  
  5506.    * Return the original field types() when doing `SELECT MIN(column)
  5507.      ... GROUP BY'.
  5508.  
  5509.    * Multiple result sets.
  5510.  
  5511.    * Change the protocol to allow binary transfer of values. To do this
  5512.      efficiently, we need to add an API to allow binding of variables.
  5513.  
  5514.    * Make it possible to specify `long_query_time' with a granularity
  5515.      in microseconds.
  5516.  
  5517.    * Add a configurable prompt to the `mysql' command line client, with
  5518.      options like database in use, time and date...
  5519.  
  5520.    * Add range checking to `MERGE' tables.
  5521.  
  5522.    * Link the `myisampack' code into the server.
  5523.  
  5524.    * Port of MySQL to BeOS.
  5525.  
  5526.    * Port of the MySQL clients to LynxOS.
  5527.  
  5528.    * Add a temporary key buffer cache during `INSERT/DELETE/UPDATE' so
  5529.      that we can gracefully recover if the index file gets full.
  5530.  
  5531.    * If you perform an `ALTER TABLE' on a table that is symlinked to
  5532.      another disk, create temporary tables on this disk.
  5533.  
  5534.    * Implement a `DATE/DATETIME' type that handles time zone information
  5535.      properly, so that dealing with dates in different time zones is
  5536.      easier.
  5537.  
  5538.    * FreeBSD and MIT-pthreads;  Do sleeping threads take CPU?
  5539.  
  5540.    * Check if locked threads take any CPU.
  5541.  
  5542.    * Fix configure so that one can compile all libraries (like `MyISAM')
  5543.      without threads.
  5544.  
  5545.    * Add an option to periodically flush key pages for tables with
  5546.      delayed keys if they haven't been used in a while.
  5547.  
  5548.    * Allow join on key parts (optimization issue).
  5549.  
  5550.    * `INSERT SQL_CONCURRENT' and `mysqld --concurrent-insert' to do a
  5551.      concurrent insert at the end of the file if the file is
  5552.      read-locked.
  5553.  
  5554.    * Remember `FOREIGN' key definitions in the `.frm' file.
  5555.  
  5556.    * Cascading `DELETE'
  5557.  
  5558.    * Server side cursors.
  5559.  
  5560.    * Check if `lockd' works with modern Linux kernels; If not, we have
  5561.      to fix `lockd'!  To test this, start `mysqld' with
  5562.      `--enable-locking' and run the different fork* test suits. They
  5563.      shouldn't give any errors if `lockd' works.
  5564.  
  5565.    * Allow SQL variables in `LIMIT', like in `LIMIT @a,@b'.
  5566.  
  5567.    * Allow update of variables in `UPDATE' statements. For example:
  5568.      `UPDATE TABLE foo SET @a=a+b,a=@a, b=@a+c'
  5569.  
  5570.    * Change when user variables are updated so that one can use them
  5571.      with `GROUP BY', as in the following example: `SELECT id,
  5572.      @a:=count(*), sum(sum_col)/@a FROM table_name GROUP BY id'.
  5573.  
  5574.    * Don't add automatic `DEFAULT' values to columns.  Give an error
  5575.      when using an `INSERT' that doesn't contain a column that doesn't
  5576.      have a `DEFAULT'.
  5577.  
  5578.    * Caching of queries and results. This should be done as a separated
  5579.      module that examines each query and if this is query is in the
  5580.      cache the cached result should be returned.  When one updates a
  5581.      table one should remove as few queries as possible from the cache.
  5582.      This should give a big speed bost on machines with much RAM where
  5583.      queries are often repeated (like WWW applications).  One idea
  5584.      would be to only cache queries of type: `SELECT CACHED ...'
  5585.  
  5586.    * Fix `libmysql.c' to allow two `mysql_query()' commands in a row
  5587.      without reading results or give a nice error message when one does
  5588.      this.
  5589.  
  5590.    * Optimize `BIT' type to take 1 bit (now `BIT' takes 1 char).
  5591.  
  5592.    * Check why MIT-pthreads `ctime()' doesn't work on some FreeBSD
  5593.      systems.
  5594.  
  5595.    * Add an `IMAGE' option to `LOAD DATA INFILE' to not update
  5596.      `TIMESTAMP' and `AUTO_INCREMENT' fields.
  5597.  
  5598.    * Added `LOAD DATE INFILE.. UPDATE' syntax.
  5599.         * For tables with primary keys, if the data contains the
  5600.           primary key, entries matching that primary key are updated
  5601.           from the remainder of the columns. However, columns MISSING
  5602.           from the incoming data feed are not touched.
  5603.  
  5604.         * For tables tables with primary keys that are missing some
  5605.           part of the key in the incoming data stream, or that have no
  5606.           primary key, the feed is treated as a `LOAD DATA INFILE ...
  5607.           REPLACE INTO' is now.
  5608.  
  5609.    * Make `LOAD DATA INFILE' understand syntax like:
  5610.           LOAD DATA INFILE 'file_name.txt' INTO TABLE tbl_name
  5611.           TEXT_FIELDS (text_field1, text_field2, text_field3)
  5612.           SET table_field1=concatenate(text_field1, text_field2), table_field3=23
  5613.           IGNORE text_field3
  5614.           
  5615.           This can be used to skip over extra columns in the text file, or update columns
  5616.           based on expressions of the read data...
  5617.  
  5618.    * `LOAD DATA INFILE 'file_name' INTO TABLE 'table_name' ERRORS TO
  5619.      err_table_name' This would cause any errors and warnings to be
  5620.      logged into the err_table_name table. That table would have a
  5621.      structure like:
  5622.  
  5623.           line_number    - line number in data file
  5624.           error_message  - the error/warning message
  5625.           and maybe
  5626.           data_line      - the line from the data file
  5627.  
  5628.    * Add true `VARCHAR' support (There is already support for this in
  5629.      MyISAM).
  5630.  
  5631.    * Automatic output from `mysql' to netscape.
  5632.  
  5633.    * `LOCK DATABASES'. (with various options)
  5634.  
  5635.    * Change sort to allocate memory in "hunks" to get better memory
  5636.      utilization.
  5637.  
  5638.    * `DECIMAL' and `NUMERIC' types can't read exponential numbers;
  5639.      `Field_decimal::store(const char *from,uint len)' must be recoded
  5640.      to fix this.
  5641.  
  5642.    * Functions: ADD_TO_SET(value,set) and REMOVE_FROM_SET(value,set)
  5643.  
  5644.    * Add use of `t1 JOIN t2 ON ...' and `t1 JOIN t2 USING ...'
  5645.      Currently, you can only use this syntax with `LEFT JOIN'.
  5646.  
  5647.    * Add full support for `unsigned long long' type.
  5648.  
  5649.    * Many more variables for `show status'.  Counts for:
  5650.      `INSERT'/`DELETE'/`UPDATE' statements. Records reads and updated.
  5651.      Selects on 1 table and selects with joins.  Mean number of tables
  5652.      in select. Number of `ORDER BY' and `GROUP BY' queries.
  5653.  
  5654.    * If you abort `mysql' in the middle of a query, you should open
  5655.      another connection and kill the old running query.  Alternatively,
  5656.      an attempt should be made to detect this in the server.
  5657.  
  5658.    * Add a handler interface for table information so you can use it as
  5659.      a system table. This would be a bit slow if you requested
  5660.      information about all tables, but very flexible.  `SHOW INFO FROM
  5661.      tbl_name' for basic table information should be implemented.
  5662.  
  5663.    * Add support for UNICODE.
  5664.  
  5665.    * `NATURAL JOIN' and `UNION JOIN'
  5666.  
  5667.    * Allow `select a from crash_me left join crash_me2 using (a)'; In
  5668.      this case a is assumed to come from the crash_me table.
  5669.  
  5670.    * Fix that `ON' and `USING' works with the `JOIN' join type.
  5671.  
  5672.    * Oracle like `CONNECT BY PRIOR ...' to search hierarchy structures.
  5673.  
  5674.    * `mysqladmin copy database new-database'. - Requires COPY command
  5675.      to be added to `mysqld'
  5676.  
  5677.    * Processlist should show number of queries/thread.
  5678.  
  5679.    * `SHOW HOSTS' for printing information about the hostname cache.
  5680.  
  5681.    * `DELETE' and `REPLACE' options to the `UPDATE' statement (this
  5682.      will delete rows when one gets a duplicate key error while
  5683.      updating).
  5684.  
  5685.    * Change the format of `DATETIME' to store fractions of seconds.
  5686.  
  5687.    * Add all missing ANSI92 and ODBC 3.0 types.
  5688.  
  5689.    * Change table names from empty strings to `NULL' for calculated
  5690.      columns.
  5691.  
  5692.    * Don't use 'Item_copy_string' on numerical values to avoid
  5693.      number->string->number conversion in case of: `SELECT
  5694.      COUNT(*)*(id+0) FROM table_name GROUP BY id'
  5695.  
  5696.    * Make it possible to use the new GNU regexp library instead of the
  5697.      current one (The GNU library should be much faster than the old
  5698.      one).
  5699.  
  5700.    * Change that `ALTER TABLE' doesn't abort clients that executes
  5701.      `INSERT DELAYED'.
  5702.  
  5703.    * Fix that when columns referenced in an `UPDATE' clause contains
  5704.      the old values before the update started.
  5705.  
  5706.    * `myisamchk', `REPAIR' and `OPTIMIZE TABLE' should be able to
  5707.      handle cases where the data and/or index files are symbolic links.
  5708.  
  5709.    * Add simulation of `pread()'/`pwrite()' on Windows to enable
  5710.      concurrent inserts.
  5711.  
  5712.    * A logfile analyzer that could parsed out information about which
  5713.      tables are hit most often, how often multi-table joins are
  5714.      executed, etc.  It should help users identify areas or table
  5715.      design that could be optimized to execute much more efficient
  5716.      queries.
  5717.  
  5718.    * Add `SUM(DISTINCT)'
  5719.  
  5720.    * Add `ANY()',`EVERY()' and `SOME()' group functions. In ANSI SQL
  5721.      these only works on boolean columns, but we can extend these to
  5722.      work on any columns/expressions by applying: value == 0 -> FALSE
  5723.      and value <> 0 -> TRUE.
  5724.  
  5725.    * Fix that the type for `MAX(column)' is the same as the column type.
  5726.           create table t1 (a DATE);
  5727.           insert into t1 values (now());
  5728.           create table t2 select max(a) from t1;
  5729.           show columns from t2;
  5730.  
  5731.    * Come up with a nice syntax for a statement that will `UPDATE' the
  5732.      row if it exists and `INSERT' a new row if the row didn't exist.
  5733.      (Like `REPLACE' works with `INSERT' / `DELETE')
  5734.  
  5735. Things that have to be done sometime
  5736. ------------------------------------
  5737.  
  5738.    * Implement function: `get_changed_tables(timeout,table1,table2,...)'
  5739.  
  5740.    * Atomic multi-table updates, eg `update items,month set
  5741.      items.price=month.price where items.id=month.id;';
  5742.  
  5743.    * Change reading through tables to use memmap when possible. Now only
  5744.      compressed tables use memmap.
  5745.  
  5746.    * Add a new privilege *'Show_priv'* for `SHOW' commands.
  5747.  
  5748.    * Make the automatic timestamp code nicer.  Add timestamps to the
  5749.      update log with `SET TIMESTAMP=#;'
  5750.  
  5751.    * Use read/write mutex in some places to get more speed.
  5752.  
  5753.    * Full foreign key support. One probably wants to implement a
  5754.      procedural language first.
  5755.  
  5756.    * Simple views (first on one table, later on any expression).
  5757.  
  5758.    * Automatically close some tables if a table, temporary table or
  5759.      temporary files gets error 23 (not enough open files).
  5760.  
  5761.    * When one finds a field=#, change all occurrences of field to #.
  5762.      Now this is only done for some simple cases.
  5763.  
  5764.    * Change all const expressions with calculated expressions if
  5765.      possible.
  5766.  
  5767.    * Optimize key = expression. At the moment only key = field or key =
  5768.      constant are optimized.
  5769.  
  5770.    * Join some of the copy functions for nicer code.
  5771.  
  5772.    * Change `sql_yacc.yy' to an inline parser to reduce its size and get
  5773.      better error messages (5 days).
  5774.  
  5775.    * Change the parser to use only one rule per different number of
  5776.      arguments in function.
  5777.  
  5778.    * Use of full calculation names in the order part. (For ACCESS97)
  5779.  
  5780.    * `UNION', `MINUS', `INTERSECT' and `FULL OUTER JOIN'.  (Currently
  5781.      only `LEFT OUTER JOIN' is supported)
  5782.  
  5783.    * Allow `UNIQUE' on fields that can be `NULL'.
  5784.  
  5785.    * `SQL_OPTION MAX_SELECT_TIME=#' to put a time limit on a query.
  5786.  
  5787.    * Make the update log to a database.
  5788.  
  5789.    * Negative `LIMIT' to retrieve data from the end.
  5790.  
  5791.    * Alarm around client connect/read/write functions.
  5792.  
  5793.    * Please note the changes to `safe_mysqld': according to FSSTND
  5794.      (which Debian tries to follow) PID files should go into
  5795.      `/var/run/<progname>.pid' and log files into `/var/log'. It would
  5796.      be nice if you could put the "DATADIR" in the first declaration of
  5797.      "pidfile" and "log", so the placement of these files can be
  5798.      changed with a single statement.
  5799.  
  5800.    * Allow a client to request logging.
  5801.  
  5802.    * Add use of `zlib()' for `gzip'-ed files to `LOAD DATA INFILE'.
  5803.  
  5804.    * Fix sorting and grouping of `BLOB' columns (partly solved now).
  5805.  
  5806.    * Stored procedures.  This is currently not regarded to be very
  5807.      important as stored procedures are not very standardized yet.
  5808.      Another problem is that true stored procedures make it much harder
  5809.      for the optimizer and in many cases the result is slower than
  5810.      before We will, on the other hand, add a simple (atomic) update
  5811.      language that can be used to write loops and such in the MySQL
  5812.      server.
  5813.  
  5814.    * Change to use semaphores when counting threads.  One should first
  5815.      implement a semaphore library to MIT-pthreads.
  5816.  
  5817.    * Don't assign a new `AUTO_INCREMENT' value when one sets a column
  5818.      to 0.  Use `NULL' instead.
  5819.  
  5820.    * Add full support for `JOIN' with parentheses.
  5821.  
  5822.    * As an alternative for one thread / connection manage a pool of
  5823.      threads to handle the queries.
  5824.  
  5825.    * Allow one to get more than one lock with `GET_LOCK'.  When doing
  5826.      this, one must also handle the possible deadlocks this change will
  5827.      introduce.
  5828.  
  5829. Time is given according to amount of work, not real time.
  5830.  
  5831. Some things we don't have any plans to do
  5832. -----------------------------------------
  5833.  
  5834.    * Nothing;  In the long run we plan to be fully ANSI 92 / ANSI 99
  5835.      compliant.
  5836.  
  5837. MySQL Installation
  5838. ******************
  5839.  
  5840. This chapter describes how to obtain and install MySQL:
  5841.  
  5842.    * For a list of sites from which you can obtain MySQL, see *Note
  5843.      Getting MySQL: Getting MySQL.
  5844.  
  5845.    * To see which platforms are supported, see *Note Which OS::. Please
  5846.      note that not all supported system are equally good for running
  5847.      MySQL on them.  On some it is much more robust and efficient than
  5848.      others - see  *Note Which OS:: for details.
  5849.  
  5850.    * Several versions of MySQL are available in both binary and source
  5851.      distributions.  We also provide public access to our current
  5852.      source tree for those who want to see our most recent developments
  5853.      and help us test new code.  To determine which version and type of
  5854.      distribution you should use, see *Note Which version::. When in
  5855.      doubt, use the binary distribution.
  5856.  
  5857.    * Installation instructions for binary and source distributions are
  5858.      described in *Note Installing binary:: and *Note Installing
  5859.      source::.  Each set of instructions includes a section on
  5860.      system-specific problems you may run into.
  5861.  
  5862.    * For post-installation procedures, see *Note Post-installation::.
  5863.      These procedures apply whether you install MySQL using a binary or
  5864.      source distribution.
  5865.  
  5866. Quick Standard Installation of MySQL
  5867. ====================================
  5868.  
  5869. Installing MySQL on Linux
  5870. -------------------------
  5871.  
  5872. The recommended way to install MySQL on Linux is by using an RPM file.
  5873. The MySQL RPMs are currently being built on a RedHat Version 6.2 system
  5874. but should work on other versions of Linux that support `rpm' and use
  5875. `glibc'.
  5876.  
  5877. If you have problems with an RPM file, for example, if you receive the
  5878. error "`Sorry, the host 'xxxx' could not be looked up'", see *Note
  5879. Binary notes-Linux::.
  5880.  
  5881. The RPM files you may want to use are:
  5882.  
  5883.    * `MySQL-VERSION.i386.rpm'
  5884.  
  5885.      The MySQL server.  You will need this unless you only want to
  5886.      connect to a MySQL server running on another machine.
  5887.  
  5888.    * `MySQL-client-VERSION.i386.rpm'
  5889.  
  5890.      The standard MySQL client programs. You probably always want to
  5891.      install this package.
  5892.  
  5893.    * `MySQL-bench-VERSION.i386.rpm'
  5894.  
  5895.      Tests and benchmarks. Requires Perl and msql-mysql-modules RPMs.
  5896.  
  5897.    * `MySQL-devel-VERSION.i386.rpm'
  5898.  
  5899.      Libraries and include files needed if you want to compile other
  5900.      MySQL clients, such as the Perl modules.
  5901.  
  5902.    * `MySQL-VERSION.src.rpm'
  5903.  
  5904.      This contains the source code for all of the above packages. It
  5905.      can also be used to try to build RPMs for other architectures (for
  5906.      example, Alpha or SPARC).
  5907.  
  5908. To see all files in an RPM package, run:
  5909.      shell> rpm -qpl MySQL-VERSION.i386.rpm
  5910.  
  5911. To perform a standard minimal installation, run:
  5912.  
  5913.      shell> rpm -i MySQL-VERSION.i386.rpm MySQL-client-VERSION.i386.rpm
  5914.  
  5915. To install just the client package, run:
  5916.  
  5917.      shell> rpm -i MySQL-client-VERSION.i386.rpm
  5918.  
  5919. The RPM places data in `/var/lib/mysql'. The RPM also creates the
  5920. appropriate entries in `/etc/rc.d/' to start the server automatically
  5921. at boot time.  (This means that if you have performed a previous
  5922. installation, you may want to make a copy of your previously installed
  5923. MySQL startup file if you made any changes to it, so you don't lose
  5924. your changes.)
  5925.  
  5926. After installing the RPM file(s), the `mysqld' daemon should be running
  5927. and you should now be able to start using MySQL.  *Note
  5928. Post-installation::.
  5929.  
  5930. If something goes wrong, you can find more information in the binary
  5931. installation chapter. *Note Installing binary::.
  5932.  
  5933. Installing MySQL on Windows
  5934. ---------------------------
  5935.  
  5936. The following instructions apply to precompiled binary distributions.
  5937. If you download a source distribution, you will have to compile and
  5938. install it yourself.
  5939.  
  5940. If you don't have a copy of the MySQL distribution, you should first
  5941. download one from `http://www.mysql.com/downloads/mysql-3.23.html'.
  5942.  
  5943. If you plan to connect to MySQL from some other program, you will
  5944. probably also need the *MyODBC* driver. You can find this at the
  5945. *MyODBC* download page
  5946. (`http://www.mysql.com/downloads/api-myodbc.html').
  5947.  
  5948. To install either distribution, unzip it in some empty directory and
  5949. run the `Setup.exe' program.
  5950.  
  5951. By default, MySQL-Windows is configured to be installed in `C:\mysql'.
  5952. If you want to install MySQL elsewhere, install it in `C:\mysql' first,
  5953. then move the installation to where you want it.  If you do move MySQL,
  5954. you must indicate where everything is located by supplying a
  5955. `--basedir' option when you start the server.  For example, if you have
  5956. moved the MySQL distribution to `D:\programs\mysql', you must start
  5957. `mysqld' like this:
  5958.  
  5959.      C:\> D:\programs\mysql\bin\mysqld --basedir D:\programs\mysql
  5960.  
  5961. Use `mysqld --help' to display all the options that `mysqld'
  5962. understands!
  5963.  
  5964. With all newer MySQL versions, you can also create a `C:\my.cnf' file
  5965. that holds any default options for the MySQL server.  Copy the file
  5966. `\mysql\my-xxxxx.cnf' to `C:\my.cnf' and edit it to suit your setup.
  5967. Note that you should specify all paths with `/' instead of `\'. If you
  5968. use `\', you need to specify it twice, because `\' is the escape
  5969. character in MySQL.  *Note Option files::.
  5970.  
  5971. Starting with MySQL 3.23.38, the Windows distribution includes both the
  5972. normal and the *MySQL-Max* binaries.  The main benefit of using the
  5973. normal `mysqld.exe' binary is that it's a little faster and uses less
  5974. resources.
  5975.  
  5976. Here is a list of the different MySQL servers you can use:
  5977.  
  5978. `mysqld'            Compiled with full debugging and automatic memory
  5979.                    allocation checking, symbolic links, BDB and InnoDB
  5980.                    tables.
  5981. `mysqld-opt'        Optimized binary with no support for transactional
  5982.                    tables.
  5983. `mysqld-nt'         Optimized binary for NT with support for named
  5984.                    pipes. You can run this version on Win98, but in this
  5985.                    case no named pipes are created and you must have
  5986.                    TCP/IP installed.
  5987. `mysqld-max'        Optimized binary with support for symbolic links,
  5988.                    BDB and InnoDB tables.
  5989. `mysqld-max-nt'     Like `mysqld-max', but compiled with support for
  5990.                    named pipes.
  5991.  
  5992. All of the above binaries are optimized for the Pentium Pro processor
  5993. but should work on any Intel processor >= i386.
  5994.  
  5995. NOTE: If you want to use InnoDB tables, there are certain startup
  5996. options that must be specified in your `my.ini' file! *Note InnoDB
  5997. start::.
  5998.  
  5999. General Installation Issues
  6000. ===========================
  6001.  
  6002. How to Get MySQL
  6003. ----------------
  6004.  
  6005. Check the MySQL home page (http://www.mysql.com/) for information about
  6006. the current version and for downloading instructions.
  6007.  
  6008. Our main download mirror is located at:
  6009.  
  6010. `http://download.sourceforge.net/mirrors/mysql/'
  6011.  
  6012. If you are interested in becoming a MySQL mirror site, you may
  6013. anonymously rsync with: `rsync://download.sourceforge.net/mysql/'.
  6014. Please send e-mail to <webmaster@mysql.com> notifying us of your mirror
  6015. to be added to the list below.
  6016.  
  6017. If you have problems downloading from our main site, try using one of
  6018. the mirrors listed below.
  6019.  
  6020. Please report bad or out-of-date mirrors to <webmaster@mysql.com>.
  6021.  
  6022. *Europe:*
  6023.  
  6024.    *  Austria [Univ. of Technology/Vienna]  WWW
  6025.      (http://gd.tuwien.ac.at/db/mysql/) FTP
  6026.      (ftp://gd.tuwien.ac.at/db/mysql/)
  6027.  
  6028.    *  Bulgaria [online.bg/Sofia]  WWW (http://mysql.online.bg/) FTP
  6029.      (ftp://mysql.online.bg/)
  6030.  
  6031.    *  Czech Republic [Masaryk University in Brno]  WWW
  6032.      (http://mysql.linux.cz/index.html) FTP
  6033.      (ftp://ftp.fi.muni.cz/pub/mysql/)
  6034.  
  6035.    *  Czech Republic [www.sopik.cz]  WWW (http://www.mysql.cz/)
  6036.  
  6037.    *  Czech Republic [www.gin.cz]  WWW (http://mysql.gin.cz/) FTP
  6038.      (ftp://ftp.gin.cz/pub/MIRRORS/www.mysql.com/)
  6039.  
  6040.    *  Denmark [Borsen]  WWW (http://mysql.borsen.dk/)
  6041.  
  6042.    *  Denmark [SunSITE]  WWW (http://mirrors.sunsite.dk/mysql/) FTP
  6043.      (ftp://sunsite.dk/mirrors/mysql/)
  6044.  
  6045.    *  Estonia [OKinteractive]  WWW (http://mysql.mirror.ok.ee)
  6046.  
  6047.    *  France [mtesa.net]  WWW (http://mysql.mtesa.net/)
  6048.  
  6049.    *  France [fastorama.com, Chatenois]  WWW
  6050.      (http://mysql.fastorama.com/) FTP
  6051.      (ftp://ftp.fastorama.com/unix/mysql/)
  6052.  
  6053.    *  Finland [tonnikala.net]  WWW (http://mysql.tonnikala.org/)
  6054.  
  6055.    *  Germany [Kernelnotes.de, Bonn]  WWW
  6056.      (http://www.kernelnotes.de/mysql/) FTP
  6057.      (ftp://ftp.kernelnotes.de/pub/mirror/mysql.org/)
  6058.  
  6059.    *  Germany [Wolfenbuettel]  WWW
  6060.      (http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/) FTP
  6061.      (ftp://ftp.fh-wolfenbuettel.de/pub/database/mysql/)
  6062.  
  6063.    *  Greece [NTUA, Athens]  WWW (http://www.ntua.gr/mysql/) FTP
  6064.      (ftp://ftp.ntua.gr/pub/databases/mysql/)
  6065.  
  6066.    *  Hungary [Xenia]  WWW (http://mysql.sote.hu/) FTP
  6067.      (ftp://xenia.sote.hu/pub/mirrors/www.mysql.com/)
  6068.  
  6069.    *  Hungary [TiszaneT]  WWW (http://mysql.tiszanet.hu/) FTP
  6070.      (ftp://mysql.tiszanet.hu/pub/mirrors/mysql/)
  6071.  
  6072.    *  Hungary [stop.hu]  WWW (http://mysql.mirror.stop.hu/)
  6073.  
  6074.    *  Iceland [GM]  WWW (http://mysql.gm.is/) FTP
  6075.      (ftp://ftp.gm.is/pub/mysql/)
  6076.  
  6077.    *  Italy [feelinglinux.com]  WWW (http://mysql.feelinglinux.com/)
  6078.  
  6079.    *  Italy [Teta Srl]  WWW (http://www.teta.it/mysql/)
  6080.  
  6081.    *  Italy [tzone.it]  WWW (http://mysql.tzone.it/)
  6082.  
  6083.    *  Ireland [Esat Net]  WWW
  6084.      (http://ftp.esat.net/mirrors/download.sourceforge.net/pub/mirrors/mysql/)
  6085.      FTP
  6086.      (ftp://ftp.esat.net/mirrors/download.sourceforge.net/pub/mirrors/mysql/)
  6087.  
  6088.    *  Latvia [linux.lv]  FTP (ftp://ftp.linux.lv/pub/software/mysql/)
  6089.  
  6090.    *  Netherlands [Silverpoint]  WWW (http://mysql.silverpoint.nl/)
  6091.  
  6092.    *  Netherlands [Widexs BV]  WWW (http://mysql.widexs.nl/) FTP
  6093.      (ftp://mysql.widexs.nl/pub/mysql/)
  6094.  
  6095.    *  Netherlands [ProServe]  WWW (http://mysql.proserve.nl/)
  6096.  
  6097.    *  Poland [Sunsite]  WWW (http://sunsite.icm.edu.pl/mysql/) FTP
  6098.      (ftp://sunsite.icm.edu.pl/pub/unix/mysql/)
  6099.  
  6100.    *  Poland [ncservice.com/Gdansk]  WWW (http://mysql.service.net.pl/)
  6101.  
  6102.    *  Portugal [Netc]  WWW (http://ftp.netc.pt/pub/mysql/) FTP
  6103.      (ftp://ftp.netc.pt/pub/mysql/)
  6104.  
  6105.    *  Romania [roedu.net/Bucharest]  FTP
  6106.      (ftp://ftp.roedu.net/pub/mirrors/ftp.mysql.com/)
  6107.  
  6108.    *  Russia [DirectNet]  WWW (http://mysql.directnet.ru/) FTP
  6109.      (ftp://ftp.dn.ru/pub/MySQL/)
  6110.  
  6111.    *  Russia [Scientific Center/Chernogolovka]  FTP
  6112.      (ftp://ftp.chg.ru/pub/databases/mysql/)
  6113.  
  6114.    *  Sweden [Sunet]  WWW
  6115.      (http://ftp.sunet.se/pub/unix/databases/relational/mysql/) FTP
  6116.      (ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/)
  6117.  
  6118.    *  Switzerland [Sunsite]  WWW
  6119.      (http://sunsite.cnlab-switch.ch/ftp/mirror/mysql/) FTP
  6120.      (ftp://sunsite.cnlab-switch.ch/mirror/mysql/)
  6121.  
  6122.    *  UK [PLiG/UK]  WWW (http://ftp.plig.org/pub/mysql/) FTP
  6123.      (ftp://ftp.plig.org/pub/mysql/)
  6124.  
  6125.    *  Ukraine [PACO]  WWW (http://mysql.paco.net.ua) FTP
  6126.      (ftp://mysql.paco.net.ua/)
  6127.  
  6128.    *  Ukraine [ISP Alkar Teleport/Dnepropetrovsk]  WWW
  6129.      (http://mysql.dp.ua/)
  6130.  
  6131.    *  Yugoslavia [bolex.co.yu]  WWW (http://mysql.boa.org.yu/) FTP
  6132.      (ftp://ftp.linux.org.yu/pub/MySQL/)
  6133.  
  6134.  
  6135. *North America:*
  6136.  
  6137.    *  Canada [Tryc]  WWW (http://web.tryc.on.ca/mysql/)
  6138.  
  6139.    *  USA [Hurricane Electric/San Jose]  WWW (http://mysql.he.net/)
  6140.  
  6141.    *  USA [ValueClick, Los Angeles CA]  WWW
  6142.      (http://mysql.valueclick.com/) FTP
  6143.      (ftp://mysql.valueclick.com/pub/mysql/Downloads/)
  6144.  
  6145.    *  USA [Wisconsin University/Wisconsin]  WWW
  6146.      (http://mirror.sit.wisc.edu/mysql/) FTP
  6147.      (ftp://mirror.sit.wisc.edu/mirrors/mysql/)
  6148.  
  6149.    *  USA [LinuxWired/Scottsdale, AZ]  WWW
  6150.      (http://mysql.linuxwired.net/) FTP
  6151.      (ftp://ftp.linuxwired.net/pub/mirrors/mysql/)
  6152.  
  6153.    *  USA [adgrafix.com/Boston, MA]  WWW (http://mysql.adgrafix.com/)
  6154.  
  6155.    *  USA [netNumina/Cambridge, MA]  WWW
  6156.      (http://mysql.mirrors.netnumina.com/)
  6157.  
  6158.    *  USA [Ahaza Systems/Seattle, WA]  WWW
  6159.      (http://mysql.mirrortree.com/) FTP
  6160.      (ftp://mysql.mirrortree.com/pub/mysql/)
  6161.  
  6162.  
  6163. *South America:*
  6164.  
  6165.    *  Argentina [bannerlandia.com]  WWW
  6166.      (http://mysql.bannerlandia.com.ar/) FTP
  6167.      (ftp://mysql.bannerlandia.com.ar/mirrors/mysql/)
  6168.  
  6169.    *  Chile [Vision]  WWW (http://mysql.vision.cl/)
  6170.  
  6171.    *  Chile [PSINet]  WWW (http://mysql.psinet.cl/) FTP
  6172.      (ftp://ftp.psinet.cl/pub/database/mysql/)
  6173.  
  6174.    *  Chile [Tecnoera]  WWW (http://mysql.tecnoera.com/)
  6175.  
  6176.  
  6177. *Asia:*
  6178.  
  6179.    *  China [linuxforum.net]  WWW
  6180.      (http://www2.linuxforum.net/mirror/mysql/)
  6181.  
  6182.    *  China [HKLPG/Hong Kong]  WWW (http://mysql.hklpg.org)
  6183.  
  6184.    *  China [Gremlins/Hong Kong]  WWW (http://mysql.gremlins.com.hk/)
  6185.      FTP (ftp://ftp.mirrors.gremlins.com.hk/mysql/)
  6186.  
  6187.    *  China [shellhung.org/Hong Kong]  WWW (http://mysql.shellhung.org/)
  6188.      FTP (ftp://ftp.shellhung.org/pub/Mirror/mysql/)
  6189.  
  6190.    *  Indonesia [incaf.net]  WWW (http://mysql.incaf.net/)
  6191.  
  6192.    *  Indonesia [web.id]  WWW (http://mysql.itb.web.id/) FTP
  6193.      (ftp://mysql.itb.web.id/pub/MySQL/)
  6194.  
  6195.    *  Japan [Soft Agency]  WWW (http://www.softagency.co.jp/MySQL)
  6196.  
  6197.    *  Japan [u-aizu.ac.jp/Aizu]  FTP
  6198.      (ftp://ftp.u-aizu.ac.jp/ftp/pub/dbms/mysql/mysql.com)
  6199.  
  6200.    *  South Korea [Webiiz]  WWW (http://mysql.webiiz.com/)
  6201.  
  6202.    *  South Korea [PanworldNet]  WWW (http://mysql.holywar.net/)
  6203.  
  6204.    *  Singapore [HJC]  WWW (http://mysql.hjc.edu.sg) FTP
  6205.      (ftp://ftp.hjc.edu.sg/mysql)
  6206.  
  6207.    *  Taiwan [TTN]  WWW (http://mysql.ttn.net)
  6208.  
  6209.    *  Taiwan [nctu.edu/HsinChu]  WWW (http://mysql.nctu.edu.tw/)
  6210.  
  6211.  
  6212. *Africa:*
  6213.  
  6214.    *  South-Africa [Mweb]  WWW (http://www.mysql.mweb.co.za/)
  6215.  
  6216.    *  South Africa [The Internet Solution/Johannesburg]  FTP
  6217.      (ftp://ftp.is.co.za/linux/mysql/)
  6218.  
  6219.  
  6220. Operating Systems Supported by MySQL
  6221. ------------------------------------
  6222.  
  6223. We use GNU Autoconf, so it is possible to port MySQL to all modern
  6224. systems with working Posix threads and a C++ compiler.  (To compile
  6225. only the client code, a C++ compiler is required but not threads.)  We
  6226. use and develop the software ourselves primarily on Sun Solaris
  6227. (Versions 2.5 - 2.7) and SuSE Linux Version 7.x.
  6228.  
  6229. Note that for many operating systems, the native thread support works
  6230. only in the latest versions. MySQL has been reported to compile
  6231. successfully on the following operating system/thread package
  6232. combinations:
  6233.  
  6234.    * AIX 4.x with native threads.  *Note IBM-AIX::.
  6235.  
  6236.    * Amiga.
  6237.  
  6238.    * BSDI 2.x with the included MIT-pthreads package.  *Note BSDI::.
  6239.  
  6240.    * BSDI 3.0, 3.1 and 4.x with native threads.  *Note BSDI::.
  6241.  
  6242.    * DEC Unix 4.x with native threads.  *Note Alpha-DEC-UNIX::.
  6243.  
  6244.    * FreeBSD 2.x with the included MIT-pthreads package.  *Note
  6245.      FreeBSD::.
  6246.  
  6247.    * FreeBSD 3.x and 4.x with native threads.  *Note FreeBSD::.
  6248.  
  6249.    * HP-UX 10.20 with the included MIT-pthreads package.  *Note HP-UX
  6250.      10.20::.
  6251.  
  6252.    * HP-UX 11.x with the native threads.  *Note HP-UX 11.x::.
  6253.  
  6254.    * Linux 2.0+ with LinuxThreads 0.7.1+ or `glibc' 2.0.7+.  *Note
  6255.      Linux::.
  6256.  
  6257.    * Mac OS X Server.  *Note Mac OS X::.
  6258.  
  6259.    * NetBSD 1.3/1.4 Intel and NetBSD 1.3 Alpha (Requires GNU make).
  6260.      *Note NetBSD::.
  6261.  
  6262.    * OpenBSD > 2.5 with native therads. OpenBSD < 2.5 with the included
  6263.      MIT-pthreads package.  *Note OpenBSD::.
  6264.  
  6265.    * OS/2 Warp 3, FixPack 29 and OS/2 Warp 4, FixPack 4.  *Note OS/2::.
  6266.  
  6267.    * SGI Irix 6.x with native threads.  *Note SGI-Irix::.
  6268.  
  6269.    * Solaris 2.5 and above with native threads on SPARC and x86.  *Note
  6270.      Solaris::.
  6271.  
  6272.    * SunOS 4.x with the included MIT-pthreads package.  *Note Solaris::.
  6273.  
  6274.    * SCO OpenServer with a recent port of the FSU Pthreads package.
  6275.      *Note SCO::.
  6276.  
  6277.    * SCO UnixWare 7.0.1.  *Note SCO Unixware::.
  6278.  
  6279.    * Tru64 Unix
  6280.  
  6281.    * Win95, Win98, NT, and Win2000.  *Note Windows::.
  6282.  
  6283. Note that not all platforms are suited equally well for running MySQL.
  6284. How well a certain platform is suited for a high-load mission critical
  6285. MySQL server is determined by the following factors:
  6286.  
  6287.    * General stability of the thread library. A platform may have
  6288.      excellent reputation otherwise, but if the thread library is
  6289.      unstable in the code that is called by MySQL, even if everything
  6290.      else is perfect, MySQL will be only as stable as the thread
  6291.      library.
  6292.  
  6293.    * The ability of the kernel and/or thread library to take advantage
  6294.      of *SMP* on multi-processor systems. In other words, when a process
  6295.      creates a thread, it should be possible for that thread to run on
  6296.      a different CPU than the original process.
  6297.  
  6298.    * The ability of the kernel and/or the thread library to run many
  6299.      threads which acquire/release a mutex over a short critical region
  6300.      frequently without excessive context switches. In other words, if
  6301.      the implementation of `pthread_mutex_lock()' is too anxious to
  6302.      yield CPU, this will hurt MySQL tremendously. If this issue is not
  6303.      taken care of, adding extra CPUs will actually make MySQL slower.
  6304.  
  6305.    * General file system stability/performance.
  6306.  
  6307.    * Ability of the file system to deal with large files at all and
  6308.      deal with them efficiently, if your tables are big.
  6309.  
  6310.    * Our level of expertise here at MySQL AB with the platform. If we
  6311.      know a platform well, we introduce platform-specific
  6312.      optimizations/fixes enabled at compile time. We can also provide
  6313.      advice on configuring your system optimally for MySQL.
  6314.  
  6315.    * The amount of testing of similar configurations we have done
  6316.      internally.
  6317.  
  6318.    * The number of users that have successfully run MySQL on that
  6319.      platform in similar configurations. If this number is high, the
  6320.      chances of hitting some platform-specific surprise are much
  6321.      smaller.
  6322.  
  6323. Based on the above criteria, the best platforms for running MySQL at
  6324. this point are x86 with SuSE Linux 7.1, 2.4 kernel and ReiserFS (or any
  6325. similar Linux distribution) and Sparc with Solaris 2.7 or 2.8. FreeBSD
  6326. comes third, but we really hope it will join the top club once the
  6327. thread library is improved. We also hope that at some point we will be
  6328. able to include all other platforms on which MySQL compiles, runs ok,
  6329. but not quite with the same level of stability and performance, into
  6330. the top category. This will require some effort on our part in
  6331. cooperation with the developers of the OS/library components MySQL
  6332. depends upon. If you are interested in making one of those components
  6333. better, are in a position to influence their development, and need more
  6334. detailed instructions on what MySQL needs to run better, send an e-mail
  6335. to <internals@lists.mysql.com>.
  6336.  
  6337. Please note that the comparison above is not to say that one OS is
  6338. better or worse than the other in general. We are talking about
  6339. choosing a particular OS for a dedicated purpose - running MySQL, and
  6340. compare platforms in that regard only. With this in mind, the result of
  6341. this comparison would be different if we included more issues into it.
  6342. And in some cases, the reason one OS is better than the other could
  6343. simply be that we have put forth more effort into testing on and
  6344. optimizing for that particular platform.  We are just stating our
  6345. observations to help you make a decision on which platform to use MySQL
  6346. on in your setup.
  6347.  
  6348. Which MySQL Version to Use
  6349. --------------------------
  6350.  
  6351. The first decision to make is whether you want to use the latest
  6352. development release or the last stable release:
  6353.  
  6354.    * Normally, if you are beginning to use MySQL for the first time or
  6355.      trying to port it to some system for which there is no binary
  6356.      distribution, we recommend going with the stable release (currently
  6357.      Version 3.23.49.  Note that all MySQL releases are checked with
  6358.      the MySQL benchmarks and an extensive test suite before each
  6359.      release.
  6360.  
  6361.    * Otherwise, if you are running an old system and want to upgrade,
  6362.      but don't want to take chances with a non-seamless upgrade, you
  6363.      should upgrade to the latest in the same branch you are using
  6364.      (where only the last version number is newer than yours).  We have
  6365.      tried to fix only fatal bugs and make small, relatively safe
  6366.      changes to that version.
  6367.  
  6368. The second decision to make is whether you want to use a source
  6369. distribution or a binary distribution.  In most cases you should
  6370. probably use a binary distribution, if one exists for your platform, as
  6371. this generally will be easier to install than a source distribution.
  6372.  
  6373. In the following cases you probably will be better off with a source
  6374. installation:
  6375.  
  6376.    * If you want to install MySQL at some explicit location.  (The
  6377.      standard binary distributions are "ready to run" at any place, but
  6378.      you may want to get even more flexibility).
  6379.  
  6380.    * To be able to satisfy different user requirements, we are
  6381.      providing two different binary versions; One compiled with the
  6382.      non-transactional table handlers, (a small, fast binary), and one
  6383.      configured with the most important extended options like
  6384.      transaction-safe tables.  Both versions are compiled from the same
  6385.      source distribution.  All native `MySQL' clients can connect to
  6386.      both MySQL versions.
  6387.  
  6388.      The extended MySQL binary distribution is marked with the `-max'
  6389.      suffix and is configured with the same options as `mysqld-max'.
  6390.      *Note `mysqld-max': mysqld-max.
  6391.  
  6392.      If you want to use the `MySQL-Max' RPM, you must first install the
  6393.      standard `MySQL' RPM.
  6394.  
  6395.    * If you want to configure `mysqld' with some extra features that are
  6396.      NOT in the standard binary distributions.  Here is a list of the
  6397.      most common extra options that you may want to use:
  6398.  
  6399.         * `--with-berkeley-db'
  6400.  
  6401.         * `--with-innodb'
  6402.  
  6403.         * `--with-raid'
  6404.  
  6405.         * `--with-libwrap'
  6406.  
  6407.         * `--with-named-z-lib  (This is done for some of the binaries)'
  6408.  
  6409.         * `--with-debug[=full]'
  6410.  
  6411.    * The default binary distribution is normally compiled with support
  6412.      for all characters sets and should work on a variety of processors
  6413.      from the same processor family.
  6414.  
  6415.      If you want a faster MySQL server you may want to recompile it
  6416.      with support for only the character sets you need, use a better
  6417.      compiler (like `pgcc') or use compiler options that are better
  6418.      optimized for your processor.
  6419.  
  6420.    * If you have found a bug and reported it to the MySQL development
  6421.      team you will probably receive a patch that you need to apply to
  6422.      the source distribution to get the bug fixed.
  6423.  
  6424.    * If you want to read (and/or modify) the C and C++ code that makes
  6425.      up MySQL, you should get a source distribution.  The source code is
  6426.      always the ultimate manual.  Source distributions also contain more
  6427.      tests and examples than binary distributions.
  6428.  
  6429. The MySQL naming scheme uses release numbers that consist of three
  6430. numbers and a suffix.  For example, a release name like
  6431. `mysql-3.21.17-beta' is interpreted like this:
  6432.  
  6433.    * The first number (`3') describes the file format.  All Version 3
  6434.      releases have the same file format.
  6435.  
  6436.    * The second number (`21') is the release level.  Normally there are
  6437.      two to choose from. One is the release/stable branch (currently
  6438.      `23') and the other is the development branch (currently `4.0').
  6439.      Normally both are stable, but the development version may have
  6440.      quirks, missing documentation on new features, or may fail to
  6441.      compile on some systems.
  6442.  
  6443.    * The third number (`17') is the version number within the release
  6444.      level.  This is incremented for each new distribution.  Usually you
  6445.      want the latest version for the release level you have chosen.
  6446.  
  6447.    * The suffix (`beta') indicates the stability level of the release.
  6448.      The possible suffixes are:
  6449.  
  6450.         - `alpha' indicates that the release contains some large
  6451.           section of new code that hasn't been 100% tested.  Known bugs
  6452.           (usually there are none) should be documented in the News
  6453.           section.  *Note News::.  There are also new commands and
  6454.           extensions in most alpha releases.  Active development that
  6455.           may involve major code changes can occur on an alpha release,
  6456.           but everything will be tested before doing a release.  There
  6457.           should be no known bugs in any MySQL release.
  6458.  
  6459.         - `beta' means that all new code has been tested.  No major new
  6460.           features that could cause corruption on old code are added.
  6461.           There should be no known bugs.  A version changes from alpha
  6462.           to beta when there haven't been any reported fatal bugs
  6463.           within an alpha version for at least a month and we don't
  6464.           plan to add any features that could make any old command more
  6465.           unreliable.
  6466.  
  6467.         - `gamma' is a beta that has been around a while and seems to
  6468.           work fine.  Only minor fixes are added.  This is what many
  6469.           other companies call a release.
  6470.  
  6471.         - If there is no suffix, it means that the version has been run
  6472.           for a while at many different sites with no reports of bugs
  6473.           other than platform-specific bugs.  Only critical bug fixes
  6474.           are applied to the release. This is what we call a stable
  6475.           release.
  6476.  
  6477. All versions of MySQL are run through our standard tests and benchmarks
  6478. to ensure that they are relatively safe to use.  Because the standard
  6479. tests are extended over time to check for all previously found bugs,
  6480. the test suite keeps getting better.
  6481.  
  6482. Note that all releases have been tested at least with:
  6483.  
  6484. An internal test suite
  6485.      This is part of a production system for a customer.  It has many
  6486.      tables with hundreds of megabytes of data.
  6487.  
  6488. The MySQL benchmark suite
  6489.      This runs a range of common queries.  It is also a test to see
  6490.      whether the latest batch of optimizations actually made the code
  6491.      faster.  *Note MySQL Benchmarks::.
  6492.  
  6493. The `crash-me' test
  6494.      This tries to determine what features the database supports and
  6495.      what its capabilities and limitations are.  *Note MySQL
  6496.      Benchmarks::.
  6497.  
  6498. Another test is that we use the newest MySQL version in our internal
  6499. production environment, on at least one machine.  We have more than 100
  6500. gigabytes of data to work with.
  6501.  
  6502. Installation Layouts
  6503. --------------------
  6504.  
  6505. This section describes the default layout of the directories created by
  6506. installing binary and source distributions.
  6507.  
  6508. A binary distribution is installed by unpacking it at the installation
  6509. location you choose (typically `/usr/local/mysql') and creates the
  6510. following directories in that location:
  6511.  
  6512. *Directory*            *Contents of directory*
  6513. `bin'                  Client programs and the `mysqld' server
  6514. `data'                 Log files, databases
  6515. `include'              Include (header) files
  6516. `lib'                  Libraries
  6517. `scripts'              `mysql_install_db'
  6518. `share/mysql'          Error message files
  6519. `sql-bench'            Benchmarks
  6520.  
  6521. A source distribution is installed after you configure and compile it.
  6522. By default, the installation step installs files under `/usr/local', in
  6523. the following subdirectories:
  6524.  
  6525. *Directory*            *Contents of directory*
  6526. `bin'                  Client programs and scripts
  6527. `include/mysql'        Include (header) files
  6528. `info'                 Documentation in Info format
  6529. `lib/mysql'            Libraries
  6530. `libexec'              The `mysqld' server
  6531. `share/mysql'          Error message files
  6532. `sql-bench'            Benchmarks and `crash-me' test
  6533. `var'                  Databases and log files
  6534.  
  6535. Within an installation directory, the layout of a source installation
  6536. differs from that of a binary installation in the following ways:
  6537.  
  6538.    * The `mysqld' server is installed in the `libexec' directory rather
  6539.      than in the `bin' directory.
  6540.  
  6541.    * The data directory is `var' rather than `data'.
  6542.  
  6543.    * `mysql_install_db' is installed in the `/usr/local/bin' directory
  6544.      rather than in `/usr/local/mysql/scripts'.
  6545.  
  6546.    * The header file and library directories are `include/mysql' and
  6547.      `lib/mysql' rather than `include' and `lib'.
  6548.  
  6549. You can create your own binary installation from a compiled source
  6550. distribution by executing the script `scripts/make_binary_distribution'.
  6551.  
  6552. How and When Updates Are Released
  6553. ---------------------------------
  6554.  
  6555. MySQL is evolving quite rapidly here at MySQL AB and we want to share
  6556. this with other MySQL users.  We try to make a release when we have
  6557. very useful features that others seem to have a need for.
  6558.  
  6559. We also try to help out users who request features that are easy to
  6560. implement.  We take note of what our licensed users want to have, and
  6561. we especially take note of what our extended e-mail supported customers
  6562. want and try to help them out.
  6563.  
  6564. No one has to download a new release.  The News section will tell you if
  6565. the new release has something you really want.  *Note News::.
  6566.  
  6567. We use the following policy when updating MySQL:
  6568.  
  6569.    * For each minor update, the last number in the version string is
  6570.      incremented.  When there are major new features or minor
  6571.      incompatibilities with previous versions, the second number in the
  6572.      version string is incremented.  When the file format changes, the
  6573.      first number is increased.
  6574.  
  6575.    * Stable tested releases are meant to appear about 1-2 times a year,
  6576.      but if small bugs are found, a release with only bug fixes will be
  6577.      released.
  6578.  
  6579.    * Working releases are meant to appear about every 1-8 weeks.
  6580.  
  6581.    * Binary distributions for some platforms will be made by us for
  6582.      major releases.  Other people may make binary distributions for
  6583.      other systems but probably less frequently.
  6584.  
  6585.    * We usually make patches available as soon as we have located and
  6586.      fixed small bugs.
  6587.  
  6588.    * For non-critical but annoying bugs, we will make patches available
  6589.      if they are sent to us.  Otherwise we will combine many of them
  6590.      into a larger patch.
  6591.  
  6592.    * If there is, by any chance, a fatal bug in a release we will make
  6593.      a new release as soon as possible.  We would like other companies
  6594.      to do this, too.
  6595.  
  6596. The current stable release is Version 3.23; We have already moved active
  6597. development to Version 4.0.  Bugs will still be fixed in the stable
  6598. version.  We don't believe in a complete freeze, as this also leaves
  6599. out bug fixes and things that "must be done."  "Somewhat frozen" means
  6600. that we may add small things that "almost surely will not affect
  6601. anything that's already working."
  6602.  
  6603. MySQL Binaries Compiled by MySQL AB
  6604. -----------------------------------
  6605.  
  6606. As a service, we at MySQL AB provide a set of binary distributions of
  6607. MySQL that are compiled at our site or at sites where customers kindly
  6608. have given us access to their machines.
  6609.  
  6610. These distributions are generated with
  6611. `scripts/make_binary_distribution' and are configured with the
  6612. following compilers and options:
  6613.  
  6614. SunOS 4.1.4 2 sun4c with `gcc' 2.7.2.1
  6615.      `CC=gcc CXX=gcc CXXFLAGS="-O3 -felide-constructors" ./configure
  6616.      --prefix=/usr/local/mysql --disable-shared
  6617.      --with-extra-charsets=complex --enable-assembler'
  6618.  
  6619. SunOS 5.5.1 (and above) sun4u with `egcs' 1.0.3a or 2.90.27 or gcc 2.95.2 and newer
  6620.      `CC=gcc CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors
  6621.      -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql
  6622.      --with-low-memory --with-extra-charsets=complex --enable-assembler'
  6623.  
  6624. SunOS 5.6 i86pc with `gcc' 2.8.1
  6625.      `CC=gcc CXX=gcc CXXFLAGS=-O3 ./configure --prefix=/usr/local/mysql
  6626.      --with-low-memory --with-extra-charsets=complex'
  6627.  
  6628. Linux 2.0.33 i386 with `pgcc' 2.90.29 (`egcs' 1.0.3a)
  6629.      `CFLAGS="-O3 -mpentium -mstack-align-double" CXX=gcc CXXFLAGS="-O3
  6630.      -mpentium -mstack-align-double -felide-constructors
  6631.      -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql
  6632.      --enable-assembler --with-mysqld-ldflags=-all-static
  6633.      --with-extra-charsets=complex'
  6634.  
  6635. Linux 2.2.x with x686 with `gcc' 2.95.2
  6636.      `CFLAGS="-O3 -mpentiumpro" CXX=gcc CXXFLAGS="-O3 -mpentiumpro
  6637.      -felide-constructors -fno-exceptions -fno-rtti" ./configure
  6638.      --prefix=/usr/local/mysql --enable-assembler
  6639.      --with-mysqld-ldflags=-all-static --disable-shared
  6640.      --with-extra-charset=complex'
  6641.  
  6642. SCO 3.2v5.0.4 i386 with `gcc' 2.7-95q4
  6643.      `CC=gcc CXX=gcc CXXFLAGS=-O3 ./configure --prefix=/usr/local/mysql
  6644.      --with-extra-charsets=complex'
  6645.  
  6646. AIX 2 4 with `gcc' 2.7.2.2
  6647.      `CC=gcc CXX=gcc CXXFLAGS=-O3 ./configure --prefix=/usr/local/mysql
  6648.      --with-extra-charsets=complex'
  6649.  
  6650. OSF1 V4.0 564 alpha with `gcc' 2.8.1
  6651.      `CC=gcc CFLAGS=-O CXX=gcc CXXFLAGS=-O3 ./configure
  6652.      --prefix=/usr/local/mysql --with-low-memory
  6653.      --with-extra-charsets=complex'
  6654.  
  6655. Irix 6.3 IP32 with `gcc' 2.8.0
  6656.      `CC=gcc CXX=gcc CXXFLAGS=-O3 ./configure --prefix=/usr/local/mysql
  6657.      --with-extra-charsets=complex'
  6658.  
  6659. BSDI BSD/OS 3.1 i386 with `gcc' 2.7.2.1
  6660.      `CC=gcc CXX=gcc CXXFLAGS=-O ./configure --prefix=/usr/local/mysql
  6661.      --with-extra-charsets=complex'
  6662.  
  6663. BSDI BSD/OS 2.1 i386 with `gcc' 2.7.2
  6664.      `CC=gcc CXX=gcc CXXFLAGS=-O3 ./configure --prefix=/usr/local/mysql
  6665.      --with-extra-charsets=complex'
  6666.  
  6667. Anyone who has more optimal options for any of the configurations listed
  6668. above can always mail them to the developer's mailing list at
  6669. <internals@lists.mysql.com>.
  6670.  
  6671. RPM distributions prior to MySQL Version 3.22 are user-contributed.
  6672. Beginning with Version 3.22, the RPMs are generated by us at MySQL AB.
  6673.  
  6674. If you want to compile a debug version of MySQL, you should add
  6675. `--with-debug' or `--with-debug=full' to the above configure lines and
  6676. remove any `-fomit-frame-pointer' options.
  6677.  
  6678. Installing a MySQL Source Distribution
  6679. ======================================
  6680.  
  6681. Before you proceed with the source installation, check first to see if
  6682. our binary is available for your platform and if it will work for you.
  6683. We put in a lot of effort into making sure that our binaries are built
  6684. with the best possible options.
  6685.  
  6686. You need the following tools to build and install MySQL from source:
  6687.  
  6688.    * GNU `gunzip' to uncompress the distribution.
  6689.  
  6690.    * A reasonable `tar' to unpack the distribution.  GNU `tar' is known
  6691.      to work.  Sun `tar' is known to have problems.
  6692.  
  6693.    * A working ANSI C++ compiler.  `gcc' >= 2.95.2, `egcs' >= 1.0.2 or
  6694.      `egcs 2.91.66', SGI C++, and SunPro C++ are some of the compilers
  6695.      that are known to work.  `libg++' is not needed when using `gcc'.
  6696.      `gcc' 2.7.x has a bug that makes it impossible to compile some
  6697.      perfectly legal C++ files, such as `sql/sql_base.cc'.  If you only
  6698.      have `gcc' 2.7.x, you must upgrade your `gcc' to be able to
  6699.      compile MySQL. `gcc' 2.8.1 is also known to have problems on some
  6700.      platforms so it should be avoided if there exists a new compiler
  6701.      for the platform..
  6702.  
  6703.      `gcc' >= 2.95.2 is recommended when compiling MySQL Version 3.23.x.
  6704.  
  6705.    * A good `make' program.  GNU `make' is always recommended and is
  6706.      sometimes required.  If you have problems, we recommend trying GNU
  6707.      `make' 3.75 or newer.
  6708.  
  6709. If you are using a recent version of *gcc*, recent enough to understand
  6710. `-fno-exceptions' option, it is *VERY IMPORTANT* that you use it.
  6711. Otherwise, you may compile a binary that crashes randomly. We also
  6712. recommend that you use `-felide-contructors' and `-fno-rtti' along with
  6713. `-fno-exceptions'. When in doubt, do the following:
  6714.  
  6715.  
  6716.      CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static
  6717.  
  6718. On most systems this will give you a fast and stable binary.
  6719.  
  6720. If you run into problems, *PLEASE ALWAYS USE `mysqlbug'* when posting
  6721. questions to <mysql@lists.mysql.com>.  Even if the problem isn't a bug,
  6722. `mysqlbug' gathers system information that will help others solve your
  6723. problem.  By not using `mysqlbug', you lessen the likelihood of getting
  6724. a solution to your problem!  You will find `mysqlbug' in the `scripts'
  6725. directory after you unpack the distribution.  *Note Bug reports::.
  6726.  
  6727. Quick Installation Overview
  6728. ---------------------------
  6729.  
  6730. The basic commands you must execute to install a MySQL source
  6731. distribution are:
  6732.  
  6733.      shell> groupadd mysql
  6734.      shell> useradd -g mysql mysql
  6735.      shell> gunzip < mysql-VERSION.tar.gz | tar -xvf -
  6736.      shell> cd mysql-VERSION
  6737.      shell> ./configure --prefix=/usr/local/mysql
  6738.      shell> make
  6739.      shell> make install
  6740.      shell> scripts/mysql_install_db
  6741.      shell> chown -R root  /usr/local/mysql
  6742.      shell> chown -R mysql /usr/local/mysql/var
  6743.      shell> chgrp -R mysql /usr/local/mysql
  6744.      shell> cp support-files/my-medium.cnf /etc/my.cnf
  6745.      shell> /usr/local/mysql/bin/safe_mysqld --user=mysql &
  6746.  
  6747. If you want have support for InnoDB tables, you should edit the
  6748. `/etc/my.cnf' file and remove the `#' character before the parameters
  6749. that starts with `innodb_...'. *Note Option files::. *Note InnoDB
  6750. start::.
  6751.  
  6752. If you start from a source RPM, then do the following:
  6753.  
  6754.      shell> rpm --rebuild MySQL-VERSION.src.rpm
  6755.  
  6756. This will make a binary RPM that you can install.
  6757.  
  6758. You can add new users using the `bin/mysql_setpermission' script if you
  6759. install the `DBI' and `Msql-Mysql-modules' Perl modules.
  6760.  
  6761. A more detailed description follows.
  6762.  
  6763. To install a source distribution, follow the steps below, then proceed
  6764. to *Note Post-installation::, for post-installation initialization and
  6765. testing:
  6766.  
  6767.   1. Pick the directory under which you want to unpack the
  6768.      distribution, and move into it.
  6769.  
  6770.   2. Obtain a distribution file from one of the sites listed in *Note
  6771.      Getting MySQL: Getting MySQL.
  6772.  
  6773.   3. If you are interested in using Berkeley DB tables with MySQL, you
  6774.      will need to obtain a patched version of the Berkeley DB source
  6775.      code.  Please read the chapter on Berkeley DB tables before
  6776.      proceeding.  *Note BDB::.
  6777.  
  6778.      MySQL source distributions are provided as compressed `tar'
  6779.      archives and have names like `mysql-VERSION.tar.gz', where
  6780.      `VERSION' is a number like 3.23.49.
  6781.  
  6782.   4. Add a user and group for `mysqld' to run as:
  6783.  
  6784.           shell> groupadd mysql
  6785.           shell> useradd -g mysql mysql
  6786.  
  6787.      These commands add the `mysql' group, and the `mysql' user.  The
  6788.      syntax for `useradd' and `groupadd' may differ slightly on
  6789.      different versions of Unix.  They may also be called `adduser' and
  6790.      `addgroup'.  You may wish to call the user and group something
  6791.      else instead of `mysql'.
  6792.  
  6793.   5. Unpack the distribution into the current directory:
  6794.           shell> gunzip < /path/to/mysql-VERSION.tar.gz | tar xvf -
  6795.  
  6796.      This command creates a directory named `mysql-VERSION'.
  6797.  
  6798.   6. Change into the top-level directory of the unpacked distribution:
  6799.  
  6800.           shell> cd mysql-VERSION
  6801.  
  6802.      Note that currently you must configure and build MySQL from this
  6803.      top-level directory.  You can not build it in a different
  6804.      directory.
  6805.  
  6806.   7. Configure the release and compile everything:
  6807.  
  6808.           shell> ./configure --prefix=/usr/local/mysql
  6809.           shell> make
  6810.  
  6811.      When you run `configure', you might want to specify some options.
  6812.      Run `./configure --help' for a list of options.  *Note `configure'
  6813.      options: configure options, discusses some of the more useful
  6814.      options.
  6815.  
  6816.      If `configure' fails, and you are going to send mail to
  6817.      <mysql@lists.mysql.com> to ask for assistance, please include any
  6818.      lines from `config.log' that you think can help solve the problem.
  6819.      Also include the last couple of lines of output from `configure'
  6820.      if `configure' aborts.  Post the bug report using the `mysqlbug'
  6821.      script.  *Note Bug reports::.
  6822.  
  6823.      If the compile fails, see *Note Compilation problems::, for help
  6824.      with a number of common problems.
  6825.  
  6826.   8. Install everything:
  6827.  
  6828.           shell> make install
  6829.  
  6830.      You might need to run this command as `root'.
  6831.  
  6832.   9. Create the MySQL grant tables (necessary only if you haven't
  6833.      installed MySQL before):
  6834.  
  6835.           shell> scripts/mysql_install_db
  6836.  
  6837.      Note that MySQL versions older than Version 3.22.10 started the
  6838.      MySQL server when you run `mysql_install_db'.  This is no longer
  6839.      true!
  6840.  
  6841.  10. Change ownership of binaries to `root' and ownership of the data
  6842.      directory to the user that you will run `mysqld' as:
  6843.  
  6844.           shell> chown -R root  /usr/local/mysql
  6845.           shell> chown -R mysql /usr/local/mysql/var
  6846.           shell> chgrp -R mysql /usr/local/mysql
  6847.  
  6848.      The first command changes the `owner' attribute of the files to the
  6849.      `root' user, the second one changes the `owner' attribute of the
  6850.      data directory to the `mysql' user, and the third one changes the
  6851.      `group' attribute to the `mysql' group.
  6852.  
  6853.  11. If you want to install support for the Perl `DBI'/`DBD' interface,
  6854.      see *Note Perl support::.
  6855.  
  6856.  12. If you would like MySQL to start automatically when you boot your
  6857.      machine, you can copy `support-files/mysql.server' to the location
  6858.      where your system has its startup files.  More information can be
  6859.      found in the `support-files/mysql.server' script itself and in
  6860.      *Note Automatic start::.
  6861.  
  6862. After everything has been installed, you should initialize and test your
  6863. distribution:
  6864.  
  6865.      shell> /usr/local/mysql/bin/safe_mysqld --user=mysql &
  6866.  
  6867. If that command fails immediately with `mysqld daemon ended' then you
  6868. can find some information in the file
  6869. `mysql-data-directory/'hostname'.err'.  The likely reason is that you
  6870. already have another `mysqld' server running.  *Note Multiple servers::.
  6871.  
  6872. *Note Post-installation::.
  6873.  
  6874. Applying Patches
  6875. ----------------
  6876.  
  6877. Sometimes patches appear on the mailing list or are placed in the
  6878. patches area (http://www.mysql.com/Downloads/Patches) of the MySQL Web
  6879. site.
  6880.  
  6881. To apply a patch from the mailing list, save the message in which the
  6882. patch appears in a file, change into the top-level directory of your
  6883. MySQL source tree, and run these commands:
  6884.  
  6885.      shell> patch -p1 < patch-file-name
  6886.      shell> rm config.cache
  6887.      shell> make clean
  6888.  
  6889. Patches from the FTP site are distributed as plain text files or as
  6890. files compressed with `gzip'.  Apply a plain patch as shown above for
  6891. mailing list patches.  To apply a compressed patch, change into the
  6892. top-level directory of your MySQL source tree and run these commands:
  6893.  
  6894.      shell> gunzip < patch-file-name.gz | patch -p1
  6895.      shell> rm config.cache
  6896.      shell> make clean
  6897.  
  6898. After applying a patch, follow the instructions for a normal source
  6899. install, beginning with the `./configure' step.  After running the `make
  6900. install' step, restart your MySQL server.
  6901.  
  6902. You may need to bring down any currently running server before you run
  6903. `make install'.  (Use `mysqladmin shutdown' to do this.)  Some systems
  6904. do not allow you to install a new version of a program if it replaces
  6905. the version that is currently executing.
  6906.  
  6907. Typical `configure' Options
  6908. ---------------------------
  6909.  
  6910. The `configure' script gives you a great deal of control over how you
  6911. configure your MySQL distribution.  Typically you do this using options
  6912. on the `configure' command line.  You can also affect `configure' using
  6913. certain environment variables.  *Note Environment variables::.  For a
  6914. list of options supported by `configure', run this command:
  6915.  
  6916.      shell> ./configure --help
  6917.  
  6918. Some of the more commonly-used `configure' options are described below:
  6919.  
  6920.    * To compile just the MySQL client libraries and client programs and
  6921.      not the server, use the `--without-server' option:
  6922.  
  6923.           shell> ./configure --without-server
  6924.  
  6925.      If you don't have a C++ compiler, `mysql' will not compile (it is
  6926.      the one client program that requires C++).  In this case, you can
  6927.      remove the code in `configure' that tests for the C++ compiler and
  6928.      then run `./configure' with the `--without-server' option. The
  6929.      compile step will still try to build `mysql', but you can ignore
  6930.      any warnings about `mysql.cc'.  (If `make' stops, try `make -k' to
  6931.      tell it to continue with the rest of the build even if errors
  6932.      occur.)
  6933.  
  6934.    * If you don't want your log files and database directories located
  6935.      under `/usr/local/var', use a `configure' command, something like
  6936.      one of these:
  6937.  
  6938.           shell> ./configure --prefix=/usr/local/mysql
  6939.           shell> ./configure --prefix=/usr/local \
  6940.                      --localstatedir=/usr/local/mysql/data
  6941.  
  6942.      The first command changes the installation prefix so that
  6943.      everything is installed under `/usr/local/mysql' rather than the
  6944.      default of `/usr/local'.  The second command preserves the default
  6945.      installation prefix, but overrides the default location for
  6946.      database directories (normally `/usr/local/var') and changes it to
  6947.      `/usr/local/mysql/data'.
  6948.  
  6949.    * If you are using Unix and you want the MySQL socket located
  6950.      somewhere other than the default location (normally in the
  6951.      directory `/tmp' or `/var/run') use a `configure' command like
  6952.      this:
  6953.  
  6954.           shell> ./configure --with-unix-socket-path=/usr/local/mysql/tmp/mysql.sock
  6955.  
  6956.      Note that the given file must be an absolute pathname!  You can
  6957.      also later change the location `mysql.sock' by using the MySQL
  6958.      option files. *Note Problems with mysql.sock::.
  6959.  
  6960.    * If you want to compile statically linked programs (for example, to
  6961.      make a binary distribution, to get more speed, or to work around
  6962.      problems with some RedHat Linux distributions), run `configure'
  6963.      like this:
  6964.  
  6965.           shell> ./configure --with-client-ldflags=-all-static \
  6966.                      --with-mysqld-ldflags=-all-static
  6967.  
  6968.    * If you are using `gcc' and don't have `libg++' or `libstdc++'
  6969.      installed, you can tell `configure' to use `gcc' as your C++
  6970.      compiler:
  6971.  
  6972.           shell> CC=gcc CXX=gcc ./configure
  6973.  
  6974.      When you use `gcc' as your C++ compiler, it will not attempt to
  6975.      link in `libg++' or `libstdc++'.
  6976.  
  6977.      Here is some common environment variables to set depending on the
  6978.      compiler you are using:
  6979.  
  6980.      gcc 2.7.2.1    CC=gcc CXX=gcc CXXFLAGS="-O3 -felide-constructors"
  6981.      egcs 1.0.3a    CC=gcc CXX=gcc CXXFLAGS="-O3 -felide-constructors
  6982.                    -fno-exceptions -fno-rtti"
  6983.      gcc 2.95.2     CFLAGS="-O3 -mpentiumpro" CXX=gcc CXXFLAGS="-O3
  6984.                    -mpentiumpro -felide-constructors -fno-exceptions
  6985.                    -fno-rtti"
  6986.      pgcc 2.90.29   CFLAGS="-O3 -mpentiumpro -mstack-align-double"
  6987.      or newer      CXX=gcc CXXFLAGS="-O3 -mpentiumpro
  6988.                    -mstack-align-double -felide-constructors
  6989.                    -fno-exceptions -fno-rtti"
  6990.  
  6991.      In most cases you can get a reasonably optimal MySQL binary by
  6992.      using the options from the above and adding the following options
  6993.      to the configure line:
  6994.  
  6995.           --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static
  6996.  
  6997.      The full configure line would in other words be something like the
  6998.      following for all recent gcc versions:
  6999.  
  7000.           CFLAGS="-O3 -mpentiumpro" CXX=gcc CXXFLAGS="-O3 -mpentiumpro -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static
  7001.  
  7002.      The binaries we provide on the MySQL Web site at
  7003.      `http://www.mysql.com' are all compiled with full optimization and
  7004.      should be perfect for most users.  *Note MySQL binaries::.  There
  7005.      are some things you can tweak to make an even faster binary, but
  7006.      this is only for advanced users.  *Note Compile and link options::.
  7007.  
  7008.      If the build fails and produces errors about your compiler or
  7009.      linker not being able to create the shared library
  7010.      `libmysqlclient.so.#' (`#' is a version number), you can work
  7011.      around this problem by giving the `--disable-shared' option to
  7012.      `configure'.  In this case, `configure' will not build a shared
  7013.      `libmysqlclient.so.#' library.
  7014.  
  7015.    * You can configure MySQL not to use `DEFAULT' column values for
  7016.      non-`NULL' columns (that is, columns that are not allowed to be
  7017.      `NULL').  This causes `INSERT' statements to generate an error
  7018.      unless you explicitly specify values for all columns that require a
  7019.      non-`NULL' value.  To suppress use of default values, run
  7020.      `configure' like this:
  7021.  
  7022.           shell> CXXFLAGS=-DDONT_USE_DEFAULT_FIELDS ./configure
  7023.  
  7024.    * By default, MySQL uses the ISO-8859-1 (Latin1) character set. To
  7025.      change the default set, use the `--with-charset' option:
  7026.           shell> ./configure --with-charset=CHARSET
  7027.      `CHARSET' may be one of `big5', `cp1251', `cp1257', `czech',
  7028.      `danish', `dec8', `dos', `euc_kr', `gb2312', `gbk', `german1',
  7029.      `hebrew', `hp8', `hungarian', `koi8_ru', `koi8_ukr', `latin1',
  7030.      `latin2', `sjis', `swe7', `tis620', `ujis', `usa7', or
  7031.      `win1251ukr'.  *Note Character sets::.
  7032.  
  7033.      If you want to convert characters between the server and the
  7034.      client, you should take a look at the `SET OPTION CHARACTER SET'
  7035.      command.  *Note `SET OPTION': SET OPTION.
  7036.  
  7037.      *Warning:* If you change character sets after having created any
  7038.      tables, you will have to run `myisamchk -r -q' on every table. Your
  7039.      indexes may be sorted incorrectly otherwise.  (This can happen if
  7040.      you install MySQL, create some tables, then reconfigure MySQL to
  7041.      use a different character set and reinstall it.)
  7042.  
  7043.      With the option `--with-extra-charset=LIST' you can define which
  7044.      additional character sets should be incompiled in the server.
  7045.  
  7046.      Here `LIST' is either a list of character set separated with space,
  7047.      `complex' to include all characters that can't be dynamically
  7048.      loaded or `all' to include all character sets into the binaries.
  7049.  
  7050.    * To configure MySQL with debugging code, use the `--with-debug'
  7051.      option:
  7052.           shell> ./configure --with-debug
  7053.      This causes a safe memory allocator to be included that can find
  7054.      some errors and that provides output about what is happening.
  7055.      *Note Debugging server::.
  7056.  
  7057.    * If your client programs are using threads, you need to also
  7058.      compile a thread-safe version of the MySQL client library with the
  7059.      `--enable-thread-safe-client' configure options. This will create a
  7060.      `libmysqlclient_r' library with which you should link your threaded
  7061.      applications.  *Note Threaded clients::.
  7062.  
  7063.    * Options that pertain to particular systems can be found in the
  7064.      system-specific section of this manual.  *Note Operating System
  7065.      Specific Notes::.
  7066.  
  7067. Installing from the Development Source Tree
  7068. -------------------------------------------
  7069.  
  7070. *CAUTION:* You should read this section only if you are interested in
  7071. helping us test our new code. If you just want to get MySQL up and
  7072. running on your system, you should use a standard release distribution
  7073. (either a source or binary distribution will do).
  7074.  
  7075. To obtain our most recent development source tree, use these
  7076. instructions:
  7077.  
  7078.   1. Download *BitKeeper* from
  7079.      `http://www.bitmover.com/cgi-bin/download.cgi'.  You will need
  7080.      *Bitkeeper* 2.0 or newer to access our repository.
  7081.  
  7082.   2. Follow the instructions to install it.
  7083.  
  7084.   3. After *BitKeeper* is installed, use this command if you want to
  7085.      clone the MySQL 3.23 branch:
  7086.  
  7087.           shell> bk clone bk://work.mysql.com:7000 mysql
  7088.  
  7089.      To clone the 4.0 branch, use this command instead:
  7090.  
  7091.           shell> bk clone bk://work.mysql.com:7001 mysql-4.0
  7092.  
  7093.      The initial download of the source tree may take a while,
  7094.      depending on the speed of your connection; be patient.
  7095.  
  7096.   4. You will need GNU `autoconf', `automake', `libtool', and `m4' to
  7097.      run the next set of commands.  If you get some strange error
  7098.      during this stage, check that you really have `libtool' installed!
  7099.  
  7100.           shell> cd mysql
  7101.           shell> bk -r edit
  7102.           shell> aclocal; autoheader; autoconf;  automake;
  7103.           shell> ./configure  # Add your favorite options here
  7104.           shell> make
  7105.  
  7106.      A collection of our standard configure scripts is located in the
  7107.      `BUILD/' subdirectory.  If you are lazy, you can use
  7108.      `BUILD/compile-pentium-debug'. To compile on a different
  7109.      architecture, modify the script removing flags that are
  7110.      Pentium-specific.
  7111.  
  7112.   5. When the build is done, run `make install'.  Be careful with this
  7113.      on a production machine; the command may overwrite your live
  7114.      release installation.  If you have another installation of MySQL,
  7115.      we recommand that you run `./configure' with different values for
  7116.      the `prefix', `tcp-port', and `unix-socket-path' options than
  7117.      those used for your production server.
  7118.  
  7119.   6. Play hard with your new installation and try to make the new
  7120.      features crash.  Start by running `make test'.  *Note MySQL test
  7121.      suite::.
  7122.  
  7123.   7. If you have gotten to the `make' stage and the distribution does
  7124.      not compile, please report it to <bugs@lists.mysql.com>.  If you
  7125.      have installed the latest versions of the required GNU tools, and
  7126.      they crash trying to process our configuration files, please
  7127.      report that also.  However, if you execute `aclocal' and get a
  7128.      `command not found' error or a similar problem, do not report it.
  7129.      Instead, make sure all the necessary tools are installed and that
  7130.      your `PATH' variable is set correctly so your shell can find them.
  7131.  
  7132.   8. After the initial `bk clone' operation to get the source tree, you
  7133.      should run `bk pull' periodically to get the updates.
  7134.  
  7135.   9. You can examine the change history for the tree with all the diffs
  7136.      by using `bk sccstool'.  If you see some funny diffs or code that
  7137.      you have a question about, do not hesitate to send e-mail to
  7138.      <internals@lists.mysql.com>.  Also, if you think you have a better
  7139.      idea on how to do something, send an email to the same address
  7140.      with a patch.  `bk diffs' will produce a patch for you after you
  7141.      have made changes to the source. If you do not have the time to
  7142.      code your idea, just send a description.
  7143.  
  7144.  10. *BitKeeper* has a nice help utility that you can access via `bk
  7145.      helptool'.
  7146.  
  7147.  
  7148. Problems Compiling?
  7149. -------------------
  7150.  
  7151. All MySQL programs compile cleanly for us with no warnings on Solaris
  7152. using `gcc'.  On other systems, warnings may occur due to differences
  7153. in system include files.  See *Note MIT-pthreads:: for warnings that
  7154. may occur when using MIT-pthreads.  For other problems, check the list
  7155. below.
  7156.  
  7157. The solution to many problems involves reconfiguring.  If you do need to
  7158. reconfigure, take note of the following:
  7159.  
  7160.    * If `configure' is run after it already has been run, it may use
  7161.      information that was gathered during its previous invocation.  This
  7162.      information is stored in `config.cache'.  When `configure' starts
  7163.      up, it looks for that file and reads its contents if it exists, on
  7164.      the assumption that the information is still correct.  That
  7165.      assumption is invalid when you reconfigure.
  7166.  
  7167.    * Each time you run `configure', you must run `make' again to
  7168.      recompile.  However, you may want to remove old object files from
  7169.      previous builds first, because they were compiled using different
  7170.      configuration options.
  7171.  
  7172. To prevent old configuration information or object files from being
  7173. used, run these commands before rerunning `configure':
  7174.  
  7175.      shell> rm config.cache
  7176.      shell> make clean
  7177.  
  7178. Alternatively, you can run `make distclean'.
  7179.  
  7180. The list below describes some of the problems compiling MySQL that have
  7181. been found to occur most often:
  7182.  
  7183.    * If you get errors when compiling `sql_yacc.cc', such as the ones
  7184.      shown below, you have probably run out of memory or swap space:
  7185.  
  7186.           Internal compiler error: program cc1plus got fatal signal 11
  7187.             or
  7188.           Out of virtual memory
  7189.             or
  7190.           Virtual memory exhausted
  7191.  
  7192.      The problem is that `gcc' requires huge amounts of memory to
  7193.      compile `sql_yacc.cc' with inline functions.  Try running
  7194.      `configure' with the `--with-low-memory' option:
  7195.  
  7196.           shell> ./configure --with-low-memory
  7197.  
  7198.      This option causes `-fno-inline' to be added to the compile line
  7199.      if you are using `gcc' and `-O0' if you are using something else.
  7200.      You should try the `--with-low-memory' option even if you have so
  7201.      much memory and swap space that you think you can't possibly have
  7202.      run out.  This problem has been observed to occur even on systems
  7203.      with generous hardware configurations, and the `--with-low-memory'
  7204.      option usually fixes it.
  7205.  
  7206.    * By default, `configure' picks `c++' as the compiler name and GNU
  7207.      `c++' links with `-lg++'.  If you are using `gcc', that behavior
  7208.      can cause problems during configuration such as this:
  7209.  
  7210.           configure: error: installation or configuration problem:
  7211.           C++ compiler cannot create executables.
  7212.  
  7213.      You might also observe problems during compilation related to
  7214.      `g++', `libg++', or `libstdc++'.
  7215.  
  7216.      One cause of these problems is that you may not have `g++', or you
  7217.      may have `g++' but not `libg++', or `libstdc++'.  Take a look at
  7218.      the `config.log' file.  It should contain the exact reason why
  7219.      your c++ compiler didn't work!  To work around these problems, you
  7220.      can use `gcc' as your C++ compiler.  Try setting the environment
  7221.      variable `CXX' to `"gcc -O3"'.  For example:
  7222.  
  7223.           shell> CXX="gcc -O3" ./configure
  7224.  
  7225.      This works because `gcc' compiles C++ sources as well as `g++'
  7226.      does, but does not link in `libg++' or `libstdc++' by default.
  7227.  
  7228.      Another way to fix these problems, of course, is to install `g++',
  7229.      `libg++' and `libstdc++'.
  7230.  
  7231.    * If your compile fails with errors, such as any of the following,
  7232.      you must upgrade your version of `make' to GNU `make':
  7233.  
  7234.           making all in mit-pthreads
  7235.           make: Fatal error in reader: Makefile, line 18:
  7236.           Badly formed macro assignment
  7237.             or
  7238.           make: file `Makefile' line 18: Must be a separator (:
  7239.             or
  7240.           pthread.h: No such file or directory
  7241.  
  7242.      Solaris and FreeBSD are known to have troublesome `make' programs.
  7243.  
  7244.      GNU `make' Version 3.75 is known to work.
  7245.  
  7246.    * If you want to define flags to be used by your C or C++ compilers,
  7247.      do so by adding the flags to the `CFLAGS' and `CXXFLAGS'
  7248.      environment variables.  You can also specify the compiler names
  7249.      this way using `CC' and `CXX'.  For example:
  7250.  
  7251.           shell> CC=gcc
  7252.           shell> CFLAGS=-O3
  7253.           shell> CXX=gcc
  7254.           shell> CXXFLAGS=-O3
  7255.           shell> export CC CFLAGS CXX CXXFLAGS
  7256.  
  7257.      See *Note MySQL binaries::, for a list of flag definitions that
  7258.      have been found to be useful on various systems.
  7259.  
  7260.    * If you get an error message like this, you need to upgrade your
  7261.      `gcc' compiler:
  7262.  
  7263.           client/libmysql.c:273: parse error before `__attribute__'
  7264.  
  7265.      `gcc' 2.8.1 is known to work, but we recommend using `gcc' 2.95.2
  7266.      or `egcs' 1.0.3a instead.
  7267.  
  7268.    * If you get errors such as those shown below when compiling
  7269.      `mysqld', `configure' didn't correctly detect the type of the last
  7270.      argument to `accept()', `getsockname()', or `getpeername()':
  7271.  
  7272.           cxx: Error: mysqld.cc, line 645: In this statement, the referenced
  7273.                type of the pointer value "&length" is "unsigned long", which
  7274.                is not compatible with "int".
  7275.           new_sock = accept(sock, (struct sockaddr *)&cAddr, &length);
  7276.  
  7277.      To fix this, edit the `config.h' file (which is generated by
  7278.      `configure').  Look for these lines:
  7279.  
  7280.           /* Define as the base type of the last arg to accept */
  7281.           #define SOCKET_SIZE_TYPE XXX
  7282.  
  7283.      Change `XXX' to `size_t' or `int', depending on your operating
  7284.      system.  (Note that you will have to do this each time you run
  7285.      `configure', because `configure' regenerates `config.h'.)
  7286.  
  7287.    * The `sql_yacc.cc' file is generated from `sql_yacc.yy'.  Normally
  7288.      the build process doesn't need to create `sql_yacc.cc', because
  7289.      MySQL comes with an already-generated copy.  However, if you do
  7290.      need to re-create it, you might encounter this error:
  7291.  
  7292.           "sql_yacc.yy", line xxx fatal: default action causes potential...
  7293.  
  7294.      This is a sign that your version of `yacc' is deficient.  You
  7295.      probably need to install `bison' (the GNU version of `yacc') and
  7296.      use that instead.
  7297.  
  7298.    * If you need to debug `mysqld' or a MySQL client, run `configure'
  7299.      with the `--with-debug' option, then recompile and link your
  7300.      clients with the new client library.  *Note Debugging client::.
  7301.  
  7302. MIT-pthreads Notes
  7303. ------------------
  7304.  
  7305. This section describes some of the issues involved in using
  7306. MIT-pthreads.
  7307.  
  7308. Note that on Linux you should NOT use MIT-pthreads but install
  7309. LinuxThreads!  *Note Linux::.
  7310.  
  7311. If your system does not provide native thread support, you will need to
  7312. build MySQL using the MIT-pthreads package.  This includes older
  7313. FreeBSD systems, SunOS 4.x, Solaris 2.4 and earlier, and some others.
  7314. *Note Which OS::.
  7315.  
  7316.    * On most systems, you can force MIT-pthreads to be used by running
  7317.      `configure' with the `--with-mit-threads' option:
  7318.  
  7319.           shell> ./configure --with-mit-threads
  7320.  
  7321.      Building in a non-source directory is not supported when using
  7322.      MIT-pthreads, because we want to minimize our changes to this code.
  7323.  
  7324.    * The checks that determine whether or not to use MIT-pthreads occur
  7325.      only during the part of the configuration process that deals with
  7326.      the server code.  If you have configured the distribution using
  7327.      `--without-server' to build only the client code, clients will not
  7328.      know whether or not MIT-pthreads is being used and will use Unix
  7329.      socket connections by default.  Because Unix sockets do not work
  7330.      under MIT-pthreads, this means you will need to use `-h' or
  7331.      `--host' when you run client programs.
  7332.  
  7333.    * When MySQL is compiled using MIT-pthreads, system locking is
  7334.      disabled by default for performance reasons.  You can tell the
  7335.      server to use system locking with the `--use-locking' option.
  7336.  
  7337.    * Sometimes the pthread `bind()' command fails to bind to a socket
  7338.      without any error message (at least on Solaris).  The result is
  7339.      that all connections to the server fail.  For example:
  7340.  
  7341.           shell> mysqladmin version
  7342.           mysqladmin: connect to server at '' failed;
  7343.           error: 'Can't connect to mysql server on localhost (146)'
  7344.  
  7345.      The solution to this is to kill the `mysqld' server and restart it.
  7346.      This has only happened to us when we have forced the server down
  7347.      and done a restart immediately.
  7348.  
  7349.    * With MIT-pthreads, the `sleep()' system call isn't interruptible
  7350.      with `SIGINT' (break).  This is only noticeable when you run
  7351.      `mysqladmin --sleep'.  You must wait for the `sleep()' call to
  7352.      terminate before the interrupt is served and the process stops.
  7353.  
  7354.    * When linking, you may receive warning messages like these (at
  7355.      least on Solaris); they can be ignored:
  7356.  
  7357.           ld: warning: symbol `_iob' has differing sizes:
  7358.               (file /my/local/pthreads/lib/libpthread.a(findfp.o) value=0x4;
  7359.           file /usr/lib/libc.so value=0x140);
  7360.               /my/local/pthreads/lib/libpthread.a(findfp.o) definition taken
  7361.           ld: warning: symbol `__iob' has differing sizes:
  7362.               (file /my/local/pthreads/lib/libpthread.a(findfp.o) value=0x4;
  7363.           file /usr/lib/libc.so value=0x140);
  7364.               /my/local/pthreads/lib/libpthread.a(findfp.o) definition taken
  7365.  
  7366.    * Some other warnings also can be ignored:
  7367.  
  7368.           implicit declaration of function `int strtoll(...)'
  7369.           implicit declaration of function `int strtoul(...)'
  7370.  
  7371.    * We haven't gotten `readline' to work with MIT-pthreads.  (This
  7372.      isn't needed, but may be interesting for someone.)
  7373.  
  7374. Post-installation Setup and Testing
  7375. ===================================
  7376.  
  7377. Once you've installed MySQL (from either a binary or source
  7378. distribution), you need to initialize the grant tables, start the
  7379. server, and make sure that the server works okay.  You may also wish to
  7380. arrange for the server to be started and stopped automatically when
  7381. your system starts up and shuts down.
  7382.  
  7383. Normally you install the grant tables and start the server like this
  7384. for installation from a source distribution:
  7385.  
  7386.      shell> ./scripts/mysql_install_db
  7387.      shell> cd mysql_installation_directory
  7388.      shell> ./bin/safe_mysqld --user=mysql &
  7389.  
  7390. For a binary distribution (not RPM or pkg packages), do this:
  7391.  
  7392.      shell> cd mysql_installation_directory
  7393.      shell> ./bin/mysql_install_db
  7394.      shell> ./bin/safe_mysqld --user=mysql &
  7395.  
  7396. This creates the `mysql' database which will hold all database
  7397. privileges, the `test' database which you can use to test MySQL and
  7398. also privilege entries for the user that run `mysql_install_db' and a
  7399. `root' user (without any passwords).  This also starts the `mysqld'
  7400. server.
  7401.  
  7402. `mysql_install_db' will not overwrite any old privilege tables, so it
  7403. should be safe to run in any circumstances.  If you don't want to have
  7404. the `test' database you can remove it with `mysqladmin -u root drop
  7405. test'.
  7406.  
  7407. Testing is most easily done from the top-level directory of the MySQL
  7408. distribution.  For a binary distribution, this is your installation
  7409. directory (typically something like `/usr/local/mysql').  For a source
  7410. distribution, this is the main directory of your MySQL source tree.
  7411.  
  7412. In the commands shown below in this section and in the following
  7413. subsections, `BINDIR' is the path to the location in which programs
  7414. like `mysqladmin' and `safe_mysqld' are installed.  For a binary
  7415. distribution, this is the `bin' directory within the distribution.  For
  7416. a source distribution, `BINDIR' is probably `/usr/local/bin', unless
  7417. you specified an installation directory other than `/usr/local' when
  7418. you ran `configure'.  `EXECDIR' is the location in which the `mysqld'
  7419. server is installed.  For a binary distribution, this is the same as
  7420. `BINDIR'.  For a source distribution, `EXECDIR' is probably
  7421. `/usr/local/libexec'.
  7422.  
  7423. Testing is described in detail below:
  7424.  
  7425.   1. If necessary, start the `mysqld' server and set up the initial
  7426.      MySQL grant tables containing the privileges that determine how
  7427.      users are allowed to connect to the server.  This is normally done
  7428.      with the `mysql_install_db' script:
  7429.  
  7430.           shell> scripts/mysql_install_db
  7431.  
  7432.      Typically, `mysql_install_db' needs to be run only the first time
  7433.      you install MySQL.  Therefore, if you are upgrading an existing
  7434.      installation, you can skip this step.  (However,
  7435.      `mysql_install_db' is quite safe to use and will not update any
  7436.      tables that already exist, so if you are unsure of what to do, you
  7437.      can always run `mysql_install_db'.)
  7438.  
  7439.      `mysql_install_db' creates six tables (`user', `db', `host',
  7440.      `tables_priv', `columns_priv', and `func') in the `mysql'
  7441.      database.  A description of the initial privileges is given in
  7442.      *Note Default privileges::.  Briefly, these privileges allow the
  7443.      MySQL `root' user to do anything, and allow anybody to create or
  7444.      use databases with a name of `'test'' or starting with `'test_''.
  7445.  
  7446.      If you don't set up the grant tables, the following error will
  7447.      appear in the log file when you start the server:
  7448.  
  7449.           mysqld: Can't find file: 'host.frm'
  7450.  
  7451.      The above may also happen with a binary MySQL distribution if you
  7452.      don't start MySQL by executing exactly `./bin/safe_mysqld'!  *Note
  7453.      `safe_mysqld': safe_mysqld.
  7454.  
  7455.      You might need to run `mysql_install_db' as `root'.  However, if
  7456.      you prefer, you can run the MySQL server as an unprivileged
  7457.      (non-`root') user, provided that user can read and write files in
  7458.      the database directory.  Instructions for running MySQL as an
  7459.      unprivileged user are given in *Note Changing MySQL user: Changing
  7460.      MySQL user.
  7461.  
  7462.      If you have problems with `mysql_install_db', see *Note
  7463.      `mysql_install_db': mysql_install_db.
  7464.  
  7465.      There are some alternatives to running the `mysql_install_db'
  7466.      script as it is provided in the MySQL distribution:
  7467.  
  7468.         * You may want to edit `mysql_install_db' before running it, to
  7469.           change the initial privileges that are installed into the
  7470.           grant tables.  This is useful if you want to install MySQL on
  7471.           a lot of machines with the same privileges.  In this case you
  7472.           probably should need only to add a few extra `INSERT'
  7473.           statements to the `mysql.user' and `mysql.db' tables!
  7474.  
  7475.         * If you want to change things in the grant tables after
  7476.           installing them, you can run `mysql_install_db', then use
  7477.           `mysql -u root mysql' to connect to the grant tables as the
  7478.           MySQL `root' user and issue SQL statements to modify the
  7479.           grant tables directly.
  7480.  
  7481.         * It is possible to re-create the grant tables completely after
  7482.           they have already been created.  You might want to do this if
  7483.           you've already installed the tables but then want to
  7484.           re-create them after editing `mysql_install_db'.
  7485.  
  7486.      For more information about these alternatives, see *Note Default
  7487.      privileges::.
  7488.  
  7489.   2. Start the MySQL server like this:
  7490.  
  7491.           shell> cd mysql_installation_directory
  7492.           shell> bin/safe_mysqld &
  7493.  
  7494.      If you have problems starting the server, see *Note Starting
  7495.      server::.
  7496.  
  7497.   3. Use `mysqladmin' to verify that the server is running.  The
  7498.      following commands provide a simple test to check that the server
  7499.      is up and responding to connections:
  7500.  
  7501.           shell> BINDIR/mysqladmin version
  7502.           shell> BINDIR/mysqladmin variables
  7503.  
  7504.      The output from `mysqladmin version' varies slightly depending on
  7505.      your platform and version of MySQL, but should be similar to that
  7506.      shown below:
  7507.  
  7508.           shell> BINDIR/mysqladmin version
  7509.           mysqladmin  Ver 8.14 Distrib 3.23.32, for linux on i586
  7510.           Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
  7511.           This software comes with ABSOLUTELY NO WARRANTY. This is free software,
  7512.           and you are welcome to modify and redistribute it under the GPL license
  7513.           
  7514.           Server version          3.23.32-debug
  7515.           Protocol version        10
  7516.           Connection              Localhost via Unix socket
  7517.           TCP port                3306
  7518.           UNIX socket             /tmp/mysql.sock
  7519.           Uptime:                 16 sec
  7520.           
  7521.           Threads: 1  Questions: 9  Slow queries: 0  Opens: 7  Flush tables: 2  Open tables: 0 Queries per second avg: 0.000  Memory in use: 132K  Max memory used: 16773K
  7522.  
  7523.      To get a feeling for what else you can do with `BINDIR/mysqladmin',
  7524.      invoke it with the `--help' option.
  7525.  
  7526.   4. Verify that you can shut down the server:
  7527.  
  7528.           shell> BINDIR/mysqladmin -u root shutdown
  7529.  
  7530.   5. Verify that you can restart the server.  Do this using
  7531.      `safe_mysqld' or by invoking `mysqld' directly.  For example:
  7532.  
  7533.           shell> BINDIR/safe_mysqld --log &
  7534.  
  7535.      If `safe_mysqld' fails, try running it from the MySQL installation
  7536.      directory (if you are not already there).  If that doesn't work,
  7537.      see *Note Starting server::.
  7538.  
  7539.   6. Run some simple tests to verify that the server is working.  The
  7540.      output should be similar to what is shown below:
  7541.  
  7542.           shell> BINDIR/mysqlshow
  7543.           +-----------+
  7544.           | Databases |
  7545.           +-----------+
  7546.           | mysql     |
  7547.           +-----------+
  7548.           
  7549.           shell> BINDIR/mysqlshow mysql
  7550.           Database: mysql
  7551.           +--------------+
  7552.           |    Tables    |
  7553.           +--------------+
  7554.           | columns_priv |
  7555.           | db           |
  7556.           | func         |
  7557.           | host         |
  7558.           | tables_priv  |
  7559.           | user         |
  7560.           +--------------+
  7561.           
  7562.           shell> BINDIR/mysql -e "select host,db,user from db" mysql
  7563.           +------+--------+------+
  7564.           | host | db     | user |
  7565.           +------+--------+------+
  7566.           | %    | test   |      |
  7567.           | %    | test_% |      |
  7568.           +------+--------+------+
  7569.  
  7570.      There is also a benchmark suite in the `sql-bench' directory
  7571.      (under the MySQL installation directory) that you can use to
  7572.      compare how MySQL performs on different platforms.  The
  7573.      `sql-bench/Results' directory contains the results from many runs
  7574.      against different databases and platforms.  To run all tests,
  7575.      execute these commands:
  7576.  
  7577.           shell> cd sql-bench
  7578.           shell> run-all-tests
  7579.  
  7580.      If you don't have the `sql-bench' directory, you are probably
  7581.      using an RPM for a binary distribution.  (Source distribution RPMs
  7582.      include the benchmark directory.)  In this case, you must first
  7583.      install the benchmark suite before you can use it.  Beginning with
  7584.      MySQL Version 3.22, there are benchmark RPM files named
  7585.      `mysql-bench-VERSION-i386.rpm' that contain benchmark code and
  7586.      data.
  7587.  
  7588.      If you have a source distribution, you can also run the tests in
  7589.      the `tests' subdirectory. For example, to run
  7590.      `auto_increment.tst', do this:
  7591.  
  7592.           shell> BINDIR/mysql -vvf test < ./tests/auto_increment.tst
  7593.  
  7594.      The expected results are shown in the `./tests/auto_increment.res'
  7595.      file.
  7596.  
  7597. Problems Running `mysql_install_db'
  7598. -----------------------------------
  7599.  
  7600. The purpose of the `mysql_install_db' script is to generate new MySQL
  7601. privilege tables.  It will not affect any other data!  It will also not
  7602. do anything if you already have MySQL privilege tables installed!
  7603.  
  7604. If you want to re-create your privilege tables, you should take down
  7605. the `mysqld' server, if it's running, and then do something like:
  7606.  
  7607.      mv mysql-data-directory/mysql mysql-data-directory/mysql-old
  7608.      mysql_install_db
  7609.  
  7610. This section lists problems you might encounter when you run
  7611. `mysql_install_db':
  7612.  
  7613. *`mysql_install_db' doesn't install the grant tables*
  7614.      You may find that `mysql_install_db' fails to install the grant
  7615.      tables and terminates after displaying the following messages:
  7616.  
  7617.           starting mysqld daemon with databases from XXXXXX
  7618.           mysql daemon ended
  7619.  
  7620.      In this case, you should examine the log file very carefully!  The
  7621.      log should be located in the directory `XXXXXX' named by the error
  7622.      message, and should indicate why `mysqld' didn't start.  If you
  7623.      don't understand what happened, include the log when you post a
  7624.      bug report using `mysqlbug'!  *Note Bug reports::.
  7625.  
  7626. *There is already a `mysqld' daemon running*
  7627.      In this case, you probably don't have to run `mysql_install_db' at
  7628.      all.  You have to run `mysql_install_db' only once, when you
  7629.      install MySQL the first time.
  7630.  
  7631. *Installing a second `mysqld' daemon doesn't work when one daemon is running*
  7632.      This can happen when you already have an existing MySQL
  7633.      installation, but want to put a new installation in a different
  7634.      place (for example, for testing, or perhaps you simply want to run
  7635.      two installations at the same time).  Generally the problem that
  7636.      occurs when you try to run the second server is that it tries to
  7637.      use the same socket and port as the old one.  In this case you
  7638.      will get the error message: `Can't start server: Bind on TCP/IP
  7639.      port: Address already in use' or `Can't start server : Bind on
  7640.      unix socket...'. *Note Installing many servers::.
  7641.  
  7642. *You don't have write access to `/tmp'*
  7643.      If you don't have write access to create a socket file at the
  7644.      default place (in `/tmp') or permission to create temporary files
  7645.      in `/tmp,' you will get an error when running `mysql_install_db'
  7646.      or when starting or using `mysqld'.
  7647.  
  7648.      You can specify a different socket and temporary directory as
  7649.      follows:
  7650.  
  7651.           shell> TMPDIR=/some_tmp_dir/
  7652.           shell> MYSQL_UNIX_PORT=/some_tmp_dir/mysqld.sock
  7653.           shell> export TMPDIR MYSQL_UNIX_PORT
  7654.  
  7655.      *Note Problems with mysql.sock::.
  7656.  
  7657.      `some_tmp_dir' should be the path to some directory for which you
  7658.      have write permission. *Note Environment variables::.
  7659.  
  7660.      After this you should be able to run `mysql_install_db' and start
  7661.      the server with these commands:
  7662.  
  7663.           shell> scripts/mysql_install_db
  7664.           shell> BINDIR/safe_mysqld &
  7665.  
  7666. *`mysqld' crashes immediately*
  7667.      If you are running RedHat Version 5.0 with a version of `glibc'
  7668.      older than 2.0.7-5, you should make sure you have installed all
  7669.      `glibc' patches!  There is a lot of information about this in the
  7670.      MySQL mail archives.  Links to the mail archives are available
  7671.      online at `http://www.mysql.com/documentation/'.  Also, see *Note
  7672.      Linux::.
  7673.  
  7674.      You can also start `mysqld' manually using the
  7675.      `--skip-grant-tables' option and add the privilege information
  7676.      yourself using `mysql':
  7677.  
  7678.           shell> BINDIR/safe_mysqld --skip-grant-tables &
  7679.           shell> BINDIR/mysql -u root mysql
  7680.  
  7681.      From `mysql', manually execute the SQL commands in
  7682.      `mysql_install_db'.  Make sure you run `mysqladmin
  7683.      flush-privileges' or `mysqladmin reload' afterward to tell the
  7684.      server to reload the grant tables.
  7685.  
  7686. Problems Starting the MySQL Server
  7687. ----------------------------------
  7688.  
  7689. If you are going to use tables that support transactions (BDB, InnoDB),
  7690. you should first create a my.cnf file and set startup options for the
  7691. table types you plan to use. *Note Table types::.
  7692.  
  7693. Generally, you start the `mysqld' server in one of three ways:
  7694.  
  7695.    * By invoking `mysql.server'.  This script is used primarily at
  7696.      system startup and shutdown, and is described more fully in *Note
  7697.      Automatic start::.
  7698.  
  7699.    * By invoking `safe_mysqld', which tries to determine the proper
  7700.      options for `mysqld' and then runs it with those options. *Note
  7701.      `safe_mysqld': safe_mysqld.
  7702.  
  7703.    * On NT you should install `mysqld' as a service as follows:
  7704.           bin\mysqld-nt --install               # Install MySQL as a service
  7705.  
  7706.      You can now start/stop `mysqld' as follows:
  7707.           NET START mysql
  7708.           NET STOP mysql
  7709.  
  7710.      Note that in this case you can't use any other options for
  7711.      `mysqld'!
  7712.  
  7713.      You can remove the service as follows:
  7714.           bin\mysqld-nt --remove                # remove MySQL as a service
  7715.  
  7716.    * By invoking `mysqld' directly.
  7717.  
  7718. When the `mysqld' daemon starts up, it changes directory to the data
  7719. directory.  This is where it expects to write log files and the pid
  7720. (process ID) file, and where it expects to find databases.
  7721.  
  7722. The data directory location is hardwired in when the distribution is
  7723. compiled.  However, if `mysqld' expects to find the data directory
  7724. somewhere other than where it really is on your system, it will not work
  7725. properly.  If you have problems with incorrect paths, you can find out
  7726. what options `mysqld' allows and what the default path settings are by
  7727. invoking `mysqld' with the `--help' option.  You can override the
  7728. defaults by specifying the correct pathnames as command-line arguments
  7729. to `mysqld'.  (These options can be used with `safe_mysqld' as well.)
  7730.  
  7731. Normally you should need to tell `mysqld' only the base directory under
  7732. which MySQL is installed.  You can do this with the `--basedir' option.
  7733. You can also use `--help' to check the effect of changing path options
  7734. (note that `--help' _must_ be the final option of the `mysqld'
  7735. command).  For example:
  7736.  
  7737.      shell> EXECDIR/mysqld --basedir=/usr/local --help
  7738.  
  7739. Once you determine the path settings you want, start the server without
  7740. the `--help' option.
  7741.  
  7742. Whichever method you use to start the server, if it fails to start up
  7743. correctly, check the log file to see if you can find out why.  Log files
  7744. are located in the data directory (typically `/usr/local/mysql/data'
  7745. for a binary distribution, `/usr/local/var' for a source distribution,
  7746. `\mysql\data\mysql.err' on Windows.)  Look in the data directory for
  7747. files with names of the form `host_name.err' and `host_name.log' where
  7748. `host_name' is the name of your server host.  Then check the last few
  7749. lines of these files:
  7750.  
  7751.      shell> tail host_name.err
  7752.      shell> tail host_name.log
  7753.  
  7754. If you find something like the following in the log file:
  7755.      000729 14:50:10  bdb:  Recovery function for LSN 1 27595 failed
  7756.      000729 14:50:10  bdb:  warning: ./test/t1.db: No such file or directory
  7757.      000729 14:50:10  Can't init databases
  7758.  
  7759. This means that you didn't start `mysqld' with `--bdb-no-recover' and
  7760. Berkeley DB found something wrong with its log files when it tried to
  7761. recover your databases.  To be able to continue, you should move away
  7762. the old Berkeley DB log file from the database directory to some other
  7763. place, where you can later examine these.  The log files are named
  7764. `log.0000000001', where the number will increase over time.
  7765.  
  7766. If you are running `mysqld' with BDB table support and `mysqld' core
  7767. dumps at start this could be because of some problems with the BDB
  7768. recover log.  In this case you can try starting `mysqld' with
  7769. `--bdb-no-recover'.  If this helps, then you should remove all `log.*'
  7770. files from the data directory and try starting `mysqld' again.
  7771.  
  7772. If you get the following error, it means that some other program (or
  7773. another `mysqld' server) is already using the TCP/IP port or socket
  7774. `mysqld' is trying to use:
  7775.  
  7776.      Can't start server: Bind on TCP/IP port: Address already in use
  7777.        or
  7778.      Can't start server : Bind on unix socket...
  7779.  
  7780. Use `ps' to make sure that you don't have another `mysqld' server
  7781. running.  If you can't find another server running, you can try to
  7782. execute the command `telnet your-host-name tcp-ip-port-number' and press
  7783. `RETURN' a couple of times.  If you don't get an error message like
  7784. `telnet: Unable to connect to remote host: Connection refused',
  7785. something is using the TCP/IP port `mysqld' is trying to use.  See
  7786. *Note mysql_install_db:: and *Note Multiple servers::.
  7787.  
  7788. If `mysqld' is currently running, you can find out what path settings
  7789. it is using by executing this command:
  7790.  
  7791.      shell> mysqladmin variables
  7792.  
  7793. or
  7794.  
  7795.      shell> mysqladmin -h 'your-host-name' variables
  7796.  
  7797. If `safe_mysqld' starts the server but you can't connect to it, you
  7798. should make sure you have an entry in `/etc/hosts' that looks like this:
  7799.  
  7800.      127.0.0.1       localhost
  7801.  
  7802. This problem occurs only on systems that don't have a working thread
  7803. library and for which MySQL must be configured to use MIT-pthreads.
  7804.  
  7805. If you can't get `mysqld' to start you can try to make a trace file to
  7806. find the problem. *Note Making trace files::.
  7807.  
  7808. If you are using InnoDB tables, refer to the InnoDB-specific startup
  7809. options.  *Note InnoDB start::.
  7810.  
  7811. If you are using BDB (Berkeley DB) tables, you should familiarize
  7812. yourself with the different BDB specific startup options.  *Note BDB
  7813. start::.
  7814.  
  7815. Starting and Stopping MySQL Automatically
  7816. -----------------------------------------
  7817.  
  7818. The `mysql.server' and `safe_mysqld' scripts can be used to start the
  7819. server automatically at system startup time. `mysql.server' can also be
  7820. used to stop the server.
  7821.  
  7822. The `mysql.server' script can be used to start or stop the server by
  7823. invoking it with `start' or `stop' arguments:
  7824.  
  7825.      shell> mysql.server start
  7826.      shell> mysql.server stop
  7827.  
  7828. `mysql.server' can be found in the `share/mysql' directory under the
  7829. MySQL installation directory or in the `support-files' directory of the
  7830. MySQL source tree.
  7831.  
  7832. Before `mysql.server' starts the server, it changes directory to the
  7833. MySQL installation directory, then invokes `safe_mysqld'.  You might
  7834. need to edit `mysql.server' if you have a binary distribution that
  7835. you've installed in a non-standard location.  Modify it to `cd' into
  7836. the proper directory before it runs `safe_mysqld'. If you want the
  7837. server to run as some specific user, add an appropriate `user' line to
  7838. the `/etc/my.cnf' file, as shown later in this section.
  7839.  
  7840. `mysql.server stop' brings down the server by sending a signal to it.
  7841. You can take down the server manually by executing `mysqladmin
  7842. shutdown'.
  7843.  
  7844. You might want to add these start and stop commands to the appropriate
  7845. places in your `/etc/rc*' files when you start using MySQL for
  7846. production applications.  Note that if you modify `mysql.server', then
  7847. upgrade MySQL sometime, your modified version will be overwritten, so
  7848. you should make a copy of your edited version that you can reinstall.
  7849.  
  7850. If your system uses `/etc/rc.local' to start external scripts, you
  7851. should append the following to it:
  7852.      /bin/sh -c 'cd /usr/local/mysql ; ./bin/safe_mysqld --user=mysql &'
  7853.  
  7854. You can also add options for `mysql.server' in a global `/etc/my.cnf'
  7855. file.  A typical `/etc/my.cnf' file might look like this:
  7856.  
  7857.      [mysqld]
  7858.      datadir=/usr/local/mysql/var
  7859.      socket=/var/tmp/mysql.sock
  7860.      port=3306
  7861.      user=mysql
  7862.      
  7863.      [mysql.server]
  7864.      basedir=/usr/local/mysql
  7865.  
  7866. The `mysql.server' script understands the following options: `datadir',
  7867. `basedir', and `pid-file'.
  7868.  
  7869. The following table shows which option groups each of the startup
  7870. scripts read from option files:
  7871.  
  7872. *Script*       *Option groups*
  7873. `mysqld'       `mysqld' and `server'
  7874. `mysql.server' `mysql.server', `mysqld', and `server'
  7875. `safe_mysqld'  `mysql.server', `mysqld', and `server'
  7876.  
  7877. *Note Option files::.
  7878.  
  7879. Upgrading/Downgrading MySQL
  7880. ===========================
  7881.  
  7882. You can always move the MySQL form and data files between different
  7883. versions on the same architecture as long as you have the same base
  7884. version of MySQL. The current base version is 3. If you change the
  7885. character set when running MySQL (which may also change the sort
  7886. order), you must run `myisamchk -r -q' on all tables.  Otherwise your
  7887. indexes may not be ordered correctly.
  7888.  
  7889. If you are afraid of new versions, you can always rename your old
  7890. `mysqld' to something like `mysqld'-'old-version-number'.  If your new
  7891. `mysqld' then does something unexpected, you can simply shut it down
  7892. and restart with your old `mysqld'!
  7893.  
  7894. When you do an upgrade you should also back up your old databases, of
  7895. course.
  7896.  
  7897. If after an upgrade, you experience problems with recompiled client
  7898. programs, like `Commands out of sync' or unexpected core dumps, you
  7899. probably have used an old header or library file when compiling your
  7900. programs.  In this case you should check the date for your `mysql.h'
  7901. file and `libmysqlclient.a' library to verify that they are from the new
  7902. MySQL distribution.  If not, please recompile your programs!
  7903.  
  7904. If you get some problems that the new `mysqld' server doesn't want to
  7905. start or that you can't connect without a password, check that you don't
  7906. have some old `my.cnf' file from your old installation!  You can check
  7907. this with: `program-name --print-defaults'.  If this outputs anything
  7908. other than the program name, you have an active `my.cnf' file that will
  7909. affect things!
  7910.  
  7911. It is a good idea to rebuild and reinstall the `Msql-Mysql-modules'
  7912. distribution whenever you install a new release of MySQL, particularly
  7913. if you notice symptoms such as all your `DBI' scripts dumping core
  7914. after you upgrade MySQL.
  7915.  
  7916. Upgrading From Version 3.22 to Version 3.23
  7917. -------------------------------------------
  7918.  
  7919. MySQL Version 3.23 supports tables of the new `MyISAM' type and the old
  7920. `ISAM' type.  You don't have to convert your old tables to use these
  7921. with Version 3.23.  By default, all new tables will be created with
  7922. type `MyISAM' (unless you start `mysqld' with the
  7923. `--default-table-type=isam' option). You can change an `ISAM' table to
  7924. a `MyISAM' table with `ALTER TABLE table_name TYPE=MyISAM' or the Perl
  7925. script `mysql_convert_table_format'.
  7926.  
  7927. Version 3.22 and 3.21 clients will work without any problems with a
  7928. Version 3.23 server.
  7929.  
  7930. The following lists tell what you have to watch out for when upgrading
  7931. to Version 3.23:
  7932.  
  7933.    * All tables that uses the `tis620' character set must be fixed with
  7934.      `myisamchk -r' or `REPAIR TABLE'.
  7935.  
  7936.    * If you do a `DROP DATABASE' on a symbolic linked database, both the
  7937.      link and the original database is deleted.  (This didn't happen in
  7938.      3.22 because configure didn't detect the `readlink' system call).
  7939.  
  7940.    * `OPTIMIZE TABLE' now only works for *MyISAM* tables.  For other
  7941.      table types, you can use `ALTER TABLE' to optimize the table.
  7942.      During `OPTIMIZE TABLE' the table is now locked from other threads.
  7943.  
  7944.    * The MySQL client `mysql' is now by default started with the option
  7945.      `--no-named-commands (-g)'. This option can be disabled with
  7946.      `--enable-named-commands (-G)'. This may cause incompatibility
  7947.      problems in some cases, for example in SQL scripts that use named
  7948.      commands without a semicolon!  Long format commands still work
  7949.      from the first line.
  7950.  
  7951.    * If you are using the `german' character sort order, you must repair
  7952.      all your tables with `isamchk -r', as we have made some changes in
  7953.      the sort order!
  7954.  
  7955.    * The default return type of `IF' will now depend on both arguments
  7956.      and not only the first argument.
  7957.  
  7958.    * `AUTO_INCREMENT' will not work with negative numbers. The reason
  7959.      for this is that negative numbers caused problems when wrapping
  7960.      from -1 to 0.  `AUTO_INCREMENT' is now for MyISAM tables handled
  7961.      at a lower level and is much faster than before. For MyISAM tables
  7962.      old numbers are also not reused anymore, even if you delete some
  7963.      rows from the table.
  7964.  
  7965.    * `CASE', `DELAYED', `ELSE', `END', `FULLTEXT', `INNER', `RIGHT',
  7966.      `THEN' and `WHEN' are now reserved words.
  7967.  
  7968.    * `FLOAT(X)' is now a true floating-point type and not a value with a
  7969.      fixed number of decimals.
  7970.  
  7971.    * When declaring `DECIMAL(length,dec)' the length argument no longer
  7972.      includes a place for the sign or the decimal point.
  7973.  
  7974.    * A `TIME' string must now be of one of the following formats:
  7975.      `[[[DAYS] [H]H:]MM:]SS[.fraction]' or
  7976.      `[[[[[H]H]H]H]MM]SS[.fraction]'
  7977.  
  7978.    * `LIKE' now compares strings using the same character comparison
  7979.      rules as `'=''.  If you require the old behavior, you can compile
  7980.      MySQL with the `CXXFLAGS=-DLIKE_CMP_TOUPPER' flag.
  7981.  
  7982.    * `REGEXP' is now case insensitive for normal (not binary) strings.
  7983.  
  7984.    * When you check/repair tables you should use `CHECK TABLE' or
  7985.      `myisamchk' for `MyISAM' tables (`.MYI') and `isamchk' for ISAM
  7986.      (`.ISM') tables.
  7987.  
  7988.    * If you want your `mysqldump' files to be compatible between MySQL
  7989.      Version 3.22 and Version 3.23, you should not use the `--opt' or
  7990.      `--full' option to `mysqldump'.
  7991.  
  7992.    * Check all your calls to `DATE_FORMAT()' to make sure there is a
  7993.      `%' before each format character.  (Later MySQL Version 3.22 did
  7994.      allow this syntax.)
  7995.  
  7996.    * `mysql_fetch_fields_direct' is now a function (it was a macro) and
  7997.      it returns a pointer to a `MYSQL_FIELD' instead of a `MYSQL_FIELD'.
  7998.  
  7999.    * `mysql_num_fields()' can no longer be used on a `MYSQL*' object
  8000.      (it's now a function that takes `MYSQL_RES*' as an argument. You
  8001.      should now use `mysql_field_count()' instead.
  8002.  
  8003.    * In MySQL Version 3.22, the output of `SELECT DISTINCT ...' was
  8004.      almost always sorted.  In Version 3.23, you must use `GROUP BY' or
  8005.      `ORDER BY' to obtain sorted output.
  8006.  
  8007.    * `SUM()' now returns `NULL', instead of 0, if there is no matching
  8008.      rows. This is according to ANSI SQL.
  8009.  
  8010.    * An `AND' or `OR' with `NULL' values will now return `NULL' instead
  8011.      of 0. This mostly affects queries that use `NOT' on an `AND/OR'
  8012.      expression as `NOT NULL' = `NULL'.  `LPAD()' and `RPAD()' will
  8013.      shorten the result string if it's longer than the length argument.
  8014.  
  8015. Upgrading from Version 3.21 to Version 3.22
  8016. -------------------------------------------
  8017.  
  8018. Nothing that affects compatibility has changed between Version 3.21 and
  8019. 3.22.  The only pitfall is that new tables that are created with `DATE'
  8020. type columns will use the new way to store the date. You can't access
  8021. these new fields from an old version of `mysqld'.
  8022.  
  8023. After installing MySQL Version 3.22, you should start the new server
  8024. and then run the `mysql_fix_privilege_tables' script. This will add the
  8025. new privileges that you need to use the `GRANT' command.  If you forget
  8026. this, you will get `Access denied' when you try to use `ALTER TABLE',
  8027. `CREATE INDEX', or `DROP INDEX'. If your MySQL root user requires a
  8028. password, you should give this as an argument to
  8029. `mysql_fix_privilege_tables'.
  8030.  
  8031. The C API interface to `mysql_real_connect()' has changed.  If you have
  8032. an old client program that calls this function, you must place a `0' for
  8033. the new `db' argument (or recode the client to send the `db' element
  8034. for faster connections).  You must also call `mysql_init()' before
  8035. calling `mysql_real_connect()'!  This change was done to allow the new
  8036. `mysql_options()' function to save options in the `MYSQL' handler
  8037. structure.
  8038.  
  8039. The `mysqld' variable `key_buffer' has changed names to
  8040. `key_buffer_size', but you can still use the old name in your startup
  8041. files.
  8042.  
  8043. Upgrading from Version 3.20 to Version 3.21
  8044. -------------------------------------------
  8045.  
  8046. If you are running a version older than Version 3.20.28 and want to
  8047. switch to Version 3.21, you need to do the following:
  8048.  
  8049. You can start the `mysqld' Version 3.21 server with `safe_mysqld
  8050. --old-protocol' to use it with clients from a Version 3.20 distribution.
  8051. In this case, the new client function `mysql_errno()' will not return
  8052. any server error, only `CR_UNKNOWN_ERROR' (but it works for client
  8053. errors), and the server uses the old `password()' checking rather than
  8054. the new one.
  8055.  
  8056. If you are *NOT* using the `--old-protocol' option to `mysqld', you
  8057. will need to make the following changes:
  8058.  
  8059.    * All client code must be recompiled. If you are using ODBC, you
  8060.      must get the new *MyODBC* 2.x driver.
  8061.  
  8062.    * The script `scripts/add_long_password' must be run to convert the
  8063.      `Password' field in the `mysql.user' table to `CHAR(16)'.
  8064.  
  8065.    * All passwords must be reassigned in the `mysql.user' table (to get
  8066.      62-bit rather than 31-bit passwords).
  8067.  
  8068.    * The table format hasn't changed, so you don't have to convert any
  8069.      tables.
  8070.  
  8071. MySQL Version 3.20.28 and above can handle the new `user' table format
  8072. without affecting clients. If you have a MySQL version earlier than
  8073. Version 3.20.28, passwords will no longer work with it if you convert
  8074. the `user' table. So to be safe, you should first upgrade to at least
  8075. Version 3.20.28 and then upgrade to Version 3.21.
  8076.  
  8077. The new client code works with a 3.20.x `mysqld' server, so if you
  8078. experience problems with 3.21.x, you can use the old 3.20.x server
  8079. without having to recompile the clients again.
  8080.  
  8081. If you are not using the `--old-protocol' option to `mysqld', old
  8082. clients will issue the error message:
  8083.  
  8084.      ERROR: Protocol mismatch. Server Version = 10 Client Version = 9
  8085.  
  8086. The new Perl `DBI'/`DBD' interface also supports the old `mysqlperl'
  8087. interface.  The only change you have to make if you use `mysqlperl' is
  8088. to change the arguments to the `connect()' function.  The new arguments
  8089. are: `host', `database', `user', `password' (the `user' and `password'
  8090. arguments have changed places).  *Note Perl `DBI' Class: Perl DBI Class.
  8091.  
  8092. The following changes may affect queries in old applications:
  8093.  
  8094.    * `HAVING' must now be specified before any `ORDER BY' clause.
  8095.  
  8096.    * The parameters to `LOCATE()' have been swapped.
  8097.  
  8098.    * There are some new reserved words. The most notable are `DATE',
  8099.      `TIME', and `TIMESTAMP'.
  8100.  
  8101. Upgrading to Another Architecture
  8102. ---------------------------------
  8103.  
  8104. If you are using MySQL Version 3.23, you can copy the `.frm', `.MYI',
  8105. and `.MYD' files between different architectures that support the same
  8106. floating-point format.  (MySQL takes care of any byte swapping issues.)
  8107.  
  8108. The MySQL `ISAM' data and index files (`.ISD' and `*.ISM',
  8109. respectively) are architecture-dependent and in some cases
  8110. OS-dependent.  If you want to move your applications to another machine
  8111. that has a different architecture or OS than your current machine, you
  8112. should not try to move a database by simply copying the files to the
  8113. other machine. Use `mysqldump' instead.
  8114.  
  8115. By default, `mysqldump' will create a file full of SQL statements.  You
  8116. can then transfer the file to the other machine and feed it as input to
  8117. the `mysql' client.
  8118.  
  8119. Try `mysqldump --help' to see what options are available.  If you are
  8120. moving the data to a newer version of MySQL, you should use `mysqldump
  8121. --opt' with the newer version to get a fast, compact dump.
  8122.  
  8123. The easiest (although not the fastest) way to move a database between
  8124. two machines is to run the following commands on the machine on which
  8125. the database is located:
  8126.  
  8127.      shell> mysqladmin -h 'other hostname' create db_name
  8128.      shell> mysqldump --opt db_name \
  8129.              | mysql -h 'other hostname' db_name
  8130.  
  8131. If you want to copy a database from a remote machine over a slow
  8132. network, you can use:
  8133.  
  8134.      shell> mysqladmin create db_name
  8135.      shell> mysqldump -h 'other hostname' --opt --compress db_name \
  8136.              | mysql db_name
  8137.  
  8138. You can also store the result in a file, then transfer the file to the
  8139. target machine and load the file into the database there.  For example,
  8140. you can dump a database to a file on the source machine like this:
  8141.  
  8142.      shell> mysqldump --quick db_name | gzip > db_name.contents.gz
  8143.  
  8144. (The file created in this example is compressed.) Transfer the file
  8145. containing the database contents to the target machine and run these
  8146. commands there:
  8147.  
  8148.      shell> mysqladmin create db_name
  8149.      shell> gunzip < db_name.contents.gz | mysql db_name
  8150.  
  8151. You can also use `mysqldump' and `mysqlimport' to accomplish the
  8152. database transfer.  For big tables, this is much faster than simply
  8153. using `mysqldump'.  In the commands shown below, `DUMPDIR' represents
  8154. the full pathname of the directory you use to store the output from
  8155. `mysqldump'.
  8156.  
  8157. First, create the directory for the output files and dump the database:
  8158.  
  8159.      shell> mkdir DUMPDIR
  8160.      shell> mysqldump --tab=DUMPDIR db_name
  8161.  
  8162. Then transfer the files in the `DUMPDIR' directory to some corresponding
  8163. directory on the target machine and load the files into MySQL there:
  8164.  
  8165.      shell> mysqladmin create db_name           # create database
  8166.      shell> cat DUMPDIR/*.sql | mysql db_name   # create tables in database
  8167.      shell> mysqlimport db_name DUMPDIR/*.txt   # load data into tables
  8168.  
  8169. Also, don't forget to copy the `mysql' database, because that's where
  8170. the grant tables (`user', `db', `host') are stored.  You may have to
  8171. run commands as the MySQL `root' user on the new machine until you have
  8172. the `mysql' database in place.
  8173.  
  8174. After you import the `mysql' database on the new machine, execute
  8175. `mysqladmin flush-privileges' so that the server reloads the grant table
  8176. information.
  8177.  
  8178. Operating System Specific Notes
  8179. ===============================
  8180.  
  8181. Linux Notes (All Linux Versions)
  8182. --------------------------------
  8183.  
  8184. The notes below regarding *glibc* apply only to the situation when you
  8185. build MySQL yourself. If you are running Linux on an x86 machine, in
  8186. most cases it is much better for you to just use our binary. We link
  8187. our binaries against the best patched version of *glibc* we can come up
  8188. with and with the best compiler options, in an attempt to make it
  8189. suitable for a high-load server. So if you read the text below, and are
  8190. in doubt about what you should do, try our binary first to see if it
  8191. meets your needs, and worry about your own build only after you have
  8192. discovered that our binary is not good enough. In that case, we would
  8193. appreciate a note about it, so we can build a better binary next time.
  8194. For a typical user, even for setups with a lot of concurrent
  8195. connections and/or tables exceeding 2GB limit, our binary in most cases
  8196. is the best choice.
  8197.  
  8198. MySQL uses LinuxThreads on Linux.  If you are using an old Linux
  8199. version that doesn't have `glibc2', you must install LinuxThreads
  8200. before trying to compile MySQL.   You can get LinuxThreads at
  8201. `http://www.mysql.com/Downloads/Linux'.
  8202.  
  8203. *NOTE:* We have seen some strange problems with Linux 2.2.14 and MySQL
  8204. on SMP systems; If you have a SMP system, we recommend you to upgrade
  8205. to Linux 2.4 ASAP!  Your system will be faster and more stable by doing
  8206. this!
  8207.  
  8208. Note that `glibc' versions before and including Version 2.1.1 have a
  8209. fatal bug in `pthread_mutex_timedwait' handling, which is used when you
  8210. do `INSERT DELAYED'.  We recommend you to not use `INSERT DELAYED'
  8211. before upgrading glibc.
  8212.  
  8213. If you plan to have 1000+ concurrent connections, you will need to make
  8214. some changes to LinuxThreads, recompile it, and relink MySQL against
  8215. the new `libpthread.a'.  Increase `PTHREAD_THREADS_MAX' in
  8216. `sysdeps/unix/sysv/linux/bits/local_lim.h' to 4096 and decrease
  8217. `STACK_SIZE' in `linuxthreads/internals.h' to 256 KB. The paths are
  8218. relative to the root of `glibc' Note that MySQL will not be stable with
  8219. around 600-1000 connections if `STACK_SIZE' is the default of 2 MB.
  8220.  
  8221. If you have a problem with that MySQL can't open enough files, or
  8222. connections, it may be that you haven't configured Linux to handle
  8223. enough files.
  8224.  
  8225. In Linux 2.2 and forwards, you can check the number of allocated file
  8226. handlers by doing:
  8227.  
  8228.      cat /proc/sys/fs/file-max
  8229.      cat /proc/sys/fs/dquot-max
  8230.      cat /proc/sys/fs/super-max
  8231.  
  8232. If you have more than 16M of memory, you should add something like the
  8233. following in your boot script (`/etc/rc/boot.local' on SuSE):
  8234.  
  8235.      echo 65536 > /proc/sys/fs/file-max
  8236.      echo 8192 > /proc/sys/fs/dquot-max
  8237.      echo 1024 > /proc/sys/fs/super-max
  8238.  
  8239. You can also run the above from the command line as root, but in this
  8240. case your old limits will be used next time your computer reboots.
  8241.  
  8242. You should also add /etc/my.cnf:
  8243.  
  8244.      [safe_mysqld]
  8245.      open-files-limit=8192
  8246.  
  8247. The above should allow MySQL to create up to 8192 connections + files.
  8248.  
  8249. The `STACK_SIZE' constant in LinuxThreads controls the spacing of thread
  8250. stacks in the address space.  It needs to be large enough so that there
  8251. will be plenty of room for the stack of each individual thread, but
  8252. small enough to keep the stack of some thread from running into the
  8253. global `mysqld' data.  Unfortunately, the Linux implementation of
  8254. `mmap()', as we have experimentally discovered, will successfully unmap
  8255. an already mapped region if you ask it to map out an address already in
  8256. use, zeroing out the data on the entire page, instead of returning an
  8257. error.  So, the safety of `mysqld' or any other threaded application
  8258. depends on the "gentleman" behavior of the code that creates threads.
  8259. The user must take measures to make sure the number of running threads
  8260. at any time is sufficiently low for thread stacks to stay away from the
  8261. global heap.  With `mysqld', you should enforce this "gentleman"
  8262. behavior by setting a reasonable value for the `max_connections'
  8263. variable.
  8264.  
  8265. If you build MySQL yourself and do not want to mess with patching
  8266. LinuxThreads, you should set `max_connections' to a value no higher
  8267. than 500.  It should be even less if you have a large key buffer,  large
  8268. heap tables, or some other things that make `mysqld' allocate a lot of
  8269. memory or if you are running a 2.2 kernel with a 2GB patch. If you are
  8270. using our binary or RPM version 3.23.25 or later, you can safely set
  8271. `max_connections' at 1500, assuming no large key buffer or heap tables
  8272. with lots of data.  The more you reduce `STACK_SIZE' in LinuxThreads
  8273. the more threads you can safely create.  We recommend the values between
  8274. 128K and 256K.
  8275.  
  8276. If you use a lot of concurrent connections, you may suffer from a
  8277. "feature" in the 2.2 kernel that penalizes a process for forking or
  8278. cloning a child in an attempt to prevent a fork bomb attack.  This will
  8279. cause MySQL not to scale well as you increase the number of concurrent
  8280. clients.  On single CPU systems, we have seen this manifested in a very
  8281. slow thread creation, which means it may take a long time to connect to
  8282. MySQL (as long as 1 minute), and it may take just as long to shut it
  8283. down.  On multiple CPU systems, we have observed a gradual drop in
  8284. query speed as the number of clients increases.  In the process of
  8285. trying to find a solution, we have received a kernel patch from one of
  8286. our users, who claimed it made a lot of difference for his site.  The
  8287. patch is available here
  8288. (`http://www.mysql.com/Downloads/Patches/linux-fork.patch'). We have
  8289. now done rather extensive testing of this patch on both development and
  8290. production systems.  It has significantly improved `MySQL' performance
  8291. without causing any problems and we now recommend it to our users who
  8292. are still running high-load servers on 2.2 kernels.  This issue has
  8293. been fixed in the 2.4 kernel, so if you are not satisfied with the
  8294. current performance of your system, rather than patching your 2.2
  8295. kernel, it might be easier to just upgrade to 2.4, which will also give
  8296. you a nice SMP boost in addition to fixing this fairness bug.
  8297.  
  8298. We have tested MySQL on the 2.4 kernel on a 2 CPU machine and found
  8299. MySQL scales MUCH better - there was virtually no slowdown on query
  8300. throughput all the way up to 1000 clients, and MySQL scaling factor (
  8301. computed as the ratio of maximum throughput to the throughput with one
  8302. client) was 180%.  We have observed similar results on a 4-CPU system -
  8303. virtually no slowdown as the number of clients was increased up to
  8304. 1000, and 300% scaling factor. So for a high-load SMP server we would
  8305. definitely recommend the 2.4 kernel at this point. We have discovered
  8306. that it is essential to run `mysqld' process with the highest possible
  8307. priority on the 2.4 kernel to achieve maximum performance.  This can be
  8308. done by adding `renice -20 $$' command to `safe_mysqld'. In our testing
  8309. on a 4-CPU machine, increasing the priority gave 60% increase in
  8310. throughput with 400 clients.
  8311.  
  8312. We are currently also trying to collect more info on how well `MySQL'
  8313. performs on 2.4 kernel on 4-way and 8-way systems. If you have access
  8314. such a system and have done some benchmarks, please send a mail to
  8315. <docs@mysql.com> with the results - we will include them in the manual.
  8316.  
  8317. There is another issue that greatly hurts MySQL performance, especially
  8318. on SMP systems.  The implementation of mutex in LinuxThreads in
  8319. *glibc-2.1* is very bad for programs with many threads that only hold
  8320. the mutex for a short time. On an SMP system, ironic as it is, if you
  8321. link MySQL against unmodified *LinuxThreads*, removing processors from
  8322. the machine improves MySQL performance in many cases.  We have made a
  8323. patch available for *glibc 2.1.3*, linuxthreads-2.1-patch
  8324. (http://www.mysql.com/Downloads/Linux/linuxthreads-2.1-patch) to
  8325. correct this behavior.
  8326.  
  8327. With *glibc-2.2.2* MySQL version 3.23.36 will use the adaptive mutex,
  8328. which is much better than even the patched one in *glibc-2.1.3*. Be
  8329. warned, however, that under some conditions, the current mutex code in
  8330. *glibc-2.2.2* overspins, which hurts MySQL performance. The chance of
  8331. this condition can be reduced by renicing `mysqld' process to the
  8332. highest priority. We have also been able to correct the overspin
  8333. behavior with a patch, available here
  8334. (http://www.mysql.com/Downloads/Linux/linuxthreads-2.2.2.patch). It
  8335. combines the correction of overspin, maximum number of threads, and
  8336. stack spacing all in one. You will need to apply it in the
  8337. `linuxthreads' directory with `patch -p0
  8338. </tmp/linuxthreads-2.2.2.patch'.  We hope it will be included in some
  8339. form in to the future releases of `glibc-2.2'. In any case, if you link
  8340. against `glibc-2.2.2' you still need to correct `STACK_SIZE' and
  8341. `PTHREAD_THREADS_MAX'. We hope that the defaults will be corrected to
  8342. some more acceptable values for high-load MySQL setup in the future, so
  8343. that your own build can be reduced to `./configure; make; make install'.
  8344.  
  8345. We recommend that you use the above patches to build a special static
  8346. version of `libpthread.a' and use it only for statically linking
  8347. against `MySQL'. We know that the patches are safe for `MySQL' and
  8348. significantly improve its performance, but we cannot say anything about
  8349. other applications. If you link other applications against the patched
  8350. version of the library, or build a patched shared version and install
  8351. it on your system, you are doing it at your own risk with regard to
  8352. other applications that depend on `LinuxThreads'.
  8353.  
  8354. If you experience any strange problems during the installation of
  8355. MySQL, or with some common utilties hanging, it is very likely that
  8356. they are either library or compiler related. If this is the case, using
  8357. our binary will resolve them.
  8358.  
  8359. One known problem with the binary distribution is that with older Linux
  8360. systems that use `libc' (like RedHat 4.x or Slackware), you will get
  8361. some non-fatal problems with hostname resolution.  *Note Binary
  8362. notes-Linux::.
  8363.  
  8364. When using LinuxThreads you will see a minimum of three processes
  8365. running.  These are in fact threads.  There will be one thread for the
  8366. LinuxThreads manager, one thread to handle connections, and one thread
  8367. to handle alarms and signals.
  8368.  
  8369. Note that the Linux kernel and the LinuxThread library can by default
  8370. only have 1024 threads.  This means that you can only have up to 1021
  8371. connections to MySQL on an unpatched system.  The page
  8372. `http://www.volano.com/linuxnotes.html' contains information how to go
  8373. around this limit.
  8374.  
  8375. If you see a dead `mysqld' daemon process with `ps', this usually means
  8376. that you have found a bug in MySQL or you have a corrupted table. *Note
  8377. Crashing::.
  8378.  
  8379. To get a core dump on Linux if `mysqld' dies with a SIGSEGV signal, you
  8380. can start `mysqld' with the `--core-file' option.  Note that you also
  8381. probably need to raise the `core file size' by adding `ulimit -c
  8382. 1000000' to `safe_mysqld' or starting `safe_mysqld' with
  8383. `--core-file-sizes=1000000'. *Note `safe_mysqld': safe_mysqld.
  8384.  
  8385. If you are linking your own MySQL client and get the error:
  8386.  
  8387.      ld.so.1: ./my: fatal: libmysqlclient.so.4: open failed: No such file or directory
  8388.  
  8389. When executing them, the problem can be avoided by one of the following
  8390. methods:
  8391.  
  8392.    * Link the client with the following flag (instead of `-Lpath'):
  8393.      `-Wl,r/path-libmysqlclient.so'.
  8394.  
  8395.    * Copy `libmysqclient.so' to `/usr/lib'.
  8396.  
  8397.    * Add the pathname of the directory where `libmysqlclient.so' is
  8398.      located to the `LD_RUN_PATH' environment variable before running
  8399.      your client.
  8400.  
  8401. If you are using the Fujitsu compiler `(fcc / FCC)' you will have some
  8402. problems compiling MySQL because the Linux header files are very `gcc'
  8403. oriented.
  8404.  
  8405. The following `configure' line should work with `fcc/FCC':
  8406.  
  8407.      CC=fcc CFLAGS="-O -K fast -K lib -K omitfp -Kpreex -D_GNU_SOURCE -DCONST=const -DNO_STRTOLL_PROTO" CXX=FCC CXXFLAGS="-O -K fast -K lib  -K omitfp -K preex --no_exceptions --no_rtti -D_GNU_SOURCE -DCONST=const -Dalloca=__builtin_alloca -DNO_STRTOLL_PROTO '-D_EXTERN_INLINE=static __inline'" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-low-memory
  8408.  
  8409. Linux Notes for Binary Distributions
  8410. ....................................
  8411.  
  8412. MySQL needs at least Linux Version 2.0.
  8413.  
  8414. The binary release is linked with `-static', which means you do not
  8415. normally need to worry about which version of the system libraries you
  8416. have. You need not install LinuxThreads, either.  A program linked with
  8417. `-static' is slightly bigger than a dynamically linked program but also
  8418. slightly faster (3-5%).  One problem, however, is that you can't use
  8419. user-definable functions (UDFs) with a statically linked program.  If
  8420. you are going to write or use UDF functions (this is something only for
  8421. C or C++ programmers), you must compile MySQL yourself, using dynamic
  8422. linking.
  8423.  
  8424. If you are using a `libc'-based system (instead of a `glibc2' system),
  8425. you will probably get some problems with hostname resolving and
  8426. `getpwnam()' with the binary release. (This is because `glibc'
  8427. unfortunately depends on some external libraries to resolve hostnames
  8428. and `getpwent()', even when compiled with `-static'). In this case you
  8429. probably get the following error message when you run
  8430. `mysql_install_db':
  8431.  
  8432.      Sorry, the host 'xxxx' could not be looked up
  8433.  
  8434. or the following error when you try to run `mysqld' with the `--user'
  8435. option:
  8436.  
  8437.      getpwnam: No such file or directory
  8438.  
  8439. You can solve this problem in one of the following ways:
  8440.  
  8441.    * Get a MySQL source distribution (an RPM or the `tar.gz'
  8442.      distribution) and install this instead.
  8443.  
  8444.    * Execute `mysql_install_db --force'; This will not execute the
  8445.      `resolveip' test in `mysql_install_db'.  The downside is that you
  8446.      can't use host names in the grant tables; you must use IP numbers
  8447.      instead (except for `localhost').  If you are using an old MySQL
  8448.      release that doesn't support `--force', you have to remove the
  8449.      `resolveip' test in `mysql_install' with an editor.
  8450.  
  8451.    * Start `mysqld' with `su' instead of using `--user'.
  8452.  
  8453. The Linux-Intel binary and RPM releases of MySQL are configured for the
  8454. highest possible speed.  We are always trying to use the fastest stable
  8455. compiler available.
  8456.  
  8457. MySQL Perl support requires Version Perl 5.004_03 or newer.
  8458.  
  8459. On some Linux 2.2 versions, you may get the error `Resource temporarily
  8460. unavailable' when you do a lot of new connections to a `mysqld' server
  8461. over TCP/IP.
  8462.  
  8463. The problem is that Linux has a delay between when you close a TCP/IP
  8464. socket and until this is actually freed by the system.  As there is only
  8465. room for a finite number of TCP/IP slots, you will get the above error
  8466. if you try to do too many new TCP/IP connections during a small time,
  8467. like when you run the MySQL `test-connect' benchmark over TCP/IP.
  8468.  
  8469. We have mailed about this problem a couple of times to different Linux
  8470. mailing lists but have never been able to resolve this properly.
  8471.  
  8472. The only known 'fix' to this problem is to use persistent connections in
  8473. your clients or use sockets, if you are running the database server and
  8474. clients on the same machine.  We hope that the `Linux 2.4' kernel will
  8475. fix this problem in the future.
  8476.  
  8477. Linux x86 Notes
  8478. ...............
  8479.  
  8480. MySQL requires `libc' Version 5.4.12 or newer. It's known to work with
  8481. `libc' 5.4.46.  `glibc' Version 2.0.6 and later should also work. There
  8482. have been some problems with the `glibc' RPMs from RedHat, so if you
  8483. have problems, check whether or not there are any updates!  The `glibc'
  8484. 2.0.7-19 and 2.0.7-29 RPMs are known to work.
  8485.  
  8486. On some older Linux distributions, `configure' may produce an error
  8487. like this:
  8488.  
  8489.      Syntax error in sched.h. Change _P to __P in the /usr/include/sched.h file.
  8490.      See the Installation chapter in the Reference Manual.
  8491.  
  8492. Just do what the error message says and add an extra underscore to the
  8493. `_P' macro that has only one underscore, then try again.
  8494.  
  8495. You may get some warnings when compiling; those shown below can be
  8496. ignored:
  8497.  
  8498.      mysqld.cc -o objs-thread/mysqld.o
  8499.      mysqld.cc: In function `void init_signals()':
  8500.      mysqld.cc:315: warning: assignment of negative value `-1' to `long unsigned int'
  8501.      mysqld.cc: In function `void * signal_hand(void *)':
  8502.      mysqld.cc:346: warning: assignment of negative value `-1' to `long unsigned int'
  8503.  
  8504. In Debian GNU/Linux, if you want MySQL to start automatically when the
  8505. system boots, do the following:
  8506.  
  8507.      shell> cp support-files/mysql.server /etc/init.d/mysql.server
  8508.      shell> /usr/sbin/update-rc.d mysql.server defaults 99
  8509.  
  8510. `mysql.server' can be found in the `share/mysql' directory under the
  8511. MySQL installation directory or in the `support-files' directory of the
  8512. MySQL source tree.
  8513.  
  8514. If `mysqld' always core dumps when it starts up, the problem may be that
  8515. you have an old `/lib/libc.a'.  Try renaming it, then remove
  8516. `sql/mysqld' and do a new `make install' and try again.  This problem
  8517. has been reported on some Slackware installations.
  8518.  
  8519. If you get the following error when linking `mysqld', it means that
  8520. your `libg++.a' is not installed correctly:
  8521.  
  8522.      /usr/lib/libc.a(putc.o): In function `_IO_putc':
  8523.      putc.o(.text+0x0): multiple definition of `_IO_putc'
  8524.  
  8525. You can avoid using `libg++.a' by running `configure' like this:
  8526.  
  8527.      shell> CXX=gcc ./configure
  8528.  
  8529. Linux SPARC Notes
  8530. .................
  8531.  
  8532. In some implementations, `readdir_r()' is broken.  The symptom is that
  8533. `SHOW DATABASES' always returns an empty set.  This can be fixed by
  8534. removing `HAVE_READDIR_R' from `config.h' after configuring and before
  8535. compiling.
  8536.  
  8537. Some problems will require patching your Linux installation.  The patch
  8538. can be found at
  8539. `http://www.mysql.com/Downloads/patches/Linux-sparc-2.0.30.diff'.  This
  8540. patch is against the Linux distribution `sparclinux-2.0.30.tar.gz' that
  8541. is available at `vger.rutgers.edu' (a version of Linux that was never
  8542. merged with the official 2.0.30).  You must also install LinuxThreads
  8543. Version 0.6 or newer.
  8544.  
  8545. Linux Alpha Notes
  8546. .................
  8547.  
  8548. MySQL Version 3.23.12 is the first MySQL version that is tested on
  8549. Linux-Alpha.  If you plan to use MySQL on Linux-Alpha, you should
  8550. ensure that you have this version or newer.
  8551.  
  8552. We have tested MySQL on Alpha with our benchmarks and test suite, and
  8553. it appears to work nicely.  The main thing we haven't yet had time to
  8554. test is how things works with many concurrent users.
  8555.  
  8556. When we compiled the standard MySQL binary we are using SuSE 6.4,
  8557. kernel 2.2.13-SMP, Compaq C compiler (V6.2-504) and Compaq C++ compiler
  8558. (V6.3-005) on a Comaq DS20 machine with an Alpha EV6 processor.
  8559.  
  8560. You can find the above compilers at
  8561. `http://www.support.compaq.com/alpha-tools').  By using these compilers,
  8562. instead of gcc, we get about 9-14 % better performance with MySQL.
  8563.  
  8564. Note that the configure line optimized the binary for the current CPU;
  8565. This means you can only use our binary if you have an Alpha EV6
  8566. processor. We also compile statically to avoid library problems.
  8567.  
  8568.      CC=ccc CFLAGS="-fast" CXX=cxx CXXFLAGS="-fast -noexceptions -nortti" ./configure --prefix=/usr/local/mysql --disable-shared --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-non_shared --with-client-ldflags=-non_shared
  8569.  
  8570. If you want to use egcs the following configure line worked for us:
  8571.  
  8572.      CFLAGS="-O3 -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O3 -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --disable-shared
  8573.  
  8574. Some known problems when running MySQL on Linux-Alpha:
  8575.  
  8576.    * Debugging threaded applications like MySQL will not work with `gdb
  8577.      4.18'.  You should download and use gdb 5.0 instead!
  8578.  
  8579.    * If you try linking `mysqld' statically when using `gcc', the
  8580.      resulting image will core dump at start.  In other words, *DON'T*
  8581.      use `--with-mysqld-ldflags=-all-static' with `gcc'.
  8582.  
  8583. Linux PowerPC Notes
  8584. ...................
  8585.  
  8586. MySQL should work on MkLinux with the newest `glibc' package (tested
  8587. with `glibc' 2.0.7).
  8588.  
  8589. Linux MIPS Notes
  8590. ................
  8591.  
  8592. To get MySQL to work on Qube2, (Linux Mips), you need the newest
  8593. `glibc' libraries (`glibc-2.0.7-29C2' is known to work).  You must also
  8594. use the `egcs' C++ compiler (`egcs-1.0.2-9', `gcc 2.95.2' or newer).
  8595.  
  8596. Linux IA64 Notes
  8597. ................
  8598.  
  8599. To get MySQL to compile on Linux Ia64, we use the following compile
  8600. line: Using `gcc-2.96':
  8601.  
  8602.      CC=gcc CFLAGS="-O3 -fno-omit-frame-pointer" CXX=gcc CXXFLAGS="-O3 -fno-omit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql "--with-comment=Official MySQL binary" --with-extra-charsets=complex
  8603.  
  8604. On Ia64 the MySQL client binaries are using shared libraries. This means
  8605. that if you install our binary distribution in some other place than
  8606. `/usr/local/mysql' you need to either modify `/etc/ld.so.conf' or add
  8607. the path to the directory where you have `libmysqlclient.so' to the
  8608. `LD_LIBRARY_PATH' environment variable.
  8609.  
  8610. *Note Link errors::.
  8611.  
  8612. Windows Notes
  8613. -------------
  8614.  
  8615. This section describes installation and use of MySQL on Windows.  This
  8616. information is also provided in the `README' file that comes with the
  8617. MySQL Windows distribution.
  8618.  
  8619. Starting MySQL on Windows 95 or Windows 98
  8620. ..........................................
  8621.  
  8622. MySQL uses TCP/IP to connect a client to a server. (This will allow any
  8623. machine on your network to connect to your MySQL server.)  Because of
  8624. this, you must install TCP/IP on your machine before starting MySQL.
  8625. You can find TCP/IP on your Windows CD-ROM.
  8626.  
  8627. Note that if you are using an old Win95 release (for example OSR2), it's
  8628. likely that you have an old Winsock package!  MySQL requires Winsock 2!
  8629. You can get the newest Winsock from `http://www.microsoft.com/'.
  8630. Win98 has the new Winsock 2 library, so the above doesn't apply for
  8631. Win98.
  8632.  
  8633. To start the `mysqld' server, you should start an MS-DOS window and
  8634. type:
  8635.  
  8636.      C:\> C:\mysql\bin\mysqld
  8637.  
  8638. This will start `mysqld' in the background without a window.
  8639.  
  8640. You can kill the MySQL server by executing:
  8641.  
  8642.      C:\> C:\mysql\bin\mysqladmin -u root shutdown
  8643.  
  8644. Note that Win95 and Win98 don't support creation of named pipes.  On
  8645. Win95 and Win98, you can only use named pipes to connect to a remote
  8646. MySQL server running on a Windows NT server host.  (The MySQL server
  8647. must also support named pipes, of course. For example, using
  8648. `mysqld-opt' under NT will not allow named pipe connections.  You
  8649. should use either `mysqld-nt' or `mysqld-max-nt'.)
  8650.  
  8651. If `mysqld' doesn't start, please check the `\mysql\data\mysql.err'
  8652. file to see if the server wrote any message there to indicate the cause
  8653. of the problem.  You can also try to start the server with `mysqld
  8654. --standalone';  In this case, you may get some useful information on
  8655. the screen that may help solve the problem.
  8656.  
  8657. The last option is to start `mysqld' with `--standalone --debug'.  In
  8658. this case `mysqld' will write a log file `C:\mysqld.trace' that should
  8659. contain the reason why `mysqld' doesn't start. *Note Making trace
  8660. files::.
  8661.  
  8662. Starting MySQL on Windows NT or Windows 2000
  8663. ............................................
  8664.  
  8665. The Win95/Win98 section also applies to MySQL on NT/Win2000, with the
  8666. following differences:
  8667.  
  8668. To get MySQL to work with TCP/IP on NT, you must install service pack 3
  8669. (or newer)!
  8670.  
  8671. Note that everything in the following that applies for NT also applies
  8672. for Win2000!
  8673.  
  8674. For NT/Win2000, the server name is `mysqld-nt'.  Normally you should
  8675. install MySQL as a service on NT/Win2000:
  8676.  
  8677.      C:\> C:\mysql\bin\mysqld-nt --install
  8678.  
  8679. or
  8680.  
  8681.      C:\> C:\mysql\bin\mysqld-max-nt --install
  8682.  
  8683. (Under Windows NT, you can actually install any of the server binaries
  8684. as a service, but only those having names that end with `-nt.exe'
  8685. provide support for named pipes.)
  8686.  
  8687. You can start and stop the MySQL service with these commands:
  8688.  
  8689.      C:\> NET START mysql
  8690.      C:\> NET STOP mysql
  8691.  
  8692. Note that in this case you can't use any other options for `mysqld-nt'!
  8693.  
  8694. You can also run `mysqld-nt' as a stand-alone program on NT if you need
  8695. to start `mysqld-nt' with any options!  If you start `mysqld-nt'
  8696. without options on NT, `mysqld-nt' tries to start itself as a service
  8697. with the default service options.  If you have stopped `mysqld-nt', you
  8698. have to start it with `NET START mysql'.
  8699.  
  8700. The service is installed with the name `MySQL'. Once installed, it must
  8701. be started using the Services Control Manager (SCM) Utility found in the
  8702. Control Panel, or by using the `NET START MySQL' command.  If any
  8703. options are desired, they must be specified as "Startup parameters" in
  8704. the SCM utility before you start the MySQL service.  Once running,
  8705. `mysqld-nt' can be stopped using `mysqladmin', or from the SCM utility
  8706. or by using the command `NET STOP MySQL'. If you use SCM to stop
  8707. `mysqld-nt', there is a strange message from SCM about `mysqld shutdown
  8708. normally'.  When run as a service, `mysqld-nt' has no access to a
  8709. console and so no messages can be seen.
  8710.  
  8711. On NT you can get the following service error messages:
  8712.  
  8713. Permission Denied      Means that it cannot find `mysqld-nt.exe'.
  8714. Cannot Register        Means that the path is incorrect.
  8715. Failed to install      Means that the service is already installed or
  8716. service.               that the Service Control Manager is in bad state.
  8717.  
  8718. If you have problems installing `mysqld-nt' as a service, try starting
  8719. it with the full path:
  8720.  
  8721.      C:\> C:\mysql\bin\mysqld-nt --install
  8722.  
  8723. If this doesn't work, you can get `mysqld-nt' to start properly by
  8724. fixing the path in the registry!
  8725.  
  8726. If you don't want to start `mysqld-nt' as a service, you can start it as
  8727. follows:
  8728.  
  8729.      C:\> C:\mysql\bin\mysqld-nt --standalone
  8730.  
  8731. or
  8732.  
  8733.      C:\> C:\mysql\bin\mysqld --standalone --debug
  8734.  
  8735. The last version gives you a debug trace in `C:\mysqld.trace'.  *Note
  8736. Making trace files::.
  8737.  
  8738. Running MySQL on Windows
  8739. ........................
  8740.  
  8741. MySQL supports TCP/IP on all Windows platforms and named pipes on NT.
  8742. The default is to use named pipes for local connections on NT and
  8743. TCP/IP for all other cases if the client has TCP/IP installed.  The
  8744. host name specifies which protocol is used:
  8745.  
  8746. *Host name* *Protocol*             
  8747. NULL (none)            On NT, try named pipes first; if that doesn't
  8748.                        work, use TCP/IP. On Win95/Win98, TCP/IP is used.
  8749. .                      Named pipes
  8750. localhost              TCP/IP to current host
  8751. hostname               TCP/IP
  8752.  
  8753.  
  8754. You can force a MySQL client to use named pipes by specifying the
  8755. `--pipe' option or by specifying `.' as the host name.  Use the
  8756. `--socket' option to specify the name of the pipe.
  8757.  
  8758. You can test whether or not MySQL is working by executing the following
  8759. commands:
  8760.  
  8761.      C:\> C:\mysql\bin\mysqlshow
  8762.      C:\> C:\mysql\bin\mysqlshow -u root mysql
  8763.      C:\> C:\mysql\bin\mysqladmin version status proc
  8764.      C:\> C:\mysql\bin\mysql test
  8765.  
  8766. If `mysqld' is slow to answer to connections on Win95/Win98, there is
  8767. probably a problem with your DNS.  In this case, start `mysqld' with
  8768. `--skip-name-resolve' and use only `localhost' and IP numbers in the
  8769. MySQL grant tables.  You can also avoid DNS when connecting to a
  8770. `mysqld-nt' MySQL server running on NT by using the `--pipe' argument
  8771. to specify use of named pipes.  This works for most MySQL clients.
  8772.  
  8773. There are two versions of the MySQL command-line tool:
  8774. `mysql'            Compiled on native Windows, which offers very limited
  8775.                    text editing capabilities.
  8776. `mysqlc'           Compiled with the Cygnus GNU compiler and libraries,
  8777.                    which offers `readline' editing.
  8778.  
  8779. If you want to use `mysqlc.exe', you must copy
  8780. `C:\mysql\lib\cygwinb19.dll' to your Windows system directory
  8781. (`\windows\system' or similar place).
  8782.  
  8783. The default privileges on Windows give all local users full privileges
  8784. to all databases without specifying a password.  To make MySQL more
  8785. secure, you should set a password for all users and remove the row in
  8786. the `mysql.user' table that has `Host='localhost'' and `User='''.
  8787.  
  8788. You should also add a password for the `root' user. The following
  8789. example starts by removing the anonymous user that can be used by anyone
  8790. to access the `test' database, then sets a `root' user password:
  8791.  
  8792.      C:\> C:\mysql\bin\mysql mysql
  8793.      mysql> DELETE FROM user WHERE Host='localhost' AND User='';
  8794.      mysql> QUIT
  8795.      C:\> C:\mysql\bin\mysqladmin reload
  8796.      C:\> C:\mysql\bin\mysqladmin -u root password your_password
  8797.  
  8798. After you've set the password, if you want to take down the `mysqld'
  8799. server, you can do so using this command:
  8800.  
  8801.      C:\> mysqladmin --user=root --password=your_password shutdown
  8802.  
  8803. If you are using the old shareware version of MySQL Version 3.21 under
  8804. Windows, the above command will fail with an error: `parse error near
  8805. 'SET OPTION password''.  The fix is in to upgrade to the current MySQL
  8806. version, which is freely available.
  8807.  
  8808. With the current MySQL versions you can easily add new users and change
  8809. privileges with `GRANT' and `REVOKE' commands.  *Note GRANT::.
  8810.  
  8811. Connecting to a Remote MySQL from Windows with SSH
  8812. ..................................................
  8813.  
  8814. Here is a note about how to connect to get a secure connection to remote
  8815. MySQL server with SSH (by David Carlson <dcarlson@mplcomm.com>):
  8816.  
  8817.    * Install an SSH client on your Windows machine.  As a user, the
  8818.      best non-free one I've found is from `SecureCRT' from
  8819.      `http://www.vandyke.com/'.  Another option is `f-secure' from
  8820.      `http://www.f-secure.com/'. You can also find some free ones on
  8821.      *Google* at
  8822.      `http://directory.google.com/Top/Computers/Security/Products_and_Tools/Cryptography/SSH/Clients/Windows/'.
  8823.  
  8824.    * Start your Windows SSH client.  Set `Host_Name =
  8825.      yourmysqlserver_URL_or_IP'.  Set `userid=your_userid' to log in to
  8826.      your server (probably not the same as your MySQL login/password.
  8827.  
  8828.    * Set up port forwarding. Either do a remote forward (Set
  8829.      `local_port: 3306', `remote_host: yourmysqlservername_or_ip',
  8830.      `remote_port: 3306' ) or a local forward (Set `port: 3306',
  8831.      `host: localhost', `remote port: 3306').
  8832.  
  8833.    * Save everything, otherwise you'll have to redo it the next time.
  8834.  
  8835.    * Log in to your server with SSH session you just created.
  8836.  
  8837.    * On your Windows machine, start some ODBC application (such as
  8838.      Access).
  8839.  
  8840.    * Create a new file in Windows and link to MySQL using the ODBC
  8841.      driver the same way you normally do, EXCEPT type in `localhost'
  8842.      for the MySQL host server -- not `yourmysqlservername'.
  8843.  
  8844. You should now have an ODBC connection to MySQL, encrypted using SSH.
  8845.  
  8846. Splitting Data Across Different Disks on Windows
  8847. ................................................
  8848.  
  8849. Beginning with MySQL Version 3.23.16, the `mysqld-max' and
  8850. `mysql-max-nt' servers in the MySQL distribution are compiled with the
  8851. `-DUSE_SYMDIR' option.  This allows you to put a database on different
  8852. disk by adding a symbolic link to it (in a manner similar to the way
  8853. that symbolic links work on Unix).
  8854.  
  8855. On Windows, you make a symbolic link to a database by creating a file
  8856. that contains the path to the destination directory and saving this in
  8857. the `mysql_data' directory under the filename `database.sym'.  Note
  8858. that the symbolic link will be used only if the directory
  8859. `mysql_data_dir\database' doesn't exist.
  8860.  
  8861. For example, if the MySQL data directory is `C:\mysql\data' and you
  8862. want to have database `foo' located at `D:\data\foo', you should create
  8863. the file `C:\mysql\data\foo.sym' that contains the text `D:\data\foo\'.
  8864. After that, all tables created in the database `foo' will be created
  8865. in `D:\data\foo'.
  8866.  
  8867. Note that because of the speed penalty you get when opening every table,
  8868. we have not enabled this by default even if you have compiled MySQL
  8869. with support for this. To enable symlinks you should put in your
  8870. `my.cnf' or `my.ini' file the following entry:
  8871.  
  8872.      [mysqld]
  8873.      use-symbolic-links
  8874.  
  8875. In MySQL 4.0 we will enable symlinks by default. Then you should
  8876. instead use the `skip-symlink' option if you want to disable this.
  8877.  
  8878. Compiling MySQL Clients on Windows
  8879. ..................................
  8880.  
  8881. In your source files, you should include `windows.h' before you include
  8882. `mysql.h':
  8883.  
  8884.      #if defined(_WIN32) || defined(_WIN64)
  8885.      #include <windows.h>
  8886.      #endif
  8887.      #include <mysql.h>
  8888.  
  8889. You can either link your code with the dynamic `libmysql.lib' library,
  8890. which is just a wrapper to load in `libmysql.dll' on demand, or link
  8891. with the static `mysqlclient.lib' library.
  8892.  
  8893. Note that as the mysqlclient libraries are compiled as threaded
  8894. libraries, you should also compile your code to be multi-threaded!
  8895.  
  8896. MySQL-Windows Compared to Unix MySQL
  8897. ....................................
  8898.  
  8899. MySQL-Windows has by now proven itself to be very stable. This version
  8900. of MySQL has the same features as the corresponding Unix version with
  8901. the following exceptions:
  8902.  
  8903. *Win95 and threads*
  8904.      Win95 leaks about 200 bytes of main memory for each thread
  8905.      creation.  Each connection in MySQL creates a new thread, so you
  8906.      shouldn't run `mysqld' for an extended time on Win95 if your
  8907.      server handles many connections!  WinNT and Win98 don't suffer
  8908.      from this bug.
  8909.  
  8910. *Concurrent reads*
  8911.      MySQL depends on the `pread()' and `pwrite()' calls to be able to
  8912.      mix `INSERT' and `SELECT'.  Currently we use mutexes to emulate
  8913.      `pread()'/`pwrite()'.  We will, in the long run, replace the file
  8914.      level interface with a virtual interface so that we can use the
  8915.      `readfile()'/`writefile()' interface on NT to get more speed.  The
  8916.      current implementation limits the number of open files MySQL can
  8917.      use to 1024, which means that you will not be able to run as many
  8918.      concurrent threads on NT as on Unix.
  8919.  
  8920. *Blocking read*
  8921.      MySQL uses a blocking read for each connection.  This means that:
  8922.  
  8923.         * A connection will not be disconnected automatically after 8
  8924.           hours, as happens with the Unix version of MySQL.
  8925.  
  8926.         * If a connection hangs, it's impossible to break it without
  8927.           killing MySQL.
  8928.  
  8929.         * `mysqladmin kill' will not work on a sleeping connection.
  8930.  
  8931.         * `mysqladmin shutdown' can't abort as long as there are
  8932.           sleeping connections.
  8933.  
  8934.      We plan to fix this problem when our Windows developers have
  8935.      figured out a nice workaround.
  8936.  
  8937. *UDF functions*
  8938.      For the moment, MySQL-Windows does not support user-definable
  8939.      functions.
  8940.  
  8941. *`DROP DATABASE'*
  8942.      You can't drop a database that is in use by some thread.
  8943.  
  8944. *Killing MySQL from the task manager*
  8945.      You can't kill MySQL from the task manager or with the shutdown
  8946.      utility in Win95.  You must take it down with `mysqladmin
  8947.      shutdown'.
  8948.  
  8949. *Case-insensitive names*
  8950.      Filenames are case insensitive on Windows, so database and table
  8951.      names are also case insensitive in MySQL for Windows.  The only
  8952.      restriction is that database and table names must be specified
  8953.      using the same case throughout a given statement.  *Note Name case
  8954.      sensitivity::.
  8955.  
  8956. *The `\' directory character*
  8957.      Pathname components in Win95 are separated by the `\' character,
  8958.      which is also the escape character in MySQL.  If you are using
  8959.      `LOAD DATA INFILE' or `SELECT ... INTO OUTFILE', you must double
  8960.      the `\' character:
  8961.  
  8962.           mysql> LOAD DATA INFILE "C:\\tmp\\skr.txt" INTO TABLE skr;
  8963.           mysql> SELECT * INTO OUTFILE 'C:\\tmp\\skr.txt' FROM skr;
  8964.  
  8965.      Alternatively, use Unix style filenames with `/' characters:
  8966.  
  8967.           mysql> LOAD DATA INFILE "C:/tmp/skr.txt" INTO TABLE skr;
  8968.           mysql> SELECT * INTO OUTFILE 'C:/tmp/skr.txt' FROM skr;
  8969.  
  8970. *`Can't open named pipe' error*
  8971.      If you use a MySQL 3.22 version on NT with the newest mysql-clients
  8972.      you will get the following error:
  8973.  
  8974.           error 2017: can't open named pipe to host: . pipe...
  8975.  
  8976.      This is because the release version of MySQL uses named pipes on NT
  8977.      by default.  You can avoid this error by using the
  8978.      `--host=localhost' option to the new MySQL clients or create an
  8979.      option file `C:\my.cnf' that contains the following information:
  8980.  
  8981.           [client]
  8982.           host = localhost
  8983.  
  8984. *`Access denied for user' error*
  8985.      If you get the error `Access denied for user: 'some-user@unknown'
  8986.      to database 'mysql'' when accessing a MySQL server on the same
  8987.      machine, this means that MySQL can't resolve your host name
  8988.      properly.
  8989.  
  8990.      To fix this, you should create a file `\windows\hosts' with the
  8991.      following information:
  8992.  
  8993.           127.0.0.1       localhost
  8994.  
  8995. *`ALTER TABLE'*
  8996.      While you are executing an `ALTER TABLE' statement, the table is
  8997.      locked from usage by other threads.  This has to do with the fact
  8998.      that on Windows, you can't delete a file that is in use by another
  8999.      threads.  (In the future, we may find some way to work around this
  9000.      problem.)
  9001.  
  9002. *`DROP TABLE' on a table that is in use by a `MERGE' table will not work*
  9003.      The `MERGE' handler does its table mapping hidden from MySQL.
  9004.      Because Windows doesn't allow you to drop files that are open, you
  9005.      first must flush all `MERGE' tables (with `FLUSH TABLES') or drop
  9006.      the `MERGE' table before dropping the table.  We will fix this at
  9007.      the same time we introduce `VIEW's.
  9008.  
  9009. Here are some open issues for anyone who might want to help us with the
  9010. Windows release:
  9011.  
  9012.    * Make a single-user `MYSQL.DLL' server.  This should include
  9013.      everything in a standard MySQL server, except thread creation.
  9014.      This will make MySQL much easier to use in applications that don't
  9015.      need a true client/server and don't need to access the server from
  9016.      other hosts.
  9017.  
  9018.    * Add some nice start and shutdown icons to the MySQL installation.
  9019.  
  9020.    * Create a tool to manage registry entries for the MySQL startup
  9021.      options.  The registry entry reading is already coded into
  9022.      `mysqld.cc', but it should be recoded to be more parameter
  9023.      oriented.  The tool should also be able to update the `C:\my.cnf'
  9024.      option file if the user prefers to use that instead of the
  9025.      registry.
  9026.  
  9027.    * When registering `mysqld' as a service with `--install' (on NT) it
  9028.      would be nice if you could also add default options on the command
  9029.      line.  For the moment, the workaround is to list the parameters in
  9030.      the `C:\my.cnf' file instead.
  9031.  
  9032.    * It would be real nice to be able to kill `mysqld' from the task
  9033.      manager.  For the moment, you must use `mysqladmin shutdown'.
  9034.  
  9035.    * Port `readline' to Windows for use in the `mysql' command line
  9036.      tool.
  9037.  
  9038.    * GUI versions of the standard MySQL clients (`mysql', `mysqlshow',
  9039.      `mysqladmin', and `mysqldump') would be nice.
  9040.  
  9041.    * It would be nice if the socket read and write functions in `net.c'
  9042.      were interruptible. This would make it possible to kill open
  9043.      threads with `mysqladmin kill' on Windows.
  9044.  
  9045.    * `mysqld' always starts in the "C" locale and not in the default
  9046.      locale.  We would like to have `mysqld' use the current locale for
  9047.      the sort order.
  9048.  
  9049.    * Implement UDF functions with `.DLL's.
  9050.  
  9051.    * Add macros to use the faster thread-safe increment/decrement
  9052.      methods provided by Windows.
  9053.  
  9054.  
  9055. Other Windows-specific issues are described in the `README' file that
  9056. comes with the MySQL-Windows distribution.
  9057.  
  9058. Solaris Notes
  9059. -------------
  9060.  
  9061. On Solaris, you may run into trouble even before you get the MySQL
  9062. distribution unpacked!  Solaris `tar' can't handle long file names, so
  9063. you may see an error like this when you unpack MySQL:
  9064.  
  9065.      x mysql-3.22.12-beta/bench/Results/ATIS-mysql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase, 0 bytes, 0 tape blocks
  9066.      tar: directory checksum error
  9067.  
  9068. In this case, you must use GNU `tar' (`gtar') to unpack the
  9069. distribution.  You can find a precompiled copy for Solaris at
  9070. `http://www.mysql.com/Downloads/'.
  9071.  
  9072. Sun native threads work only on Solaris 2.5 and higher.  For Version
  9073. 2.4 and earlier, MySQL will automatically use MIT-pthreads.  *Note
  9074. MIT-pthreads::.
  9075.  
  9076. If you get the following error from configure:
  9077.  
  9078.      checking for restartable system calls... configure: error can not run test
  9079.      programs while cross compiling
  9080.  
  9081. This means that you have something wrong with your compiler
  9082. installation!  In this case you should upgrade your compiler to a newer
  9083. version.  You may also be able to solve this problem by inserting the
  9084. following row into the `config.cache' file:
  9085.  
  9086.      ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls='no'}
  9087.  
  9088. If you are using Solaris on a SPARC, the recommended compiler is `gcc'
  9089. 2.95.2.  You can find this at `http://gcc.gnu.org/'.  Note that `egcs'
  9090. 1.1.1 and `gcc' 2.8.1 don't work reliably on SPARC!
  9091.  
  9092. The recommended `configure' line when using `gcc' 2.95.2 is:
  9093.  
  9094.      CC=gcc CFLAGS="-O3" \
  9095.      CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" \
  9096.      ./configure --prefix=/usr/local/mysql --with-low-memory --enable-assembler
  9097.  
  9098. If you have a ultra sparc, you can get 4 % more performance by adding
  9099. "-mcpu=v8 -Wa,-xarch=v8plusa" to CFLAGS and CXXFLAGS.
  9100.  
  9101. If you have Sun Workshop (Fortre) 5.3 (or newer) compiler, you can run
  9102. `configure' like this:
  9103.  
  9104.      CC=cc CFLAGS="-Xa -fast -xO4 -native -xstrconst -mt" \
  9105.      CXX=CC CXXFLAGS="-noex -xO4 -mt" \
  9106.      ./configure --prefix=/usr/local/mysql --enable-assembler
  9107.  
  9108. In the MySQL benchmarks, we got a 6 % speedup on an Ultrasparc when
  9109. using Sun Workshop 5.3 compared to using gcc with -mcpu flags.
  9110.  
  9111. If you get a problem with `fdatasync' or `sched_yield', you can fix
  9112. this by adding `LIBS=-lrt' to the configure line
  9113.  
  9114. The following paragraph is only relevant for older compilers than
  9115. WorkShop 5.3:
  9116.  
  9117. You may also have to edit the `configure' script to change this line:
  9118.  
  9119.      #if !defined(__STDC__) || __STDC__ != 1
  9120.  
  9121. to this:
  9122.  
  9123.      #if !defined(__STDC__)
  9124.  
  9125. If you turn on `__STDC__' with the `-Xc' option, the Sun compiler can't
  9126. compile with the Solaris `pthread.h' header file.  This is a Sun bug
  9127. (broken compiler or broken include file).
  9128.  
  9129. If `mysqld' issues the error message shown below when you run it, you
  9130. have tried to compile MySQL with the Sun compiler without enabling the
  9131. multi-thread option (`-mt'):
  9132.  
  9133.      libc internal error: _rmutex_unlock: rmutex not held
  9134.  
  9135. Add `-mt' to `CFLAGS' and `CXXFLAGS' and try again.
  9136.  
  9137. If you get the following error when compiling MySQL with `gcc', it
  9138. means that your `gcc' is not configured for your version of Solaris:
  9139.  
  9140.      shell> gcc -O3 -g -O2 -DDBUG_OFF  -o thr_alarm ...
  9141.      ./thr_alarm.c: In function `signal_hand':
  9142.      ./thr_alarm.c:556: too many arguments to function `sigwait'
  9143.  
  9144. The proper thing to do in this case is to get the newest version of
  9145. `gcc' and compile it with your current `gcc' compiler!  At least for
  9146. Solaris 2.5, almost all binary versions of `gcc' have old, unusable
  9147. include files that will break all programs that use threads (and
  9148. possibly other programs)!
  9149.  
  9150. Solaris doesn't provide static versions of all system libraries
  9151. (`libpthreads' and `libdl'), so you can't compile MySQL with
  9152. `--static'.  If you try to do so, you will get the error:
  9153.  
  9154.      ld: fatal: library -ldl: not found
  9155.      
  9156.      or
  9157.      
  9158.      undefined reference to `dlopen'
  9159.      
  9160.      or
  9161.      
  9162.      cannot find -lrt
  9163.  
  9164. If too many processes try to connect very rapidly to `mysqld', you will
  9165. see this error in the MySQL log:
  9166.  
  9167.      Error in accept: Protocol error
  9168.  
  9169. You might try starting the server with the `--set-variable back_log=50'
  9170. option as a workaround for this. *Note Command-line options::.
  9171.  
  9172. If you are linking your own MySQL client, you might get the following
  9173. error when you try to execute it:
  9174.  
  9175.      ld.so.1: ./my: fatal: libmysqlclient.so.#: open failed: No such file or directory
  9176.  
  9177. The problem can be avoided by one of the following methods:
  9178.  
  9179.    * Link the client with the following flag (instead of `-Lpath'):
  9180.      `-Wl,r/full-path-to-libmysqlclient.so'.
  9181.  
  9182.    * Copy `libmysqclient.so' to `/usr/lib'.
  9183.  
  9184.    * Add the pathname of the directory where `libmysqlclient.so' is
  9185.      located to the `LD_RUN_PATH' environment variable before running
  9186.      your client.
  9187.  
  9188. When using the `--with-libwrap' configure option, you must also include
  9189. the libraries that `libwrap.a' needs:
  9190.  
  9191.      --with-libwrap="/opt/NUtcpwrapper-7.6/lib/libwrap.a -lnsl -lsocket
  9192.  
  9193. If you have problems with configure trying to link with `-lz' and you
  9194. don't have `zlib' installed, you have two options:
  9195.  
  9196.    * If you want to be able to use the compressed communication
  9197.      protocol, you need to get and install zlib from ftp.gnu.org.
  9198.  
  9199.    * Configure with `--with-named-z-libs=no'.
  9200.  
  9201. If you are using gcc and have problems with loading `UDF' functions
  9202. into MySQL, try adding `-lgcc' to the link line for the `UDF' function.
  9203.  
  9204. If you would like MySQL to start automatically, you can copy
  9205. `support-files/mysql.server' to `/etc/init.d' and create a symbolic
  9206. link to it named `/etc/rc3.d/S99mysql.server'.
  9207.  
  9208. Solaris 2.7/2.8 Notes
  9209. .....................
  9210.  
  9211. You can normally use a Solaris 2.6 binary on Solaris 2.7 and 2.8.  Most
  9212. of the Solaris 2.6 issues also apply for Solaris 2.7 and 2.8.
  9213.  
  9214. Note that MySQL Version 3.23.4 and above should be able to autodetect
  9215. new versions of Solaris and enable workarounds for the following
  9216. problems!
  9217.  
  9218. Solaris 2.7 / 2.8 has some bugs in the include files.  You may see the
  9219. following error when you use `gcc':
  9220.  
  9221.      /usr/include/widec.h:42: warning: `getwc' redefined
  9222.      /usr/include/wchar.h:326: warning: this is the location of the previous
  9223.      definition
  9224.  
  9225. If this occurs, you can do the following to fix the problem:
  9226.  
  9227. Copy `/usr/include/widec.h' to `.../lib/gcc-lib/os/gcc-version/include'
  9228. and change line 41 from:
  9229.  
  9230.      #if     !defined(lint) && !defined(__lint)
  9231.      
  9232.      to
  9233.      
  9234.      #if     !defined(lint) && !defined(__lint) && !defined(getwc)
  9235.  
  9236. Alternatively, you can edit `/usr/include/widec.h' directly.  Either
  9237. way, after you make the fix, you should remove `config.cache' and run
  9238. `configure' again!
  9239.  
  9240. If you get errors like this when you run `make', it's because
  9241. `configure' didn't detect the `curses.h' file (probably because of the
  9242. error in `/usr/include/widec.h'):
  9243.  
  9244.      In file included from mysql.cc:50:
  9245.      /usr/include/term.h:1060: syntax error before `,'
  9246.      /usr/include/term.h:1081: syntax error before `;'
  9247.  
  9248. The solution to this is to do one of the following:
  9249.  
  9250.    * Configure with `CFLAGS=-DHAVE_CURSES_H CXXFLAGS=-DHAVE_CURSES_H
  9251.      ./configure'.
  9252.  
  9253.    * Edit `/usr/include/widec.h' as indicted above and rerun configure.
  9254.  
  9255.    * Remove the `#define HAVE_TERM' line from `config.h' file and run
  9256.      `make' again.
  9257.  
  9258. If you get a problem that your linker can't find `-lz' when linking
  9259. your client program, the problem is probably that your `libz.so' file is
  9260. installed in `/usr/local/lib'.  You can fix this by one of the
  9261. following methods:
  9262.  
  9263.    * Add `/usr/local/lib' to `LD_LIBRARY_PATH'.
  9264.  
  9265.    * Add a link to `libz.so' from `/lib'.
  9266.  
  9267.    * If you are using Solaris 8, you can install the optional zlib from
  9268.      your Solaris 8 CD distribution.
  9269.  
  9270.    * Configure MySQL with the `--with-named-z-libs=no' option.
  9271.  
  9272. Solaris x86 Notes
  9273. .................
  9274.  
  9275. On Solaris 2.8 on x86, `mysqld' will core dump if you run 'strip' in.
  9276.  
  9277. If you are using `gcc' or `egcs' on Solaris x86 and you experience
  9278. problems with core dumps under load, you should use the following
  9279. `configure' command:
  9280.  
  9281.      CC=gcc CFLAGS="-O3 -fomit-frame-pointer -DHAVE_CURSES_H" \
  9282.      CXX=gcc \
  9283.      CXXFLAGS="-O3 -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti -DHAVE_CURSES_H" \
  9284.      ./configure --prefix=/usr/local/mysql
  9285.  
  9286. This will avoid problems with the `libstdc++' library and with C++
  9287. exceptions.
  9288.  
  9289. If this doesn't help, you should compile a debug version and run it
  9290. with a trace file or under `gdb'.  *Note Using gdb on mysqld::.
  9291.  
  9292. BSD Notes
  9293. ---------
  9294.  
  9295. FreeBSD Notes
  9296. .............
  9297.  
  9298. FreeBSD 3.x is recommended for running MySQL since the thread package
  9299. is much more integrated.
  9300.  
  9301. The easiest and therefor the preferred way to install is to use the
  9302. mysql-server and mysql-client ports available on
  9303. `http://www.freebsd.org'.
  9304.  
  9305. Using these gives you:
  9306.    * A working MySQL with all optimizations known to work on your
  9307.      version of FreeBSD enabled.
  9308.  
  9309.    * Automatic configuration and build.
  9310.  
  9311.    * Startup scripts installed in /usr/local/etc/rc.d.
  9312.  
  9313.    * Ability to see which files that are installed with pkg_info -L.
  9314.      And to remove them all with pkg_delete if you no longer want MySQL
  9315.      on that machine.
  9316.  
  9317. It is recommended you use MIT-pthreads on FreeBSD 2.x and native
  9318. threads on Versions 3 and up. It is possible to run with  native
  9319. threads on some late 2.2.x versions but you may encounter problems
  9320. shutting down `mysqld'.
  9321.  
  9322. The MySQL `Makefile's require GNU make (`gmake') to work.  If you want
  9323. to compile MySQL you need to install GNU `make' first.
  9324.  
  9325. Be sure to have your name resolver setup correct.  Otherwise you may
  9326. experience resolver delays or failures when connecting to `mysqld'.
  9327.  
  9328. Make sure that the `localhost' entry in the `/etc/hosts' file is
  9329. correct (otherwise you will have problems connecting to the database).
  9330. The `/etc/hosts' file should start with a line:
  9331.  
  9332.      127.0.0.1       localhost localhost.your.domain
  9333.  
  9334. If you notice that `configure' will use MIT-pthreads, you should read
  9335. the MIT-pthreads notes.  *Note MIT-pthreads::.
  9336.  
  9337. If you get an error from `make install' that it can't find
  9338. `/usr/include/pthreads', `configure' didn't detect that you need
  9339. MIT-pthreads.  This is fixed by executing these commands:
  9340.  
  9341.      shell> rm config.cache
  9342.      shell> ./configure --with-mit-threads
  9343.  
  9344. FreeBSD is also known to have a very low default file handle limit.
  9345. *Note Not enough file handles::.  Uncomment the ulimit -n section in
  9346. safe_mysqld or raise the limits for the `mysqld' user in /etc/login.conf
  9347. (and rebuild it with cap_mkdb /etc/login.conf).  Also be sure you set
  9348. the appropriate class for this user in the password file if you are not
  9349. using the default (use: chpass mysqld-user-name).  *Note `safe_mysqld':
  9350. safe_mysqld.
  9351.  
  9352. If you get problems with the current date in MySQL, setting the `TZ'
  9353. variable will probably help.  *Note Environment variables::.
  9354.  
  9355. To get a secure and stable system you should only use FreeBSD kernels
  9356. that are marked `-STABLE'.
  9357.  
  9358. NetBSD notes
  9359. ............
  9360.  
  9361. To compile on NetBSD you need GNU `make'.  Otherwise the compile will
  9362. crash when `make' tries to run `lint' on C++ files.
  9363.  
  9364. OpenBSD Notes
  9365. .............
  9366.  
  9367. OpenBSD 2.5 Notes
  9368. .................
  9369.  
  9370. On OpenBSD Version 2.5, you can compile MySQL with native threads with
  9371. the following options:
  9372.  
  9373.      CFLAGS=-pthread CXXFLAGS=-pthread ./configure --with-mit-threads=no
  9374.  
  9375. OpenBSD 2.8 Notes
  9376. .................
  9377.  
  9378. Our users have reported that OpenBSD 2.8 has a threading bug which
  9379. causes problems with MySQL.  The OpenBSD Developers have fixed the
  9380. problem, but as of January 25th, 2001, it's only available in the
  9381. "-current" branch.  The symptoms of this threading bug are: slow
  9382. response, high load, high CPU usage, and crashes.
  9383.  
  9384. BSD/OS Notes
  9385. ............
  9386.  
  9387. BSD/OS Version 2.x Notes
  9388. ........................
  9389.  
  9390. If you get the following error when compiling MySQL, your `ulimit'
  9391. value for virtual memory is too low:
  9392.  
  9393.      item_func.h: In method `Item_func_ge::Item_func_ge(const Item_func_ge &)':
  9394.      item_func.h:28: virtual memory exhausted
  9395.      make[2]: *** [item_func.o] Error 1
  9396.  
  9397. Try using `ulimit -v 80000' and run `make' again.  If this doesn't work
  9398. and you are using `bash', try switching to `csh' or `sh'; some BSDI
  9399. users have reported problems with `bash' and `ulimit'.
  9400.  
  9401. If you are using `gcc', you may also use have to use the
  9402. `--with-low-memory' flag for `configure' to be able to compile
  9403. `sql_yacc.cc'.
  9404.  
  9405. If you get problems with the current date in MySQL, setting the `TZ'
  9406. variable will probably help.  *Note Environment variables::.
  9407.  
  9408. BSD/OS Version 3.x Notes
  9409. ........................
  9410.  
  9411. Upgrade to BSD/OS Version 3.1.  If that is not possible, install
  9412. BSDIpatch M300-038.
  9413.  
  9414. Use the following command when configuring MySQL:
  9415.  
  9416.      shell> env CXX=shlicc++ CC=shlicc2 \
  9417.             ./configure \
  9418.                 --prefix=/usr/local/mysql \
  9419.                 --localstatedir=/var/mysql \
  9420.                 --without-perl \
  9421.                 --with-unix-socket-path=/var/mysql/mysql.sock
  9422.  
  9423. The following is also known to work:
  9424.  
  9425.      shell> env CC=gcc CXX=gcc CXXFLAGS=-O3 \
  9426.             ./configure \
  9427.                 --prefix=/usr/local/mysql \
  9428.                 --with-unix-socket-path=/var/mysql/mysql.sock
  9429.  
  9430. You can change the directory locations if you wish, or just use the
  9431. defaults by not specifying any locations.
  9432.  
  9433. If you have problems with performance under heavy load, try using the
  9434. `--skip-thread-priority' option to `mysqld'!  This will run all threads
  9435. with the same priority; on BSDI Version 3.1, this gives better
  9436. performance (at least until BSDI fixes their thread scheduler).
  9437.  
  9438. If you get the error `virtual memory exhausted' while compiling, you
  9439. should try using `ulimit -v 80000' and run `make' again.  If this
  9440. doesn't work and you are using `bash', try switching to `csh' or `sh';
  9441. some BSDI users have reported problems with `bash' and `ulimit'.
  9442.  
  9443. BSD/OS Version 4.x Notes
  9444. ........................
  9445.  
  9446. BSDI Version 4.x has some thread-related bugs.  If you want to use
  9447. MySQL on this, you should install all thread-related patches.  At least
  9448. M400-023 should be installed.
  9449.  
  9450. On some BSDI Version 4.x systems, you may get problems with shared
  9451. libraries.  The symptom is that you can't execute any client programs,
  9452. for example, `mysqladmin'.  In this case you need to reconfigure not to
  9453. use shared libraries with the `--disable-shared' option to configure.
  9454.  
  9455. Some customers have had problems on BSDI 4.0.1 that the `mysqld' binary
  9456. after a while can't open tables.  This is because some library/system
  9457. related bug causes `mysqld' to change current directory without asking
  9458. for this!
  9459.  
  9460. The fix is to either upgrade to 3.23.34 or after running `configure'
  9461. remove the line `#define HAVE_REALPATH' from `config.h' before running
  9462. make.
  9463.  
  9464. Note that the above means that you can't symbolic link a database
  9465. directories to another database directory or symbolic link a table to
  9466. another database on BSDI!  (Making a symbolic link to another disk is
  9467. ok).
  9468.  
  9469. Mac OS X Notes
  9470. --------------
  9471.  
  9472. Mac OS X Public Beta
  9473. ....................
  9474.  
  9475. MySQL should work without any problems on Mac OS X Public Beta
  9476. (Darwin).  You don't need the pthread patches for this OS!
  9477.  
  9478. Mac OS X Server
  9479. ...............
  9480.  
  9481. Before trying to configure MySQL on Mac OS X server you must first
  9482. install the pthread package from `http://www.prnet.de/RegEx/mysql.html'.
  9483.  
  9484. Our binary for Mac OS X is compiled on Rhapsody 5.5 with the following
  9485. configure line:
  9486.  
  9487.      CC=gcc CFLAGS="-O2 -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O2 -fomit-frame-pointer" ./configure --prefix=/usr/local/mysql "--with-comment=Official MySQL binary" --with-extra-charsets=complex  --disable-shared
  9488.  
  9489. You might want to also add aliases to your shell's resource file to
  9490. access `mysql' and `mysqladmin' from the command line:
  9491.  
  9492.      alias mysql '/usr/local/mysql/bin/mysql'
  9493.      alias mysqladmin '/usr/local/mysql/bin/mysqladmin'
  9494.  
  9495. Other Unix Notes
  9496. ----------------
  9497.  
  9498. HP-UX Notes for Binary Distributions
  9499. ....................................
  9500.  
  9501. Some of the binary distributions of MySQL for HP-UX is distributed as
  9502. an HP depot file and as a tar file.  To use the depot file you must be
  9503. running at least HP-UX 10.x to have access to HP's software depot tools.
  9504.  
  9505. The HP version of MySQL was compiled on an HP 9000/8xx server under
  9506. HP-UX 10.20, and uses MIT-pthreads.  It is known to work well under
  9507. this configuration.  MySQL Version 3.22.26 and newer can also be built
  9508. with HP's native thread package.
  9509.  
  9510. Other configurations that may work:
  9511.  
  9512.    * HP 9000/7xx running HP-UX 10.20+
  9513.  
  9514.    * HP 9000/8xx running HP-UX 10.30
  9515.  
  9516. The following configurations almost definitely won't work:
  9517.  
  9518.    * HP 9000/7xx or 8xx running HP-UX 10.x where x < 2
  9519.  
  9520.    * HP 9000/7xx or 8xx running HP-UX 9.x
  9521.  
  9522. To install the distribution, use one of the commands below, where
  9523. `/path/to/depot' is the full pathname of the depot file:
  9524.  
  9525.    * To install everything, including the server, client and
  9526.      development tools:
  9527.  
  9528.           shell> /usr/sbin/swinstall -s /path/to/depot mysql.full
  9529.  
  9530.    * To install only the server:
  9531.  
  9532.           shell> /usr/sbin/swinstall -s /path/to/depot mysql.server
  9533.  
  9534.    * To install only the client package:
  9535.  
  9536.           shell> /usr/sbin/swinstall -s /path/to/depot mysql.client
  9537.  
  9538.    * To install only the development tools:
  9539.  
  9540.           shell> /usr/sbin/swinstall -s /path/to/depot mysql.developer
  9541.  
  9542. The depot places binaries and libraries in `/opt/mysql' and data in
  9543. `/var/opt/mysql'. The depot also creates the appropriate entries in
  9544. `/etc/init.d' and `/etc/rc2.d' to start the server automatically at
  9545. boot time.  Obviously, this entails being `root' to install.
  9546.  
  9547. To install the HP-UX tar.gz distribution, you must have a copy of GNU
  9548. `tar'.
  9549.  
  9550. HP-UX Version 10.20 Notes
  9551. .........................
  9552.  
  9553. There are a couple of small problems when compiling MySQL on HP-UX.  We
  9554. recommend that you use `gcc' instead of the HP-UX native compiler,
  9555. because `gcc' produces better code!
  9556.  
  9557. We recommend using gcc 2.95 on HP-UX.  Don't use high optimization
  9558. flags (like -O6) as this may not be safe on HP-UX.
  9559.  
  9560. Note that MIT-pthreads can't be compiled with the HP-UX compiler
  9561. because it can't compile `.S' (assembler) files.
  9562.  
  9563. The following configure line should work:
  9564.  
  9565.      CFLAGS="-DHPUX -I/opt/dce/include" CXXFLAGS="-DHPUX -I/opt/dce/include -felide-constructors -fno-exceptions -fno-rtti" CXX=gcc ./configure --with-pthread --with-named-thread-libs='-ldce' --prefix=/usr/local/mysql --disable-shared
  9566.  
  9567. If you are compiling `gcc' 2.95 yourself, you should NOT link it with
  9568. the DCE libraries (`libdce.a' or `libcma.a') if you want to compile
  9569. MySQL with MIT-pthreads.  If you mix the DCE and MIT-pthreads packages
  9570. you will get a `mysqld' to which you cannot connect.  Remove the DCE
  9571. libraries while you compile `gcc' 2.95!
  9572.  
  9573. HP-UX Version 11.x Notes
  9574. ........................
  9575.  
  9576. For HP-UX Version 11.x we recommend MySQL Version 3.23.15 or later.
  9577.  
  9578. Because of some critical bugs in the standard HP-UX libraries, you
  9579. should install the following patches before trying to run MySQL on
  9580. HP-UX 11.0:
  9581.  
  9582.      PHKL_22840 Streams cumulative
  9583.      PHNE_22397 ARPA cumulative
  9584.  
  9585. This will solve a problem that one gets `EWOULDBLOCK' from `recv()' and
  9586. `EBADF' from `accept()' in threaded applications.
  9587.  
  9588. If you are using `gcc' 2.95.1 on an unpatched HP-UX 11.x system, you
  9589. will get the error:
  9590.  
  9591.      In file included from /usr/include/unistd.h:11,
  9592.                       from ../include/global.h:125,
  9593.                       from mysql_priv.h:15,
  9594.                       from item.cc:19:
  9595.      /usr/include/sys/unistd.h:184: declaration of C function ...
  9596.      /usr/include/sys/pthread.h:440: previous declaration ...
  9597.      In file included from item.h:306,
  9598.                       from mysql_priv.h:158,
  9599.                       from item.cc:19:
  9600.  
  9601. The problem is that HP-UX doesn't define `pthreads_atfork()'
  9602. consistently.  It has conflicting prototypes in
  9603. `/usr/include/sys/unistd.h':184 and `/usr/include/sys/pthread.h':440
  9604. (details below).
  9605.  
  9606. One solution is to copy `/usr/include/sys/unistd.h' into
  9607. `mysql/include' and edit `unistd.h' and change it to match the
  9608. definition in `pthread.h'.  Here's the diff:
  9609.  
  9610.      183,184c183,184
  9611.      <      extern int pthread_atfork(void (*prepare)(), void (*parent)(),
  9612.      <                                                void (*child)());
  9613.      ---
  9614.      >      extern int pthread_atfork(void (*prepare)(void), void (*parent)(void),
  9615.      >                                                void (*child)(void));
  9616.  
  9617. After this, the following configure line should work:
  9618.  
  9619.      CFLAGS="-fomit-frame-pointer -O3 -fpic" CXX=gcc CXXFLAGS="-felide-constructors -fno-exceptions -fno-rtti -O3" ./configure --prefix=/usr/local/mysql --disable-shared
  9620.  
  9621. Here is some information that a HP-UX Version 11.x user sent us about
  9622. compiling MySQL with HP-UX:x compiler:
  9623.  
  9624.       Environment:
  9625.            proper compilers.
  9626.               setenv CC cc
  9627.               setenv CXX aCC
  9628.            flags
  9629.               setenv CFLAGS -D_REENTRANT
  9630.               setenv CXXFLAGS -D_REENTRANT
  9631.               setenv CPPFLAGS -D_REENTRANT
  9632.           % aCC -V
  9633.           aCC: HP ANSI C++ B3910B X.03.14.06
  9634.           % cc -V /tmp/empty.c
  9635.           cpp.ansi: HP92453-01 A.11.02.00 HP C Preprocessor (ANSI)
  9636.           ccom: HP92453-01 A.11.01.00 HP C Compiler
  9637.           cc: "/tmp/empty.c", line 1: warning 501: Empty source file.
  9638.      
  9639.        configuration:
  9640.           ./configure  --with-pthread        \
  9641.           --prefix=/source-control/mysql     \
  9642.           --with-named-thread-libs=-lpthread \
  9643.           --with-low-memory
  9644.      
  9645.          added '#define _CTYPE_INCLUDED' to include/m_ctype.h. This
  9646.          symbol is the one defined in HP's /usr/include/ctype.h:
  9647.      
  9648.           /* Don't include std ctype.h when this is included */
  9649.           #define _CTYPE_H
  9650.           #define __CTYPE_INCLUDED
  9651.           #define _CTYPE_INCLUDED
  9652.           #define _CTYPE_USING   /* Don't put names in global namespace. */
  9653.  
  9654.    * I had to use the compile-time flag `-D_REENTRANT' to get the
  9655.      compiler to recognize the prototype for `localtime_r'.
  9656.      Alternatively I could have supplied the prototype for
  9657.      `localtime_r'. But I wanted to catch other bugs without needing to
  9658.      run into them.  I wasn't sure where I needed it, so I added it to
  9659.      all flags.
  9660.  
  9661.    * The optimization flags used by MySQL (-O3) are not recognized by
  9662.      HP's compilers.  I did not change the flags.
  9663.  
  9664. If you get the following error from `configure'
  9665.  
  9666.      checking for cc option to accept ANSI C... no
  9667.      configure: error: MySQL requires a ANSI C compiler (and a C++ compiler). Try gcc. See the Installation chapter in the Reference Manual.
  9668.  
  9669. Check that you don't have the path to the K&R compiler before the path
  9670. to the HP-UX C and C++ compiler.
  9671.  
  9672. IBM-AIX notes
  9673. .............
  9674.  
  9675. Automatic detection of `xlC' is missing from Autoconf, so a `configure'
  9676. command something like this is needed when compiling MySQL (This
  9677. example uses the IBM compiler):
  9678.  
  9679.      export CC="xlc_r -ma -O3 -qstrict -qoptimize=3 -qmaxmem=8192 "
  9680.      export CXX="xlC_r -ma -O3 -qstrict -qoptimize=3 -qmaxmem=8192"
  9681.      export CFLAGS="-I /usr/local/include"
  9682.      export LDLFAGS="-L /usr/local/lib"
  9683.      export CPPFLAGS=$CFLAGS
  9684.      export CXXFLAGS=$CFLAGS
  9685.      
  9686.      ./configure --prefix=/usr/local \
  9687.              --localstatedir=/var/mysql \
  9688.              --sysconfdir=/etc/mysql \
  9689.              --sbindir='/usr/local/bin' \
  9690.              --libexecdir='/usr/local/bin' \
  9691.              --enable-thread-safe-client \
  9692.              --enable-large-files
  9693.  
  9694. Above are the options used to compile the MySQL distribution that can
  9695. be found at `http://www-frec.bull.com/'.
  9696.  
  9697. If you change the `-O3' to `-O2' in the above configure line, you must
  9698. also remove the `-qstrict' option (this is a limitation in the IBM C
  9699. compiler).
  9700.  
  9701. If you are using `gcc' or `egcs' to compile MySQL, you *MUST* use the
  9702. `-fno-exceptions' flag, as the exception handling in `gcc'/`egcs' is
  9703. not thread safe!  (This is tested with `egcs' 1.1.).  There are also
  9704. some known problems with IBM's assembler, which may cause it to
  9705. generate bad code when used with gcc.
  9706.  
  9707. We recommend the following `configure' line with `egcs' and `gcc 2.95'
  9708. on AIX:
  9709.  
  9710.      CC="gcc -pipe -mcpu=power -Wa,-many" \
  9711.      CXX="gcc -pipe -mcpu=power -Wa,-many" \
  9712.      CXXFLAGS="-felide-constructors -fno-exceptions -fno-rtti" \
  9713.      ./configure --prefix=/usr/local/mysql --with-low-memory
  9714.  
  9715. The `-Wa,-many' is necessary for the compile to be successful.  IBM is
  9716. aware of this problem but is in to hurry to fix it because of the
  9717. workaround available.  We don't know if the `-fno-exceptions' is
  9718. required with `gcc 2.95', but as MySQL doesn't use exceptions and the
  9719. above option generates faster code, we recommend that you should always
  9720. use this option with `egcs / gcc'.
  9721.  
  9722. If you get a problem with assembler code try changing the -mcpu=xxx to
  9723. match your cpu. Typically power2, power, or powerpc may need to be used,
  9724. alternatively you might need to use 604 or 604e. I'm not positive but I
  9725. would think using "power" would likely be safe most of the time, even on
  9726. a power2 machine.
  9727.  
  9728. If you don't know what your cpu is then do a "uname -m", this will give
  9729. you back a string that looks like "000514676700", with a format of
  9730. xxyyyyyymmss where xx and ss are always 0's, yyyyyy is a unique system
  9731. id and mm is the id of the CPU Planar. A chart of these values can be
  9732. found at
  9733. `http://www.rs6000.ibm.com/doc_link/en_US/a_doc_lib/cmds/aixcmds5/uname.htm'.
  9734. This will give you a machine type and a machine model you can use to
  9735. determine what type of cpu you have.
  9736.  
  9737. If you have problems with signals (MySQL dies unexpectedly under high
  9738. load) you may have found an OS bug with threads and signals.  In this
  9739. case you can tell MySQL not to use signals by configuring with:
  9740.  
  9741.      shell> CFLAGS=-DDONT_USE_THR_ALARM CXX=gcc \
  9742.             CXXFLAGS="-felide-constructors -fno-exceptions -fno-rtti -DDONT_USE_THR_ALARM" \
  9743.             ./configure --prefix=/usr/local/mysql --with-debug --with-low-memory
  9744.  
  9745. This doesn't affect the performance of MySQL, but has the side effect
  9746. that you can't kill clients that are "sleeping" on a connection with
  9747. `mysqladmin kill' or `mysqladmin shutdown'.  Instead, the client will
  9748. die when it issues its next command.
  9749.  
  9750. On some versions of AIX, linking with `libbind.a' makes `getservbyname'
  9751. core dump.  This is an AIX bug and should be reported to IBM.
  9752.  
  9753. For AIX 4.2.1 and gcc you have to do the following changes.
  9754.  
  9755. After configuring, edit `config.h' and `include/my_config.h' and change
  9756. the line that says
  9757.  
  9758.      #define HAVE_SNPRINTF 1
  9759.  
  9760. to
  9761.  
  9762.      #undef HAVE_SNPRINTF
  9763.  
  9764. And finally, in `mysqld.cc' you need to add a prototype for initgoups.
  9765.  
  9766.      #ifdef _AIX41
  9767.      extern "C" int initgroups(const char *,int);
  9768.      #endif
  9769.  
  9770. SunOS 4 Notes
  9771. .............
  9772.  
  9773. On SunOS 4, MIT-pthreads is needed to compile MySQL, which in turn
  9774. means you will need GNU `make'.
  9775.  
  9776. Some SunOS 4 systems have problems with dynamic libraries and `libtool'.
  9777. You can use the following `configure' line to avoid this problem:
  9778.  
  9779.      shell> ./configure --disable-shared --with-mysqld-ldflags=-all-static
  9780.  
  9781. When compiling `readline', you may get warnings about duplicate defines.
  9782. These may be ignored.
  9783.  
  9784. When compiling `mysqld', there will be some `implicit declaration of
  9785. function' warnings. These may be ignored.
  9786.  
  9787. Alpha-DEC-UNIX Notes (Tru64)
  9788. ............................
  9789.  
  9790. If you are using egcs 1.1.2 on Digital Unix, you should upgrade to gcc
  9791. 2.95.2, as egcs on DEC has some serious bugs!
  9792.  
  9793. When compiling threaded programs under Digital Unix, the documentation
  9794. recommends using the `-pthread' option for `cc' and `cxx' and the
  9795. libraries `-lmach -lexc' (in addition to `-lpthread').  You should run
  9796. `configure' something like this:
  9797.  
  9798.      CC="cc -pthread" CXX="cxx -pthread -O" \
  9799.      ./configure --with-named-thread-libs="-lpthread -lmach -lexc -lc"
  9800.  
  9801. When compiling `mysqld', you may see a couple of warnings like this:
  9802.  
  9803.      mysqld.cc: In function void handle_connections()':
  9804.      mysqld.cc:626: passing long unsigned int *' as argument 3 of
  9805.      accept(int,sockadddr *, int *)'
  9806.  
  9807. You can safely ignore these warnings.  They occur because `configure'
  9808. can detect only errors, not warnings.
  9809.  
  9810. If you start the server directly from the command line, you may have
  9811. problems with it dying when you log out.  (When you log out, your
  9812. outstanding processes receive a `SIGHUP' signal.)  If so, try starting
  9813. the server like this:
  9814.  
  9815.      shell> nohup mysqld [options] &
  9816.  
  9817. `nohup' causes the command following it to ignore any `SIGHUP' signal
  9818. sent from the terminal.  Alternatively, start the server by running
  9819. `safe_mysqld', which invokes `mysqld' using `nohup' for you.  *Note
  9820. `safe_mysqld': safe_mysqld.
  9821.  
  9822. If you get a problem when compiling mysys/get_opt.c, just remove the
  9823. line #define _NO_PROTO from the start of that file!
  9824.  
  9825. If you are using Compac's CC compiler, the following configure line
  9826. should work:
  9827.  
  9828.      CC="cc -pthread"
  9829.      CFLAGS="-O4 -ansi_alias -ansi_args -fast -inline speed all -arch host"
  9830.      CXX="cxx -pthread"
  9831.      CXXFLAGS="-O4 -ansi_alias -ansi_args -fast -inline speed all -arch host"
  9832.      export CC CFLAGS CXX CXXFLAGS
  9833.      ./configure \
  9834.      --prefix=/usr/local/mysql \
  9835.      --with-low-memory \
  9836.      --enable-large-files \
  9837.      --enable-shared=yes \
  9838.      --with-named-thread-libs="-lpthread -lmach -lexc -lc"
  9839.      gnumake
  9840.  
  9841. If you get a problem with libtool, when compiling with shared libraries
  9842. as above, when linking `mysql', you should be able to get around this
  9843. by issuing:
  9844.  
  9845.      cd mysql
  9846.      /bin/sh ../libtool --mode=link cxx -pthread  -O3 -DDBUG_OFF \
  9847.      -O4 -ansi_alias -ansi_args -fast -inline speed \
  9848.      -speculate all \ -arch host  -DUNDEF_HAVE_GETHOSTBYNAME_R \
  9849.      -o mysql  mysql.o readline.o sql_string.o completion_hash.o \
  9850.      ../readline/libreadline.a -lcurses \
  9851.      ../libmysql/.libs/libmysqlclient.so  -lm
  9852.      cd ..
  9853.      gnumake
  9854.      gnumake install
  9855.      scripts/mysql_install_db
  9856.  
  9857. Alpha-DEC-OSF1 Notes
  9858. ....................
  9859.  
  9860. If you have problems compiling and have DEC `CC' and `gcc' installed,
  9861. try running `configure' like this:
  9862.  
  9863.      CC=cc CFLAGS=-O CXX=gcc CXXFLAGS=-O3 \
  9864.      ./configure --prefix=/usr/local/mysql
  9865.  
  9866. If you get problems with the `c_asm.h' file, you can create and use a
  9867. 'dummy' `c_asm.h' file with:
  9868.  
  9869.      touch include/c_asm.h
  9870.      CC=gcc CFLAGS=-I./include \
  9871.      CXX=gcc CXXFLAGS=-O3 \
  9872.      ./configure --prefix=/usr/local/mysql
  9873.  
  9874. Note that the following problems with the `ld' program can be fixed by
  9875. downloading the latest DEC (Compaq) patch kit from:
  9876. `http://ftp.support.compaq.com/public/unix/'.
  9877.  
  9878. On OSF1 V4.0D and compiler "DEC C V5.6-071 on Digital Unix V4.0 (Rev.
  9879. 878)" the compiler had some strange behavior (undefined `asm' symbols).
  9880. `/bin/ld' also appears to be broken (problems with `_exit undefined'
  9881. errors occuring while linking `mysqld').  On this system, we have
  9882. managed to compile MySQL with the following `configure' line, after
  9883. replacing `/bin/ld' with the version from OSF 4.0C:
  9884.  
  9885.      CC=gcc CXX=gcc CXXFLAGS=-O3 ./configure --prefix=/usr/local/mysql
  9886.  
  9887. With the Digital compiler "C++ V6.1-029", the following should work:
  9888.  
  9889.      CC=cc -pthread
  9890.      CFLAGS=-O4 -ansi_alias -ansi_args -fast -inline speed -speculate all -arch host
  9891.      CXX=cxx -pthread
  9892.      CXXFLAGS=-O4 -ansi_alias -ansi_args -fast -inline speed -speculate all -arch host -noexceptions -nortti
  9893.      export CC CFLAGS CXX CXXFLAGS
  9894.      ./configure --prefix=/usr/mysql/mysql --with-mysqld-ldflags=-all-static --disable-shared --with-named-thread-libs="-lmach -lexc -lc"
  9895.  
  9896. In some versions of OSF1, the `alloca()' function is broken. Fix this
  9897. by removing the line in `config.h' that defines `'HAVE_ALLOCA''.
  9898.  
  9899. The `alloca()' function also may have an incorrect prototype in
  9900. `/usr/include/alloca.h'.  This warning resulting from this can be
  9901. ignored.
  9902.  
  9903. `configure' will use the following thread libraries automatically:
  9904. `--with-named-thread-libs="-lpthread -lmach -lexc -lc"'.
  9905.  
  9906. When using `gcc', you can also try running `configure' like this:
  9907.  
  9908.      shell> CFLAGS=-D_PTHREAD_USE_D4 CXX=gcc CXXFLAGS=-O3 ./configure ....
  9909.  
  9910. If you have problems with signals (MySQL dies unexpectedly under high
  9911. load), you may have found an OS bug with threads and signals. In this
  9912. case you can tell MySQL not to use signals by configuring with:
  9913.  
  9914.      shell> CFLAGS=-DDONT_USE_THR_ALARM \
  9915.             CXXFLAGS=-DDONT_USE_THR_ALARM \
  9916.             ./configure ...
  9917.  
  9918. This doesn't affect the performance of MySQL, but has the side effect
  9919. that you can't kill clients that are "sleeping" on a connection with
  9920. `mysqladmin kill' or `mysqladmin shutdown'.  Instead, the client will
  9921. die when it issues its next command.
  9922.  
  9923. With `gcc' 2.95.2, you will probably run into the following compile
  9924. error:
  9925.  
  9926.      sql_acl.cc:1456: Internal compiler error in `scan_region', at except.c:2566
  9927.      Please submit a full bug report.
  9928.  
  9929. To fix this you should change to the `sql' directory and do a "cut and
  9930. paste" of the last `gcc' line, but change `-O3' to `-O0' (or add `-O0'
  9931. immediately after `gcc' if you don't have any `-O' option on your
  9932. compile line.)  After this is done you can just change back to the
  9933. top-level directly and run `make' again.
  9934.  
  9935. SGI Irix Notes
  9936. ..............
  9937.  
  9938. If you are using Irix Version 6.5.3 or newer `mysqld' will only be able
  9939. to create threads if you run it as a user with `CAP_SCHED_MGT'
  9940. privileges (like `root') or give the `mysqld' server this privilege
  9941. with the following shell command:
  9942.  
  9943.      shell> chcap "CAP_SCHED_MGT+epi" /opt/mysql/libexec/mysqld
  9944.  
  9945. You may have to undefine some things in `config.h' after running
  9946. `configure' and before compiling.
  9947.  
  9948. In some Irix implementations, the `alloca()' function is broken.  If the
  9949. `mysqld' server dies on some `SELECT' statements, remove the lines from
  9950. `config.h' that define `HAVE_ALLOC' and `HAVE_ALLOCA_H'.  If
  9951. `mysqladmin create' doesn't work, remove the line from `config.h' that
  9952. defines `HAVE_READDIR_R'.  You may have to remove the `HAVE_TERM_H'
  9953. line as well.
  9954.  
  9955. SGI recommends that you install all of the patches on this page as a
  9956. set:
  9957. http://support.sgi.com/surfzone/patches/patchset/6.2_indigo.rps.html
  9958.  
  9959. At the very minimum, you should install the latest kernel rollup, the
  9960. latest `rld' rollup, and the latest `libc' rollup.
  9961.  
  9962. You definitely need all the POSIX patches on this page, for pthreads
  9963. support:
  9964.  
  9965. `http://support.sgi.com/surfzone/patches/patchset/6.2_posix.rps.html'
  9966.  
  9967. If you get the something like the following error when compiling
  9968. `mysql.cc':
  9969.  
  9970.      "/usr/include/curses.h", line 82: error(1084): invalid combination of type
  9971.  
  9972. Type the following in the top-level directory of your MySQL source tree:
  9973.  
  9974.      shell> extra/replace bool curses_bool < /usr/include/curses.h > include/curses.h
  9975.      shell> make
  9976.  
  9977. There have also been reports of scheduling problems.  If only one
  9978. thread is running, things go slow.  Avoid this by starting another
  9979. client.  This may lead to a 2-to-10-fold increase in execution speed
  9980. thereafter for the other thread.  This is a poorly understood problem
  9981. with Irix threads; you may have to improvise to find solutions until
  9982. this can be fixed.
  9983.  
  9984. If you are compiling with `gcc', you can use the following `configure'
  9985. command:
  9986.  
  9987.      CC=gcc CXX=gcc CXXFLAGS=-O3 \
  9988.      ./configure --prefix=/usr/local/mysql --enable-thread-safe-client --with-named-thread-libs=-lpthread
  9989.  
  9990. On Irix 6.5.11 with native Irix C and C++ compilers ver. 7.3.1.2, the
  9991. following is reported to work
  9992.  
  9993.      CC=cc CXX=CC CFLAGS='-O3 -n32 -TARG:platform=IP22 -I/usr/local/include \
  9994.      -L/usr/local/lib' CXXFLAGS='-O3 -n32 -TARG:platform=IP22 \
  9995.      -I/usr/local/include -L/usr/local/lib' ./configure --prefix=/usr/local/mysql \
  9996.      --with-berkeley-db --with-innodb \
  9997.      --with-libwrap=/usr/local --with-named-curses-libs=/usr/local/lib/libncurses.a
  9998.  
  9999. SCO Notes
  10000. .........
  10001.  
  10002. The current port is tested only on a "sco3.2v5.0.4" and "sco3.2v5.0.5"
  10003. system.  There has also been a lot of progress on a port to "sco
  10004. 3.2v4.2".
  10005.  
  10006. For the moment the recommended compiler on OpenServer is gcc 2.95.2.
  10007. With this you should be able to compile MySQL with just:
  10008.  
  10009.      CC=gcc CXX=gcc ./configure ... (options)
  10010.  
  10011.   1. For OpenServer 5.0.X you need to use GDS in Skunkware 95 (95q4c).
  10012.      This is necessary because GNU `gcc' 2.7.2 in Skunkware 97 does not
  10013.      have GNU `as'.  You can also use `egcs' 1.1.2 or newer
  10014.      `http://www.egcs.com/'.  If you are using `egcs' 1.1.2 you have to
  10015.      execute the following command:
  10016.  
  10017.           shell> cp -p /usr/include/pthread/stdtypes.h /usr/local/lib/gcc-lib/i386-pc-sco3.2v5.0.5/egcs-2.91.66/include/pthread/
  10018.  
  10019.   2. You need the port of GCC 2.5.x for this product and the Development
  10020.      system.  They are required on this version of SCO Unix.  You cannot
  10021.      just use the GCC Dev system.
  10022.  
  10023.   3. You should get the FSU Pthreads package and install it first.
  10024.      This can be found at
  10025.      `http://www.cs.wustl.edu/~schmidt/ACE_wrappers/FSU-threads.tar.gz'.
  10026.      You can also get a precompiled package from
  10027.      `http://www.mysql.com/Downloads/SCO/FSU-threads-3.5c.tar.gz'.
  10028.  
  10029.   4. FSU Pthreads can be compiled with SCO Unix 4.2 with tcpip.  Or
  10030.      OpenServer 3.0 or Open Desktop 3.0 (OS 3.0 ODT 3.0), with the SCO
  10031.      Development System installed using a good port of GCC 2.5.x ODT or
  10032.      OS 3.0 you will need a good port of GCC 2.5.x There are a lot of
  10033.      problems without a good port.  The port for this product requires
  10034.      the SCO Unix Development system.  Without it, you are missing the
  10035.      libraries and the linker that is needed.
  10036.  
  10037.   5. To build FSU Pthreads on your system, do the following:
  10038.  
  10039.        a. Run `./configure' in the `threads/src' directory and select
  10040.           the SCO OpenServer option. This command copies
  10041.           `Makefile.SCO5' to `Makefile'.
  10042.  
  10043.        b. Run `make'.
  10044.  
  10045.        c. To install in the default `/usr/include' directory, login as
  10046.           root, then `cd' to the `thread/src' directory, and run `make
  10047.           install'.
  10048.  
  10049.   6. Remember to use GNU `make' when making MySQL.
  10050.  
  10051.   7. If you don't start `safe_mysqld' as root, you probably will get
  10052.      only the default 110 open files per process.  `mysqld' will write
  10053.      a note about this in the log file.
  10054.  
  10055.   8. With SCO 3.2V5.0.5, you should use FSU Pthreads version 3.5c or
  10056.      newer.  You should also use gcc 2.95.2 or newer!
  10057.  
  10058.      The following `configure' command should work:
  10059.  
  10060.           shell> ./configure --prefix=/usr/local/mysql --disable-shared
  10061.  
  10062.   9. With SCO 3.2V4.2, you should use FSU Pthreads version 3.5c or
  10063.      newer.  The following `configure' command should work:
  10064.  
  10065.           shell> CFLAGS="-D_XOPEN_XPG4" CXX=gcc CXXFLAGS="-D_XOPEN_XPG4" \
  10066.                  ./configure \
  10067.                      --prefix=/usr/local/mysql \
  10068.                      --with-named-thread-libs="-lgthreads -lsocket -lgen -lgthreads" \
  10069.                      --with-named-curses-libs="-lcurses"
  10070.  
  10071.      You may get some problems with some include files. In this case,
  10072.      you can find new SCO-specific include files at
  10073.      `http://www.mysql.com/Downloads/SCO/SCO-3.2v4.2-includes.tar.gz'.
  10074.      You should unpack this file in the `include' directory of your
  10075.      MySQL source tree.
  10076.  
  10077. SCO development notes:
  10078.  
  10079.    * MySQL should automatically detect FSU Pthreads and link `mysqld'
  10080.      with `-lgthreads -lsocket -lgthreads'.
  10081.  
  10082.    * The SCO development libraries are re-entrant in FSU Pthreads.  SCO
  10083.      claims that its libraries' functions are re-entrant, so they must
  10084.      be reentrant with FSU Pthreads.  FSU Pthreads on OpenServer tries
  10085.      to use the SCO scheme to make re-entrant libraries.
  10086.  
  10087.    * FSU Pthreads (at least the version at `http://www.mysql.com/')
  10088.      comes linked with GNU `malloc'.  If you encounter problems with
  10089.      memory usage, make sure that `gmalloc.o' is included in
  10090.      `libgthreads.a' and `libgthreads.so'.
  10091.  
  10092.    * In FSU Pthreads, the following system calls are pthreads-aware:
  10093.      `read()', `write()', `getmsg()', `connect()', `accept()',
  10094.      `select()', and `wait()'.
  10095.  
  10096. If you want to install DBI on SCO, you have to edit the `Makefile' in
  10097. DBI-xxx and each subdirectory.
  10098.  
  10099. Note that the following assumes gcc 2.95.2 or newer:
  10100.  
  10101.      OLD:                                  NEW:
  10102.      CC = cc                               CC = gcc
  10103.      CCCDLFLAGS = -KPIC -W1,-Bexport       CCCDLFLAGS = -fpic
  10104.      CCDLFLAGS = -wl,-Bexport              CCDLFLAGS =
  10105.      
  10106.      LD = ld                               LD = gcc -G -fpic
  10107.      LDDLFLAGS = -G -L/usr/local/lib       LDDLFLAGS = -L/usr/local/lib
  10108.      LDFLAGS = -belf -L/usr/local/lib      LDFLAGS = -L/usr/local/lib
  10109.      
  10110.      LD = ld                               LD = gcc -G -fpic
  10111.      OPTIMISE = -Od                        OPTIMISE = -O1
  10112.      
  10113.      OLD:
  10114.      CCCFLAGS = -belf -dy -w0 -U M_XENIX -DPERL_SCO5 -I/usr/local/include
  10115.      
  10116.      NEW:
  10117.      CCFLAGS = -U M_XENIX -DPERL_SCO5 -I/usr/local/include
  10118.  
  10119. This is because the Perl dynaloader will not load the `DBI' modules if
  10120. they were compiled with `icc' or `cc'.
  10121.  
  10122. Perl works best when compiled with `cc'.
  10123.  
  10124. SCO Unixware Version 7.0 Notes
  10125. ..............................
  10126.  
  10127. You must use a version of MySQL at least as recent as Version 3.22.13
  10128. because that version fixes some portability problems under Unixware.
  10129.  
  10130. We have been able to compile MySQL with the following `configure'
  10131. command on Unixware Version 7.0.1:
  10132.  
  10133.      CC=cc CXX=CC ./configure --prefix=/usr/local/mysql
  10134.  
  10135. If you want to use `gcc', you must use `gcc' 2.95.2 or newer.
  10136.  
  10137. OS/2 Notes
  10138. ----------
  10139.  
  10140. MySQL uses quite a few open files. Because of this, you should add
  10141. something like the following to your `CONFIG.SYS' file:
  10142.  
  10143.      SET EMXOPT=-c -n -h1024
  10144.  
  10145. If you don't do this, you will probably run into the following error:
  10146.  
  10147.      File 'xxxx' not found (Errcode: 24)
  10148.  
  10149. When using MySQL with OS/2 Warp 3, FixPack 29 or above is required.
  10150. With OS/2 Warp 4, FixPack 4 or above is required. This is a requirement
  10151. of the Pthreads library.  MySQL must be installed in a partition that
  10152. supports long filenames such as HPFS, FAT32, etc.
  10153.  
  10154. The `INSTALL.CMD' script must be run from OS/2's own `CMD.EXE' and may
  10155. not work with replacement shells such as `4OS2.EXE'.
  10156.  
  10157. The `scripts/mysql-install-db' script has been renamed.  It is now
  10158. called `install.cmd' and is a REXX script, which will set up the default
  10159. MySQL security settings and create the WorkPlace Shell icons for MySQL.
  10160.  
  10161. Dynamic module support is compiled in but not fully tested. Dynamic
  10162. modules should be compiled using the Pthreads run-time library.
  10163.  
  10164.      gcc -Zdll -Zmt -Zcrtdll=pthrdrtl -I../include -I../regex -I.. \
  10165.          -o example udf_example.cc -L../lib -lmysqlclient udf_example.def
  10166.      mv example.dll example.udf
  10167.  
  10168. *Note:* Due to limitations in OS/2, UDF module name stems must not
  10169. exceed 8 characters. Modules are stored in the `/mysql2/udf' directory;
  10170. the `safe-mysqld.cmd' script will put this directory in the
  10171. `BEGINLIBPATH' environment variable. When using UDF modules, specified
  10172. extensions are ignored -- it is assumed to be `.udf'.  For example, in
  10173. Unix, the shared module might be named `example.so' and you would load
  10174. a function from it like this:
  10175.  
  10176.      mysql> CREATE FUNCTION metaphon RETURNS STRING SONAME "example.so";
  10177.  
  10178. Is OS/2, the module would be named `example.udf', but you would not
  10179. specify the module extension:
  10180.  
  10181.      mysql> CREATE FUNCTION metaphon RETURNS STRING SONAME "example";
  10182.  
  10183. BeOS Notes
  10184. ----------
  10185.  
  10186. We are really interested in getting MySQL to work on BeOS, but
  10187. unfortunately we don't have any person who knows BeOS or has time to do
  10188. a port.
  10189.  
  10190. We are interested in finding someone to do a port, and we will help them
  10191. with any technical questions they may have while doing the port.
  10192.  
  10193. We have previously talked with some BeOS developers that have said that
  10194. MySQL is 80% ported to BeOS, but we haven't heard from them in a while.
  10195.  
  10196. Novell Netware Notes
  10197. --------------------
  10198.  
  10199. We are really interested in getting MySQL to work on Netware, but
  10200. unfortunately we don't have any person who knows Netware or has time to
  10201. do a port.
  10202.  
  10203. We are interested in finding someone to do a port, and we will help them
  10204. with any technical questions they may have while doing the port.
  10205.  
  10206. Introduction to MySQL: A MySQL Tutorial
  10207. ***************************************
  10208.  
  10209. This chapter provides a tutorial introduction to MySQL by showing how
  10210. to use the `mysql' client program to create and use a simple database.
  10211. `mysql' (sometimes referred to as the "terminal monitor" or just
  10212. "monitor") is an interactive program that allows you to connect to a
  10213. MySQL server, run queries, and view the results.  `mysql' may also be
  10214. used in batch mode: you place your queries in a file beforehand, then
  10215. tell `mysql' to execute the contents of the file.  Both ways of using
  10216. `mysql' are covered here.
  10217.  
  10218. To see a list of options provided by `mysql', invoke it with the
  10219. `--help' option:
  10220.  
  10221.      shell> mysql --help
  10222.  
  10223. This chapter assumes that `mysql' is installed on your machine and that
  10224. a MySQL server is available to which you can connect.  If this is not
  10225. true, contact your MySQL administrator.  (If _you_ are the
  10226. administrator, you will need to consult other sections of this manual.)
  10227.  
  10228. This chapter describes the entire process of setting up and using a
  10229. database.  If you are interested only in accessing an already-existing
  10230. database, you may want to skip over the sections that describe how to
  10231. create the database and the tables it contains.
  10232.  
  10233. Because this chapter is tutorial in nature, many details are
  10234. necessarily left out.  Consult the relevant sections of the manual for
  10235. more information on the topics covered here.
  10236.  
  10237. Connecting to and Disconnecting from the Server
  10238. ===============================================
  10239.  
  10240. To connect to the server, you'll usually need to provide a MySQL user
  10241. name when you invoke `mysql' and, most likely, a password.  If the
  10242. server runs on a machine other than the one where you log in, you'll
  10243. also need to specify a hostname.  Contact your administrator to find
  10244. out what connection parameters you should use to connect (that is, what
  10245. host, user name, and password to use).  Once you know the proper
  10246. parameters, you should be able to connect like this:
  10247.  
  10248.      shell> mysql -h host -u user -p
  10249.      Enter password: ********
  10250.  
  10251. The `********' represents your password; enter it when `mysql' displays
  10252. the `Enter password:' prompt.
  10253.  
  10254. If that works, you should see some introductory information followed by
  10255. a `mysql>' prompt:
  10256.  
  10257.      shell> mysql -h host -u user -p
  10258.      Enter password: ********
  10259.      Welcome to the MySQL monitor.  Commands end with ; or \g.
  10260.      Your MySQL connection id is 459 to server version: 3.22.20a-log
  10261.      
  10262.      Type 'help' for help.
  10263.      
  10264.      mysql>
  10265.  
  10266. The prompt tells you that `mysql' is ready for you to enter commands.
  10267.  
  10268. Some MySQL installations allow users to connect as the anonymous
  10269. (unnamed) user to the server running on the local host.  If this is the
  10270. case on your machine, you should be able to connect to that server by
  10271. invoking `mysql' without any options:
  10272.  
  10273.      shell> mysql
  10274.  
  10275. After you have connected successfully, you can disconnect any time by
  10276. typing `QUIT' at the `mysql>' prompt:
  10277.  
  10278.      mysql> QUIT
  10279.      Bye
  10280.  
  10281. You can also disconnect by pressing Control-D.
  10282.  
  10283. Most examples in the following sections assume you are connected to the
  10284. server.  They indicate this by the `mysql>' prompt.
  10285.  
  10286. Entering Queries
  10287. ================
  10288.  
  10289. Make sure you are connected to the server, as discussed in the previous
  10290. section.  Doing so will not in itself select any database to work with,
  10291. but that's okay.  At this point, it's more important to find out a
  10292. little about how to issue queries than to jump right in creating
  10293. tables, loading data into them, and retrieving data from them.  This
  10294. section describes the basic principles of entering commands, using
  10295. several queries you can try out to familiarize yourself with how
  10296. `mysql' works.
  10297.  
  10298. Here's a simple command that asks the server to tell you its version
  10299. number and the current date.  Type it in as shown below following the
  10300. `mysql>' prompt and hit the RETURN key:
  10301.  
  10302.      mysql> SELECT VERSION(), CURRENT_DATE;
  10303.      +--------------+--------------+
  10304.      | version()    | CURRENT_DATE |
  10305.      +--------------+--------------+
  10306.      | 3.22.20a-log | 1999-03-19   |
  10307.      +--------------+--------------+
  10308.      1 row in set (0.01 sec)
  10309.      mysql>
  10310.  
  10311. This query illustrates several things about `mysql':
  10312.  
  10313.    * A command normally consists of a SQL statement followed by a
  10314.      semicolon.  (There are some exceptions where a semicolon is not
  10315.      needed.  `QUIT', mentioned earlier, is one of them.  We'll get to
  10316.      others later.)
  10317.  
  10318.    * When you issue a command, `mysql' sends it to the server for
  10319.      execution and displays the results, then prints another `mysql>'
  10320.      to indicate that it is ready for another command.
  10321.  
  10322.    * `mysql' displays query output as a table (rows and columns).  The
  10323.      first row contains labels for the columns.  The rows following are
  10324.      the query results.  Normally, column labels are the names of the
  10325.      columns you fetch from database tables.  If you're retrieving the
  10326.      value of an expression rather than a table column (as in the
  10327.      example just shown), `mysql' labels the column using the
  10328.      expression itself.
  10329.  
  10330.    * `mysql' shows how many rows were returned and how long the query
  10331.      took to execute, which gives you a rough idea of server
  10332.      performance.  These values are imprecise because they represent
  10333.      wall clock time (not CPU or machine time), and because they are
  10334.      affected by factors such as server load and network latency.  (For
  10335.      brevity, the "rows in set" line is not shown in the remaining
  10336.      examples in this chapter.)
  10337.  
  10338. Keywords may be entered in any lettercase.  The following queries are
  10339. equivalent:
  10340.  
  10341.      mysql> SELECT VERSION(), CURRENT_DATE;
  10342.      mysql> select version(), current_date;
  10343.      mysql> SeLeCt vErSiOn(), current_DATE;
  10344.  
  10345. Here's another query.  It demonstrates that you can use `mysql' as a
  10346. simple calculator:
  10347.  
  10348.      mysql> SELECT SIN(PI()/4), (4+1)*5;
  10349.      +-------------+---------+
  10350.      | SIN(PI()/4) | (4+1)*5 |
  10351.      +-------------+---------+
  10352.      |    0.707107 |      25 |
  10353.      +-------------+---------+
  10354.  
  10355. The commands shown thus far have been relatively short, single-line
  10356. statements.  You can even enter multiple statements on a single line.
  10357. Just end each one with a semicolon:
  10358.  
  10359.      mysql> SELECT VERSION(); SELECT NOW();
  10360.      +--------------+
  10361.      | version()    |
  10362.      +--------------+
  10363.      | 3.22.20a-log |
  10364.      +--------------+
  10365.      
  10366.      +---------------------+
  10367.      | NOW()               |
  10368.      +---------------------+
  10369.      | 1999-03-19 00:15:33 |
  10370.      +---------------------+
  10371.  
  10372. A command need not be given all on a single line, so lengthy commands
  10373. that require several lines are not a problem.  `mysql' determines where
  10374. your statement ends by looking for the terminating semicolon, not by
  10375. looking for the end of the input line.  (In other words, `mysql'
  10376. accepts free-format input:  it collects input lines but does not
  10377. execute them until it sees the semicolon.)
  10378.  
  10379. Here's a simple multiple-line statement:
  10380.  
  10381.      mysql> SELECT
  10382.          -> USER()
  10383.          -> ,
  10384.          -> CURRENT_DATE;
  10385.      +--------------------+--------------+
  10386.      | USER()             | CURRENT_DATE |
  10387.      +--------------------+--------------+
  10388.      | joesmith@localhost | 1999-03-18   |
  10389.      +--------------------+--------------+
  10390.  
  10391. In this example, notice how the prompt changes from `mysql>' to `->'
  10392. after you enter the first line of a multiple-line query.  This is how
  10393. `mysql' indicates that it hasn't seen a complete statement and is
  10394. waiting for the rest.  The prompt is your friend, because it provides
  10395. valuable feedback.  If you use that feedback, you will always be aware
  10396. of what `mysql' is waiting for.
  10397.  
  10398. If you decide you don't want to execute a command that you are in the
  10399. process of entering, cancel it by typing `\c':
  10400.  
  10401.      mysql> SELECT
  10402.          -> USER()
  10403.          -> \c
  10404.      mysql>
  10405.  
  10406. Here, too, notice the prompt.  It switches back to `mysql>' after you
  10407. type `\c', providing feedback to indicate that `mysql' is ready for a
  10408. new command.
  10409.  
  10410. The following table shows each of the prompts you may see and
  10411. summarizes what they mean about the state that `mysql' is in:
  10412.  
  10413. *Prompt**Meaning*
  10414. `mysql>'Ready for new command.
  10415. `       Waiting for next line of multiple-line command.
  10416. ->'     
  10417. `       Waiting for next line, collecting a string that begins with a
  10418. '>'     single quote (`'').
  10419. `       Waiting for next line, collecting a string that begins with a
  10420. ">'     double quote (`"').
  10421.  
  10422. Multiple-line statements commonly occur by accident when you intend to
  10423. issue a command on a single line, but forget the terminating semicolon.
  10424. In this case, `mysql' waits for more input:
  10425.  
  10426.      mysql> SELECT USER()
  10427.          ->
  10428.  
  10429. If this happens to you (you think you've entered a statement but the
  10430. only response is a `->' prompt), most likely `mysql' is waiting for the
  10431. semicolon.  If you don't notice what the prompt is telling you, you
  10432. might sit there for a while before realizing what you need to do.
  10433. Enter a semicolon to complete the statement, and `mysql' will execute
  10434. it:
  10435.  
  10436.      mysql> SELECT USER()
  10437.          -> ;
  10438.      +--------------------+
  10439.      | USER()             |
  10440.      +--------------------+
  10441.      | joesmith@localhost |
  10442.      +--------------------+
  10443.  
  10444. The `'>' and `">' prompts occur during string collection.  In MySQL,
  10445. you can write strings surrounded by either `'' or `"' characters (for
  10446. example, `'hello'' or `"goodbye"'), and `mysql' lets you enter strings
  10447. that span multiple lines.  When you see a `'>' or `">' prompt, it means
  10448. that you've entered a line containing a string that begins with a `''
  10449. or `"' quote character, but have not yet entered the matching quote
  10450. that terminates the string.  That's fine if you really are entering a
  10451. multiple-line string, but how likely is that?  Not very.  More often,
  10452. the `'>' and `">' prompts indicate that you've inadvertantly left out a
  10453. quote character.  For example:
  10454.  
  10455.      mysql> SELECT * FROM my_table WHERE name = "Smith AND age < 30;
  10456.          ">
  10457.  
  10458. If you enter this `SELECT' statement, then hit RETURN and wait for the
  10459. result, nothing will happen.  Instead of wondering why this query takes
  10460. so long, notice the clue provided by the `">' prompt.  It tells you
  10461. that `mysql' expects to see the rest of an unterminated string.  (Do
  10462. you see the error in the statement?  The string `"Smith' is missing the
  10463. second quote.)
  10464.  
  10465. At this point, what do you do?  The simplest thing is to cancel the
  10466. command.  However, you cannot just type `\c' in this case, because
  10467. `mysql' interprets it as part of the string that it is collecting!
  10468. Instead, enter the closing quote character (so `mysql' knows you've
  10469. finished the string), then type `\c':
  10470.  
  10471.      mysql> SELECT * FROM my_table WHERE name = "Smith AND age < 30;
  10472.          "> "\c
  10473.      mysql>
  10474.  
  10475. The prompt changes back to `mysql>', indicating that `mysql' is ready
  10476. for a new command.
  10477.  
  10478. It's important to know what the `'>' and `">' prompts signify, because
  10479. if you mistakenly enter an unterminated string, any further lines you
  10480. type will appear to be ignored by `mysql' -- including a line
  10481. containing `QUIT'!  This can be quite confusing, especially if you
  10482. don't know that you need to supply the terminating quote before you can
  10483. cancel the current command.
  10484.  
  10485. Creating and Using a Database
  10486. =============================
  10487.  
  10488. Now that you know how to enter commands, it's time to access a database.
  10489.  
  10490. Suppose you have several pets in your home (your menagerie) and you'd
  10491. like to keep track of various types of information about them.  You can
  10492. do so by creating tables to hold your data and loading them with the
  10493. desired information.  Then you can answer different sorts of questions
  10494. about your animals by retrieving data from the tables.  This section
  10495. shows you how to:
  10496.  
  10497.    * Create a database
  10498.  
  10499.    * Create a table
  10500.  
  10501.    * Load data into the table
  10502.  
  10503.    * Retrieve data from the table in various ways
  10504.  
  10505.    * Use multiple tables
  10506.  
  10507. The menagerie database will be simple (deliberately), but it is not
  10508. difficult to think of real-world situations in which a similar type of
  10509. database might be used.  For example, a database like this could be
  10510. used by a farmer to keep track of livestock, or by a veterinarian to
  10511. keep track of patient records.  A menagerie distribution containing
  10512. some of the queries and sample data used in the following sections can
  10513. be obtained from the MySQL Web site.  It's available in either
  10514. compressed `tar' format
  10515. (http://www.mysql.com/Downloads/Contrib/Examples/menagerie.tar.gz) or
  10516. Zip format
  10517. (http://www.mysql.com/Downloads/Contrib/Examples/menagerie.zip).
  10518.  
  10519. Use the `SHOW' statement to find out what databases currently exist on
  10520. the server:
  10521.  
  10522.      mysql> SHOW DATABASES;
  10523.      +----------+
  10524.      | Database |
  10525.      +----------+
  10526.      | mysql    |
  10527.      | test     |
  10528.      | tmp      |
  10529.      +----------+
  10530.  
  10531. The list of databases is probably different on your machine, but the
  10532. `mysql' and `test' databases are likely to be among them.  The `mysql'
  10533. database is required because it describes user access privileges.  The
  10534. `test' database is often provided as a workspace for users to try
  10535. things out.
  10536.  
  10537. If the `test' database exists, try to access it:
  10538.  
  10539.      mysql> USE test
  10540.      Database changed
  10541.  
  10542. Note that `USE', like `QUIT', does not require a semicolon.  (You can
  10543. terminate such statements with a semicolon if you like; it does no
  10544. harm.)  The `USE' statement is special in another way, too:  it must be
  10545. given on a single line.
  10546.  
  10547. You can use the `test' database (if you have access to it) for the
  10548. examples that follow, but anything you create in that database can be
  10549. removed by anyone else with access to it.  For this reason, you should
  10550. probably ask your MySQL administrator for permission to use a database
  10551. of your own.  Suppose you want to call yours `menagerie'.  The
  10552. administrator needs to execute a command like this:
  10553.  
  10554.      mysql> GRANT ALL ON menagerie.* TO your_mysql_name;
  10555.  
  10556. where `your_mysql_name' is the MySQL user name assigned to you.
  10557.  
  10558. Creating and Selecting a Database
  10559. ---------------------------------
  10560.  
  10561. If the administrator creates your database for you when setting up your
  10562. permissions, you can begin using it.  Otherwise, you need to create it
  10563. yourself:
  10564.  
  10565.      mysql> CREATE DATABASE menagerie;
  10566.  
  10567. Under Unix, database names are case sensitive (unlike SQL keywords), so
  10568. you must always refer to your database as `menagerie', not as
  10569. `Menagerie', `MENAGERIE', or some other variant.  This is also true for
  10570. table names.  (Under Windows, this restriction does not apply, although
  10571. you must refer to databases and tables using the same lettercase
  10572. throughout a given query.)
  10573.  
  10574. Creating a database does not select it for use; you must do that
  10575. explicitly.  To make `menagerie' the current database, use this command:
  10576.  
  10577.      mysql> USE menagerie
  10578.      Database changed
  10579.  
  10580. Your database needs to be created only once, but you must select it for
  10581. use each time you begin a `mysql' session.  You can do this by issuing a
  10582. `USE' statement as shown above.  Alternatively, you can select the
  10583. database on the command line when you invoke `mysql'.  Just specify its
  10584. name after any connection parameters that you might need to provide.
  10585. For example:
  10586.  
  10587.      shell> mysql -h host -u user -p menagerie
  10588.      Enter password: ********
  10589.  
  10590. Note that `menagerie' is not your password on the command just shown.
  10591. If you want to supply your password on the command line after the `-p'
  10592. option, you must do so with no intervening space (for example, as
  10593. `-pmypassword', not as `-p mypassword').  However, putting your
  10594. password on the command line is not recommended, because doing so
  10595. exposes it to snooping by other users logged in on your machine.
  10596.  
  10597. Creating a Table
  10598. ----------------
  10599.  
  10600. Creating the database is the easy part, but at this point it's empty, as
  10601. `SHOW TABLES' will tell you:
  10602.  
  10603.      mysql> SHOW TABLES;
  10604.      Empty set (0.00 sec)
  10605.  
  10606. The harder part is deciding what the structure of your database should
  10607. be: what tables you will need and what columns will be in each of them.
  10608.  
  10609. You'll want a table that contains a record for each of your pets.  This
  10610. can be called the `pet' table, and it should contain, as a bare minimum,
  10611. each animal's name.  Because the name by itself is not very
  10612. interesting, the table should contain other information.  For example,
  10613. if more than one person in your family keeps pets, you might want to
  10614. list each animal's owner.  You might also want to record some basic
  10615. descriptive information such as species and sex.
  10616.  
  10617. How about age?  That might be of interest, but it's not a good thing to
  10618. store in a database.  Age changes as time passes, which means you'd
  10619. have to update your records often.  Instead, it's better to store a
  10620. fixed value such as date of birth.  Then, whenever you need age, you
  10621. can calculate it as the difference between the current date and the
  10622. birth date.  MySQL provides functions for doing date arithmetic, so
  10623. this is not difficult.  Storing birth date rather than age has other
  10624. advantages, too:
  10625.  
  10626.    * You can use the database for tasks such as generating reminders
  10627.      for upcoming pet birthdays.  (If you think this type of query is
  10628.      somewhat silly, note that it is the same question you might ask in
  10629.      the context of a business database to identify clients to whom
  10630.      you'll soon need to send out birthday greetings, for that
  10631.      computer-assisted personal touch.)
  10632.  
  10633.    * You can calculate age in relation to dates other than the current
  10634.      date.  For example, if you store death date in the database, you
  10635.      can easily calculate how old a pet was when it died.
  10636.  
  10637. You can probably think of other types of information that would be
  10638. useful in the `pet' table, but the ones identified so far are
  10639. sufficient for now: name, owner, species, sex, birth, and death.
  10640.  
  10641. Use a `CREATE TABLE' statement to specify the layout of your table:
  10642.  
  10643.      mysql> CREATE TABLE pet (name VARCHAR(20), owner VARCHAR(20),
  10644.          -> species VARCHAR(20), sex CHAR(1), birth DATE, death DATE);
  10645.  
  10646. `VARCHAR' is a good choice for the `name', `owner', and `species'
  10647. columns because the column values will vary in length.  The lengths of
  10648. those columns need not all be the same, and need not be `20'.  You can
  10649. pick any length from `1' to `255', whatever seems most reasonable to
  10650. you.  (If you make a poor choice and it turns out later that you need a
  10651. longer field, MySQL provides an `ALTER TABLE' statement.)
  10652.  
  10653. Animal sex can be represented in a variety of ways, for example, `"m"'
  10654. and `"f"', or perhaps `"male"' and `"female"'.  It's simplest to use
  10655. the single characters `"m"' and `"f"'.
  10656.  
  10657. The use of the `DATE' data type for the `birth' and `death' columns is
  10658. a fairly obvious choice.
  10659.  
  10660. Now that you have created a table, `SHOW TABLES' should produce some
  10661. output:
  10662.  
  10663.      mysql> SHOW TABLES;
  10664.      +---------------------+
  10665.      | Tables in menagerie |
  10666.      +---------------------+
  10667.      | pet                 |
  10668.      +---------------------+
  10669.  
  10670. To verify that your table was created the way you expected, use a
  10671. `DESCRIBE' statement:
  10672.  
  10673.      mysql> DESCRIBE pet;
  10674.      +---------+-------------+------+-----+---------+-------+
  10675.      | Field   | Type        | Null | Key | Default | Extra |
  10676.      +---------+-------------+------+-----+---------+-------+
  10677.      | name    | varchar(20) | YES  |     | NULL    |       |
  10678.      | owner   | varchar(20) | YES  |     | NULL    |       |
  10679.      | species | varchar(20) | YES  |     | NULL    |       |
  10680.      | sex     | char(1)     | YES  |     | NULL    |       |
  10681.      | birth   | date        | YES  |     | NULL    |       |
  10682.      | death   | date        | YES  |     | NULL    |       |
  10683.      +---------+-------------+------+-----+---------+-------+
  10684.  
  10685. You can use `DESCRIBE' any time, for example, if you forget the names of
  10686. the columns in your table or what types they are.
  10687.  
  10688. Loading Data into a Table
  10689. -------------------------
  10690.  
  10691. After creating your table, you need to populate it.  The `LOAD DATA' and
  10692. `INSERT' statements are useful for this.
  10693.  
  10694. Suppose your pet records can be described as shown below.  (Observe
  10695. that MySQL expects dates in `YYYY-MM-DD' format; this may be different
  10696. than what you are used to.)
  10697.  
  10698. *name*       *owner*      *species*    *sex*        *birth*      *death*
  10699. Fluffy       Harold       cat          f            1993-02-04   
  10700. Claws        Gwen         cat          m            1994-03-17   
  10701. Buffy        Harold       dog          f            1989-05-13   
  10702. Fang         Benny        dog          m            1990-08-27   
  10703. Bowser       Diane        dog          m            1998-08-31   1995-07-29
  10704. Chirpy       Gwen         bird         f            1998-09-11   
  10705. Whistler     Gwen         bird                      1997-12-09   
  10706. Slim         Benny        snake        m            1996-04-29   
  10707.  
  10708. Because you are beginning with an empty table, an easy way to populate
  10709. it is to create a text file containing a row for each of your animals,
  10710. then load the contents of the file into the table with a single
  10711. statement.
  10712.  
  10713. You could create a text file `pet.txt' containing one record per line,
  10714. with values separated by tabs, and given in the order in which the
  10715. columns were listed in the `CREATE TABLE' statement.  For missing
  10716. values (such as unknown sexes or death dates for animals that are still
  10717. living), you can use `NULL' values.  To represent these in your text
  10718. file, use `\N'.  For example, the record for Whistler the bird would
  10719. look like this (where the whitespace between values is a single tab
  10720. character):
  10721.  
  10722. `Whistler'  `Gwen'      `bird'      `\N'        `1997-12-09'       `\N'
  10723.  
  10724. To load the text file `pet.txt' into the `pet' table, use this command:
  10725.  
  10726.      mysql> LOAD DATA LOCAL INFILE "pet.txt" INTO TABLE pet;
  10727.  
  10728. You can specify the column value separator and end of line marker
  10729. explicitly in the `LOAD DATA' statement if you wish, but the defaults
  10730. are tab and linefeed.  These are sufficient for the statement to read
  10731. the file `pet.txt' properly.
  10732.  
  10733. When you want to add new records one at a time, the `INSERT' statement
  10734. is useful.  In its simplest form, you supply values for each column, in
  10735. the order in which the columns were listed in the `CREATE TABLE'
  10736. statement.  Suppose Diane gets a new hamster named Puffball.  You could
  10737. add a new record using an `INSERT' statement like this:
  10738.  
  10739.      mysql> INSERT INTO pet
  10740.          -> VALUES ('Puffball','Diane','hamster','f','1999-03-30',NULL);
  10741.  
  10742. Note that string and date values are specified as quoted strings here.
  10743. Also, with `INSERT', you can insert `NULL' directly to represent a
  10744. missing value.  You do not use `\N' like you do with `LOAD DATA'.
  10745.  
  10746. From this example, you should be able to see that there would be a lot
  10747. more typing involved to load your records initially using several
  10748. `INSERT' statements rather than a single `LOAD DATA' statement.
  10749.  
  10750. Retrieving Information from a Table
  10751. -----------------------------------
  10752.  
  10753. The `SELECT' statement is used to pull information from a table.  The
  10754. general form of the statement is:
  10755.  
  10756.      SELECT what_to_select
  10757.      FROM which_table
  10758.      WHERE conditions_to_satisfy
  10759.  
  10760. `what_to_select' indicates what you want to see.  This can be a list of
  10761. columns, or `*' to indicate "all columns." `which_table' indicates the
  10762. table from which you want to retrieve data.  The `WHERE' clause is
  10763. optional.  If it's present, `conditions_to_satisfy' specifies
  10764. conditions that rows must satisfy to qualify for retrieval.
  10765.  
  10766. Selecting All Data
  10767. ..................
  10768.  
  10769. The simplest form of `SELECT' retrieves everything from a table:
  10770.  
  10771.      mysql> SELECT * FROM pet;
  10772.      +----------+--------+---------+------+------------+------------+
  10773.      | name     | owner  | species | sex  | birth      | death      |
  10774.      +----------+--------+---------+------+------------+------------+
  10775.      | Fluffy   | Harold | cat     | f    | 1993-02-04 | NULL       |
  10776.      | Claws    | Gwen   | cat     | m    | 1994-03-17 | NULL       |
  10777.      | Buffy    | Harold | dog     | f    | 1989-05-13 | NULL       |
  10778.      | Fang     | Benny  | dog     | m    | 1990-08-27 | NULL       |
  10779.      | Bowser   | Diane  | dog     | m    | 1998-08-31 | 1995-07-29 |
  10780.      | Chirpy   | Gwen   | bird    | f    | 1998-09-11 | NULL       |
  10781.      | Whistler | Gwen   | bird    | NULL | 1997-12-09 | NULL       |
  10782.      | Slim     | Benny  | snake   | m    | 1996-04-29 | NULL       |
  10783.      | Puffball | Diane  | hamster | f    | 1999-03-30 | NULL       |
  10784.      +----------+--------+---------+------+------------+------------+
  10785.  
  10786. This form of `SELECT' is useful if you want to review your entire table,
  10787. for instance, after you've just loaded it with your initial dataset.
  10788. As it happens, the output just shown reveals an error in your data
  10789. file:  Bowser appears to have been born after he died!  Consulting your
  10790. original pedigree papers, you find that the correct birth year is 1989,
  10791. not 1998.
  10792.  
  10793. There are are least a couple of ways to fix this:
  10794.  
  10795.    * Edit the file `pet.txt' to correct the error, then empty the table
  10796.      and reload it using `DELETE' and `LOAD DATA':
  10797.  
  10798.           mysql> SET AUTOCOMMIT=1;  # Used for quick re-create of the table
  10799.           mysql> DELETE FROM pet;
  10800.           mysql> LOAD DATA LOCAL INFILE "pet.txt" INTO TABLE pet;
  10801.  
  10802.      However, if you do this, you must also re-enter the record for
  10803.      Puffball.
  10804.  
  10805.    * Fix only the erroneous record with an `UPDATE' statement:
  10806.  
  10807.           mysql> UPDATE pet SET birth = "1989-08-31" WHERE name = "Bowser";
  10808.  
  10809. As shown above, it is easy to retrieve an entire table.  But typically
  10810. you don't want to do that, particularly when the table becomes large.
  10811. Instead, you're usually more interested in answering a particular
  10812. question, in which case you specify some constraints on the information
  10813. you want.  Let's look at some selection queries in terms of questions
  10814. about your pets that they answer.
  10815.  
  10816. Selecting Particular Rows
  10817. .........................
  10818.  
  10819. You can select only particular rows from your table.  For example, if
  10820. you want to verify the change that you made to Bowser's birth date,
  10821. select Bowser's record like this:
  10822.  
  10823.      mysql> SELECT * FROM pet WHERE name = "Bowser";
  10824.      +--------+-------+---------+------+------------+------------+
  10825.      | name   | owner | species | sex  | birth      | death      |
  10826.      +--------+-------+---------+------+------------+------------+
  10827.      | Bowser | Diane | dog     | m    | 1989-08-31 | 1995-07-29 |
  10828.      +--------+-------+---------+------+------------+------------+
  10829.  
  10830. The output confirms that the year is correctly recorded now as 1989,
  10831. not 1998.
  10832.  
  10833. String comparisons are normally case insensitive, so you can specify the
  10834. name as `"bowser"', `"BOWSER"', etc.  The query result will be the same.
  10835.  
  10836. You can specify conditions on any column, not just `name'.  For example,
  10837. if you want to know which animals were born after 1998, test the `birth'
  10838. column:
  10839.  
  10840.      mysql> SELECT * FROM pet WHERE birth >= "1998-1-1";
  10841.      +----------+-------+---------+------+------------+-------+
  10842.      | name     | owner | species | sex  | birth      | death |
  10843.      +----------+-------+---------+------+------------+-------+
  10844.      | Chirpy   | Gwen  | bird    | f    | 1998-09-11 | NULL  |
  10845.      | Puffball | Diane | hamster | f    | 1999-03-30 | NULL  |
  10846.      +----------+-------+---------+------+------------+-------+
  10847.  
  10848. You can combine conditions, for example, to locate female dogs:
  10849.  
  10850.      mysql> SELECT * FROM pet WHERE species = "dog" AND sex = "f";
  10851.      +-------+--------+---------+------+------------+-------+
  10852.      | name  | owner  | species | sex  | birth      | death |
  10853.      +-------+--------+---------+------+------------+-------+
  10854.      | Buffy | Harold | dog     | f    | 1989-05-13 | NULL  |
  10855.      +-------+--------+---------+------+------------+-------+
  10856.  
  10857. The preceding query uses the `AND' logical operator.  There is also an
  10858. `OR' operator:
  10859.  
  10860.      mysql> SELECT * FROM pet WHERE species = "snake" OR species = "bird";
  10861.      +----------+-------+---------+------+------------+-------+
  10862.      | name     | owner | species | sex  | birth      | death |
  10863.      +----------+-------+---------+------+------------+-------+
  10864.      | Chirpy   | Gwen  | bird    | f    | 1998-09-11 | NULL  |
  10865.      | Whistler | Gwen  | bird    | NULL | 1997-12-09 | NULL  |
  10866.      | Slim     | Benny | snake   | m    | 1996-04-29 | NULL  |
  10867.      +----------+-------+---------+------+------------+-------+
  10868.  
  10869. `AND' and `OR' may be intermixed.  If you do that, it's a good idea to
  10870. use parentheses to indicate how conditions should be grouped:
  10871.  
  10872.      mysql> SELECT * FROM pet WHERE (species = "cat" AND sex = "m")
  10873.          -> OR (species = "dog" AND sex = "f");
  10874.      +-------+--------+---------+------+------------+-------+
  10875.      | name  | owner  | species | sex  | birth      | death |
  10876.      +-------+--------+---------+------+------------+-------+
  10877.      | Claws | Gwen   | cat     | m    | 1994-03-17 | NULL  |
  10878.      | Buffy | Harold | dog     | f    | 1989-05-13 | NULL  |
  10879.      +-------+--------+---------+------+------------+-------+
  10880.  
  10881. Selecting Particular Columns
  10882. ............................
  10883.  
  10884. If you don't want to see entire rows from your table, just name the
  10885. columns in which you're interested, separated by commas.  For example,
  10886. if you want to know when your animals were born, select the `name' and
  10887. `birth' columns:
  10888.  
  10889.      mysql> SELECT name, birth FROM pet;
  10890.      +----------+------------+
  10891.      | name     | birth      |
  10892.      +----------+------------+
  10893.      | Fluffy   | 1993-02-04 |
  10894.      | Claws    | 1994-03-17 |
  10895.      | Buffy    | 1989-05-13 |
  10896.      | Fang     | 1990-08-27 |
  10897.      | Bowser   | 1989-08-31 |
  10898.      | Chirpy   | 1998-09-11 |
  10899.      | Whistler | 1997-12-09 |
  10900.      | Slim     | 1996-04-29 |
  10901.      | Puffball | 1999-03-30 |
  10902.      +----------+------------+
  10903.  
  10904. To find out who owns pets, use this query:
  10905.  
  10906.      mysql> SELECT owner FROM pet;
  10907.      +--------+
  10908.      | owner  |
  10909.      +--------+
  10910.      | Harold |
  10911.      | Gwen   |
  10912.      | Harold |
  10913.      | Benny  |
  10914.      | Diane  |
  10915.      | Gwen   |
  10916.      | Gwen   |
  10917.      | Benny  |
  10918.      | Diane  |
  10919.      +--------+
  10920.  
  10921. However, notice that the query simply retrieves the `owner' field from
  10922. each record, and some of them appear more than once.  To minimize the
  10923. output, retrieve each unique output record just once by adding the
  10924. keyword `DISTINCT':
  10925.  
  10926.      mysql> SELECT DISTINCT owner FROM pet;
  10927.      +--------+
  10928.      | owner  |
  10929.      +--------+
  10930.      | Benny  |
  10931.      | Diane  |
  10932.      | Gwen   |
  10933.      | Harold |
  10934.      +--------+
  10935.  
  10936. You can use a `WHERE' clause to combine row selection with column
  10937. selection.  For example, to get birth dates for dogs and cats only, use
  10938. this query:
  10939.  
  10940.      mysql> SELECT name, species, birth FROM pet
  10941.          -> WHERE species = "dog" OR species = "cat";
  10942.      +--------+---------+------------+
  10943.      | name   | species | birth      |
  10944.      +--------+---------+------------+
  10945.      | Fluffy | cat     | 1993-02-04 |
  10946.      | Claws  | cat     | 1994-03-17 |
  10947.      | Buffy  | dog     | 1989-05-13 |
  10948.      | Fang   | dog     | 1990-08-27 |
  10949.      | Bowser | dog     | 1989-08-31 |
  10950.      +--------+---------+------------+
  10951.  
  10952. Sorting Rows
  10953. ............
  10954.  
  10955. You may have noticed in the preceding examples that the result rows are
  10956. displayed in no particular order.  However, it's often easier to examine
  10957. query output when the rows are sorted in some meaningful way.  To sort a
  10958. result, use an `ORDER BY' clause.
  10959.  
  10960. Here are animal birthdays, sorted by date:
  10961.  
  10962.      mysql> SELECT name, birth FROM pet ORDER BY birth;
  10963.      +----------+------------+
  10964.      | name     | birth      |
  10965.      +----------+------------+
  10966.      | Buffy    | 1989-05-13 |
  10967.      | Bowser   | 1989-08-31 |
  10968.      | Fang     | 1990-08-27 |
  10969.      | Fluffy   | 1993-02-04 |
  10970.      | Claws    | 1994-03-17 |
  10971.      | Slim     | 1996-04-29 |
  10972.      | Whistler | 1997-12-09 |
  10973.      | Chirpy   | 1998-09-11 |
  10974.      | Puffball | 1999-03-30 |
  10975.      +----------+------------+
  10976.  
  10977. To sort in reverse order, add the `DESC' (descending) keyword to the
  10978. name of the column you are sorting by:
  10979.  
  10980.      mysql> SELECT name, birth FROM pet ORDER BY birth DESC;
  10981.      +----------+------------+
  10982.      | name     | birth      |
  10983.      +----------+------------+
  10984.      | Puffball | 1999-03-30 |
  10985.      | Chirpy   | 1998-09-11 |
  10986.      | Whistler | 1997-12-09 |
  10987.      | Slim     | 1996-04-29 |
  10988.      | Claws    | 1994-03-17 |
  10989.      | Fluffy   | 1993-02-04 |
  10990.      | Fang     | 1990-08-27 |
  10991.      | Bowser   | 1989-08-31 |
  10992.      | Buffy    | 1989-05-13 |
  10993.      +----------+------------+
  10994.  
  10995. You can sort on multiple columns.  For example, to sort by type of
  10996. animal, then by birth date within animal type with youngest animals
  10997. first, use the following query:
  10998.  
  10999.      mysql> SELECT name, species, birth FROM pet ORDER BY species, birth DESC;
  11000.      +----------+---------+------------+
  11001.      | name     | species | birth      |
  11002.      +----------+---------+------------+
  11003.      | Chirpy   | bird    | 1998-09-11 |
  11004.      | Whistler | bird    | 1997-12-09 |
  11005.      | Claws    | cat     | 1994-03-17 |
  11006.      | Fluffy   | cat     | 1993-02-04 |
  11007.      | Fang     | dog     | 1990-08-27 |
  11008.      | Bowser   | dog     | 1989-08-31 |
  11009.      | Buffy    | dog     | 1989-05-13 |
  11010.      | Puffball | hamster | 1999-03-30 |
  11011.      | Slim     | snake   | 1996-04-29 |
  11012.      +----------+---------+------------+
  11013.  
  11014. Note that the `DESC' keyword applies only to the column name immediately
  11015. preceding it (`birth'); `species' values are still sorted in ascending
  11016. order.
  11017.  
  11018. Date Calculations
  11019. .................
  11020.  
  11021. MySQL provides several functions that you can use to perform
  11022. calculations on dates, for example, to calculate ages or extract parts
  11023. of dates.
  11024.  
  11025. To determine how many years old each of your pets is, compute the
  11026. difference in the year part of the current date and the birth date, then
  11027. subtract one if the current date occurs earlier in the calendar year
  11028. than the birth date.  The following query shows, for each pet, the
  11029. birth date, the current date, and the age in years.
  11030.  
  11031.      mysql> SELECT name, birth, CURRENT_DATE,
  11032.          -> (YEAR(CURRENT_DATE)-YEAR(birth))
  11033.          -> - (RIGHT(CURRENT_DATE,5)<RIGHT(birth,5))
  11034.          -> AS age
  11035.          -> FROM pet;
  11036.      +----------+------------+--------------+------+
  11037.      | name     | birth      | CURRENT_DATE | age  |
  11038.      +----------+------------+--------------+------+
  11039.      | Fluffy   | 1993-02-04 | 2001-08-29   |    8 |
  11040.      | Claws    | 1994-03-17 | 2001-08-29   |    7 |
  11041.      | Buffy    | 1989-05-13 | 2001-08-29   |   12 |
  11042.      | Fang     | 1990-08-27 | 2001-08-29   |   11 |
  11043.      | Bowser   | 1989-08-31 | 2001-08-29   |   11 |
  11044.      | Chirpy   | 1998-09-11 | 2001-08-29   |    2 |
  11045.      | Whistler | 1997-12-09 | 2001-08-29   |    3 |
  11046.      | Slim     | 1996-04-29 | 2001-08-29   |    5 |
  11047.      | Puffball | 1999-03-30 | 2001-08-29   |    2 |
  11048.      +----------+------------+--------------+------+
  11049.  
  11050. Here, `YEAR()' pulls out the year part of a date and `RIGHT()' pulls
  11051. off the rightmost five characters that represent the `MM-DD' (calendar
  11052. year) part of the date.  The part of the expression that compares the
  11053. `MM-DD' values evaluates to 1 or 0, which adjusts the year difference
  11054. down a year if `CURRENT_DATE' occurs earlier in the year than `birth'.
  11055. The full expression is somewhat ungainly, so an alias (`age') is used
  11056. to make the output column label more meaningful.
  11057.  
  11058. The query works, but the result could be scanned more easily if the rows
  11059. were presented in some order.  This can be done by adding an `ORDER BY
  11060. name' clause to sort the output by name:
  11061.  
  11062.      mysql> SELECT name, birth, CURRENT_DATE,
  11063.          -> (YEAR(CURRENT_DATE)-YEAR(birth))
  11064.          -> - (RIGHT(CURRENT_DATE,5)<RIGHT(birth,5))
  11065.          -> AS age
  11066.          -> FROM pet ORDER BY name;
  11067.      +----------+------------+--------------+------+
  11068.      | name     | birth      | CURRENT_DATE | age  |
  11069.      +----------+------------+--------------+------+
  11070.      | Bowser   | 1989-08-31 | 2001-08-29   |   11 |
  11071.      | Buffy    | 1989-05-13 | 2001-08-29   |   12 |
  11072.      | Chirpy   | 1998-09-11 | 2001-08-29   |    2 |
  11073.      | Claws    | 1994-03-17 | 2001-08-29   |    7 |
  11074.      | Fang     | 1990-08-27 | 2001-08-29   |   11 |
  11075.      | Fluffy   | 1993-02-04 | 2001-08-29   |    8 |
  11076.      | Puffball | 1999-03-30 | 2001-08-29   |    2 |
  11077.      | Slim     | 1996-04-29 | 2001-08-29   |    5 |
  11078.      | Whistler | 1997-12-09 | 2001-08-29   |    3 |
  11079.      +----------+------------+--------------+------+
  11080.  
  11081. To sort the output by `age' rather than `name', just use a different
  11082. `ORDER BY' clause:
  11083.  
  11084.      mysql> SELECT name, birth, CURRENT_DATE,
  11085.          -> (YEAR(CURRENT_DATE)-YEAR(birth))
  11086.          -> - (RIGHT(CURRENT_DATE,5)<RIGHT(birth,5))
  11087.          -> AS age
  11088.          -> FROM pet ORDER BY age;
  11089.      +----------+------------+--------------+------+
  11090.      | name     | birth      | CURRENT_DATE | age  |
  11091.      +----------+------------+--------------+------+
  11092.      | Chirpy   | 1998-09-11 | 2001-08-29   |    2 |
  11093.      | Puffball | 1999-03-30 | 2001-08-29   |    2 |
  11094.      | Whistler | 1997-12-09 | 2001-08-29   |    3 |
  11095.      | Slim     | 1996-04-29 | 2001-08-29   |    5 |
  11096.      | Claws    | 1994-03-17 | 2001-08-29   |    7 |
  11097.      | Fluffy   | 1993-02-04 | 2001-08-29   |    8 |
  11098.      | Fang     | 1990-08-27 | 2001-08-29   |   11 |
  11099.      | Bowser   | 1989-08-31 | 2001-08-29   |   11 |
  11100.      | Buffy    | 1989-05-13 | 2001-08-29   |   12 |
  11101.      +----------+------------+--------------+------+
  11102.  
  11103. A similar query can be used to determine age at death for animals that
  11104. have died.  You determine which animals these are by checking whether
  11105. or not the `death' value is `NULL'.  Then, for those with non-`NULL'
  11106. values, compute the difference between the `death' and `birth' values:
  11107.  
  11108.      mysql> SELECT name, birth, death,
  11109.          -> (YEAR(death)-YEAR(birth)) - (RIGHT(death,5)<RIGHT(birth,5))
  11110.          -> AS age
  11111.          -> FROM pet WHERE death IS NOT NULL ORDER BY age;
  11112.      +--------+------------+------------+------+
  11113.      | name   | birth      | death      | age  |
  11114.      +--------+------------+------------+------+
  11115.      | Bowser | 1989-08-31 | 1995-07-29 |    5 |
  11116.      +--------+------------+------------+------+
  11117.  
  11118. The query uses `death IS NOT NULL' rather than `death != NULL' because
  11119. `NULL' is a special value.  This is explained later.  *Note Working
  11120. with `NULL': Working with NULL.
  11121.  
  11122. What if you want to know which animals have birthdays next month?  For
  11123. this type of calculation, year and day are irrelevant; you simply want
  11124. to extract the month part of the `birth' column.  MySQL provides several
  11125. date-part extraction functions, such as `YEAR()', `MONTH()', and
  11126. `DAYOFMONTH()'.  `MONTH()' is the appropriate function here.  To see
  11127. how it works, run a simple query that displays the value of both
  11128. `birth' and `MONTH(birth)':
  11129.  
  11130.      mysql> SELECT name, birth, MONTH(birth) FROM pet;
  11131.      +----------+------------+--------------+
  11132.      | name     | birth      | MONTH(birth) |
  11133.      +----------+------------+--------------+
  11134.      | Fluffy   | 1993-02-04 |            2 |
  11135.      | Claws    | 1994-03-17 |            3 |
  11136.      | Buffy    | 1989-05-13 |            5 |
  11137.      | Fang     | 1990-08-27 |            8 |
  11138.      | Bowser   | 1989-08-31 |            8 |
  11139.      | Chirpy   | 1998-09-11 |            9 |
  11140.      | Whistler | 1997-12-09 |           12 |
  11141.      | Slim     | 1996-04-29 |            4 |
  11142.      | Puffball | 1999-03-30 |            3 |
  11143.      +----------+------------+--------------+
  11144.  
  11145. Finding animals with birthdays in the upcoming month is easy, too.
  11146. Suppose the current month is April.  Then the month value is `4' and
  11147. you look for animals born in May (month 5) like this:
  11148.  
  11149.      mysql> SELECT name, birth FROM pet WHERE MONTH(birth) = 5;
  11150.      +-------+------------+
  11151.      | name  | birth      |
  11152.      +-------+------------+
  11153.      | Buffy | 1989-05-13 |
  11154.      +-------+------------+
  11155.  
  11156. There is a small complication if the current month is December, of
  11157. course.  You don't just add one to the month number (`12') and look for
  11158. animals born in month 13, because there is no such month.  Instead, you
  11159. look for animals born in January (month 1).
  11160.  
  11161. You can even write the query so that it works no matter what the current
  11162. month is.  That way you don't have to use a particular month number in
  11163. the query.  `DATE_ADD()' allows you to add a time interval to a given
  11164. date.  If you add a month to the value of `NOW()', then extract the
  11165. month part with `MONTH()', the result produces the month in which to
  11166. look for birthdays:
  11167.  
  11168.      mysql> SELECT name, birth FROM pet
  11169.          -> WHERE MONTH(birth) = MONTH(DATE_ADD(NOW(), INTERVAL 1 MONTH));
  11170.  
  11171. A different way to accomplish the same task is to add `1' to get the
  11172. next month after the current one (after using the modulo function
  11173. (`MOD') to wrap around the month value to `0' if it is currently `12'):
  11174.  
  11175.      mysql> SELECT name, birth FROM pet
  11176.          -> WHERE MONTH(birth) = MOD(MONTH(NOW()), 12) + 1;
  11177.  
  11178. Note that `MONTH' returns a number between 1 and 12. And
  11179. `MOD(something,12)' returns a number between 0 and 11. So the addition
  11180. has to be after the `MOD()', otherwise we would go from November (11)
  11181. to January (1).
  11182.  
  11183. Working with `NULL' Values
  11184. ..........................
  11185.  
  11186. The `NULL' value can be surprising until you get used to it.
  11187. Conceptually, `NULL' means missing value or unknown value and it is
  11188. treated somewhat differently than other values.  To test for `NULL',
  11189. you cannot use the arithmetic comparison operators such as `=', `<', or
  11190. `!='.  To demonstrate this for yourself, try the following query:
  11191.  
  11192.      mysql> SELECT 1 = NULL, 1 != NULL, 1 < NULL, 1 > NULL;
  11193.      +----------+-----------+----------+----------+
  11194.      | 1 = NULL | 1 != NULL | 1 < NULL | 1 > NULL |
  11195.      +----------+-----------+----------+----------+
  11196.      |     NULL |      NULL |     NULL |     NULL |
  11197.      +----------+-----------+----------+----------+
  11198.  
  11199. Clearly you get no meaningful results from these comparisons.  Use the
  11200. `IS NULL' and `IS NOT NULL' operators instead:
  11201.  
  11202.      mysql> SELECT 1 IS NULL, 1 IS NOT NULL;
  11203.      +-----------+---------------+
  11204.      | 1 IS NULL | 1 IS NOT NULL |
  11205.      +-----------+---------------+
  11206.      |         0 |             1 |
  11207.      +-----------+---------------+
  11208.  
  11209. In MySQL, 0 or `NULL' means false and anything else means true.  The
  11210. default truth value from a boolean operation is 1.
  11211.  
  11212. This special treatment of `NULL' is why, in the previous section, it
  11213. was necessary to determine which animals are no longer alive using
  11214. `death IS NOT NULL' instead of `death != NULL'.
  11215.  
  11216. Pattern Matching
  11217. ................
  11218.  
  11219. MySQL provides standard SQL pattern matching as well as a form of
  11220. pattern matching based on extended regular expressions similar to those
  11221. used by Unix utilities such as `vi', `grep', and `sed'.
  11222.  
  11223. SQL pattern matching allows you to use `_' to match any single
  11224. character and `%' to match an arbitrary number of characters (including
  11225. zero characters).  In MySQL, SQL patterns are case insensitive by
  11226. default.  Some examples are shown below.  Note that you do not use `='
  11227. or `!=' when you use SQL patterns; use the `LIKE' or `NOT LIKE'
  11228. comparison operators instead.
  11229.  
  11230. To find names beginning with `b':
  11231.  
  11232.      mysql> SELECT * FROM pet WHERE name LIKE "b%";
  11233.      +--------+--------+---------+------+------------+------------+
  11234.      | name   | owner  | species | sex  | birth      | death      |
  11235.      +--------+--------+---------+------+------------+------------+
  11236.      | Buffy  | Harold | dog     | f    | 1989-05-13 | NULL       |
  11237.      | Bowser | Diane  | dog     | m    | 1989-08-31 | 1995-07-29 |
  11238.      +--------+--------+---------+------+------------+------------+
  11239.  
  11240. To find names ending with `fy':
  11241.  
  11242.      mysql> SELECT * FROM pet WHERE name LIKE "%fy";
  11243.      +--------+--------+---------+------+------------+-------+
  11244.      | name   | owner  | species | sex  | birth      | death |
  11245.      +--------+--------+---------+------+------------+-------+
  11246.      | Fluffy | Harold | cat     | f    | 1993-02-04 | NULL  |
  11247.      | Buffy  | Harold | dog     | f    | 1989-05-13 | NULL  |
  11248.      +--------+--------+---------+------+------------+-------+
  11249.  
  11250. To find names containing a `w':
  11251.  
  11252.      mysql> SELECT * FROM pet WHERE name LIKE "%w%";
  11253.      +----------+-------+---------+------+------------+------------+
  11254.      | name     | owner | species | sex  | birth      | death      |
  11255.      +----------+-------+---------+------+------------+------------+
  11256.      | Claws    | Gwen  | cat     | m    | 1994-03-17 | NULL       |
  11257.      | Bowser   | Diane | dog     | m    | 1989-08-31 | 1995-07-29 |
  11258.      | Whistler | Gwen  | bird    | NULL | 1997-12-09 | NULL       |
  11259.      +----------+-------+---------+------+------------+------------+
  11260.  
  11261. To find names containing exactly five characters, use the `_' pattern
  11262. character:
  11263.  
  11264.      mysql> SELECT * FROM pet WHERE name LIKE "_____";
  11265.      +-------+--------+---------+------+------------+-------+
  11266.      | name  | owner  | species | sex  | birth      | death |
  11267.      +-------+--------+---------+------+------------+-------+
  11268.      | Claws | Gwen   | cat     | m    | 1994-03-17 | NULL  |
  11269.      | Buffy | Harold | dog     | f    | 1989-05-13 | NULL  |
  11270.      +-------+--------+---------+------+------------+-------+
  11271.  
  11272. The other type of pattern matching provided by MySQL uses extended
  11273. regular expressions.  When you test for a match for this type of
  11274. pattern, use the `REGEXP' and `NOT REGEXP' operators (or `RLIKE' and
  11275. `NOT RLIKE', which are synonyms).
  11276.  
  11277. Some characteristics of extended regular expressions are:
  11278.  
  11279.    * `.' matches any single character.
  11280.  
  11281.    * A character class `[...]' matches any character within the
  11282.      brackets.  For example, `[abc]' matches `a', `b', or `c'.  To name
  11283.      a range of characters, use a dash.  `[a-z]' matches any lowercase
  11284.      letter, whereas `[0-9]' matches any digit.
  11285.  
  11286.    * `*' matches zero or more instances of the thing preceding it.  For
  11287.      example, `x*' matches any number of `x' characters, `[0-9]*'
  11288.      matches any number of digits, and `.*' matches any number of
  11289.      anything.
  11290.  
  11291.    * Regular expressions are case sensitive, but you can use a
  11292.      character class to match both lettercases if you wish.  For
  11293.      example, `[aA]' matches lowercase or uppercase `a' and `[a-zA-Z]'
  11294.      matches any letter in either case.
  11295.  
  11296.    * The pattern matches if it occurs anywhere in the value being
  11297.      tested.  (SQL patterns match only if they match the entire value.)
  11298.  
  11299.    * To anchor a pattern so that it must match the beginning or end of
  11300.      the value being tested, use `^' at the beginning or `$' at the end
  11301.      of the pattern.
  11302.  
  11303. To demonstrate how extended regular expressions work, the `LIKE' queries
  11304. shown above are rewritten below to use `REGEXP'.
  11305.  
  11306. To find names beginning with `b', use `^' to match the beginning of the
  11307. name:
  11308.  
  11309.      mysql> SELECT * FROM pet WHERE name REGEXP "^b";
  11310.      +--------+--------+---------+------+------------+------------+
  11311.      | name   | owner  | species | sex  | birth      | death      |
  11312.      +--------+--------+---------+------+------------+------------+
  11313.      | Buffy  | Harold | dog     | f    | 1989-05-13 | NULL       |
  11314.      | Bowser | Diane  | dog     | m    | 1989-08-31 | 1995-07-29 |
  11315.      +--------+--------+---------+------+------------+------------+
  11316.  
  11317. Prior to MySQL Version 3.23.4, `REGEXP' is case sensitive, and the
  11318. previous query will return no rows. To match either lowercase or
  11319. uppercase `b', use this query instead:
  11320.  
  11321.      mysql> SELECT * FROM pet WHERE name REGEXP "^[bB]";
  11322.  
  11323. From MySQL 3.23.4 on, to force a `REGEXP' comparison to be case
  11324. sensitive, use the `BINARY' keyword to make one of the strings a binary
  11325. string. This query will match only lowercase `b' at the beginning of a
  11326. name:
  11327.  
  11328.      mysql> SELECT * FROM pet WHERE name REGEXP BINARY "^b";
  11329.  
  11330. To find names ending with `fy', use `$' to match the end of the name:
  11331.  
  11332.      mysql> SELECT * FROM pet WHERE name REGEXP "fy$";
  11333.      +--------+--------+---------+------+------------+-------+
  11334.      | name   | owner  | species | sex  | birth      | death |
  11335.      +--------+--------+---------+------+------------+-------+
  11336.      | Fluffy | Harold | cat     | f    | 1993-02-04 | NULL  |
  11337.      | Buffy  | Harold | dog     | f    | 1989-05-13 | NULL  |
  11338.      +--------+--------+---------+------+------------+-------+
  11339.  
  11340. To find names containing a lowercase or uppercase `w', use this query:
  11341.  
  11342.      mysql> SELECT * FROM pet WHERE name REGEXP "w";
  11343.      +----------+-------+---------+------+------------+------------+
  11344.      | name     | owner | species | sex  | birth      | death      |
  11345.      +----------+-------+---------+------+------------+------------+
  11346.      | Claws    | Gwen  | cat     | m    | 1994-03-17 | NULL       |
  11347.      | Bowser   | Diane | dog     | m    | 1989-08-31 | 1995-07-29 |
  11348.      | Whistler | Gwen  | bird    | NULL | 1997-12-09 | NULL       |
  11349.      +----------+-------+---------+------+------------+------------+
  11350.  
  11351. Because a regular expression pattern matches if it occurs anywhere in
  11352. the value, it is not necessary in the previous query to put a wild card
  11353. on either side of the pattern to get it to match the entire value like
  11354. it would be if you used a SQL pattern.
  11355.  
  11356. To find names containing exactly five characters, use `^' and `$' to
  11357. match the beginning and end of the name, and five instances of `.' in
  11358. between:
  11359.  
  11360.      mysql> SELECT * FROM pet WHERE name REGEXP "^.....$";
  11361.      +-------+--------+---------+------+------------+-------+
  11362.      | name  | owner  | species | sex  | birth      | death |
  11363.      +-------+--------+---------+------+------------+-------+
  11364.      | Claws | Gwen   | cat     | m    | 1994-03-17 | NULL  |
  11365.      | Buffy | Harold | dog     | f    | 1989-05-13 | NULL  |
  11366.      +-------+--------+---------+------+------------+-------+
  11367.  
  11368. You could also write the previous query using the `{n}'
  11369. "repeat-`n'-times" operator:
  11370.  
  11371.      mysql> SELECT * FROM pet WHERE name REGEXP "^.{5}$";
  11372.      +-------+--------+---------+------+------------+-------+
  11373.      | name  | owner  | species | sex  | birth      | death |
  11374.      +-------+--------+---------+------+------------+-------+
  11375.      | Claws | Gwen   | cat     | m    | 1994-03-17 | NULL  |
  11376.      | Buffy | Harold | dog     | f    | 1989-05-13 | NULL  |
  11377.      +-------+--------+---------+------+------------+-------+
  11378.  
  11379. Counting Rows
  11380. .............
  11381.  
  11382. Databases are often used to answer the question, "How often does a
  11383. certain type of data occur in a table?"  For example, you might want to
  11384. know how many pets you have, or how many pets each owner has, or you
  11385. might want to perform various kinds of censuses on your animals.
  11386.  
  11387. Counting the total number of animals you have is the same question as
  11388. "How many rows are in the `pet' table?" because there is one record per
  11389. pet.  The `COUNT()' function counts the number of non-`NULL' results, so
  11390. the query to count your animals looks like this:
  11391.  
  11392.      mysql> SELECT COUNT(*) FROM pet;
  11393.      +----------+
  11394.      | COUNT(*) |
  11395.      +----------+
  11396.      |        9 |
  11397.      +----------+
  11398.  
  11399. Earlier, you retrieved the names of the people who owned pets.  You can
  11400. use `COUNT()' if you want to find out how many pets each owner has:
  11401.  
  11402.      mysql> SELECT owner, COUNT(*) FROM pet GROUP BY owner;
  11403.      +--------+----------+
  11404.      | owner  | COUNT(*) |
  11405.      +--------+----------+
  11406.      | Benny  |        2 |
  11407.      | Diane  |        2 |
  11408.      | Gwen   |        3 |
  11409.      | Harold |        2 |
  11410.      +--------+----------+
  11411.  
  11412. Note the use of `GROUP BY' to group together all records for each
  11413. `owner'.  Without it, all you get is an error message:
  11414.  
  11415.      mysql> SELECT owner, COUNT(owner) FROM pet;
  11416.      ERROR 1140 at line 1: Mixing of GROUP columns (MIN(),MAX(),COUNT()...)
  11417.      with no GROUP columns is illegal if there is no GROUP BY clause
  11418.  
  11419. `COUNT()' and `GROUP BY' are useful for characterizing your data in
  11420. various ways.  The following examples show different ways to perform
  11421. animal census operations.
  11422.  
  11423. Number of animals per species:
  11424.  
  11425.      mysql> SELECT species, COUNT(*) FROM pet GROUP BY species;
  11426.      +---------+----------+
  11427.      | species | COUNT(*) |
  11428.      +---------+----------+
  11429.      | bird    |        2 |
  11430.      | cat     |        2 |
  11431.      | dog     |        3 |
  11432.      | hamster |        1 |
  11433.      | snake   |        1 |
  11434.      +---------+----------+
  11435.  
  11436. Number of animals per sex:
  11437.  
  11438.      mysql> SELECT sex, COUNT(*) FROM pet GROUP BY sex;
  11439.      +------+----------+
  11440.      | sex  | COUNT(*) |
  11441.      +------+----------+
  11442.      | NULL |        1 |
  11443.      | f    |        4 |
  11444.      | m    |        4 |
  11445.      +------+----------+
  11446.  
  11447. (In this output, `NULL' indicates sex unknown.)
  11448.  
  11449. Number of animals per combination of species and sex:
  11450.  
  11451.      mysql> SELECT species, sex, COUNT(*) FROM pet GROUP BY species, sex;
  11452.      +---------+------+----------+
  11453.      | species | sex  | COUNT(*) |
  11454.      +---------+------+----------+
  11455.      | bird    | NULL |        1 |
  11456.      | bird    | f    |        1 |
  11457.      | cat     | f    |        1 |
  11458.      | cat     | m    |        1 |
  11459.      | dog     | f    |        1 |
  11460.      | dog     | m    |        2 |
  11461.      | hamster | f    |        1 |
  11462.      | snake   | m    |        1 |
  11463.      +---------+------+----------+
  11464.  
  11465. You need not retrieve an entire table when you use `COUNT()'.  For
  11466. example, the previous query, when performed just on dogs and cats,
  11467. looks like this:
  11468.  
  11469.      mysql> SELECT species, sex, COUNT(*) FROM pet
  11470.          -> WHERE species = "dog" OR species = "cat"
  11471.          -> GROUP BY species, sex;
  11472.      +---------+------+----------+
  11473.      | species | sex  | COUNT(*) |
  11474.      +---------+------+----------+
  11475.      | cat     | f    |        1 |
  11476.      | cat     | m    |        1 |
  11477.      | dog     | f    |        1 |
  11478.      | dog     | m    |        2 |
  11479.      +---------+------+----------+
  11480.  
  11481. Or, if you wanted the number of animals per sex only for known-sex
  11482. animals:
  11483.  
  11484.      mysql> SELECT species, sex, COUNT(*) FROM pet
  11485.          -> WHERE sex IS NOT NULL
  11486.          -> GROUP BY species, sex;
  11487.      +---------+------+----------+
  11488.      | species | sex  | COUNT(*) |
  11489.      +---------+------+----------+
  11490.      | bird    | f    |        1 |
  11491.      | cat     | f    |        1 |
  11492.      | cat     | m    |        1 |
  11493.      | dog     | f    |        1 |
  11494.      | dog     | m    |        2 |
  11495.      | hamster | f    |        1 |
  11496.      | snake   | m    |        1 |
  11497.      +---------+------+----------+
  11498.  
  11499. Using More Than one Table
  11500. .........................
  11501.  
  11502. The `pet' table keeps track of which pets you have.  If you want to
  11503. record other information about them, such as events in their lives like
  11504. visits to the vet or when litters are born, you need another table.
  11505. What should this table look like? It needs:
  11506.  
  11507.    * To contain the pet name so you know which animal each event
  11508.      pertains to.
  11509.  
  11510.    * A date so you know when the event occurred.
  11511.  
  11512.    * A field to describe the event.
  11513.  
  11514.    * An event type field, if you want to be able to categorize events.
  11515.  
  11516. Given these considerations, the `CREATE TABLE' statement for the
  11517. `event' table might look like this:
  11518.  
  11519.      mysql> CREATE TABLE event (name VARCHAR(20), date DATE,
  11520.          -> type VARCHAR(15), remark VARCHAR(255));
  11521.  
  11522. As with the `pet' table, it's easiest to load the initial records by
  11523. creating a tab-delimited text file containing the information:
  11524.  
  11525. Fluffy      1995-05-15  litter      4 kittens, 3 female, 1 male
  11526. Buffy       1993-06-23  litter      5 puppies, 2 female, 3 male
  11527. Buffy       1994-06-19  litter      3 puppies, 3 female
  11528. Chirpy      1999-03-21  vet         needed beak straightened
  11529. Slim        1997-08-03  vet         broken rib
  11530. Bowser      1991-10-12  kennel      
  11531. Fang        1991-10-12  kennel      
  11532. Fang        1998-08-28  birthday    Gave him a new chew toy
  11533. Claws       1998-03-17  birthday    Gave him a new flea collar
  11534. Whistler    1998-12-09  birthday    First birthday
  11535.  
  11536. Load the records like this:
  11537.  
  11538.      mysql> LOAD DATA LOCAL INFILE "event.txt" INTO TABLE event;
  11539.  
  11540. Based on what you've learned from the queries you've run on the `pet'
  11541. table, you should be able to perform retrievals on the records in the
  11542. `event' table; the principles are the same.  But when is the `event'
  11543. table by itself insufficient to answer questions you might ask?
  11544.  
  11545. Suppose you want to find out the ages of each pet when they had their
  11546. litters.  The `event' table indicates when this occurred, but to
  11547. calculate the age of the mother, you need her birth date.  Because that
  11548. is stored in the `pet' table, you need both tables for the query:
  11549.  
  11550.      mysql> SELECT pet.name, (TO_DAYS(date) - TO_DAYS(birth))/365 AS age, remark
  11551.          -> FROM pet, event
  11552.          -> WHERE pet.name = event.name AND type = "litter";
  11553.      +--------+------+-----------------------------+
  11554.      | name   | age  | remark                      |
  11555.      +--------+------+-----------------------------+
  11556.      | Fluffy | 2.27 | 4 kittens, 3 female, 1 male |
  11557.      | Buffy  | 4.12 | 5 puppies, 2 female, 3 male |
  11558.      | Buffy  | 5.10 | 3 puppies, 3 female         |
  11559.      +--------+------+-----------------------------+
  11560.  
  11561. There are several things to note about this query:
  11562.  
  11563.    * The `FROM' clause lists two tables because the query needs to pull
  11564.      information from both of them.
  11565.  
  11566.    * When combining (joining) information from multiple tables, you
  11567.      need to specify how records in one table can be matched to records
  11568.      in the other.  This is easy because they both have a `name'
  11569.      column.  The query uses `WHERE' clause to match up records in the
  11570.      two tables based on the `name' values.
  11571.  
  11572.    * Because the `name' column occurs in both tables, you must be
  11573.      specific about which table you mean when referring to the column.
  11574.      This is done by prepending the table name to the column name.
  11575.  
  11576. You need not have two different tables to perform a join.  Sometimes it
  11577. is useful to join a table to itself, if you want to compare records in
  11578. a table to other records in that same table.  For example, to find
  11579. breeding pairs among your pets, you can join the `pet' table with
  11580. itself to pair up males and females of like species:
  11581.  
  11582.      mysql> SELECT p1.name, p1.sex, p2.name, p2.sex, p1.species
  11583.          -> FROM pet AS p1, pet AS p2
  11584.          -> WHERE p1.species = p2.species AND p1.sex = "f" AND p2.sex = "m";
  11585.      +--------+------+--------+------+---------+
  11586.      | name   | sex  | name   | sex  | species |
  11587.      +--------+------+--------+------+---------+
  11588.      | Fluffy | f    | Claws  | m    | cat     |
  11589.      | Buffy  | f    | Fang   | m    | dog     |
  11590.      | Buffy  | f    | Bowser | m    | dog     |
  11591.      +--------+------+--------+------+---------+
  11592.  
  11593. In this query, we specify aliases for the table name in order to refer
  11594. to the columns and keep straight which instance of the table each
  11595. column reference is associated with.
  11596.  
  11597. Getting Information About Databases and Tables
  11598. ==============================================
  11599.  
  11600. What if you forget the name of a database or table, or what the
  11601. structure of a given table is (for example, what its columns are
  11602. called)?  MySQL addresses this problem through several statements that
  11603. provide information about the databases and tables it supports.
  11604.  
  11605. You have already seen `SHOW DATABASES', which lists the databases
  11606. managed by the server.  To find out which database is currently
  11607. selected, use the `DATABASE()' function:
  11608.  
  11609.      mysql> SELECT DATABASE();
  11610.      +------------+
  11611.      | DATABASE() |
  11612.      +------------+
  11613.      | menagerie  |
  11614.      +------------+
  11615.  
  11616. If you haven't selected any database yet, the result is blank.
  11617.  
  11618. To find out what tables the current database contains (for example, when
  11619. you're not sure about the name of a table), use this command:
  11620.  
  11621.      mysql> SHOW TABLES;
  11622.      +---------------------+
  11623.      | Tables in menagerie |
  11624.      +---------------------+
  11625.      | event               |
  11626.      | pet                 |
  11627.      +---------------------+
  11628.  
  11629. If you want to find out about the structure of a table, the `DESCRIBE'
  11630. command is useful; it displays information about each of a table's
  11631. columns:
  11632.  
  11633.      mysql> DESCRIBE pet;
  11634.      +---------+-------------+------+-----+---------+-------+
  11635.      | Field   | Type        | Null | Key | Default | Extra |
  11636.      +---------+-------------+------+-----+---------+-------+
  11637.      | name    | varchar(20) | YES  |     | NULL    |       |
  11638.      | owner   | varchar(20) | YES  |     | NULL    |       |
  11639.      | species | varchar(20) | YES  |     | NULL    |       |
  11640.      | sex     | char(1)     | YES  |     | NULL    |       |
  11641.      | birth   | date        | YES  |     | NULL    |       |
  11642.      | death   | date        | YES  |     | NULL    |       |
  11643.      +---------+-------------+------+-----+---------+-------+
  11644.  
  11645. `Field' indicates the column name, `Type' is the data type for the
  11646. column, `Null' indicates whether or not the column can contain `NULL'
  11647. values, `Key' indicates whether or not the column is indexed, and
  11648. `Default' specifies the column's default value.
  11649.  
  11650. If you have indexes on a table, `SHOW INDEX FROM tbl_name' produces
  11651. information about them.
  11652.  
  11653. Examples of Common Queries
  11654. ==========================
  11655.  
  11656. Here are examples of how to solve some common problems with MySQL.
  11657.  
  11658. Some of the examples use the table `shop' to hold the price of each
  11659. article (item number) for certain traders (dealers).  Supposing that
  11660. each trader has a single fixed price per article, then (`article',
  11661. `dealer') is a primary key for the records.
  11662.  
  11663. Start the command line tool `mysql' and select a database:
  11664.  
  11665.      mysql your-database-name
  11666.  
  11667. (In most MySQL installations, you can use the database-name 'test').
  11668.  
  11669. You can create the example table as:
  11670.  
  11671.      CREATE TABLE shop (
  11672.       article INT(4) UNSIGNED ZEROFILL DEFAULT '0000' NOT NULL,
  11673.       dealer  CHAR(20)                 DEFAULT ''     NOT NULL,
  11674.       price   DOUBLE(16,2)             DEFAULT '0.00' NOT NULL,
  11675.       PRIMARY KEY(article, dealer));
  11676.      
  11677.      INSERT INTO shop VALUES
  11678.      (1,'A',3.45),(1,'B',3.99),(2,'A',10.99),(3,'B',1.45),(3,'C',1.69),
  11679.      (3,'D',1.25),(4,'D',19.95);
  11680.  
  11681. Okay, so the example data is:
  11682.  
  11683.      mysql> SELECT * FROM shop;
  11684.      
  11685.      +---------+--------+-------+
  11686.      | article | dealer | price |
  11687.      +---------+--------+-------+
  11688.      |    0001 | A      |  3.45 |
  11689.      |    0001 | B      |  3.99 |
  11690.      |    0002 | A      | 10.99 |
  11691.      |    0003 | B      |  1.45 |
  11692.      |    0003 | C      |  1.69 |
  11693.      |    0003 | D      |  1.25 |
  11694.      |    0004 | D      | 19.95 |
  11695.      +---------+--------+-------+
  11696.  
  11697. The Maximum Value for a Column
  11698. ------------------------------
  11699.  
  11700. "What's the highest item number?"
  11701.  
  11702.      SELECT MAX(article) AS article FROM shop
  11703.      
  11704.      +---------+
  11705.      | article |
  11706.      +---------+
  11707.      |       4 |
  11708.      +---------+
  11709.  
  11710. The Row Holding the Maximum of a Certain Column
  11711. -----------------------------------------------
  11712.  
  11713. "Find number, dealer, and price of the most expensive article."
  11714.  
  11715. In ANSI SQL this is easily done with a sub-query:
  11716.  
  11717.      SELECT article, dealer, price
  11718.      FROM   shop
  11719.      WHERE  price=(SELECT MAX(price) FROM shop)
  11720.  
  11721. In MySQL (which does not yet have sub-selects), just do it in two steps:
  11722.  
  11723.   1. Get the maximum price value from the table with a `SELECT'
  11724.      statement.
  11725.  
  11726.   2. Using this value compile the actual query:
  11727.           SELECT article, dealer, price
  11728.           FROM   shop
  11729.           WHERE  price=19.95
  11730.  
  11731. Another solution is to sort all rows descending by price and only get
  11732. the first row using the MySQL specific `LIMIT' clause:
  11733.  
  11734.      SELECT article, dealer, price
  11735.      FROM   shop
  11736.      ORDER BY price DESC
  11737.      LIMIT 1
  11738.  
  11739. *NOTE*:  If there are several most expensive articles (for example,
  11740. each 19.95) the `LIMIT' solution shows only one of them!
  11741.  
  11742. Maximum of Column per Group
  11743. ---------------------------
  11744.  
  11745. "What's the highest price per article?"
  11746.  
  11747.      SELECT article, MAX(price) AS price
  11748.      FROM   shop
  11749.      GROUP BY article
  11750.      
  11751.      +---------+-------+
  11752.      | article | price |
  11753.      +---------+-------+
  11754.      |    0001 |  3.99 |
  11755.      |    0002 | 10.99 |
  11756.      |    0003 |  1.69 |
  11757.      |    0004 | 19.95 |
  11758.      +---------+-------+
  11759.  
  11760. The Rows Holding the Group-wise Maximum of a Certain Field
  11761. ----------------------------------------------------------
  11762.  
  11763. "For each article, find the dealer(s) with the most expensive price."
  11764.  
  11765. In ANSI SQL, I'd do it with a sub-query like this:
  11766.  
  11767.      SELECT article, dealer, price
  11768.      FROM   shop s1
  11769.      WHERE  price=(SELECT MAX(s2.price)
  11770.                    FROM shop s2
  11771.                    WHERE s1.article = s2.article);
  11772.  
  11773. In MySQL it's best do it in several steps:
  11774.  
  11775.   1. Get the list of (article,maxprice).
  11776.  
  11777.   2. For each article get the corresponding rows that have the stored
  11778.      maximum price.
  11779.  
  11780. This can easily be done with a temporary table:
  11781.  
  11782.      CREATE TEMPORARY TABLE tmp (
  11783.              article INT(4) UNSIGNED ZEROFILL DEFAULT '0000' NOT NULL,
  11784.              price   DOUBLE(16,2)             DEFAULT '0.00' NOT NULL);
  11785.      
  11786.      LOCK TABLES shop read;
  11787.      
  11788.      INSERT INTO tmp SELECT article, MAX(price) FROM shop GROUP BY article;
  11789.      
  11790.      SELECT shop.article, dealer, shop.price FROM shop, tmp
  11791.      WHERE shop.article=tmp.article AND shop.price=tmp.price;
  11792.      
  11793.      UNLOCK TABLES;
  11794.      
  11795.      DROP TABLE tmp;
  11796.  
  11797. If you don't use a `TEMPORARY' table, you must also lock the 'tmp'
  11798. table.
  11799.  
  11800. "Can it be done with a single query?"
  11801.  
  11802. Yes, but only by using a quite inefficient trick that I call the
  11803. "MAX-CONCAT trick":
  11804.  
  11805.      SELECT article,
  11806.             SUBSTRING( MAX( CONCAT(LPAD(price,6,'0'),dealer) ), 7) AS dealer,
  11807.        0.00+LEFT(      MAX( CONCAT(LPAD(price,6,'0'),dealer) ), 6) AS price
  11808.      FROM   shop
  11809.      GROUP BY article;
  11810.      
  11811.      +---------+--------+-------+
  11812.      | article | dealer | price |
  11813.      +---------+--------+-------+
  11814.      |    0001 | B      |  3.99 |
  11815.      |    0002 | A      | 10.99 |
  11816.      |    0003 | C      |  1.69 |
  11817.      |    0004 | D      | 19.95 |
  11818.      +---------+--------+-------+
  11819.  
  11820. The last example can, of course, be made a bit more efficient by doing
  11821. the splitting of the concatenated column in the client.
  11822.  
  11823. Using user variables
  11824. --------------------
  11825.  
  11826. You can use MySQL user variables to remember results without having to
  11827. store them in temporary variables in the client.  *Note Variables::.
  11828.  
  11829. For example, to find the articles with the highest and lowest price you
  11830. can do:
  11831.  
  11832.      select @min_price:=min(price),@max_price:=max(price) from shop;
  11833.      select * from shop where price=@min_price or price=@max_price;
  11834.      
  11835.      +---------+--------+-------+
  11836.      | article | dealer | price |
  11837.      +---------+--------+-------+
  11838.      |    0003 | D      |  1.25 |
  11839.      |    0004 | D      | 19.95 |
  11840.      +---------+--------+-------+
  11841.  
  11842. Using Foreign Keys
  11843. ------------------
  11844.  
  11845. You don't need foreign keys to join 2 tables.
  11846.  
  11847. The only thing MySQL doesn't do is `CHECK' to make sure that the keys
  11848. you use really exist in the table(s) you're referencing and it doesn't
  11849. automatically delete rows from table with a foreign key definition. If
  11850. you use your keys like normal, it'll work just fine:
  11851.  
  11852.      CREATE TABLE persons (
  11853.          id SMALLINT UNSIGNED NOT NULL AUTO_INCREMENT,
  11854.          name CHAR(60) NOT NULL,
  11855.          PRIMARY KEY (id)
  11856.      );
  11857.      
  11858.      CREATE TABLE shirts (
  11859.          id SMALLINT UNSIGNED NOT NULL AUTO_INCREMENT,
  11860.          style ENUM('t-shirt', 'polo', 'dress') NOT NULL,
  11861.          color ENUM('red', 'blue', 'orange', 'white', 'black') NOT NULL,
  11862.          owner SMALLINT UNSIGNED NOT NULL REFERENCES persons,
  11863.          PRIMARY KEY (id)
  11864.      );
  11865.      
  11866.      
  11867.      INSERT INTO persons VALUES (NULL, 'Antonio Paz');
  11868.      
  11869.      INSERT INTO shirts VALUES
  11870.      (NULL, 'polo', 'blue', LAST_INSERT_ID()),
  11871.      (NULL, 'dress', 'white', LAST_INSERT_ID()),
  11872.      (NULL, 't-shirt', 'blue', LAST_INSERT_ID());
  11873.      
  11874.      
  11875.      INSERT INTO persons VALUES (NULL, 'Lilliana Angelovska');
  11876.      
  11877.      INSERT INTO shirts VALUES
  11878.      (NULL, 'dress', 'orange', LAST_INSERT_ID()),
  11879.      (NULL, 'polo', 'red', LAST_INSERT_ID()),
  11880.      (NULL, 'dress', 'blue', LAST_INSERT_ID()),
  11881.      (NULL, 't-shirt', 'white', LAST_INSERT_ID());
  11882.      
  11883.      
  11884.      SELECT * FROM persons;
  11885.      +----+---------------------+
  11886.      | id | name                |
  11887.      +----+---------------------+
  11888.      |  1 | Antonio Paz         |
  11889.      |  2 | Lilliana Angelovska |
  11890.      +----+---------------------+
  11891.      
  11892.      SELECT * FROM shirts;
  11893.      +----+---------+--------+-------+
  11894.      | id | style   | color  | owner |
  11895.      +----+---------+--------+-------+
  11896.      |  1 | polo    | blue   |     1 |
  11897.      |  2 | dress   | white  |     1 |
  11898.      |  3 | t-shirt | blue   |     1 |
  11899.      |  4 | dress   | orange |     2 |
  11900.      |  5 | polo    | red    |     2 |
  11901.      |  6 | dress   | blue   |     2 |
  11902.      |  7 | t-shirt | white  |     2 |
  11903.      +----+---------+--------+-------+
  11904.      
  11905.      
  11906.      SELECT s.* FROM persons p, shirts s
  11907.       WHERE p.name LIKE 'Lilliana%'
  11908.         AND s.owner = p.id
  11909.         AND s.color <> 'white';
  11910.      
  11911.      +----+-------+--------+-------+
  11912.      | id | style | color  | owner |
  11913.      +----+-------+--------+-------+
  11914.      |  4 | dress | orange |     2 |
  11915.      |  5 | polo  | red    |     2 |
  11916.      |  6 | dress | blue   |     2 |
  11917.      +----+-------+--------+-------+
  11918.  
  11919. Searching on Two Keys
  11920. ---------------------
  11921.  
  11922. MySQL doesn't yet optimize when you search on two different keys
  11923. combined with `OR' (Searching on one key with different `OR' parts is
  11924. optimized quite good):
  11925.  
  11926.      SELECT field1_index, field2_index FROM test_table WHERE field1_index = '1'
  11927.      OR  field2_index = '1'
  11928.  
  11929. The reason is that we haven't yet had time to come up with an efficient
  11930. way to handle this in the general case. (The `AND' handling is, in
  11931. comparison, now completely general and works very well).
  11932.  
  11933. For the moment you can solve this very efficiently by using a
  11934. `TEMPORARY' table. This type of optimization is also very good if you
  11935. are using very complicated queries where the SQL server does the
  11936. optimizations in the wrong order.
  11937.  
  11938.      CREATE TEMPORARY TABLE tmp
  11939.      SELECT field1_index, field2_index FROM test_table WHERE field1_index = '1';
  11940.      INSERT INTO tmp
  11941.      SELECT field1_index, field2_index FROM test_table WHERE field2_index = '1';
  11942.      SELECT * from tmp;
  11943.      DROP TABLE tmp;
  11944.  
  11945. The above way to solve this query is in effect an `UNION' of two
  11946. queries.
  11947.  
  11948. Calculating visits per day
  11949. --------------------------
  11950.  
  11951. The following shows an idea of how you can use the bit group functions
  11952. to calculate the number of days per month a user has visited a web page.
  11953.  
  11954.      CREATE TABLE t1 (year YEAR(4), month INT(2) UNSIGNED ZEROFILL, day INT(2) UNSIGNED ZEROFILL);
  11955.      INSERT INTO t1 VALUES(2000,1,1),(2000,1,20),(2000,1,30),(2000,2,2),(2000,2,23),(2000,2,23);
  11956.      
  11957.      SELECT year,month,BIT_COUNT(BIT_OR(1<<day)) AS days FROM t1 GROUP BY year,month;
  11958.      
  11959.      Which returns:
  11960.      
  11961.      +------+-------+------+
  11962.      | year | month | days |
  11963.      +------+-------+------+
  11964.      | 2000 |    01 |    3 |
  11965.      | 2000 |    02 |    2 |
  11966.      +------+-------+------+
  11967.  
  11968. The above calculates how many different days was used for a given
  11969. year/month combination, with automatic removal of duplicate entries.
  11970.  
  11971. Using `mysql' in Batch Mode
  11972. ===========================
  11973.  
  11974. In the previous sections, you used `mysql' interactively to enter
  11975. queries and view the results.  You can also run `mysql' in batch mode.
  11976. To do this, put the commands you want to run in a file, then tell
  11977. `mysql' to read its input from the file:
  11978.  
  11979.      shell> mysql < batch-file
  11980.  
  11981. If you need to specify connection parameters on the command line, the
  11982. command might look like this:
  11983.  
  11984.      shell> mysql -h host -u user -p < batch-file
  11985.      Enter password: ********
  11986.  
  11987. When you use `mysql' this way, you are creating a script file, then
  11988. executing the script.
  11989.  
  11990. Why use a script?  Here are a few reasons:
  11991.  
  11992.    * If you run a query repeatedly (say, every day or every week),
  11993.      making it a script allows you to avoid retyping it each time you
  11994.      execute it.
  11995.  
  11996.    * You can generate new queries from existing ones that are similar
  11997.      by copying and editing script files.
  11998.  
  11999.    * Batch mode can also be useful while you're developing a query,
  12000.      particularly for multiple-line commands or multiple-statement
  12001.      sequences of commands.  If you make a mistake, you don't have to
  12002.      retype everything.  Just edit your script to correct the error,
  12003.      then tell `mysql' to execute it again.
  12004.  
  12005.    * If you have a query that produces a lot of output, you can run the
  12006.      output through a pager rather than watching it scroll off the top
  12007.      of your screen:
  12008.  
  12009.           shell> mysql < batch-file | more
  12010.  
  12011.    * You can catch the output in a file for further processing:
  12012.  
  12013.           shell> mysql < batch-file > mysql.out
  12014.  
  12015.    * You can distribute your script to other people so they can run the
  12016.      commands, too.
  12017.  
  12018.    * Some situations do not allow for interactive use, for example,
  12019.      when you run a query from a `cron' job.  In this case, you must
  12020.      use batch mode.
  12021.  
  12022. The default output format is different (more concise) when you run
  12023. `mysql' in batch mode than when you use it interactively.  For example,
  12024. the output of `SELECT DISTINCT species FROM pet' looks like this when
  12025. run interactively:
  12026.  
  12027.      +---------+
  12028.      | species |
  12029.      +---------+
  12030.      | bird    |
  12031.      | cat     |
  12032.      | dog     |
  12033.      | hamster |
  12034.      | snake   |
  12035.      +---------+
  12036.  
  12037. But like this when run in batch mode:
  12038.  
  12039.      species
  12040.      bird
  12041.      cat
  12042.      dog
  12043.      hamster
  12044.      snake
  12045.  
  12046. If you want to get the interactive output format in batch mode, use
  12047. `mysql -t'.  To echo to the output the commands that are executed, use
  12048. `mysql -vvv'.
  12049.  
  12050. Queries from Twin Project
  12051. =========================
  12052.  
  12053. At Analytikerna and Lentus, we have been doing the systems and field
  12054. work for a big research project. This project is a collaboration
  12055. between the Institute of Environmental Medicine at Karolinska
  12056. Institutet Stockholm and the Section on Clinical Research in Aging and
  12057. Psychology at the University of Southern California.
  12058.  
  12059. The project involves a screening part where all twins in Sweden older
  12060. than 65 years are interviewed by telephone. Twins who meet certain
  12061. criteria are passed on to the next stage. In this latter stage, twins
  12062. who want to participate are visited by a doctor/nurse team. Some of the
  12063. examinations include physical and neuropsychological examination,
  12064. laboratory testing, neuroimaging, psychological status assessment, and
  12065. family history collection. In addition, data are collected on medical
  12066. and environmental risk factors.
  12067.  
  12068. More information about Twin studies can be found at:
  12069.  
  12070.      <http://www.imm.ki.se/TWIN/TWINUKW.HTM>
  12071.  
  12072. The latter part of the project is administered with a Web interface
  12073. written using Perl and MySQL.
  12074.  
  12075. Each night all data from the interviews are moved into a MySQL database.
  12076.  
  12077. Find all Non-distributed Twins
  12078. ------------------------------
  12079.  
  12080. The following query is used to determine who goes into the second part
  12081. of the project:
  12082.  
  12083.      select
  12084.              concat(p1.id, p1.tvab) + 0 as tvid,
  12085.              concat(p1.christian_name, " ", p1.surname) as Name,
  12086.              p1.postal_code as Code,
  12087.              p1.city as City,
  12088.              pg.abrev as Area,
  12089.              if(td.participation = "Aborted", "A", " ") as A,
  12090.              p1.dead as dead1,
  12091.              l.event as event1,
  12092.              td.suspect as tsuspect1,
  12093.              id.suspect as isuspect1,
  12094.              td.severe as tsevere1,
  12095.              id.severe as isevere1,
  12096.              p2.dead as dead2,
  12097.              l2.event as event2,
  12098.              h2.nurse as nurse2,
  12099.              h2.doctor as doctor2,
  12100.              td2.suspect as tsuspect2,
  12101.              id2.suspect as isuspect2,
  12102.              td2.severe as tsevere2,
  12103.              id2.severe as isevere2,
  12104.              l.finish_date
  12105.      from
  12106.              twin_project as tp
  12107.              /* For Twin 1 */
  12108.              left join twin_data as td on tp.id = td.id and tp.tvab = td.tvab
  12109.              left join informant_data as id on tp.id = id.id and tp.tvab = id.tvab
  12110.              left join harmony as h on tp.id = h.id and tp.tvab = h.tvab
  12111.              left join lentus as l on tp.id = l.id and tp.tvab = l.tvab
  12112.              /* For Twin 2 */
  12113.              left join twin_data as td2 on p2.id = td2.id and p2.tvab = td2.tvab
  12114.              left join informant_data as id2 on p2.id = id2.id and p2.tvab = id2.tvab
  12115.              left join harmony as h2 on p2.id = h2.id and p2.tvab = h2.tvab
  12116.              left join lentus as l2 on p2.id = l2.id and p2.tvab = l2.tvab,
  12117.              person_data as p1,
  12118.              person_data as p2,
  12119.              postal_groups as pg
  12120.      where
  12121.              /* p1 gets main twin and p2 gets his/her twin. */
  12122.              /* ptvab is a field inverted from tvab */
  12123.              p1.id = tp.id and p1.tvab = tp.tvab and
  12124.              p2.id = p1.id and p2.ptvab = p1.tvab and
  12125.              /* Just the sceening survey */
  12126.              tp.survey_no = 5 and
  12127.              /* Skip if partner died before 65 but allow emigration (dead=9) */
  12128.              (p2.dead = 0 or p2.dead = 9 or
  12129.               (p2.dead = 1 and
  12130.                (p2.death_date = 0 or
  12131.                 (((to_days(p2.death_date) - to_days(p2.birthday)) / 365)
  12132.                  >= 65))))
  12133.              and
  12134.              (
  12135.              /* Twin is suspect */
  12136.              (td.future_contact = 'Yes' and td.suspect = 2) or
  12137.              /* Twin is suspect - Informant is Blessed */
  12138.              (td.future_contact = 'Yes' and td.suspect = 1 and id.suspect = 1) or
  12139.              /* No twin - Informant is Blessed */
  12140.              (ISNULL(td.suspect) and id.suspect = 1 and id.future_contact = 'Yes') or
  12141.              /* Twin broken off - Informant is Blessed */
  12142.              (td.participation = 'Aborted'
  12143.               and id.suspect = 1 and id.future_contact = 'Yes') or
  12144.              /* Twin broken off - No inform - Have partner */
  12145.              (td.participation = 'Aborted' and ISNULL(id.suspect) and p2.dead = 0))
  12146.              and
  12147.              l.event = 'Finished'
  12148.              /* Get at area code */
  12149.              and substring(p1.postal_code, 1, 2) = pg.code
  12150.              /* Not already distributed */
  12151.              and (h.nurse is NULL or h.nurse=00 or h.doctor=00)
  12152.              /* Has not refused or been aborted */
  12153.              and not (h.status = 'Refused' or h.status = 'Aborted'
  12154.              or h.status = 'Died' or h.status = 'Other')
  12155.      order by
  12156.              tvid;
  12157.  
  12158. Some explanations:
  12159. `concat(p1.id, p1.tvab) + 0 as tvid'
  12160.      We want to sort on the concatenated `id' and `tvab' in numerical
  12161.      order. Adding `0' to the result causes MySQL to treat the result
  12162.      as a number.
  12163.  
  12164. column `id'
  12165.      This identifies a pair of twins. It is a key in all tables.
  12166.  
  12167. column `tvab'
  12168.      This identifies a twin in a pair. It has a value of `1' or `2'.
  12169.  
  12170. column `ptvab'
  12171.      This is an inverse of `tvab'. When `tvab' is `1' this is `2', and
  12172.      vice versa. It exists to save typing and to make it easier for
  12173.      MySQL to optimize the query.
  12174.  
  12175. This query demonstrates, among other things, how to do lookups on a
  12176. table from the same table with a join (`p1' and `p2'). In the example,
  12177. this is used to check whether a twin's partner died before the age of
  12178. 65. If so, the row is not returned.
  12179.  
  12180. All of the above exist in all tables with twin-related information. We
  12181. have a key on both `id,tvab' (all tables), and `id,ptvab'
  12182. (`person_data') to make queries faster.
  12183.  
  12184. On our production machine (A 200MHz UltraSPARC), this query returns
  12185. about 150-200 rows and takes less than one second.
  12186.  
  12187. The current number of records in the tables used above:
  12188. *Table*                *Rows*
  12189. `person_data'          71074
  12190. `lentus'               5291
  12191. `twin_project'         5286
  12192. `twin_data'            2012
  12193. `informant_data'       663
  12194. `harmony'              381
  12195. `postal_groups'        100
  12196.  
  12197. Show a Table on Twin Pair Status
  12198. --------------------------------
  12199.  
  12200. Each interview ends with a status code called `event'. The query shown
  12201. below is used to display a table over all twin pairs combined by event.
  12202. This indicates in how many pairs both twins are finished, in how many
  12203. pairs one twin is finished and the other refused, and so on.
  12204.  
  12205.      select
  12206.              t1.event,
  12207.              t2.event,
  12208.              count(*)
  12209.      from
  12210.              lentus as t1,
  12211.              lentus as t2,
  12212.              twin_project as tp
  12213.      where
  12214.              /* We are looking at one pair at a time */
  12215.              t1.id = tp.id
  12216.              and t1.tvab=tp.tvab
  12217.              and t1.id = t2.id
  12218.              /* Just the sceening survey */
  12219.              and tp.survey_no = 5
  12220.              /* This makes each pair only appear once */
  12221.              and t1.tvab='1' and t2.tvab='2'
  12222.      group by
  12223.              t1.event, t2.event;
  12224.  
  12225. Using MySQL with Apache
  12226. =======================
  12227.  
  12228. The Contrib section includes programs that let you authenticate your
  12229. users from a MySQL database and also let you log your log files into a
  12230. MySQL table. *Note Contrib::.
  12231.  
  12232. You can change the Apache logging format to be easily readable by MySQL
  12233. by putting the following into the Apache configuration file:
  12234.  
  12235.      LogFormat \
  12236.              "\"%h\",%{%Y%m%d%H%M%S}t,%>s,\"%b\",\"%{Content-Type}o\",  \
  12237.              \"%U\",\"%{Referer}i\",\"%{User-Agent}i\""
  12238.  
  12239. In MySQL you can do something like this:
  12240.  
  12241.      LOAD DATA INFILE '/local/access_log' INTO TABLE table_name
  12242.      FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' ESCAPED BY '\\'
  12243.  
  12244. MySQL Database Administration
  12245. *****************************
  12246.  
  12247. Configuring MySQL
  12248. =================
  12249.  
  12250. mysqld Command-line Options
  12251. ---------------------------
  12252.  
  12253. `mysqld' accepts the following command-line options:
  12254.  
  12255. `--ansi'
  12256.      Use ANSI SQL syntax instead of MySQL syntax.  *Note ANSI mode::.
  12257.  
  12258. `-b, --basedir=path'
  12259.      Path to installation directory. All paths are usually resolved
  12260.      relative to this.
  12261.  
  12262. `--big-tables'
  12263.      Allow big result sets by saving all temporary sets on file.  It
  12264.      solves most 'table full' errors, but also slows down the queries
  12265.      where in-memory tables would suffice.  Since Version 3.23.2, MySQL
  12266.      is able to solve it automatically by using memory for small
  12267.      temporary tables and switching to disk tables where necessary.
  12268.  
  12269. `--bind-address=IP'
  12270.      IP address to bind to.
  12271.  
  12272. `--character-sets-dir=path'
  12273.      Directory where character sets are.  *Note Character sets::.
  12274.  
  12275. `--chroot=path'
  12276.      Chroot `mysqld' daemon during startup.  Recommended security
  12277.      measure. It will somewhat limit `LOAD DATA INFILE' and `SELECT ...
  12278.      INTO OUTFILE' though.
  12279.  
  12280. `--core-file'
  12281.      Write a core file if `mysqld' dies.  For some systems you must also
  12282.      specify `--core-file-size' to `safe_mysqld'. *Note `safe_mysqld':
  12283.      safe_mysqld.
  12284.  
  12285. `-h, --datadir=path'
  12286.      Path to the database root.
  12287.  
  12288. `--default-character-set=charset'
  12289.      Set the default character set.  *Note Character sets::.
  12290.  
  12291. `--default-table-type=type'
  12292.      Set the default table type for tables.  *Note Table types::.
  12293.  
  12294. `--debug[...]='
  12295.      If MySQL is configured with `--with-debug', you can use this
  12296.      option to get a trace file of what `mysqld' is doing.  *Note
  12297.      Making trace files::.
  12298.  
  12299. `--delay-key-write-for-all-tables'
  12300.      Don't flush key buffers between writes for any `MyISAM' table.
  12301.      *Note Server parameters::.
  12302.  
  12303. `--enable-locking'
  12304.      Enable system locking.  Note that if you use this option on a
  12305.      system which a not fully working lockd() (as on Linux) you will
  12306.      easily get mysqld to deadlock.
  12307.  
  12308. `-T, --exit-info'
  12309.      This is a bit mask of different flags one can use for debugging the
  12310.      mysqld server;  One should not use this option if one doesn't know
  12311.      exactly what it does!
  12312.  
  12313. `--flush'
  12314.      Flush all changes to disk after each SQL command.  Normally MySQL
  12315.      only does a write of all changes to disk after each SQL command
  12316.      and lets the operating system handle the syncing to disk.  *Note
  12317.      Crashing::.
  12318.  
  12319. `-?, --help'
  12320.      Display short help and exit.
  12321.  
  12322. `--init-file=file'
  12323.      Read SQL commands from this file at startup.
  12324.  
  12325. `-L, --language=...'
  12326.      Client error messages in given language.  May be given as a full
  12327.      path.  *Note Languages::.
  12328.  
  12329. `-l, --log[=file]'
  12330.      Log connections and queries to file. *Note Query log::.
  12331.  
  12332. `--log-isam[=file]'
  12333.      Log all ISAM/MyISAM changes to file (only used when debugging
  12334.      ISAM/MyISAM).
  12335.  
  12336. `--log-slow-queries[=file]'
  12337.      Log all queries that have taken more than `long_query_time'
  12338.      seconds to execute to file.  *Note Slow query log::.
  12339.  
  12340. `--log-update[=file]'
  12341.      Log updates to `file.#' where `#' is a unique number if not given.
  12342.      *Note Update log::.
  12343.  
  12344. `--log-long-format'
  12345.      Log some extra information to update log.  If you are using
  12346.      `--log-slow-queries' then queries that are not using indexes are
  12347.      logged to the slow query log.
  12348.  
  12349. `--low-priority-updates'
  12350.      Table-modifying operations (`INSERT'/`DELETE'/`UPDATE') will have
  12351.      lower priority than selects.  It can also be done via `{INSERT |
  12352.      REPLACE | UPDATE | DELETE} LOW_PRIORITY ...' to lower the priority
  12353.      of only one query, or by `SET OPTION SQL_LOW_PRIORITY_UPDATES=1'
  12354.      to change the priority in one thread.  *Note Table locking::.
  12355.  
  12356. `--memlock'
  12357.      Lock the `mysqld' process in memory.  This works only if your
  12358.      system supports the `mlockall()' system call (like Solaris).  This
  12359.      may help if you have a problem where the operating system is
  12360.      causing `mysqld' to swap on disk.
  12361.  
  12362. `--myisam-recover [=option[,option...]]] where option is any combination'
  12363.      of `DEFAULT', `BACKUP', `FORCE' or `QUICK'.  You can also set this
  12364.      explicitely to `""' if you want to disable this option. If this
  12365.      option is used, `mysqld' will on open check if the table is marked
  12366.      as crashed or if if the table wasn't closed properly.  (The last
  12367.      option only works if you are running with `--skip-locking').  If
  12368.      this is the case `mysqld' will run check on the table. If the
  12369.      table was corrupted, `mysqld' will attempt to repair it.
  12370.  
  12371.      The following options affects how the repair works.
  12372.  
  12373.      DEFAULT              The same as not giving any option to
  12374.                                    `--myisam-recover'.
  12375.      BACKUP               If the data table was changed during recover,
  12376.                           save a                     backup of the
  12377.                           `table_name.MYD' data file as
  12378.                             `table_name-datetime.BAK'.
  12379.      FORCE                Run recover even if we will loose more than
  12380.                           one row                     from the .MYD file.
  12381.      QUICK                Don't check the rows in the table if there
  12382.                           isn't any                     delete blocks.
  12383.  
  12384.      Before a table is automatically repaired, MySQL will add a note
  12385.      about this in the error log.  If you want to be able to recover
  12386.      from most things without user intervention, you should use the
  12387.      options `BACKUP,FORCE'.  This will force a repair of a table even
  12388.      if some rows would be deleted, but it will keep the old data file
  12389.      as a backup so that you can later examine what happened.
  12390.  
  12391. `--pid-file=path'
  12392.      Path to pid file used by `safe_mysqld'.
  12393.  
  12394. `-P, --port=...'
  12395.      Port number to listen for TCP/IP connections.
  12396.  
  12397. `-o, --old-protocol'
  12398.      Use the 3.20 protocol for compatibility with some very old clients.
  12399.      *Note Upgrading-from-3.20::.
  12400.  
  12401. `--one-thread'
  12402.      Only use one thread (for debugging under Linux).  *Note Debugging
  12403.      server::.
  12404.  
  12405. `-O, --set-variable var=option'
  12406.      Give a variable a value. `--help' lists variables.  You can find a
  12407.      full description for all variables in the `SHOW VARIABLES' section
  12408.      in this manual.  *Note SHOW VARIABLES::.  The tuning server
  12409.      parameters section includes information of how to optimize these.
  12410.      *Note Server parameters::.
  12411.  
  12412. `--safe-mode'
  12413.      Skip some optimize stages.  Implies `--skip-delay-key-write'.
  12414.  
  12415. `--safe-show-database'
  12416.      Don't show databases for which the user doesn't have any
  12417.      privileges.
  12418.  
  12419. `--safe-user-create'
  12420.      If this is enabled, a user can't create new users with the GRANT
  12421.      command, if the user doesn't have `INSERT' privilege to the
  12422.      `mysql.user' table or any column in this table.
  12423.  
  12424. `--skip-concurrent-insert'
  12425.      Turn off the ability to select and insert at the same time on
  12426.      `MyISAM' tables. (This is only to be used if you think you have
  12427.      found a bug in this feature).
  12428.  
  12429. `--skip-delay-key-write'
  12430.      Ignore the `delay_key_write' option for all tables.  *Note Server
  12431.      parameters::.
  12432.  
  12433. `--skip-grant-tables'
  12434.      This option causes the server not to use the privilege system at
  12435.      all.  This gives everyone _full access_ to all databases!  (You
  12436.      can tell a running server to start using the grant tables again by
  12437.      executing `mysqladmin flush-privileges' or `mysqladmin reload'.)
  12438.  
  12439. `--skip-host-cache'
  12440.      Never use host name cache for faster name-ip resolution, but query
  12441.      DNS server on every connect instead.  *Note DNS::.
  12442.  
  12443. `--skip-locking'
  12444.      Don't use system locking.  To use `isamchk' or `myisamchk' you must
  12445.      shut down the server.  *Note Stability::.  Note that in MySQL
  12446.      Version 3.23 you can use `REPAIR' and `CHECK' to repair/check
  12447.      `MyISAM' tables.
  12448.  
  12449. `--skip-name-resolve'
  12450.      Hostnames are not resolved.  All `Host' column values in the grant
  12451.      tables must be IP numbers or `localhost'.  *Note DNS::.
  12452.  
  12453. `--skip-networking'
  12454.      Don't listen for TCP/IP connections at all.  All interaction with
  12455.      `mysqld' must be made via Unix sockets.  This option is highly
  12456.      recommended for systems where only local requests are allowed.
  12457.      *Note DNS::.
  12458.  
  12459. `--skip-new'
  12460.      Don't use new, possible wrong routines.  Implies
  12461.      `--skip-delay-key-write'.  This will also set default table type
  12462.      to `ISAM'.  *Note ISAM::.
  12463.  
  12464. `--skip-symlink'
  12465.      Don't delete or rename files that a symlinked file in the data
  12466.      directory points to.
  12467.  
  12468. `--skip-safemalloc'
  12469.      If MySQL is configured with `--with-debug=full', all programs will
  12470.      check the memory for overruns for every memory allocation and
  12471.      memory freeing.  As this checking is very slow, you can avoid
  12472.      this, when you don't need memory checking, by using this option.
  12473.  
  12474. `--skip-show-database'
  12475.      Don't allow 'SHOW DATABASE' commands, unless the user has *process*
  12476.      privilege.
  12477.  
  12478. `--skip-stack-trace'
  12479.      Don't write stack traces.  This option is useful when you are
  12480.      running `mysqld' under a debugger. *Note Debugging server::.
  12481.  
  12482. `--skip-thread-priority'
  12483.      Disable using thread priorities for faster response time.
  12484.  
  12485. `--socket=path'
  12486.      Socket file to use for local connections instead of default
  12487.      `/tmp/mysql.sock'.
  12488.  
  12489. `--sql-mode=option[,option[,option...]]'
  12490.      Option can be any combination of: `REAL_AS_FLOAT',
  12491.      `PIPES_AS_CONCAT', `ANSI_QUOTES', `IGNORE_SPACE', `SERIALIZE',
  12492.      `ONLY_FULL_GROUP_BY'.  It can also be empty (`""') if you want to
  12493.      reset this.
  12494.  
  12495.      By specifying all of the above options is same as using -ansi.
  12496.      With this option one can turn on only needed SQL modes. *Note ANSI
  12497.      mode::.
  12498.  
  12499. `transaction-isolation= { READ-UNCOMMITTED | READ-COMMITTED | REPEATABLE-READ | SERIALIZABLE }'
  12500.      Sets the default transaction isolation level.  *Note SET
  12501.      TRANSACTION::.
  12502.  
  12503. `-t, --tmpdir=path'
  12504.      Path for temporary files. It may be useful if your default `/tmp'
  12505.      directory resides on a partition too small to hold temporary
  12506.      tables.
  12507.  
  12508. `-u, --user=user_name'
  12509.      Run `mysqld' daemon as user `user_name'.  This option is
  12510.      _mandatory_ when starting `mysqld' as root.
  12511.  
  12512. `-V, --version'
  12513.      Output version information and exit.
  12514.  
  12515. `-W, --warnings'
  12516.      Print out warnings like `Aborted connection...' to the `.err' file.
  12517.      *Note Communication errors::.
  12518.  
  12519. my.cnf Option Files
  12520. -------------------
  12521.  
  12522. MySQL can, since Version 3.22, read default startup options for the
  12523. server and for clients from option files.
  12524.  
  12525. MySQL reads default options from the following files on Unix:
  12526.  
  12527. *Filename*             *Purpose*
  12528. `/etc/my.cnf'          Global options
  12529. `DATADIR/my.cnf'       Server-specific options
  12530. `defaults-extra-file'  The file specified with -defaults-extra-file=#
  12531. `~/.my.cnf'            User-specific options
  12532.  
  12533. `DATADIR' is the MySQL data directory (typically
  12534. `/usr/local/mysql/data' for a binary installation or `/usr/local/var'
  12535. for a source installation).  Note that this is the directory that was
  12536. specified at configuration time, not the one specified with `--datadir'
  12537. when `mysqld' starts up!  (`--datadir' has no effect on where the
  12538. server looks for option files, because it looks for them before it
  12539. processes any command-line arguments.)
  12540.  
  12541. MySQL reads default options from the following files on Windows:
  12542.  
  12543. *Filename*             *Purpose*
  12544. `windows-system-directory\my.ini'Global options
  12545. `C:\my.cnf'            Global options
  12546. `C:\mysql\data\my.cnf' Server-specific options
  12547.  
  12548. Note that on Windows, you should specify all paths with `/' instead of
  12549. `\'. If you use `\', you need to specify this twice, as `\' is the
  12550. escape character in MySQL.
  12551.  
  12552. MySQL tries to read option files in the order listed above.  If
  12553. multiple option files exist, an option specified in a file read later
  12554. takes precedence over the same option specified in a file read earlier.
  12555. Options specified on the command line take precedence over options
  12556. specified in any option file.  Some options can be specified using
  12557. environment variables.  Options specified on the command line or in
  12558. option files take precedence over environment variable values. *Note
  12559. Environment variables::.
  12560.  
  12561. The following programs support option files:  `mysql', `mysqladmin',
  12562. `mysqld', `mysqldump', `mysqlimport', `mysql.server', `myisamchk', and
  12563. `myisampack'.
  12564.  
  12565. You can use option files to specify any long option that a program
  12566. supports!  Run the program with `--help' to get a list of available
  12567. options.
  12568.  
  12569. An option file can contain lines of the following forms:
  12570.  
  12571. `#comment'
  12572.      Comment lines start with `#' or `;'. Empty lines are ignored.
  12573.  
  12574. `[group]'
  12575.      `group' is the name of the program or group for which you want to
  12576.      set options.  After a group line, any `option' or `set-variable'
  12577.      lines apply to the named group until the end of the option file or
  12578.      another group line is given.
  12579.  
  12580. `option'
  12581.      This is equivalent to `--option' on the command line.
  12582.  
  12583. `option=value'
  12584.      This is equivalent to `--option=value' on the command line.
  12585.  
  12586. `set-variable = variable=value'
  12587.      This is equivalent to `--set-variable variable=value' on the
  12588.      command line.  This syntax must be used to set a `mysqld' variable.
  12589.  
  12590. The `client' group allows you to specify options that apply to all
  12591. MySQL clients (not `mysqld'). This is the perfect group to use to
  12592. specify the password you use to connect to the server.  (But make sure
  12593. the option file is readable and writable only by yourself.)
  12594.  
  12595. Note that for options and values, all leading and trailing blanks are
  12596. automatically deleted.  You may use the escape sequences `\b', `\t',
  12597. `\n', `\r', `\\', and `\s' in your value string (`\s' == blank).
  12598.  
  12599. Here is a typical global option file:
  12600.  
  12601.      [client]
  12602.      port=3306
  12603.      socket=/tmp/mysql.sock
  12604.      
  12605.      [mysqld]
  12606.      port=3306
  12607.      socket=/tmp/mysql.sock
  12608.      set-variable = key_buffer_size=16M
  12609.      set-variable = max_allowed_packet=1M
  12610.      
  12611.      [mysqldump]
  12612.      quick
  12613.  
  12614. Here is typical user option file:
  12615.  
  12616.      [client]
  12617.      # The following password will be sent to all standard MySQL clients
  12618.      password=my_password
  12619.      
  12620.      [mysql]
  12621.      no-auto-rehash
  12622.      set-variable = connect_timeout=2
  12623.      
  12624.      [mysqlhotcopy]
  12625.      interactive-timeout
  12626.  
  12627. If you have a source distribution, you will find sample configuration
  12628. files named `my-xxxx.cnf' in the `support-files' directory.  If you
  12629. have a binary distribution, look in the `DIR/support-files' directory,
  12630. where `DIR' is the pathname to the MySQL installation directory
  12631. (typically `/usr/local/mysql').  Currently there are sample
  12632. configuration files for small, medium, large, and very large systems.
  12633. You can copy `my-xxxx.cnf' to your home directory (rename the copy to
  12634. `.my.cnf') to experiment with this.
  12635.  
  12636. All MySQL clients that support option files support the following
  12637. options:
  12638.  
  12639. -no-defaults                  Don't read any option files.
  12640. -print-defaults               Print the program name and all options
  12641.                               that it will get.
  12642. -defaults-file=full-path-to-default-fileOnly use the given configuration file.
  12643. -defaults-extra-file=full-path-to-default-fileRead this configuration file after the
  12644.                               global configuration file but before the
  12645.                               user configuration file.
  12646.  
  12647. Note that the above options must be first on the command line to work!
  12648. `--print-defaults' may however be used directly after the
  12649. `--defaults-xxx-file' commands.
  12650.  
  12651. Note for developers:  Option file handling is implemented simply by
  12652. processing all matching options (that is, options in the appropriate
  12653. group) before any command-line arguments. This works nicely for
  12654. programs that use the last instance of an option that is specified
  12655. multiple times. If you have an old program that handles
  12656. multiply-specified options this way but doesn't read option files, you
  12657. need add only two lines to give it that capability.  Check the source
  12658. code of any of the standard MySQL clients to see how to do this.
  12659.  
  12660. In shell scripts you can use the `my_print_defaults' command to parse
  12661. the config files:
  12662.  
  12663.  
  12664.      shell> my_print_defaults client mysql
  12665.      --port=3306
  12666.      --socket=/tmp/mysql.sock
  12667.      --no-auto-rehash
  12668.  
  12669. The above output contains all options for the groups 'client' and
  12670. 'mysql'.
  12671.  
  12672. Installing Many Servers on the Same Machine
  12673. -------------------------------------------
  12674.  
  12675. In some cases you may want to have many different `mysqld' daemons
  12676. (servers) running on the same machine.  You may for example want to run
  12677. a new version of MySQL for testing together with an old version that is
  12678. in production.  Another case is when you want to give different users
  12679. access to different `mysqld' servers that they manage themselves.
  12680.  
  12681. One way to get a new server running is by starting it with a different
  12682. socket and port as follows:
  12683.  
  12684.      shell> MYSQL_UNIX_PORT=/tmp/mysqld-new.sock
  12685.      shell> MYSQL_TCP_PORT=3307
  12686.      shell> export MYSQL_UNIX_PORT MYSQL_TCP_PORT
  12687.      shell> scripts/mysql_install_db
  12688.      shell> bin/safe_mysqld &
  12689.  
  12690. The environment variables appendix includes a list of other environment
  12691. variables you can use to affect `mysqld'. *Note Environment variables::.
  12692.  
  12693. The above is the quick and dirty way that one commonly uses for testing.
  12694. The nice thing with this is that all connections you do in the above
  12695. shell will automatically be directed to the new running server!
  12696.  
  12697. If you need to do this more permanently, you should create an option
  12698. file for each server. *Note Option files::.  In your startup script that
  12699. is executed at boot time (mysql.server?) you should specify for both
  12700. servers:
  12701.  
  12702. `safe_mysqld --default-file=path-to-option-file'
  12703.  
  12704. At least the following options should be different per server:
  12705.  
  12706. `port=#'
  12707.  
  12708. `socket=path'
  12709.  
  12710. `pid-file=path'
  12711. The following options should be different, if they are used:
  12712.  
  12713. `log=path'
  12714.  
  12715. `log-bin=path'
  12716.  
  12717. `log-update=path'
  12718.  
  12719. `log-isam=path'
  12720.  
  12721. `bdb-logdir=path'
  12722. If you want more performance, you can also specify the following
  12723. differently:
  12724.  
  12725. `tmpdir=path'
  12726.  
  12727. `bdb-tmpdir=path'
  12728. *Note Command-line options::.
  12729.  
  12730. If you are installing binary MySQL versions (.tar files) and start them
  12731. with `./bin/safe_mysqld' then in most cases the only option you need to
  12732. add/change is the `socket' and `port' argument to `safe_mysqld'.
  12733.  
  12734. Running Multiple MySQL Servers on the Same Machine
  12735. --------------------------------------------------
  12736.  
  12737. There are circumstances when you might want to run multiple servers on
  12738. the same machine.  For example, you might want to test a new MySQL
  12739. release while leaving your existing production setup undisturbed.  Or
  12740. you might be an Internet service provider that wants to provide
  12741. independent MySQL installations for different customers.
  12742.  
  12743. If you want to run multiple servers, the easiest way is to compile the
  12744. servers with different TCP/IP ports and socket files so they are not
  12745. both listening to the same TCP/IP port or socket file. *Note
  12746. `mysqld_multi': mysqld_multi.
  12747.  
  12748. Assume an existing server is configured for the default port number and
  12749. socket file.  Then configure the new server with a `configure' command
  12750. something like this:
  12751.  
  12752.      shell> ./configure  --with-tcp-port=port_number \
  12753.                   --with-unix-socket-path=file_name \
  12754.                   --prefix=/usr/local/mysql-3.22.9
  12755.  
  12756. Here `port_number' and `file_name' should be different than the default
  12757. port number and socket file pathname, and the `--prefix' value should
  12758. specify an installation directory different than the one under which
  12759. the existing MySQL installation is located.
  12760.  
  12761. You can check the socket used by any currently executing MySQL server
  12762. with this command:
  12763.  
  12764.      shell> mysqladmin -h hostname --port=port_number variables
  12765.  
  12766. Note that if you specify "`localhost'" as a hostname, `mysqladmin' will
  12767. default to using Unix sockets instead of TCP/IP.
  12768.  
  12769. If you have a MySQL server running on the port you used, you will get a
  12770. list of some of the most important configurable variables in MySQL,
  12771. including the socket name.
  12772.  
  12773. You don't have to recompile a new MySQL server just to start with a
  12774. different port and socket.  You can change the port and socket to be
  12775. used by specifying them at run time as options to `safe_mysqld':
  12776.  
  12777.      shell> /path/to/safe_mysqld --socket=file_name --port=port_number
  12778.  
  12779. `mysqld_multi' can also take `safe_mysqld' (or `mysqld') as an argument
  12780. and pass the options from a configuration file to `safe_mysqld' and
  12781. further to `mysqld'.
  12782.  
  12783. If you run the new server on the same database directory as another
  12784. server with logging enabled, you should also specify the name of the log
  12785. files to `safe_mysqld' with `--log', `--log-update', or
  12786. `--log-slow-queries'.  Otherwise, both servers may be trying to write
  12787. to the same log file.
  12788.  
  12789. *WARNING*: Normally you should never have two servers that update data
  12790. in the same database!  If your OS doesn't support fault-free system
  12791. locking, this may lead to unpleasant surprises!
  12792.  
  12793. If you want to use another database directory for the second server, you
  12794. can use the `--datadir=path' option to `safe_mysqld'.
  12795.  
  12796. *NOTE* also that starting several MySQL servers (`mysqlds') in
  12797. different machines and letting them access one data directory over
  12798. `NFS' is generally a *BAD IDEA*! The problem is that the `NFS' will
  12799. become the bottleneck with the speed. It is not meant for such use. And
  12800. last but not least, you would still have to come up with a solution how
  12801. to make sure that two or more `mysqlds' are not interfering with each
  12802. other. At the moment there is no platform that would 100% reliable do
  12803. the file locking (`lockd' daemon usually) in every situation. Yet there
  12804. would be one more possible risk with `NFS'; it would make the work even
  12805. more complicated for `lockd' daemon to handle. So make it easy for your
  12806. self and forget about the idea. The working solution is to have one
  12807. computer with an operating system that efficiently handles threads and
  12808. have several CPUs in it.
  12809.  
  12810. When you want to connect to a MySQL server that is running with a
  12811. different port than the port that is compiled into your client, you can
  12812. use one of the following methods:
  12813.  
  12814.    * Start the client with `--host 'hostname' --port=port_number' to
  12815.      connect with TCP/IP, or `[--host localhost] --socket=file_name' to
  12816.      connect via a Unix socket.
  12817.  
  12818.    * In your C or Perl programs, you can give the port or socket
  12819.      arguments when connecting to the MySQL server.
  12820.  
  12821.    * If your are using the Perl `DBD::mysql' module you can read the
  12822.      options from the MySQL option files.  *Note Option files::.
  12823.  
  12824.           $dsn = "DBI:mysql:test;mysql_read_default_group=client;mysql_read_default_file=/usr/local/mysql/data/my.cnf"
  12825.           $dbh = DBI->connect($dsn, $user, $password);
  12826.  
  12827.    * Set the `MYSQL_UNIX_PORT' and `MYSQL_TCP_PORT' environment
  12828.      variables to point to the Unix socket and TCP/IP port before you
  12829.      start your clients.  If you normally use a specific socket or
  12830.      port, you should place commands to set these environment variables
  12831.      in your `.login' file.  *Note Environment variables::.
  12832.  
  12833.    * Specify the default socket and TCP/IP port in the `.my.cnf' file
  12834.      in your home directory. *Note Option files::.
  12835.  
  12836. General Security Issues and the MySQL Access Privilege System
  12837. =============================================================
  12838.  
  12839. MySQL has an advanced but non-standard security/privilege system.  This
  12840. section describes how it works.
  12841.  
  12842. General Security Guidelines
  12843. ---------------------------
  12844.  
  12845. Anyone using MySQL on a computer connected to the Internet should read
  12846. this section to avoid the most common security mistakes.
  12847.  
  12848. In discussing security, we emphasize the necessity of fully protecting
  12849. the entire server host (not simply the MySQL server) against all types
  12850. of applicable attacks: eavesdropping, altering, playback, and denial of
  12851. service. We do not cover all aspects of availability and fault tolerance
  12852. here.
  12853.  
  12854. MySQL uses security based on Access Control Lists (ACLs) for all
  12855. connections, queries, and other operations that a user may attempt to
  12856. perform. There is also some support for SSL-encrypted connections
  12857. between MySQL clients and servers. Many of the concepts discussed here
  12858. are not specific to MySQL at all; the same general ideas apply to
  12859. almost all applications.
  12860.  
  12861. When running MySQL, follow these guidelines whenever possible:
  12862.  
  12863.    * DON'T EVER GIVE ANYONE (EXCEPT THE MySQL ROOT USER) ACCESS TO THE
  12864.      `user' TABLE IN THE `mysql' DATABASE!  The encrypted password is
  12865.      the real password in MySQL. If you know the password listed in the
  12866.      `user' table for a given user, you can easily log in as that user
  12867.      if you have access to the host listed for that account.
  12868.  
  12869.    * Learn the MySQL access privilege system. The `GRANT' and `REVOKE'
  12870.      commands are used for controlling access to MySQL. Do not grant
  12871.      any more privileges than necessary. Never grant privileges to all
  12872.      hosts.
  12873.  
  12874.      Checklist:
  12875.         - Try `mysql -u root'. If you are able to connect successfully
  12876.           to the server without being asked for a password, you have
  12877.           problems. Anyone can connect to your MySQL server as the MySQL
  12878.           `root' user with full privileges!  Review the MySQL
  12879.           installation instructions, paying particular attention to the
  12880.           item about setting a `root' password.
  12881.  
  12882.         - Use the command `SHOW GRANTS' and check to see who has access
  12883.           to what. Remove those privileges that are not necessary using
  12884.           the `REVOKE' command.
  12885.  
  12886.    * Do not keep any plain-text passwords in your database. When your
  12887.      computer becomes compromised, the intruder can take the full list
  12888.      of passwords and use them. Instead use `MD5()' or another one-way
  12889.      hashing function.
  12890.  
  12891.    * Do not choose passwords from dictionaries. There are special
  12892.      programs to break them. Even passwords like "xfish98" are very
  12893.      bad.  Much better is "duag98" which contains the same word "fish"
  12894.      but typed one key to the left on a standard QWERTY keyboard.
  12895.      Another method is to use "Mhall" which is taken from the first
  12896.      characters of each word in the sentence "Mary had a little lamb."
  12897.      This is easy to remember and type, but difficult to guess for
  12898.      someone who does not know it.
  12899.  
  12900.    * Invest in a firewall. This protects you from at least 50% of all
  12901.      types of exploits in any software. Put MySQL behind the firewall
  12902.      or in a demilitarized zone (DMZ).
  12903.  
  12904.      Checklist:
  12905.         - Try to scan your ports from the Internet using a tool such as
  12906.           `nmap'. MySQL uses port 3306 by default. This port should be
  12907.           inaccessible from untrusted hosts. Another simple way to
  12908.           check whether or not your MySQL port is open is to try the
  12909.           following command from some remote machine, where
  12910.           `server_host' is the hostname of your MySQL server:
  12911.  
  12912.                shell> telnet server_host 3306
  12913.  
  12914.           If you get a connection and some garbage characters, the port
  12915.           is open, and should be closed on your firewall or router,
  12916.           unless you really have a good reason to keep it open. If
  12917.           `telnet' just hangs or the connection is refused, everything
  12918.           is OK; the port is blocked.
  12919.  
  12920.    * Do not trust any data entered by your users. They can try to trick
  12921.      your code by entering special or escaped character sequences in
  12922.      Web forms, URLs, or whatever application you have built. Be sure
  12923.      that your application remains secure if a user enters something
  12924.      like "`; DROP DATABASE mysql;'". This is an extreme example, but
  12925.      large security leaks and data loss may occur as a result of
  12926.      hackers using similar techniques, if you do not prepare for them.
  12927.  
  12928.      Also remember to check numeric data. A common mistake is to
  12929.      protect only strings. Sometimes people think that if a database
  12930.      contains only publicly available data that it need not be
  12931.      protected. This is incorrect. At least denial-of-service type
  12932.      attacks can be performed on such databases. The simplest way to
  12933.      protect from this type of attack is to use apostrophes around the
  12934.      numeric constants: `SELECT * FROM table WHERE ID='234'' rather
  12935.      than `SELECT * FROM table WHERE ID=234'.  MySQL automatically
  12936.      converts this string to a number and strips all non-numeric
  12937.      symbols from it.
  12938.  
  12939.      Checklist:
  12940.         - All Web applications:
  12941.              * Try to enter `'' and `"' in all your Web forms. If you
  12942.                get any kind of MySQL error, investigate the problem
  12943.                right away.
  12944.  
  12945.              * Try to modify any dynamic URLs by adding `%22' (`"'),
  12946.                `%23' (`#'), and `%27' (`'') in the URL.
  12947.  
  12948.              * Try to modify datatypes in dynamic URLs from numeric
  12949.                ones to character ones containing characters from
  12950.                previous examples. Your application should be safe
  12951.                against this and similar attacks.
  12952.  
  12953.              * Try to enter characters, spaces, and special symbols
  12954.                instead of numbers in numeric fields. Your application
  12955.                should remove them before passing them to MySQL or your
  12956.                application should generate an error. Passing unchecked
  12957.                values to MySQL is very dangerous!
  12958.  
  12959.              * Check data sizes before passing them to MySQL.
  12960.  
  12961.              * Consider having your application connect to the database
  12962.                using a different user name than the one you use for
  12963.                administrative purposes. Do not give your applications
  12964.                any more access privileges than they need.
  12965.  
  12966.         - Users of PHP:
  12967.              * Check out the `addslashes()' function.  As of PHP 4.0.3,
  12968.                a `mysql_escape_string()' function is available that is
  12969.                based on the function of the same name in the MySQL C
  12970.                API.
  12971.  
  12972.         - Users of MySQL C API:
  12973.              * Check out the `mysql_escape_string()' API call.
  12974.  
  12975.         - Users of MySQL++:
  12976.              * Check out the `escape' and `quote' modifiers for query
  12977.                streams.
  12978.  
  12979.         - Users of Perl DBI:
  12980.              * Check out the `quote()' method or use placeholders.
  12981.  
  12982.         - Users of Java JDBC:
  12983.              * Use a `PreparedStatement' object and placeholders.
  12984.  
  12985.    * Do not transmit plain (unencrypted) data over the Internet. These
  12986.      data are accessible to everyone who has the time and ability to
  12987.      intercept it and use it for their own purposes. Instead, use an
  12988.      encrypted protocol such as SSL or SSH. MySQL supports internal SSL
  12989.      connections as of Version 3.23.9.  SSH port-forwarding can be used
  12990.      to create an encrypted (and compressed) tunnel for the
  12991.      communication.
  12992.  
  12993.    * Learn to use the `tcpdump' and `strings' utilities. For most cases,
  12994.      you can check whether or not MySQL data streams are unencrypted by
  12995.      issuing a command like the following:
  12996.  
  12997.           shell> tcpdump -l -i eth0 -w - src or dst port 3306 | strings
  12998.  
  12999.      (This works under Linux and should work with small modifications
  13000.      under other systems).  Warning: If you do not see data this
  13001.      doesn't always actually mean that it is encrypted. If you need
  13002.      high security, you should consult with a security expert.
  13003.  
  13004. How to Make MySQL Secure Against Crackers
  13005. -----------------------------------------
  13006.  
  13007. When you connect to a MySQL server, you normally should use a password.
  13008. The password is not transmitted in clear text over the connection,
  13009. however the encryption algorithm is not very strong, and with some
  13010. effort a clever attacker can crack the password if he is able to sniff
  13011. the traffic between the client and the server. If the connection
  13012. between the client and the server goes through an untrusted network,
  13013. you should use an SSH tunnel to encrypt the communication.
  13014.  
  13015. All other information is transferred as text that can be read by anyone
  13016. who is able to watch the connection.  If you are concerned about this,
  13017. you can use the compressed protocol (in MySQL Version 3.22 and above)
  13018. to make things much harder.  To make things even more secure you should
  13019. use `ssh'.  You can find an open source `ssh' client at
  13020. `http://www.openssh.org', and a commercial `ssh' client at
  13021. `http://www.ssh.com'.  With this, you can get an encrypted TCP/IP
  13022. connection between a MySQL server and a MySQL client.
  13023.  
  13024. To make a MySQL system secure, you should strongly consider the
  13025. following suggestions:
  13026.  
  13027.    * Use passwords for all MySQL users. Remember that anyone can log in
  13028.      as any other person as simply as `mysql -u other_user db_name' if
  13029.      `other_user' has no password.  It is common behavior with
  13030.      client/server applications that the client may specify any user
  13031.      name.  You can change the password of all users by editing the
  13032.      `mysql_install_db' script before you run it, or only the password
  13033.      for the MySQL `root' user like this:
  13034.  
  13035.           shell> mysql -u root mysql
  13036.           mysql> UPDATE user SET Password=PASSWORD('new_password')
  13037.                      WHERE user='root';
  13038.           mysql> FLUSH PRIVILEGES;
  13039.  
  13040.    * Don't run the MySQL daemon as the Unix `root' user.  This is very
  13041.      dangerous, because any user with `FILE' privileges will be able to
  13042.      create files as `root' (for example, `~root/.bashrc'). To prevent
  13043.      this, `mysqld' will refuse to run as `root' unless it is specified
  13044.      directly using a `--user=root' option.
  13045.  
  13046.      `mysqld' can be run as an ordinary unprivileged user instead.  You
  13047.      can also create a new Unix user `mysql' to make everything even
  13048.      more secure.  If you run `mysqld' as another Unix user, you don't
  13049.      need to change the `root' user name in the `user' table, because
  13050.      MySQL user names have nothing to do with Unix user names.  To
  13051.      start `mysqld' as another Unix user, add a `user' line that
  13052.      specifies the user name to the `[mysqld]' group of the
  13053.      `/etc/my.cnf' option file or the `my.cnf' option file in the
  13054.      server's data directory. For example:
  13055.  
  13056.           [mysqld]
  13057.           user=mysql
  13058.  
  13059.      This will cause the server to start as the designated user whether
  13060.      you start it manually or by using `safe_mysqld' or `mysql.server'.
  13061.      For more details, see *Note Changing MySQL user: Changing MySQL
  13062.      user.
  13063.  
  13064.    * Don't support symlinks to tables (This can be disabled with the
  13065.      `--skip-symlink' option. This is especially important if you run
  13066.      `mysqld' as root as anyone that has write access to the mysqld data
  13067.      directories could then delete any file in the system!  *Note
  13068.      Symbolic links to tables::.
  13069.  
  13070.    * Check that the Unix user that `mysqld' runs as is the only user
  13071.      with read/write privileges in the database directories.
  13072.  
  13073.    * Don't give the *process* privilege to all users.  The output of
  13074.      `mysqladmin processlist' shows the text of the currently executing
  13075.      queries, so any user who is allowed to execute that command might
  13076.      be able to see if another user issues an `UPDATE user SET
  13077.      password=PASSWORD('not_secure')' query.
  13078.  
  13079.      `mysqld' reserves an extra connection for users who have the
  13080.      *process* privilege, so that a MySQL `root' user can log in and
  13081.      check things even if all normal connections are in use.
  13082.  
  13083.    * Don't give the *file* privilege to all users.  Any user that has
  13084.      this privilege can write a file anywhere in the file system with
  13085.      the privileges of the `mysqld' daemon!  To make this a bit safer,
  13086.      all files generated with `SELECT ... INTO OUTFILE' are readable to
  13087.      everyone, and you cannot overwrite existing files.
  13088.  
  13089.      The *file* privilege may also be used to read any file accessible
  13090.      to the Unix user that the server runs as.  This could be abused,
  13091.      for example, by using `LOAD DATA' to load `/etc/passwd' into a
  13092.      table, which can then be read with `SELECT'.
  13093.  
  13094.    * If you don't trust your DNS, you should use IP numbers instead of
  13095.      hostnames in the grant tables. In any case, you should be very
  13096.      careful about creating grant table entries using hostname values
  13097.      that contain wild cards!
  13098.  
  13099.    * If you want to restrict the number of connections for a single
  13100.      user, you can do this by setting the `max_user_connections'
  13101.      variable in `mysqld'.
  13102.  
  13103. Startup Options for `mysqld' Concerning Security
  13104. ------------------------------------------------
  13105.  
  13106. The following `mysqld' options affect security:
  13107.  
  13108. `--safe-show-database'
  13109.      With this option, `SHOW DATABASES' returns only those databases
  13110.      for which the user has some kind of privilege.
  13111.  
  13112. `--safe-user-create'
  13113.      If this is enabled, an user can't create new users with the `GRANT'
  13114.      command, if the user doesn't have `INSERT' privilege to the
  13115.      `mysql.user' table.  If you want to give a user access to just
  13116.      create new users with those privileges that the user has right to
  13117.      grant, you should give the user the following privilege:
  13118.  
  13119.           GRANT INSERT(user) on mysql.user to 'user'h'ostname';
  13120.  
  13121.      This will ensure that the user can't change any privilege columns
  13122.      directly, but has to use the `GRANT' command to give privileges to
  13123.      other users.
  13124.  
  13125. `--skip-grant-tables'
  13126.      This option causes the server not to use the privilege system at
  13127.      all. This gives everyone _full access_ to all databases!  (You can
  13128.      tell a running server to start using the grant tables again by
  13129.      executing `mysqladmin flush-privileges' or `mysqladmin reload'.)
  13130.  
  13131. `--skip-name-resolve'
  13132.      Hostnames are not resolved.  All `Host' column values in the grant
  13133.      tables must be IP numbers or `localhost'.
  13134.  
  13135. `--skip-networking'
  13136.      Don't allow TCP/IP connections over the network.  All connections
  13137.      to `mysqld' must be made via Unix sockets. This option is
  13138.      unsuitable for systems that use MIT-pthreads, because the
  13139.      MIT-pthreads package doesn't support Unix sockets.
  13140.  
  13141. `--skip-show-database'
  13142.      With this option, the `SHOW DATABASES' statement doesn't return
  13143.      anything.
  13144.  
  13145. What the Privilege System Does
  13146. ------------------------------
  13147.  
  13148. The primary function of the MySQL privilege system is to authenticate a
  13149. user connecting from a given host, and to associate that user with
  13150. privileges on a database such as *select*, *insert*, *update* and
  13151. *delete*.
  13152.  
  13153. Additional functionality includes the ability to have an anonymous user
  13154. and to grant privileges for MySQL-specific functions such as `LOAD DATA
  13155. INFILE' and administrative operations.
  13156.  
  13157. How the Privilege System Works
  13158. ------------------------------
  13159.  
  13160. The MySQL privilege system ensures that all users may do exactly the
  13161. things that they are supposed to be allowed to do.  When you connect to
  13162. a MySQL server, your identity is determined by *the host from which you
  13163. connect* and *the user name you specify*.  The system grants privileges
  13164. according to your identity and *what you want to do*.
  13165.  
  13166. MySQL considers both your hostname and user name in identifying you
  13167. because there is little reason to assume that a given user name belongs
  13168. to the same person everywhere on the Internet.  For example, the user
  13169. `bill' who connects from `whitehouse.gov' need not be the same person
  13170. as the user `bill' who connects from `microsoft.com'.  MySQL handles
  13171. this by allowing you to distinguish users on different hosts that
  13172. happen to have the same name:  you can grant `bill' one set of
  13173. privileges for connections from `whitehouse.gov', and a different set
  13174. of privileges for connections from `microsoft.com'.
  13175.  
  13176. MySQL access control involves two stages:
  13177.  
  13178.    * Stage 1: The server checks whether or not you are even allowed to
  13179.      connect.
  13180.  
  13181.    * Stage 2: Assuming you can connect, the server checks each request
  13182.      you issue to see whether or not you have sufficient privileges to
  13183.      perform it.  For example, if you try to select rows from a table
  13184.      in a database or drop a table from the database, the server makes
  13185.      sure you have the *select* privilege for the table or the *drop*
  13186.      privilege for the database.
  13187.  
  13188. The server uses the `user', `db', and `host' tables in the `mysql'
  13189. database at both stages of access control.  The fields in these grant
  13190. tables are shown below:
  13191.  
  13192. *Table name*   `user'             `db'               `host'
  13193. *Scope         `Host'             `Host'             `Host'
  13194. fields*                                              
  13195.                `User'             `Db'               `Db'
  13196.                `Password'         `User'             
  13197. *Privilege     `Select_priv'      `Select_priv'      `Select_priv'
  13198. fields*                                              
  13199.                `Insert_priv'      `Insert_priv'      `Insert_priv'
  13200.                `Update_priv'      `Update_priv'      `Update_priv'
  13201.                `Delete_priv'      `Delete_priv'      `Delete_priv'
  13202.                `Index_priv'       `Index_priv'       `Index_priv'
  13203.                `Alter_priv'       `Alter_priv'       `Alter_priv'
  13204.                `Create_priv'      `Create_priv'      `Create_priv'
  13205.                `Drop_priv'        `Drop_priv'        `Drop_priv'
  13206.                `Grant_priv'       `Grant_priv'       `Grant_priv'
  13207.                `References_priv'                     
  13208.                `Reload_priv'                         
  13209.                `Shutdown_priv'                       
  13210.                `Process_priv'                        
  13211.                `File_priv'                           
  13212.  
  13213. For the second stage of access control (request verification), the
  13214. server may, if the request involves tables, additionally consult the
  13215. `tables_priv' and `columns_priv' tables.  The fields in these tables
  13216. are shown below:
  13217.  
  13218. *Table name*   `tables_priv'      `columns_priv'
  13219. *Scope         `Host'             `Host'
  13220. fields*                           
  13221.                `Db'               `Db'
  13222.                `User'             `User'
  13223.                `Table_name'       `Table_name'
  13224.                                   `Column_name'
  13225. *Privilege     `Table_priv'       `Column_priv'
  13226. fields*                           
  13227.                `Column_priv'      
  13228. *Other         `Timestamp'        `Timestamp'
  13229. fields*                           
  13230.                `Grantor'          
  13231.  
  13232. Each grant table contains scope fields and privilege fields.
  13233.  
  13234. Scope fields determine the scope of each entry in the tables, that is,
  13235. the context in which the entry applies.  For example, a `user' table
  13236. entry with `Host' and `User' values of `'thomas.loc.gov'' and `'bob''
  13237. would be used for authenticating connections made to the server by
  13238. `bob' from the host `thomas.loc.gov'.  Similarly, a `db' table entry
  13239. with `Host', `User', and `Db' fields of `'thomas.loc.gov'', `'bob'' and
  13240. `'reports'' would be used when `bob' connects from the host
  13241. `thomas.loc.gov' to access the `reports' database.  The `tables_priv'
  13242. and `columns_priv' tables contain scope fields indicating tables or
  13243. table/column combinations to which each entry applies.
  13244.  
  13245. For access-checking purposes, comparisons of `Host' values are case
  13246. insensitive.  `User', `Password', `Db', and `Table_name' values are
  13247. case sensitive.  `Column_name' values are case insensitive in MySQL
  13248. Version 3.22.12 or later.
  13249.  
  13250. Privilege fields indicate the privileges granted by a table entry, that
  13251. is, what operations can be performed.  The server combines the
  13252. information in the various grant tables to form a complete description
  13253. of a user's privileges.  The rules used to do this are described in
  13254. *Note Request access::.
  13255.  
  13256. Scope fields are strings, declared as shown below; the default value for
  13257. each is the empty string:
  13258.  
  13259. *Field      *Type*      
  13260. name*                   
  13261. `Host'      `CHAR(60)'  
  13262. `User'      `CHAR(16)'  
  13263. `Password'  `CHAR(16)'  
  13264. `Db'        `CHAR(64)'  (`CHAR(60)' for the `tables_priv' and
  13265.                         `columns_priv' tables)
  13266. `Table_name'`CHAR(60)'  
  13267. `Column_name'`CHAR(60)'  
  13268.  
  13269. In the `user', `db' and `host' tables, all privilege fields are
  13270. declared as `ENUM('N','Y')' -- each can have a value of `'N'' or `'Y'',
  13271. and the default value is `'N''.
  13272.  
  13273. In the `tables_priv' and `columns_priv' tables, the privilege fields
  13274. are declared as `SET' fields:
  13275.  
  13276. *Table name*   *Field name*   *Possible set elements*
  13277. `tables_priv'  `Table_priv'   `'Select', 'Insert', 'Update', 'Delete',
  13278.                               'Create', 'Drop', 'Grant', 'References',
  13279.                               'Index', 'Alter''
  13280. `tables_priv'  `Column_priv'  `'Select', 'Insert', 'Update',
  13281.                               'References''
  13282. `columns_priv' `Column_priv'  `'Select', 'Insert', 'Update',
  13283.                               'References''
  13284.  
  13285. Briefly, the server uses the grant tables like this:
  13286.  
  13287.    * The `user' table scope fields determine whether to allow or reject
  13288.      incoming connections.  For allowed connections, any privileges
  13289.      granted in the `user' table indicate the user's global (superuser)
  13290.      privileges.  These privileges apply to *all* databases on the
  13291.      server.
  13292.  
  13293.    * The `db' and `host' tables are used together:
  13294.  
  13295.         - The `db' table scope fields determine which users can access
  13296.           which databases from which hosts.  The privilege fields
  13297.           determine which operations are allowed.
  13298.  
  13299.         - The `host' table is used as an extension of the `db' table
  13300.           when you want a given `db' table entry to apply to several
  13301.           hosts.  For example, if you want a user to be able to use a
  13302.           database from several hosts in your network, leave the `Host'
  13303.           value empty in the user's `db' table entry, then populate the
  13304.           `host' table with an entry for each of those hosts.  This
  13305.           mechanism is described more detail in *Note Request access::.
  13306.  
  13307.    * The `tables_priv' and `columns_priv' tables are similar to the
  13308.      `db' table, but are more fine-grained: they apply at the table and
  13309.      column levels rather than at the database level.
  13310.  
  13311. Note that administrative privileges (*reload*, *shutdown*, etc.) are
  13312. specified only in the `user' table.  This is because administrative
  13313. operations are operations on the server itself and are not
  13314. database-specific, so there is no reason to list such privileges in the
  13315. other grant tables.  In fact, only the `user' table need be consulted
  13316. to determine whether or not you can perform an administrative operation.
  13317.  
  13318. The *file* privilege is specified only in the `user' table, too.  It is
  13319. not an administrative privilege as such, but your ability to read or
  13320. write files on the server host is independent of the database you are
  13321. accessing.
  13322.  
  13323. The `mysqld' server reads the contents of the grant tables once, when it
  13324. starts up.  Changes to the grant tables take effect as indicated in
  13325. *Note Privilege changes::.
  13326.  
  13327. When you modify the contents of the grant tables, it is a good idea to
  13328. make sure that your changes set up privileges the way you want.  For
  13329. help in diagnosing problems, see *Note Access denied::.  For advice on
  13330. security issues, *note Security::.
  13331.  
  13332. A useful diagnostic tool is the `mysqlaccess' script, which Yves
  13333. Carlier has provided for the MySQL distribution.  Invoke `mysqlaccess'
  13334. with the `--help' option to find out how it works.  Note that
  13335. `mysqlaccess' checks access using only the `user', `db' and `host'
  13336. tables.  It does not check table- or column-level privileges.
  13337.  
  13338. Privileges Provided by MySQL
  13339. ----------------------------
  13340.  
  13341. Information about user privileges is stored in the `user', `db',
  13342. `host', `tables_priv', and `columns_priv' tables in the `mysql'
  13343. database (that is, in the database named `mysql').  The MySQL server
  13344. reads the contents of these tables when it starts up and under the
  13345. circumstances indicated in *Note Privilege changes::.
  13346.  
  13347. The names used in this manual to refer to the privileges provided by
  13348. MySQL are shown below, along with the table column name associated with
  13349. each privilege in the grant tables and the context in which the
  13350. privilege applies:
  13351.  
  13352. *Privilege* *Column*           *Context*
  13353. *select*    `Select_priv'      tables
  13354. *insert*    `Insert_priv'      tables
  13355. *update*    `Update_priv'      tables
  13356. *delete*    `Delete_priv'      tables
  13357. *index*     `Index_priv'       tables
  13358. *alter*     `Alter_priv'       tables
  13359. *create*    `Create_priv'      databases, tables, or indexes
  13360. *drop*      `Drop_priv'        databases or tables
  13361. *grant*     `Grant_priv'       databases or tables
  13362. *references*`References_priv'  databases or tables
  13363. *reload*    `Reload_priv'      server administration
  13364. *shutdown*  `Shutdown_priv'    server administration
  13365. *process*   `Process_priv'     server administration
  13366. *file*      `File_priv'        file access on server
  13367.  
  13368. The *select*, *insert*, *update*, and *delete* privileges allow you to
  13369. perform operations on rows in existing tables in a database.
  13370.  
  13371. `SELECT' statements require the *select* privilege only if they
  13372. actually retrieve rows from a table.  You can execute certain `SELECT'
  13373. statements even without permission to access any of the databases on the
  13374. server.  For example, you could use the `mysql' client as a simple
  13375. calculator:
  13376.  
  13377.      mysql> SELECT 1+1;
  13378.      mysql> SELECT PI()*2;
  13379.  
  13380. The *index* privilege allows you to create or drop (remove) indexes.
  13381.  
  13382. The *alter* privilege allows you to use `ALTER TABLE'.
  13383.  
  13384. The *create* and *drop* privileges allow you to create new databases
  13385. and tables, or to drop (remove) existing databases and tables.
  13386.  
  13387. Note that if you grant the *drop* privilege for the `mysql' database to
  13388. a user, that user can drop the database in which the MySQL access
  13389. privileges are stored!
  13390.  
  13391. The *grant* privilege allows you to give to other users those
  13392. privileges you yourself possess.
  13393.  
  13394. The *file* privilege gives you permission to read and write files on
  13395. the server using the `LOAD DATA INFILE' and `SELECT ... INTO OUTFILE'
  13396. statements.  Any user to whom this privilege is granted can read or
  13397. write any file that the MySQL server can read or write.
  13398.  
  13399. The remaining privileges are used for administrative operations, which
  13400. are performed using the `mysqladmin' program.  The table below shows
  13401. which `mysqladmin' commands each administrative privilege allows you to
  13402. execute:
  13403.  
  13404. *Privilege* *Commands permitted to privilege holders*
  13405. *reload*    `reload', `refresh', `flush-privileges', `flush-hosts',
  13406.             `flush-logs', and `flush-tables'
  13407. *shutdown*  `shutdown'
  13408. *process*   `processlist', `kill'
  13409.  
  13410. The `reload' command tells the server to re-read the grant tables.  The
  13411. `refresh' command flushes all tables and opens and closes the log
  13412. files.  `flush-privileges' is a synonym for `reload'.  The other
  13413. `flush-*' commands perform functions similar to `refresh' but are more
  13414. limited in scope, and may be preferable in some instances.  For example,
  13415. if you want to flush just the log files, `flush-logs' is a better choice
  13416. than `refresh'.
  13417.  
  13418. The `shutdown' command shuts down the server.
  13419.  
  13420. The `processlist' command displays information about the threads
  13421. executing within the server.  The `kill' command kills server threads.
  13422. You can always display or kill your own threads, but you need the
  13423. *process* privilege to display or kill threads initiated by other
  13424. users. *Note KILL::.
  13425.  
  13426. It is a good idea in general to grant privileges only to those users
  13427. who need them, but you should exercise particular caution in granting
  13428. certain privileges:
  13429.  
  13430.    * The *grant* privilege allows users to give away their privileges to
  13431.      other users.  Two users with different privileges and with the
  13432.      *grant* privilege are able to combine privileges.
  13433.  
  13434.    * The *alter* privilege may be used to subvert the privilege system
  13435.      by renaming tables.
  13436.  
  13437.    * The *file* privilege can be abused to read any world-readable file
  13438.      on the server into a database table, the contents of which can
  13439.      then be accessed using `SELECT'. This includes the contents of all
  13440.      databases hosted by the server!
  13441.  
  13442.    * The *shutdown* privilege can be abused to deny service to other
  13443.      users entirely, by terminating the server.
  13444.  
  13445.    * The *process* privilege can be used to view the plain text of
  13446.      currently executing queries, including queries that set or change
  13447.      passwords.
  13448.  
  13449.    * Privileges on the `mysql' database can be used to change passwords
  13450.      and other access privilege information.  (Passwords are stored
  13451.      encrypted, so a malicious user cannot simply read them to know the
  13452.      plain text password).  If they can access the `mysql.user' password
  13453.      column, they can use it to log into the MySQL server for the given
  13454.      user.  (With sufficient privileges, the same user can replace a
  13455.      password with a different one.)
  13456.  
  13457. There are some things that you cannot do with the MySQL privilege
  13458. system:
  13459.  
  13460.    * You cannot explicitly specify that a given user should be denied
  13461.      access.  That is, you cannot explicitly match a user and then
  13462.      refuse the connection.
  13463.  
  13464.    * You cannot specify that a user has privileges to create or drop
  13465.      tables in a database but not to create or drop the database itself.
  13466.  
  13467. Connecting to the MySQL Server
  13468. ------------------------------
  13469.  
  13470. MySQL client programs generally require that you specify connection
  13471. parameters when you want to access a MySQL server: the host you want to
  13472. connect to, your user name, and your password.  For example, the
  13473. `mysql' client can be started like this (optional arguments are enclosed
  13474. between `[' and `]'):
  13475.  
  13476.      shell> mysql [-h host_name] [-u user_name] [-pyour_pass]
  13477.  
  13478. Alternate forms of the `-h', `-u', and `-p' options are
  13479. `--host=host_name', `--user=user_name', and `--password=your_pass'.
  13480. Note that there is _no space_ between `-p' or `--password=' and the
  13481. password following it.
  13482.  
  13483. *NOTE:* Specifying a password on the command line is not secure!  Any
  13484. user on your system may then find out your password by typing a command
  13485. like: `ps auxww'.  *Note Option files::.
  13486.  
  13487. `mysql' uses default values for connection parameters that are missing
  13488. from the command line:
  13489.  
  13490.    * The default hostname is `localhost'.
  13491.  
  13492.    * The default user name is your Unix login name.
  13493.  
  13494.    * No password is supplied if `-p' is missing.
  13495.  
  13496. Thus, for a Unix user `joe', the following commands are equivalent:
  13497.  
  13498.      shell> mysql -h localhost -u joe
  13499.      shell> mysql -h localhost
  13500.      shell> mysql -u joe
  13501.      shell> mysql
  13502.  
  13503. Other MySQL clients behave similarly.
  13504.  
  13505. On Unix systems, you can specify different default values to be used
  13506. when you make a connection, so that you need not enter them on the
  13507. command line each time you invoke a client program.  This can be done
  13508. in a couple of ways:
  13509.  
  13510.    * You can specify connection parameters in the `[client]' section of
  13511.      the `.my.cnf' configuration file in your home directory.  The
  13512.      relevant section of the file might look like this:
  13513.  
  13514.           [client]
  13515.           host=host_name
  13516.           user=user_name
  13517.           password=your_pass
  13518.  
  13519.      *Note Option files::.
  13520.  
  13521.    * You can specify connection parameters using environment variables.
  13522.      The host can be specified for `mysql' using `MYSQL_HOST'.  The
  13523.      MySQL user name can be specified using `USER' (this is for Windows
  13524.      only).  The password can be specified using `MYSQL_PWD' (but this
  13525.      is insecure; see the next section).  *Note Environment variables::.
  13526.  
  13527. Access Control, Stage 1: Connection Verification
  13528. ------------------------------------------------
  13529.  
  13530. When you attempt to connect to a MySQL server, the server accepts or
  13531. rejects the connection based on your identity and whether or not you can
  13532. verify your identity by supplying the correct password.  If not, the
  13533. server denies access to you completely.  Otherwise, the server accepts
  13534. the connection, then enters Stage 2 and waits for requests.
  13535.  
  13536. Your identity is based on two pieces of information:
  13537.  
  13538.    * The host from which you connect
  13539.  
  13540.    * Your MySQL user name
  13541.  
  13542. Identity checking is performed using the three `user' table scope fields
  13543. (`Host', `User', and `Password').  The server accepts the connection
  13544. only if a `user' table entry matches your hostname and user name, and
  13545. you supply the correct password.
  13546.  
  13547. Values in the `user' table scope fields may be specified as follows:
  13548.  
  13549.    * A `Host' value may be a hostname or an IP number, or `'localhost''
  13550.      to indicate the local host.
  13551.  
  13552.    * You can use the wild-card characters `%' and `_' in the `Host'
  13553.      field.
  13554.  
  13555.    * A `Host' value of `'%'' matches any hostname.
  13556.  
  13557.    * A blank `Host' value means that the privilege should be anded with
  13558.      the entry in the `host' table that matches the given host name.
  13559.      You can find more information about this in the next chapter.
  13560.  
  13561.    * As of MySQL Version 3.23, for `Host' values specified as IP
  13562.      numbers, you can specify a netmask indicating how many address
  13563.      bits to use for the network number. For example:
  13564.  
  13565.           GRANT ALL PRIVILEGES on db.* to david@'192.58.197.0/255.255.255.0';
  13566.  
  13567.      This will allow everyone to connect from an IP where the following
  13568.      is true:
  13569.  
  13570.           user_ip & netmask = host_ip.
  13571.  
  13572.      In the above example all IP:s in the interval 192.58.197.0 -
  13573.      192.58.197.255 can connect to the MySQL server.
  13574.  
  13575.    * Wild-card characters are not allowed in the `User' field, but you
  13576.      can specify a blank value, which matches any name.  If the `user'
  13577.      table entry that matches an incoming connection has a blank user
  13578.      name, the user is considered to be the anonymous user (the user
  13579.      with no name), rather than the name that the client actually
  13580.      specified.  This means that a blank user name is used for all
  13581.      further access checking for the duration of the connection (that
  13582.      is, during Stage 2).
  13583.  
  13584.    * The `Password' field can be blank.  This does not mean that any
  13585.      password matches, it means the user must connect without
  13586.      specifying a password.
  13587.  
  13588. Non-blank `Password' values represent encrypted passwords.  MySQL does
  13589. not store passwords in plaintext form for anyone to see.  Rather, the
  13590. password supplied by a user who is attempting to connect is encrypted
  13591. (using the `PASSWORD()' function). The encrypted password is then used
  13592. when the client/server is checking if the password is correct (This is
  13593. done without the encrypted password ever traveling over the
  13594. connection.)  Note that from MySQL's point of view the encrypted
  13595. password is the REAL password, so you should not give anyone access to
  13596. it!  In particular, don't give normal users read access to the tables
  13597. in the `mysql' database!
  13598.  
  13599. The examples below show how various combinations of `Host' and `User'
  13600. values in `user' table entries apply to incoming connections:
  13601.  
  13602. `Host' *value*     `User'      *Connections matched by entry*
  13603.                    *value*     
  13604. `'thomas.loc.gov'' `'fred''    `fred', connecting from `thomas.loc.gov'
  13605. `'thomas.loc.gov'' `'''        Any user, connecting from `thomas.loc.gov'
  13606. `'%''              `'fred''    `fred', connecting from any host
  13607. `'%''              `'''        Any user, connecting from any host
  13608. `'%.loc.gov''      `'fred''    `fred', connecting from any host in the
  13609.                                `loc.gov' domain
  13610. `'x.y.%''          `'fred''    `fred', connecting from `x.y.net',
  13611.                                `x.y.com',`x.y.edu', etc. (this is
  13612.                                probably not useful)
  13613. `'144.155.166.177''`'fred''    `fred', connecting from the host with IP
  13614.                                address `144.155.166.177'
  13615. `'144.155.166.%''  `'fred''    `fred', connecting from any host in the
  13616.                                `144.155.166' class C subnet
  13617. `'144.155.166.0/255.255.255.0''`'fred''    Same as previous example
  13618.  
  13619. Because you can use IP wild-card values in the `Host' field (for
  13620. example, `'144.155.166.%'' to match every host on a subnet), there is
  13621. the possibility that someone might try to exploit this capability by
  13622. naming a host `144.155.166.somewhere.com'.  To foil such attempts, MySQL
  13623. disallows matching on hostnames that start with digits and a dot. Thus,
  13624. if you have a host named something like `1.2.foo.com', its name will
  13625. never match the `Host' column of the grant tables.  Only an IP number
  13626. can match an IP wild-card value.
  13627.  
  13628. An incoming connection may be matched by more than one entry in the
  13629. `user' table.  For example, a connection from `thomas.loc.gov' by
  13630. `fred' would be matched by several of the entries just shown above.  How
  13631. does the server choose which entry to use if more than one matches?  The
  13632. server resolves this question by sorting the `user' table after reading
  13633. it at startup time, then looking through the entries in sorted order
  13634. when a user attempts to connect.  The first matching entry is the one
  13635. that is used.
  13636.  
  13637. `user' table sorting works as follows.  Suppose the `user' table looks
  13638. like this:
  13639.  
  13640.      +-----------+----------+-
  13641.      | Host      | User     | ...
  13642.      +-----------+----------+-
  13643.      | %         | root     | ...
  13644.      | %         | jeffrey  | ...
  13645.      | localhost | root     | ...
  13646.      | localhost |          | ...
  13647.      +-----------+----------+-
  13648.  
  13649. When the server reads in the table, it orders the entries with the
  13650. most-specific `Host' values first (`'%'' in the `Host' column means
  13651. "any host" and is least specific).  Entries with the same `Host' value
  13652. are ordered with the most-specific `User' values first (a blank `User'
  13653. value means "any user" and is least specific).  The resulting sorted
  13654. `user' table looks like this:
  13655.  
  13656.      +-----------+----------+-
  13657.      | Host      | User     | ...
  13658.      +-----------+----------+-
  13659.      | localhost | root     | ...
  13660.      | localhost |          | ...
  13661.      | %         | jeffrey  | ...
  13662.      | %         | root     | ...
  13663.      +-----------+----------+-
  13664.  
  13665. When a connection is attempted, the server looks through the sorted
  13666. entries and uses the first match found.  For a connection from
  13667. `localhost' by `jeffrey', the entries with `'localhost'' in the `Host'
  13668. column match first.  Of those, the entry with the blank user name
  13669. matches both the connecting hostname and user name.  (The
  13670. `'%'/'jeffrey'' entry would have matched, too, but it is not the first
  13671. match in the table.)
  13672.  
  13673. Here is another example.  Suppose the `user' table looks like this:
  13674.  
  13675.      +----------------+----------+-
  13676.      | Host           | User     | ...
  13677.      +----------------+----------+-
  13678.      | %              | jeffrey  | ...
  13679.      | thomas.loc.gov |          | ...
  13680.      +----------------+----------+-
  13681.  
  13682. The sorted table looks like this:
  13683.  
  13684.      +----------------+----------+-
  13685.      | Host           | User     | ...
  13686.      +----------------+----------+-
  13687.      | thomas.loc.gov |          | ...
  13688.      | %              | jeffrey  | ...
  13689.      +----------------+----------+-
  13690.  
  13691. A connection from `thomas.loc.gov' by `jeffrey' is matched by the first
  13692. entry, whereas a connection from `whitehouse.gov' by `jeffrey' is
  13693. matched by the second.
  13694.  
  13695. A common misconception is to think that for a given user name, all
  13696. entries that explicitly name that user will be used first when the
  13697. server attempts to find a match for the connection.  This is simply not
  13698. true.  The previous example illustrates this, where a connection from
  13699. `thomas.loc.gov' by `jeffrey' is first matched not by the entry
  13700. containing `'jeffrey'' as the `User' field value, but by the entry with
  13701. no user name!
  13702.  
  13703. If you have problems connecting to the server, print out the `user'
  13704. table and sort it by hand to see where the first match is being made.
  13705.  
  13706. Access Control, Stage 2: Request Verification
  13707. ---------------------------------------------
  13708.  
  13709. Once you establish a connection, the server enters Stage 2.  For each
  13710. request that comes in on the connection, the server checks whether you
  13711. have sufficient privileges to perform it, based on the type of
  13712. operation you wish to perform.  This is where the privilege fields in
  13713. the grant tables come into play.  These privileges can come from any of
  13714. the `user', `db', `host', `tables_priv', or `columns_priv' tables.  The
  13715. grant tables are manipulated with `GRANT' and `REVOKE' commands.  *Note
  13716. `GRANT': GRANT.  (You may find it helpful to refer to *Note
  13717. Privileges::, which lists the fields present in each of the grant
  13718. tables.)
  13719.  
  13720. The `user' table grants privileges that are assigned to you on a global
  13721. basis and that apply no matter what the current database is.  For
  13722. example, if the `user' table grants you the *delete* privilege, you can
  13723. delete rows from any database on the server host!  In other words,
  13724. `user' table privileges are superuser privileges.  It is wise to grant
  13725. privileges in the `user' table only to superusers such as server or
  13726. database administrators.  For other users, you should leave the
  13727. privileges in the `user' table set to `'N'' and grant privileges on a
  13728. database-specific basis only, using the `db' and `host' tables.
  13729.  
  13730. The `db' and `host' tables grant database-specific privileges.  Values
  13731. in the scope fields may be specified as follows:
  13732.  
  13733.    * The wild-card characters `%' and `_' can be used in the `Host' and
  13734.      `Db' fields of either table.
  13735.  
  13736.    * A `'%'' `Host' value in the `db' table means "any host." A blank
  13737.      `Host' value in the `db' table means "consult the `host' table for
  13738.      further information."
  13739.  
  13740.    * A `'%'' or blank `Host' value in the `host' table means "any host."
  13741.  
  13742.    * A `'%'' or blank `Db' value in either table means "any database."
  13743.  
  13744.    * A blank `User' value in either table matches the anonymous user.
  13745.  
  13746. The `db' and `host' tables are read in and sorted when the server
  13747. starts up (at the same time that it reads the `user' table).  The `db'
  13748. table is sorted on the `Host', `Db', and `User' scope fields, and the
  13749. `host' table is sorted on the `Host' and `Db' scope fields.  As with
  13750. the `user' table, sorting puts the most-specific values first and
  13751. least-specific values last, and when the server looks for matching
  13752. entries, it uses the first match that it finds.
  13753.  
  13754. The `tables_priv' and `columns_priv' tables grant table- and
  13755. column-specific privileges.  Values in the scope fields may be
  13756. specified as follows:
  13757.  
  13758.    * The wild-card characters `%' and `_' can be used in the `Host'
  13759.      field of either table.
  13760.  
  13761.    * A `'%'' or blank `Host' value in either table means "any host."
  13762.  
  13763.    * The `Db', `Table_name' and `Column_name' fields cannot contain
  13764.      wild cards or be blank in either table.
  13765.  
  13766. The `tables_priv' and `columns_priv' tables are sorted on the `Host',
  13767. `Db', and `User' fields.  This is similar to `db' table sorting,
  13768. although the sorting is simpler because only the `Host' field may
  13769. contain wild cards.
  13770.  
  13771. The request verification process is described below.  (If you are
  13772. familiar with the access-checking source code, you will notice that the
  13773. description here differs slightly from the algorithm used in the code.
  13774. The description is equivalent to what the code actually does; it
  13775. differs only to make the explanation simpler.)
  13776.  
  13777. For administrative requests (*shutdown*, *reload*, etc.), the server
  13778. checks only the `user' table entry, because that is the only table that
  13779. specifies administrative privileges.  Access is granted if the entry
  13780. allows the requested operation and denied otherwise.  For example, if
  13781. you want to execute `mysqladmin shutdown' but your `user' table entry
  13782. doesn't grant the *shutdown* privilege to you, access is denied without
  13783. even checking the `db' or `host' tables.  (They contain no
  13784. `Shutdown_priv' column, so there is no need to do so.)
  13785.  
  13786. For database-related requests (*insert*, *update*, etc.), the server
  13787. first checks the user's global (superuser) privileges by looking in the
  13788. `user' table entry.  If the entry allows the requested operation,
  13789. access is granted.  If the global privileges in the `user' table are
  13790. insufficient, the server determines the user's database-specific
  13791. privileges by checking the `db' and `host' tables:
  13792.  
  13793.   1. The server looks in the `db' table for a match on the `Host',
  13794.      `Db', and `User' fields.  The `Host' and `User' fields are matched
  13795.      to the connecting user's hostname and MySQL user name.  The `Db'
  13796.      field is matched to the database the user wants to access.  If
  13797.      there is no entry for the `Host' and `User', access is denied.
  13798.  
  13799.   2. If there is a matching `db' table entry and its `Host' field is
  13800.      not blank, that entry defines the user's database-specific
  13801.      privileges.
  13802.  
  13803.   3. If the matching `db' table entry's `Host' field is blank, it
  13804.      signifies that the `host' table enumerates which hosts should be
  13805.      allowed access to the database.  In this case, a further lookup is
  13806.      done in the `host' table to find a match on the `Host' and `Db'
  13807.      fields.  If no `host' table entry matches, access is denied.  If
  13808.      there is a match, the user's database-specific privileges are
  13809.      computed as the intersection (_not_ the union!) of the privileges
  13810.      in the `db' and `host' table entries, that is, the privileges that
  13811.      are `'Y'' in both entries.  (This way you can grant general
  13812.      privileges in the `db' table entry and then selectively restrict
  13813.      them on a host-by-host basis using the `host' table entries.)
  13814.  
  13815. After determining the database-specific privileges granted by the `db'
  13816. and `host' table entries, the server adds them to the global privileges
  13817. granted by the `user' table.  If the result allows the requested
  13818. operation, access is granted.  Otherwise, the server checks the user's
  13819. table and column privileges in the `tables_priv' and `columns_priv'
  13820. tables and adds those to the user's privileges.  Access is allowed or
  13821. denied based on the result.
  13822.  
  13823. Expressed in boolean terms, the preceding description of how a user's
  13824. privileges are calculated may be summarized like this:
  13825.  
  13826.      global privileges
  13827.      OR (database privileges AND host privileges)
  13828.      OR table privileges
  13829.      OR column privileges
  13830.  
  13831. It may not be apparent why, if the global `user' entry privileges are
  13832. initially found to be insufficient for the requested operation, the
  13833. server adds those privileges to the database-, table-, and
  13834. column-specific privileges later. The reason is that a request might
  13835. require more than one type of privilege.  For example, if you execute
  13836. an `INSERT ...  SELECT' statement, you need both *insert* and *select*
  13837. privileges.  Your privileges might be such that the `user' table entry
  13838. grants one privilege and the `db' table entry grants the other.  In
  13839. this case, you have the necessary privileges to perform the request,
  13840. but the server cannot tell that from either table by itself; the
  13841. privileges granted by the entries in both tables must be combined.
  13842.  
  13843. The `host' table can be used to maintain a list of secure servers.
  13844.  
  13845. At TcX, the `host' table contains a list of all machines on the local
  13846. network. These are granted all privileges.
  13847.  
  13848. You can also use the `host' table to indicate hosts that are _not_
  13849. secure.  Suppose you have a machine `public.your.domain' that is located
  13850. in a public area that you do not consider secure.  You can allow access
  13851. to all hosts on your network except that machine by using `host' table
  13852. entries like this:
  13853.  
  13854.      +--------------------+----+-
  13855.      | Host               | Db | ...
  13856.      +--------------------+----+-
  13857.      | public.your.domain | %  | ... (all privileges set to 'N')
  13858.      | %.your.domain      | %  | ... (all privileges set to 'Y')
  13859.      +--------------------+----+-
  13860.  
  13861. Naturally, you should always test your entries in the grant tables (for
  13862. example, using `mysqlaccess') to make sure your access privileges are
  13863. actually set up the way you think they are.
  13864.  
  13865. Causes of `Access denied' Errors
  13866. --------------------------------
  13867.  
  13868. If you encounter `Access denied' errors when you try to connect to the
  13869. MySQL server, the list below indicates some courses of action you can
  13870. take to correct the problem:
  13871.  
  13872.    * After installing MySQL, did you run the `mysql_install_db' script
  13873.      to set up the initial grant table contents?  If not, do so.  *Note
  13874.      Default privileges::.  Test the initial privileges by executing
  13875.      this command:
  13876.  
  13877.           shell> mysql -u root test
  13878.  
  13879.      The server should let you connect without error.  You should also
  13880.      make sure you have a file `user.MYD' in the MySQL database
  13881.      directory.  Ordinarily, this is `PATH/var/mysql/user.MYD', where
  13882.      `PATH' is the pathname to the MySQL installation root.
  13883.  
  13884.    * After a fresh installation, you should connect to the server and
  13885.      set up your users and their access permissions:
  13886.  
  13887.           shell> mysql -u root mysql
  13888.  
  13889.      The server should let you connect because the MySQL `root' user
  13890.      has no password initially.  That is also a security risk, so
  13891.      setting the `root' password is something you should do while
  13892.      you're setting up your other MySQL users.
  13893.  
  13894.      If you try to connect as `root' and get this error:
  13895.  
  13896.           Access denied for user: '@unknown' to database mysql
  13897.  
  13898.      this means that you don't have an entry in the `user' table with a
  13899.      `User' column value of `'root'' and that `mysqld' cannot resolve
  13900.      the hostname for your client.  In this case, you must restart the
  13901.      server with the `--skip-grant-tables' option and edit your
  13902.      `/etc/hosts' or `\windows\hosts' file to add an entry for your
  13903.      host.
  13904.  
  13905.    * If you get an error like the following:
  13906.  
  13907.           shell> mysqladmin -u root -pxxxx ver
  13908.           Access denied for user: 'root@localhost' (Using password: YES)
  13909.  
  13910.      It means that you are using a wrong password. *Note Passwords::.
  13911.  
  13912.      If you have forgot the root password, you can restart `mysqld' with
  13913.      `--skip-grant-tables' to change the password. You can find more
  13914.      about this option later on in this manual section.
  13915.  
  13916.      If you get the above error even if you haven't specified a
  13917.      password, this means that you a wrong password in some `my.ini'
  13918.      file. *Note Option files::.  You can avoid using option files with
  13919.      the `--no-defaults' option, as follows:
  13920.  
  13921.           shell> mysqladmin --no-defaults -u root ver
  13922.  
  13923.    * If you updated an existing MySQL installation from a version
  13924.      earlier than Version 3.22.11 to Version 3.22.11 or later, did you
  13925.      run the `mysql_fix_privilege_tables' script?  If not, do so.  The
  13926.      structure of the grant tables changed with MySQL Version 3.22.11
  13927.      when the `GRANT' statement became functional.
  13928.  
  13929.    * If your privileges seem to have changed in the middle of a
  13930.      session, it may be that a superuser has changed them.  Reloading
  13931.      the grant tables affects new client connections, but it also
  13932.      affects existing connections as indicated in *Note Privilege
  13933.      changes::.
  13934.  
  13935.    * If you can't get your password to work, remember that you must use
  13936.      the `PASSWORD()' function if you set the password with the
  13937.      `INSERT', `UPDATE', or `SET PASSWORD' statements.  The
  13938.      `PASSWORD()' function is unnecessary if you specify the password
  13939.      using the `GRANT ... INDENTIFIED BY' statement or the `mysqladmin
  13940.      password' command.  *Note Passwords::.
  13941.  
  13942.    * `localhost' is a synonym for your local hostname, and is also the
  13943.      default host to which clients try to connect if you specify no host
  13944.      explicitly.  However, connections to `localhost' do not work if
  13945.      you are running on a system that uses MIT-pthreads (`localhost'
  13946.      connections are made using Unix sockets, which are not supported
  13947.      by MIT-pthreads).  To avoid this problem on such systems, you
  13948.      should use the `--host' option to name the server host explicitly.
  13949.      This will make a TCP/IP connection to the `mysqld' server.  In
  13950.      this case, you must have your real hostname in `user' table
  13951.      entries on the server host.  (This is true even if you are running
  13952.      a client program on the same host as the server.)
  13953.  
  13954.    * If you get an `Access denied' error when trying to connect to the
  13955.      database with `mysql -u user_name db_name', you may have a problem
  13956.      with the `user' table. Check this by executing `mysql -u root
  13957.      mysql' and issuing this SQL statement:
  13958.  
  13959.           mysql> SELECT * FROM user;
  13960.  
  13961.      The result should include an entry with the `Host' and `User'
  13962.      columns matching your computer's hostname and your MySQL user name.
  13963.  
  13964.    * The `Access denied' error message will tell you who you are trying
  13965.      to log in as, the host from which you are trying to connect, and
  13966.      whether or not you were using a password. Normally, you should
  13967.      have one entry in the `user' table that exactly matches the
  13968.      hostname and user name that were given in the error message. For
  13969.      example if you get an error message that contains `Using password:
  13970.      NO', this means that you tried to login without an password.
  13971.  
  13972.    * If you get the following error when you try to connect from a
  13973.      different host than the one on which the MySQL server is running,
  13974.      then there is no row in the `user' table that matches that host:
  13975.  
  13976.           Host ... is not allowed to connect to this MySQL server
  13977.  
  13978.      You can fix this by using the command-line tool `mysql' (on the
  13979.      server host!) to add a row to the `user', `db', or `host' table
  13980.      for the user/hostname combination from which you are trying to
  13981.      connect and then execute `mysqladmin flush-privileges'.  If you are
  13982.      not running MySQL Version 3.22 and you don't know the IP number or
  13983.      hostname of the machine from which you are connecting, you should
  13984.      put an entry with `'%'' as the `Host' column value in the `user'
  13985.      table and restart `mysqld' with the `--log' option on the server
  13986.      machine.  After trying to connect from the client machine, the
  13987.      information in the MySQL log will indicate how you really did
  13988.      connect.  (Then replace the `'%'' in the `user' table entry with
  13989.      the actual hostname that shows up in the log.  Otherwise, you'll
  13990.      have a system that is insecure.)
  13991.  
  13992.      Another reason for this error on Linux is that you are using a
  13993.      binary MySQL version that is compiled with a different glibc
  13994.      version than the one you are using.  In this case you should
  13995.      either upgrade your OS/glibc or download the source MySQL version
  13996.      and compile this yourself.  A source RPM is normally trivial to
  13997.      compile and install, so this isn't a big problem.
  13998.  
  13999.    * If you get an error message where the hostname is not shown or
  14000.      where the hostname is an IP, even if you try to connect with a
  14001.      hostname:
  14002.  
  14003.           shell> mysqladmin -u root -pxxxx -h some-hostname ver
  14004.           Access denied for user: 'root('Using password: YES)
  14005.  
  14006.      This means that MySQL got some error when trying to resolve the IP
  14007.      to a hostname.  In this case you can execute `mysqladmin
  14008.      flush-hosts' to reset the internal DNS cache. *Note DNS::.
  14009.  
  14010.      Some permanent solutions are:
  14011.  
  14012.         - Try to find out what is wrong with your DNS server and fix
  14013.           this.
  14014.  
  14015.         - Specify IPs instead of hostnames in the MySQL privilege
  14016.           tables.
  14017.  
  14018.         - Start `mysqld' with `--skip-name-resolve'.
  14019.  
  14020.         - Start `mysqld' with `--skip-host-cache'.
  14021.  
  14022.         - Connect to `localhost' if you are running the server and the
  14023.           client on the same machine.
  14024.  
  14025.         - Put the client machine names in `/etc/hosts'.
  14026.  
  14027.    * If `mysql -u root test' works but `mysql -h your_hostname -u root
  14028.      test' results in `Access denied', then you may not have the
  14029.      correct name for your host in the `user' table.  A common problem
  14030.      here is that the `Host' value in the user table entry specifies an
  14031.      unqualified hostname, but your system's name resolution routines
  14032.      return a fully qualified domain name (or vice-versa).  For
  14033.      example, if you have an entry with host `'tcx'' in the `user'
  14034.      table, but your DNS tells MySQL that your hostname is
  14035.      `'tcx.subnet.se'', the entry will not work. Try adding an entry to
  14036.      the `user' table that contains the IP number of your host as the
  14037.      `Host' column value.  (Alternatively, you could add an entry to the
  14038.      `user' table with a `Host' value that contains a wild card--for
  14039.      example, `'tcx.%''.  However, use of hostnames ending with `%' is
  14040.      _insecure_ and is _not_ recommended!)
  14041.  
  14042.    * If `mysql -u user_name test' works but `mysql -u user_name
  14043.      other_db_name' doesn't work, you don't have an entry for
  14044.      `other_db_name' listed in the `db' table.
  14045.  
  14046.    * If `mysql -u user_name db_name' works when executed on the server
  14047.      machine, but `mysql -u host_name -u user_name db_name' doesn't
  14048.      work when executed on another client machine, you don't have the
  14049.      client machine listed in the `user' table or the `db' table.
  14050.  
  14051.    * If you can't figure out why you get `Access denied', remove from
  14052.      the `user' table all entries that have `Host' values containing
  14053.      wild cards (entries that contain `%' or `_').  A very common error
  14054.      is to insert a new entry with `Host'=`'%'' and `User'=`'some
  14055.      user'', thinking that this will allow you to specify `localhost'
  14056.      to connect from the same machine.  The reason that this doesn't
  14057.      work is that the default privileges include an entry with
  14058.      `Host'=`'localhost'' and `User'=`'''.  Because that entry has a
  14059.      `Host' value `'localhost'' that is more specific than `'%'', it is
  14060.      used in preference to the new entry when connecting from
  14061.      `localhost'!  The correct procedure is to insert a second entry
  14062.      with `Host'=`'localhost'' and `User'=`'some_user'', or to remove
  14063.      the entry with `Host'=`'localhost'' and `User'=`'''.
  14064.  
  14065.    * If you get the following error, you may have a problem with the
  14066.      `db' or `host' table:
  14067.  
  14068.           Access to database denied
  14069.  
  14070.      If the entry selected from the `db' table has an empty value in the
  14071.      `Host' column, make sure there are one or more corresponding
  14072.      entries in the `host' table specifying which hosts the `db' table
  14073.      entry applies to.
  14074.  
  14075.      If you get the error when using the SQL commands `SELECT ...  INTO
  14076.      OUTFILE' or `LOAD DATA INFILE', your entry in the `user' table
  14077.      probably doesn't have the *file* privilege enabled.
  14078.  
  14079.    * Remember that client programs will use connection parameters
  14080.      specified in configuration files or environment variables.  *Note
  14081.      Environment variables::.  If a client seems to be sending the
  14082.      wrong default connection parameters when you don't specify them on
  14083.      the command line, check your environment and the `.my.cnf' file in
  14084.      your home directory.  You might also check the system-wide MySQL
  14085.      configuration files, though it is far less likely that client
  14086.      connection parameters will be specified there. *Note Option
  14087.      files::.  If you get `Access denied' when you run a client without
  14088.      any options, make sure you haven't specified an old password in
  14089.      any of your option files!  *Note Option files::.
  14090.  
  14091.    * If you make changes to the grant tables directly (using an
  14092.      `INSERT' or `UPDATE' statement) and your changes seem to be
  14093.      ignored, remember that you must issue a `FLUSH PRIVILEGES'
  14094.      statement or execute a `mysqladmin flush-privileges' command to
  14095.      cause the server to re-read the privilege tables.  Otherwise your
  14096.      changes have no effect until the next time the server is
  14097.      restarted.  Remember that after you set the `root' password with
  14098.      an `UPDATE' command, you won't need to specify it until after you
  14099.      flush the privileges, because the server won't know you've changed
  14100.      the password yet!
  14101.  
  14102.    * If you have access problems with a Perl, PHP, Python, or ODBC
  14103.      program, try to connect to the server with `mysql -u user_name
  14104.      db_name' or `mysql -u user_name -pyour_pass db_name'.  If you are
  14105.      able to connect using the `mysql' client, there is a problem with
  14106.      your program and not with the access privileges.  (Note that there
  14107.      is no space between `-p' and the password; you can also use the
  14108.      `--password=your_pass' syntax to specify the password. If you use
  14109.      the `-p' option alone, MySQL will prompt you for the password.)
  14110.  
  14111.    * For testing, start the `mysqld' daemon with the
  14112.      `--skip-grant-tables' option.  Then you can change the MySQL grant
  14113.      tables and use the `mysqlaccess' script to check whether or not
  14114.      your modifications have the desired effect.  When you are
  14115.      satisfied with your changes, execute `mysqladmin flush-privileges'
  14116.      to tell the `mysqld' server to start using the new grant tables.
  14117.      *Note:* Reloading the grant tables overrides the
  14118.      `--skip-grant-tables' option.  This allows you to tell the server
  14119.      to begin using the grant tables again without bringing it down and
  14120.      restarting it.
  14121.  
  14122.    * If everything else fails, start the `mysqld' daemon with a
  14123.      debugging option (for example, `--debug=d,general,query'). This
  14124.      will print host and user information about attempted connections,
  14125.      as well as information about each command issued. *Note Making
  14126.      trace files::.
  14127.  
  14128.    * If you have any other problems with the MySQL grant tables and
  14129.      feel you must post the problem to the mailing list, always provide
  14130.      a dump of the MySQL grant tables. You can dump the tables with the
  14131.      `mysqldump mysql' command. As always, post your problem using the
  14132.      `mysqlbug' script.  *Note Bug reports::.  In some cases you may
  14133.      need to restart `mysqld' with `--skip-grant-tables' to run
  14134.      `mysqldump'.
  14135.  
  14136. MySQL User Account Management
  14137. =============================
  14138.  
  14139. `GRANT' and `REVOKE' Syntax
  14140. ---------------------------
  14141.  
  14142.      GRANT priv_type [(column_list)] [, priv_type [(column_list)] ...]
  14143.          ON {tbl_name | * | *.* | db_name.*}
  14144.          TO user_name [IDENTIFIED BY 'password']
  14145.              [, user_name [IDENTIFIED BY 'password'] ...]
  14146.          [WITH GRANT OPTION]
  14147.      
  14148.      REVOKE priv_type [(column_list)] [, priv_type [(column_list)] ...]
  14149.          ON {tbl_name | * | *.* | db_name.*}
  14150.          FROM user_name [, user_name ...]
  14151.  
  14152. `GRANT' is implemented in MySQL Version 3.22.11 or later. For earlier
  14153. MySQL versions, the `GRANT' statement does nothing.
  14154.  
  14155. The `GRANT' and `REVOKE' commands allow system administrators to create
  14156. users and grant and revoke rights to MySQL users at four privilege
  14157. levels:
  14158.  
  14159. *Global level*
  14160.      Global privileges apply to all databases on a given server. These
  14161.      privileges are stored in the `mysql.user' table.
  14162.  
  14163. *Database level*
  14164.      Database privileges apply to all tables in a given database. These
  14165.      privileges are stored in the `mysql.db' and `mysql.host' tables.
  14166.  
  14167. *Table level*
  14168.      Table privileges apply to all columns in a given table. These
  14169.      privileges are stored in the `mysql.tables_priv' table.
  14170.  
  14171. *Column level*
  14172.      Column privileges apply to single columns in a given table. These
  14173.      privileges are stored in the `mysql.columns_priv' table.
  14174.  
  14175. If you give a grant for a users that doesn't exists, that user is
  14176. created.  For examples of how `GRANT' works, see *Note Adding users::.
  14177.  
  14178. For the `GRANT' and `REVOKE' statements, `priv_type' may be specified
  14179. as any of the following:
  14180.  
  14181.      ALL PRIVILEGES      FILE                RELOAD
  14182.      ALTER               INDEX               SELECT
  14183.      CREATE              INSERT              SHUTDOWN
  14184.      DELETE              PROCESS             UPDATE
  14185.      DROP                REFERENCES          USAGE
  14186.  
  14187. `ALL' is a synonym for `ALL PRIVILEGES'.  `REFERENCES' is not yet
  14188. implemented.  `USAGE' is currently a synonym for "no privileges."  It
  14189. can be used when you want to create a user that has no privileges.
  14190.  
  14191. To revoke the *grant* privilege from a user, use a `priv_type' value of
  14192. `GRANT OPTION':
  14193.  
  14194.      REVOKE GRANT OPTION ON ... FROM ...;
  14195.  
  14196. The only `priv_type' values you can specify for a table are `SELECT',
  14197. `INSERT', `UPDATE', `DELETE', `CREATE', `DROP', `GRANT', `INDEX', and
  14198. `ALTER'.
  14199.  
  14200. The only `priv_type' values you can specify for a column (that is, when
  14201. you use a `column_list' clause) are `SELECT', `INSERT', and `UPDATE'.
  14202.  
  14203. You can set global privileges by using `ON *.*' syntax.  You can set
  14204. database privileges by using `ON db_name.*' syntax. If you specify `ON
  14205. *' and you have a current database, you will set the privileges for
  14206. that database.  (*WARNING:* If you specify `ON *' and you _don't_ have
  14207. a current database, you will affect the global privileges!)
  14208.  
  14209. In order to accommodate granting rights to users from arbitrary hosts,
  14210. MySQL supports specifying the `user_name' value in the form
  14211. `user@host'.  If you want to specify a `user' string containing special
  14212. characters (such as `-'), or a `host' string containing special
  14213. characters or wild-card characters (such as `%'), you can quote the
  14214. user or host name (for example, `'test-user'@'test-hostname'').
  14215.  
  14216. You can specify wild cards in the hostname.  For example,
  14217. `user@"%.loc.gov"' applies to `user' for any host in the `loc.gov'
  14218. domain, and `user@"144.155.166.%"' applies to `user' for any host in
  14219. the `144.155.166' class C subnet.
  14220.  
  14221. The simple form `user' is a synonym for `user@"%"'.  *NOTE:* If you
  14222. allow anonymous users to connect to the MySQL server (which is the
  14223. default), you should also add all local users as `user@localhost'
  14224. because otherwise the anonymous user entry for the local host in the
  14225. `mysql.user' table will be used when the user tries to log into the
  14226. MySQL server from the local machine!  Anonymous users are defined by
  14227. inserting entries with `User=''' into the `mysql.user' table. You can
  14228. verify if this applies to you by executing this query:
  14229.  
  14230.      mysql> SELECT Host,User FROM mysql.user WHERE User='';
  14231.  
  14232. For the moment, `GRANT' only supports host, table, database, and column
  14233. names up to 60 characters long. A user name can be up to 16 characters.
  14234.  
  14235. The privileges for a table or column are formed from the logical OR of
  14236. the privileges at each of the four privilege levels.  For example, if
  14237. the `mysql.user' table specifies that a user has a global *select*
  14238. privilege, this can't be denied by an entry at the database, table, or
  14239. column level.
  14240.  
  14241. The privileges for a column can be calculated as follows:
  14242.  
  14243.      global privileges
  14244.      OR (database privileges AND host privileges)
  14245.      OR table privileges
  14246.      OR column privileges
  14247.  
  14248. In most cases, you grant rights to a user at only one of the privilege
  14249. levels, so life isn't normally as complicated as above. The details of
  14250. the privilege-checking procedure are presented in *Note Privilege
  14251. system::.
  14252.  
  14253. If you grant privileges for a user/hostname combination that does not
  14254. exist in the `mysql.user' table, an entry is added and remains there
  14255. until deleted with a `DELETE' command.  In other words, `GRANT' may
  14256. create `user' table entries, but `REVOKE' will not remove them; you
  14257. must do that explicitly using `DELETE'.
  14258.  
  14259. In MySQL Version 3.22.12 or later, if a new user is created or if you
  14260. have global grant privileges, the user's password will be set to the
  14261. password specified by the `IDENTIFIED BY' clause, if one is given.  If
  14262. the user already had a password, it is replaced by the new one.
  14263.  
  14264. *WARNING:* If you create a new user but do not specify an `IDENTIFIED
  14265. BY' clause, the user has no password.  This is insecure.
  14266.  
  14267. Passwords can also be set with the `SET PASSWORD' command.  *Note `SET
  14268. OPTION': SET OPTION.
  14269.  
  14270. If you grant privileges for a database, an entry in the `mysql.db'
  14271. table is created if needed. When all privileges for the database have
  14272. been removed with `REVOKE', this entry is deleted.
  14273.  
  14274. If a user doesn't have any privileges on a table, the table is not
  14275. displayed when the user requests a list of tables (for example, with a
  14276. `SHOW TABLES' statement).
  14277.  
  14278. The `WITH GRANT OPTION' clause gives the user the ability to give to
  14279. other users any privileges the user has at the specified privilege
  14280. level.  You should be careful to whom you give the *grant* privilege,
  14281. as two users with different privileges may be able to join privileges!
  14282.  
  14283. You cannot grant another user a privilege you don't have yourself; the
  14284. *grant* privilege allows you to give away only those privileges you
  14285. possess.
  14286.  
  14287. Be aware that when you grant a user the *grant* privilege at a
  14288. particular privilege level, any privileges the user already possesses
  14289. (or is given in the future!) at that level are also grantable by that
  14290. user.  Suppose you grant a user the *insert* privilege on a database.
  14291. If you then grant the *select* privilege on the database and specify
  14292. `WITH GRANT OPTION', the user can give away not only the *select*
  14293. privilege, but also *insert*.  If you then grant the *update* privilege
  14294. to the user on the database, the user can give away the *insert*,
  14295. *select* and *update*.
  14296.  
  14297. You should not grant *alter* privileges to a normal user.  If you do
  14298. that, the user can try to subvert the privilege system by renaming
  14299. tables!
  14300.  
  14301. Note that if you are using table or column privileges for even one
  14302. user, the server examines table and column privileges for all users and
  14303. this will slow down MySQL a bit.
  14304.  
  14305. When `mysqld' starts, all privileges are read into memory.  Database,
  14306. table, and column privileges take effect at once, and user-level
  14307. privileges take effect the next time the user connects.  Modifications
  14308. to the grant tables that you perform using `GRANT' or `REVOKE' are
  14309. noticed by the server immediately.  If you modify the grant tables
  14310. manually (using `INSERT', `UPDATE', etc.), you should execute a `FLUSH
  14311. PRIVILEGES' statement or run `mysqladmin flush-privileges' to tell the
  14312. server to reload the grant tables.  *Note Privilege changes::.
  14313.  
  14314. The biggest differences between the ANSI SQL and MySQL versions of
  14315. `GRANT' are:
  14316.  
  14317.    * In MySQL privileges are given for an username + hostname
  14318.      combination and not only for an username.
  14319.  
  14320.    * ANSI SQL doesn't have global or database-level privileges, and
  14321.      ANSI SQL doesn't support all privilege types that MySQL supports.
  14322.      MySQL doesn't support the ANSI SQL `TRIGGER', `EXECUTE' or `UNDER'
  14323.      privileges.
  14324.  
  14325.    * ANSI SQL privileges are structured in a hierarchal manner. If you
  14326.      remove an user, all privileges the user has granted are revoked. In
  14327.      MySQL the granted privileges are not automatically revoked, but
  14328.      you have to revoke these yourself if needed.
  14329.  
  14330.    * If you in MySQL have the `INSERT' grant on only part of the
  14331.      columns in a table, you can execute `INSERT' statements on the
  14332.      table; The columns for which you don't have the `INSERT' privilege
  14333.      will set to their default values. ANSI SQL requires you to have the
  14334.      `INSERT' privilege on all columns.
  14335.  
  14336.    * When you drop a table in ANSI SQL, all privileges for the table
  14337.      are revoked.  If you revoke a privilege in ANSI SQL, all
  14338.      privileges that were granted based on this privilege are also
  14339.      revoked. In MySQL, privileges can be dropped only with explicit
  14340.      `REVOKE' commands or by manipulating the MySQL grant tables.
  14341.  
  14342. MySQL User Names and Passwords
  14343. ------------------------------
  14344.  
  14345. There are several distinctions between the way user names and passwords
  14346. are used by MySQL and the way they are used by Unix or Windows:
  14347.  
  14348.    * User names, as used by MySQL for authentication purposes, have
  14349.      nothing to do with Unix user names (login names) or Windows user
  14350.      names.  Most MySQL clients by default try to log in using the
  14351.      current Unix user name as the MySQL user name, but that is for
  14352.      convenience only.  Client programs allow a different name to be
  14353.      specified with the `-u' or `--user' options. This means that you
  14354.      can't make a database secure in any way unless all MySQL user
  14355.      names have passwords.  Anyone may attempt to connect to the server
  14356.      using any name, and they will succeed if they specify any name
  14357.      that doesn't have a password.
  14358.  
  14359.    * MySQL user names can be up to 16 characters long; Unix user names
  14360.      typically are limited to 8 characters.
  14361.  
  14362.    * MySQL passwords have nothing to do with Unix passwords.  There is
  14363.      no necessary connection between the password you use to log in to
  14364.      a Unix machine and the password you use to access a database on
  14365.      that machine.
  14366.  
  14367.    * MySQL encrypts passwords using a different algorithm than the one
  14368.      used during the Unix login process.  See the descriptions of the
  14369.      `PASSWORD()' and `ENCRYPT()' functions in *Note Miscellaneous
  14370.      functions::.  Note that even if the password is stored
  14371.      'scrambled', and knowing your 'scrambled' password is enough to be
  14372.      able to connect to the MySQL server!
  14373.  
  14374. MySQL users and their privileges are normally created with the `GRANT'
  14375. command. *Note GRANT::.
  14376.  
  14377. When you login to a MySQL server with a command line client you should
  14378. specify the password with `--password=your-password'.  *Note
  14379. Connecting::.
  14380.  
  14381.      mysql --user=monty --password=guess database_name
  14382.  
  14383. If you want the client to prompt for a password, you should use
  14384. `--password' without any argument
  14385.  
  14386.      mysql --user=monty --password database_name
  14387.  
  14388. or the short form:
  14389.  
  14390.      mysql -u monty -p database_name
  14391.  
  14392. Note that in the last example the password is *NOT* 'database_name'.
  14393.  
  14394. If you want to use the `-p' option to supply a password you should do so
  14395. like this:
  14396.  
  14397.      mysql -u monty -pguess database_name
  14398.  
  14399. On some systems, the library call that MySQL uses to prompt for a
  14400. password will automatically cut the password to 8 characters. Internally
  14401. MySQL doesn't have any limit for the length of the password.
  14402.  
  14403. When Privilege Changes Take Effect
  14404. ----------------------------------
  14405.  
  14406. When `mysqld' starts, all grant table contents are read into memory and
  14407. become effective at that point.
  14408.  
  14409. Modifications to the grant tables that you perform using `GRANT',
  14410. `REVOKE', or `SET PASSWORD' are noticed by the server immediately.
  14411.  
  14412. If you modify the grant tables manually (using `INSERT', `UPDATE',
  14413. etc.), you should execute a `FLUSH PRIVILEGES' statement or run
  14414. `mysqladmin flush-privileges' or `mysqladmin reload' to tell the server
  14415. to reload the grant tables.  Otherwise your changes will have _no
  14416. effect_ until you restart the server. If you change the grant tables
  14417. manually but forget to reload the privileges, you will be wondering why
  14418. your changes don't seem to make any difference!
  14419.  
  14420. When the server notices that the grant tables have been changed,
  14421. existing client connections are affected as follows:
  14422.  
  14423.    * Table and column privilege changes take effect with the client's
  14424.      next request.
  14425.  
  14426.    * Database privilege changes take effect at the next `USE db_name'
  14427.      command.
  14428.  
  14429. Global privilege changes and password changes take effect the next time
  14430. the client connects.
  14431.  
  14432. Setting Up the Initial MySQL Privileges
  14433. ---------------------------------------
  14434.  
  14435. After installing MySQL, you set up the initial access privileges by
  14436. running `scripts/mysql_install_db'.  *Note Quick install::.  The
  14437. `mysql_install_db' script starts up the `mysqld' server, then
  14438. initializes the grant tables to contain the following set of privileges:
  14439.  
  14440.    * The MySQL `root' user is created as a superuser who can do
  14441.      anything.  Connections must be made from the local host.
  14442.  
  14443.      *NOTE:* The initial `root' password is empty, so anyone can
  14444.      connect as `root' _without a password_ and be granted all
  14445.      privileges.
  14446.  
  14447.    * An anonymous user is created that can do anything with databases
  14448.      that have a name of `'test'' or starting with `'test_''.
  14449.      Connections must be made from the local host.  This means any
  14450.      local user can connect without a password and be treated as the
  14451.      anonymous user.
  14452.  
  14453.    * Other privileges are denied.  For example, normal users can't use
  14454.      `mysqladmin shutdown' or `mysqladmin processlist'.
  14455.  
  14456. *NOTE:* The default privileges are different for Windows.  *Note
  14457. Windows running::.
  14458.  
  14459. Because your installation is initially wide open, one of the first
  14460. things you should do is specify a password for the MySQL `root' user.
  14461. You can do this as follows (note that you specify the password using
  14462. the `PASSWORD()' function):
  14463.  
  14464.      shell> mysql -u root mysql
  14465.      mysql> UPDATE user SET Password=PASSWORD('new_password')
  14466.                 WHERE user='root';
  14467.      mysql> FLUSH PRIVILEGES;
  14468.  
  14469. You can, in MySQL Version 3.22 and above, use the `SET PASSWORD'
  14470. statement:
  14471.  
  14472.      shell> mysql -u root mysql
  14473.      mysql> SET PASSWORD FOR root=PASSWORD('new_password');
  14474.  
  14475. Another way to set the password is by using the `mysqladmin' command:
  14476.  
  14477.      shell> mysqladmin -u root password new_password
  14478.  
  14479. Only users with write/update access to the `mysql' database can change
  14480. the password for others users.  All normal users (not anonymous ones)
  14481. can only change their own password with either of the above commands or
  14482. with `SET PASSWORD=PASSWORD('new password')'.
  14483.  
  14484. Note that if you update the password in the `user' table directly using
  14485. the first method, you must tell the server to re-read the grant tables
  14486. (with `FLUSH PRIVILEGES'), because the change will go unnoticed
  14487. otherwise.
  14488.  
  14489. Once the `root' password has been set, thereafter you must supply that
  14490. password when you connect to the server as `root'.
  14491.  
  14492. You may wish to leave the `root' password blank so that you don't need
  14493. to specify it while you perform additional setup or testing. However,
  14494. be sure to set it before using your installation for any real
  14495. production work.
  14496.  
  14497. See the `scripts/mysql_install_db' script to see how it sets up the
  14498. default privileges.  You can use this as a basis to see how to add
  14499. other users.
  14500.  
  14501. If you want the initial privileges to be different than those just
  14502. described above, you can modify `mysql_install_db' before you run it.
  14503.  
  14504. To re-create the grant tables completely, remove all the `.frm',
  14505. `.MYI', and `.MYD' files in the directory containing the `mysql'
  14506. database.  (This is the directory named `mysql' under the database
  14507. directory, which is listed when you run `mysqld --help'.) Then run the
  14508. `mysql_install_db' script, possibly after editing it first to have the
  14509. privileges you want.
  14510.  
  14511. *NOTE:* For MySQL versions older than Version 3.22.10, you should NOT
  14512. delete the `.frm' files.  If you accidentally do this, you should copy
  14513. them back from your MySQL distribution before running
  14514. `mysql_install_db'.
  14515.  
  14516. Adding New Users to MySQL
  14517. -------------------------
  14518.  
  14519. You can add users two different ways: by using `GRANT' statements or by
  14520. manipulating the MySQL grant tables directly.  The preferred method is
  14521. to use `GRANT' statements, because they are more concise and less
  14522. error-prone. *Note GRANT::.
  14523.  
  14524. There is also a lot of contributed programs like `phpmyadmin' that can
  14525. be used to create and administrate users. *Note Contrib::.
  14526.  
  14527. The examples below show how to use the `mysql' client to set up new
  14528. users.  These examples assume that privileges are set up according to
  14529. the defaults described in the previous section.  This means that to
  14530. make changes, you must be on the same machine where `mysqld' is
  14531. running, you must connect as the MySQL `root' user, and the `root' user
  14532. must have the *insert* privilege for the `mysql' database and the
  14533. *reload* administrative privilege.  Also, if you have changed the
  14534. `root' user password, you must specify it for the `mysql' commands
  14535. below.
  14536.  
  14537. You can add new users by issuing `GRANT' statements:
  14538.  
  14539.      shell> mysql --user=root mysql
  14540.      mysql> GRANT ALL PRIVILEGES ON *.* TO monty@localhost
  14541.                 IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
  14542.      mysql> GRANT ALL PRIVILEGES ON *.* TO monty@"%"
  14543.                 IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
  14544.      mysql> GRANT RELOAD,PROCESS ON *.* TO admin@localhost;
  14545.      mysql> GRANT USAGE ON *.* TO dummy@localhost;
  14546.  
  14547. These `GRANT' statements set up three new users:
  14548.  
  14549. `monty'
  14550.      A full superuser who can connect to the server from anywhere, but
  14551.      who must use a password `'some_pass'' to do so.  Note that we must
  14552.      issue `GRANT' statements for both `monty@localhost' and
  14553.      `monty@"%"'.  If we don't add the entry with `localhost', the
  14554.      anonymous user entry for `localhost' that is created by
  14555.      `mysql_install_db' will take precedence when we connect from the
  14556.      local host, because it has a more specific `Host' field value and
  14557.      thus comes earlier in the `user' table sort order.
  14558.  
  14559. `admin'
  14560.      A user who can connect from `localhost' without a password and who
  14561.      is granted the *reload* and *process* administrative privileges.
  14562.      This allows the user to execute the `mysqladmin reload',
  14563.      `mysqladmin refresh', and `mysqladmin flush-*' commands, as well as
  14564.      `mysqladmin processlist' .  No database-related privileges are
  14565.      granted.  (They can be granted later by issuing additional `GRANT'
  14566.      statements.)
  14567.  
  14568. `dummy'
  14569.      A user who can connect without a password, but only from the local
  14570.      host.  The global privileges are all set to `'N'' -- the `USAGE'
  14571.      privilege type allows you to create a user with no privileges.  It
  14572.      is assumed that you will grant database-specific privileges later.
  14573.  
  14574. You can also add the same user access information directly by issuing
  14575. `INSERT' statements and then telling the server to reload the grant
  14576. tables:
  14577.  
  14578.      shell> mysql --user=root mysql
  14579.      mysql> INSERT INTO user VALUES('localhost','monty',PASSWORD('some_pass'),
  14580.                      'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
  14581.      mysql> INSERT INTO user VALUES('%','monty',PASSWORD('some_pass'),
  14582.                      'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
  14583.      mysql> INSERT INTO user SET Host='localhost',User='admin',
  14584.                       Reload_priv='Y', Process_priv='Y';
  14585.      mysql> INSERT INTO user (Host,User,Password)
  14586.                              VALUES('localhost','dummy','');
  14587.      mysql> FLUSH PRIVILEGES;
  14588.  
  14589. Depending on your MySQL version, you may have to use a different number
  14590. of `'Y'' values above (versions prior to Version 3.22.11 had fewer
  14591. privilege columns).  For the `admin' user, the more readable extended
  14592. `INSERT' syntax that is available starting with Version 3.22.11 is used.
  14593.  
  14594. Note that to set up a superuser, you need only create a `user' table
  14595. entry with the privilege fields set to `'Y''.  No `db' or `host' table
  14596. entries are necessary.
  14597.  
  14598. The privilege columns in the `user' table were not set explicitly in the
  14599. last `INSERT' statement (for the `dummy' user), so those columns are
  14600. assigned the default value of `'N''.  This is the same thing that
  14601. `GRANT USAGE' does.
  14602.  
  14603. The following example adds a user `custom' who can connect from hosts
  14604. `localhost', `server.domain', and `whitehouse.gov'.  He wants to access
  14605. the `bankaccount' database only from `localhost', the `expenses'
  14606. database only from `whitehouse.gov', and the `customer' database from
  14607. all three hosts.  He wants to use the password `stupid' from all three
  14608. hosts.
  14609.  
  14610. To set up this user's privileges using `GRANT' statements, run these
  14611. commands:
  14612.  
  14613.      shell> mysql --user=root mysql
  14614.      mysql> GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP
  14615.                 ON bankaccount.*
  14616.                 TO custom@localhost
  14617.                 IDENTIFIED BY 'stupid';
  14618.      mysql> GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP
  14619.                 ON expenses.*
  14620.                 TO custom@whitehouse.gov
  14621.                 IDENTIFIED BY 'stupid';
  14622.      mysql> GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP
  14623.                 ON customer.*
  14624.                 TO custom@'%'
  14625.                 IDENTIFIED BY 'stupid';
  14626.  
  14627. The reason that we do to grant statements for the user 'custom' is that
  14628. we want the give the user access to MySQL both from the local machine
  14629. with Unix sockets and from the remote machine 'whitehouse.gov' over
  14630. TCP/IP.
  14631.  
  14632. To set up the user's privileges by modifying the grant tables directly,
  14633. run these commands (note the `FLUSH PRIVILEGES' at the end):
  14634.  
  14635.      shell> mysql --user=root mysql
  14636.      mysql> INSERT INTO user (Host,User,Password)
  14637.             VALUES('localhost','custom',PASSWORD('stupid'));
  14638.      mysql> INSERT INTO user (Host,User,Password)
  14639.             VALUES('server.domain','custom',PASSWORD('stupid'));
  14640.      mysql> INSERT INTO user (Host,User,Password)
  14641.             VALUES('whitehouse.gov','custom',PASSWORD('stupid'));
  14642.      mysql> INSERT INTO db
  14643.             (Host,Db,User,Select_priv,Insert_priv,Update_priv,Delete_priv,
  14644.              Create_priv,Drop_priv)
  14645.             VALUES
  14646.             ('localhost','bankaccount','custom','Y','Y','Y','Y','Y','Y');
  14647.      mysql> INSERT INTO db
  14648.             (Host,Db,User,Select_priv,Insert_priv,Update_priv,Delete_priv,
  14649.              Create_priv,Drop_priv)
  14650.             VALUES
  14651.             ('whitehouse.gov','expenses','custom','Y','Y','Y','Y','Y','Y');
  14652.      mysql> INSERT INTO db
  14653.             (Host,Db,User,Select_priv,Insert_priv,Update_priv,Delete_priv,
  14654.              Create_priv,Drop_priv)
  14655.             VALUES('%','customer','custom','Y','Y','Y','Y','Y','Y');
  14656.      mysql> FLUSH PRIVILEGES;
  14657.  
  14658. The first three `INSERT' statements add `user' table entries that allow
  14659. user `custom' to connect from the various hosts with the given
  14660. password, but grant no permissions to him (all privileges are set to the
  14661. default value of `'N'').  The next three `INSERT' statements add `db'
  14662. table entries that grant privileges to `custom' for the `bankaccount',
  14663. `expenses', and `customer' databases, but only when accessed from the
  14664. proper hosts.  As usual, when the grant tables are modified directly,
  14665. the server must be told to reload them (with `FLUSH PRIVILEGES') so
  14666. that the privilege changes take effect.
  14667.  
  14668. If you want to give a specific user access from any machine in a given
  14669. domain, you can issue a `GRANT' statement like the following:
  14670.  
  14671.      mysql> GRANT ...
  14672.                 ON *.*
  14673.                 TO myusername@"%.mydomainname.com"
  14674.                 IDENTIFIED BY 'mypassword';
  14675.  
  14676. To do the same thing by modifying the grant tables directly, do this:
  14677.  
  14678.      mysql> INSERT INTO user VALUES ('%.mydomainname.com', 'myusername',
  14679.                 PASSWORD('mypassword'),...);
  14680.      mysql> FLUSH PRIVILEGES;
  14681.  
  14682. You can also use `xmysqladmin', `mysql_webadmin', and even `xmysql' to
  14683. insert, change, and update values in the grant tables.  You can find
  14684. these utilities in the Contrib directory of the MySQL Website
  14685. (http://www.mysql.com/Downloads/Contrib/).
  14686.  
  14687. Setting Up Passwords
  14688. --------------------
  14689.  
  14690. In most cases you should use `GRANT' to set up your users/passwords, so
  14691. the following only applies for advanced users. *Note `GRANT': GRANT.
  14692.  
  14693. The examples in the preceding sections illustrate an important
  14694. principle: when you store a non-empty password using `INSERT' or
  14695. `UPDATE' statements, you must use the `PASSWORD()' function to encrypt
  14696. it.  This is because the `user' table stores passwords in encrypted
  14697. form, not as plaintext.  If you forget that fact, you are likely to
  14698. attempt to set passwords like this:
  14699.  
  14700.      shell> mysql -u root mysql
  14701.      mysql> INSERT INTO user (Host,User,Password)
  14702.             VALUES('%','jeffrey','biscuit');
  14703.      mysql> FLUSH PRIVILEGES;
  14704.  
  14705. The result is that the plaintext value `'biscuit'' is stored as the
  14706. password in the `user' table.  When the user `jeffrey' attempts to
  14707. connect to the server using this password, the `mysql' client encrypts
  14708. it with `PASSWORD()', generates an authentification vector based on
  14709. *encrypted* password and a random number, obtained from server, and
  14710. sends the result to the server.  The server uses the `password' value
  14711. in the `user' table (that is *not encrypted* value `'biscuit'') to
  14712. perform the same calculations, and compares results.  The comparison
  14713. fails and the server rejects the connection:
  14714.  
  14715.      shell> mysql -u jeffrey -pbiscuit test
  14716.      Access denied
  14717.  
  14718. Passwords must be encrypted when they are inserted in the `user' table,
  14719. so the `INSERT' statement should have been specified like this instead:
  14720.  
  14721.      mysql> INSERT INTO user (Host,User,Password)
  14722.             VALUES('%','jeffrey',PASSWORD('biscuit'));
  14723.  
  14724. You must also use the `PASSWORD()' function when you use `SET PASSWORD'
  14725. statements:
  14726.  
  14727.      mysql> SET PASSWORD FOR jeffrey@"%" = PASSWORD('biscuit');
  14728.  
  14729. If you set passwords using the `GRANT ... IDENTIFIED BY' statement or
  14730. the `mysqladmin password' command, the `PASSWORD()' function is
  14731. unnecessary.  They both take care of encrypting the password for you,
  14732. so you would specify a password of `'biscuit'' like this:
  14733.  
  14734.      mysql> GRANT USAGE ON *.* TO jeffrey@"%" IDENTIFIED BY 'biscuit';
  14735.  
  14736. or
  14737.  
  14738.      shell> mysqladmin -u jeffrey password biscuit
  14739.  
  14740. *NOTE:* `PASSWORD()' does not perform password encryption in the same
  14741. way that Unix passwords are encrypted.  You should not assume that if
  14742. your Unix password and your MySQL password are the same, that
  14743. `PASSWORD()' will result in the same encrypted value as is stored in the
  14744. Unix password file. *Note User names::.
  14745.  
  14746. Keeping Your Password Secure
  14747. ----------------------------
  14748.  
  14749. It is inadvisable to specify your password in a way that exposes it to
  14750. discovery by other users.  The methods you can use to specify your
  14751. password when you run client programs are listed below, along with an
  14752. assessment of the risks of each method:
  14753.  
  14754.    * Never give a normal user access to the `mysql.user' table. Knowing
  14755.      the encrypted password for a user makes it possible to login as
  14756.      this user.  The passwords are only scrambled so that one shouldn't
  14757.      be able to see the real password you used (if you happen to use a
  14758.      similar password with your other applications).
  14759.  
  14760.    * Use a `-pyour_pass' or `--password=your_pass' option on the command
  14761.      line.  This is convenient but insecure, because your password
  14762.      becomes visible to system status programs (such as `ps') that may
  14763.      be invoked by other users to display command lines.  (MySQL
  14764.      clients typically overwrite the command-line argument with zeroes
  14765.      during their initialization sequence, but there is still a brief
  14766.      interval during which the value is visible.)
  14767.  
  14768.    * Use a `-p' or `--password' option (with no `your_pass' value
  14769.      specified).  In this case, the client program solicits the
  14770.      password from the terminal:
  14771.  
  14772.           shell> mysql -u user_name -p
  14773.           Enter password: ********
  14774.  
  14775.      The `*' characters represent your password.
  14776.  
  14777.      It is more secure to enter your password this way than to specify
  14778.      it on the command line because it is not visible to other users.
  14779.      However, this method of entering a password is suitable only for
  14780.      programs that you run interactively.  If you want to invoke a
  14781.      client from a script that runs non-interactively, there is no
  14782.      opportunity to enter the password from the terminal. On some
  14783.      systems, you may even find that the first line of your script is
  14784.      read and interpreted (incorrectly) as your password!
  14785.  
  14786.    * Store your password in a configuration file.  For example, you can
  14787.      list your password in the `[client]' section of the `.my.cnf' file
  14788.      in your home directory:
  14789.  
  14790.           [client]
  14791.           password=your_pass
  14792.  
  14793.      If you store your password in `.my.cnf', the file should not be
  14794.      group or world readable or writable.  Make sure the file's access
  14795.      mode is `400' or `600'.
  14796.  
  14797.      *Note Option files::.
  14798.  
  14799.    * You can store your password in the `MYSQL_PWD' environment
  14800.      variable, but this method must be considered extremely insecure
  14801.      and should not be used.  Some versions of `ps' include an option
  14802.      to display the environment of running processes; your password
  14803.      will be in plain sight for all to see if you set `MYSQL_PWD'.
  14804.      Even on systems without such a version of `ps', it is unwise to
  14805.      assume there is no other method to observe process environments.
  14806.      *Note Environment variables::.
  14807.  
  14808. All in all, the safest methods are to have the client program prompt
  14809. for the password or to specify the password in a properly protected
  14810. `.my.cnf' file.
  14811.  
  14812. Disaster Prevention and Recovery
  14813. ================================
  14814.  
  14815. Database Backups
  14816. ----------------
  14817.  
  14818. Because MySQL tables are stored as files, it is easy to do a backup. To
  14819. get a consistent backup, do a `LOCK TABLES' on the relevant tables
  14820. followed by `FLUSH TABLES' for the tables.  *Note `LOCK TABLES': LOCK
  14821. TABLES.  *Note `FLUSH': FLUSH.  You only need a read lock; this allows
  14822. other threads to continue to query the tables while you are making a
  14823. copy of the files in the database directory.  The `FLUSH TABLE' is
  14824. needed to ensure that the all active index pages is written to disk
  14825. before you start the backup.
  14826.  
  14827. If you want to make a SQL level backup of a table, you can use `SELECT
  14828. INTO OUTFILE' or `BACKUP TABLE'. *Note SELECT::.  *Note BACKUP TABLE::.
  14829.  
  14830. Another way to back up a database is to use the `mysqldump' program or
  14831. the `mysqlhotcopy script'. *Note `mysqldump': mysqldump.  *Note
  14832. `mysqlhotcopy': mysqlhotcopy.
  14833.  
  14834.   1. Do a full backup of your databases:
  14835.  
  14836.           shell> mysqldump --tab=/path/to/some/dir --opt --full
  14837.           
  14838.           or
  14839.           
  14840.           shell> mysqlhotcopy database /path/to/some/dir
  14841.  
  14842.      You can also simply copy all table files (`*.frm', `*.MYD', and
  14843.      `*.MYI' files) as long as the server isn't updating anything.  The
  14844.      script `mysqlhotcopy' does use this method.
  14845.  
  14846.   2. Stop `mysqld' if it's running, then start it with the
  14847.      `--log-update[=file_name]' option.  *Note Update log::. The update
  14848.      log file(s) provide you with the information you need to replicate
  14849.      changes to the database that are made subsequent to the point at
  14850.      which you executed `mysqldump'.
  14851.  
  14852. If you have to restore something, try to recover your tables using
  14853. `REPAIR TABLE' or `myisamchk -r' first.  That should work in 99.9% of
  14854. all cases.  If `myisamchk' fails, try the following procedure: (This
  14855. will only work if you have started MySQL with `--log-update'. *Note
  14856. Update log::.):
  14857.  
  14858.   1. Restore the original `mysqldump' backup.
  14859.  
  14860.   2. Execute the following command to re-run the updates in the binary
  14861.      log:
  14862.  
  14863.           shell> mysqlbinlog hostname-bin.[0-9]* | mysql
  14864.  
  14865.      If you are using the update log you can use:
  14866.  
  14867.           shell> ls -1 -t -r hostname.[0-9]* | xargs cat | mysql
  14868.  
  14869. `ls' is used to get all the update log files in the right order.
  14870.  
  14871. You can also do selective backups with `SELECT * INTO OUTFILE
  14872. 'file_name' FROM tbl_name' and restore with `LOAD DATA INFILE
  14873. 'file_name' REPLACE ...' To avoid duplicate records, you need a
  14874. `PRIMARY KEY' or a `UNIQUE' key in the table. The `REPLACE' keyword
  14875. causes old records to be replaced with new ones when a new record
  14876. duplicates an old record on a unique key value.
  14877.  
  14878. If you get performance problems in making backups on your system, you
  14879. can solve this by setting up replication and do the backups on the slave
  14880. instead of on the master. *Note Replication Intro::.
  14881.  
  14882. If you are using a Veritas file system, you can do:
  14883.  
  14884.   1. Execute in a client (perl ?) `FLUSH TABLES WITH READ LOCK'
  14885.  
  14886.   2. Fork a shell or execute in another client `mount vxfs snapshot'.
  14887.  
  14888.   3. Execute in the first client `UNLOCK TABLES'
  14889.  
  14890.   4. Copy files from snapshot
  14891.  
  14892.   5. Unmount snapshot
  14893.  
  14894. `BACKUP TABLE' Syntax
  14895. ---------------------
  14896.  
  14897.      BACKUP TABLE tbl_name[,tbl_name...] TO '/path/to/backup/directory'
  14898.  
  14899. Make a copy of all the table files to the backup directory that are the
  14900. minimum needed to restore it. Currenlty only works for `MyISAM' tables.
  14901. For `MyISAM' table, copies `.frm' (definition)  and `.MYD' (data)
  14902. files. The index file can be rebuilt from those two.
  14903.  
  14904. Before using this command, please see *Note Backup::.
  14905.  
  14906. During the backup, read lock will be held for each table, one at time,
  14907. as they are being backed up. If you want to backup several tables as a
  14908. snapshot, you must first issue `LOCK TABLES' obtaining a read lock for
  14909. each table in the group.
  14910.  
  14911. The command returns a table with the following columns:
  14912.  
  14913. *Column*                  *Value*
  14914. Table                     Table name
  14915. Op                        Always "backup"
  14916. Msg_type                  One of `status', `error', `info' or `warning'.
  14917. Msg_text                  The message.
  14918.  
  14919. Note that `BACKUP TABLE' is only available in MySQL version 3.23.25 and
  14920. later.
  14921.  
  14922. `RESTORE TABLE' Syntax
  14923. ----------------------
  14924.  
  14925.      RESTORE TABLE tbl_name[,tbl_name...] FROM '/path/to/backup/directory'
  14926.  
  14927. Restores the table(s) from the backup that was made with `BACKUP
  14928. TABLE'. Existing tables will not be overwritten - if you try to restore
  14929. over an existing table, you will get an error. Restore will take
  14930. longer than BACKUP due to the need to rebuilt the index. The more keys
  14931. you have, the longer it is going to take. Just as `BACKUP TABLE',
  14932. currently only works of `MyISAM' tables.
  14933.  
  14934. The command returns a table with the following columns:
  14935.  
  14936. *Column*                  *Value*
  14937. Table                     Table name
  14938. Op                        Always "restore"
  14939. Msg_type                  One of `status', `error', `info' or `warning'.
  14940. Msg_text                  The message.
  14941.  
  14942. `CHECK TABLE' Syntax
  14943. --------------------
  14944.  
  14945.      CHECK TABLE tbl_name[,tbl_name...] [option [option...]]
  14946.      
  14947.      option = QUICK | FAST | MEDIUM | EXTENDED | CHANGED
  14948.  
  14949. `CHECK TABLE' only works on `MyISAM' tables. On `MyISAM' tables it's
  14950. the same thing as running `myisamchk -m table_name' on the table.
  14951.  
  14952. If you don't specify any option `MEDIUM' is used.
  14953.  
  14954. Checks the table(s) for errors. For `MyISAM' tables the key statistics
  14955. is updated. The command returns a table with the following columns:
  14956.  
  14957. *Column*                  *Value*
  14958. Table                     Table name.
  14959. Op                        Always "check".
  14960. Msg_type                  One of `status', `error', `info', or `warning'.
  14961. Msg_text                  The message.
  14962.  
  14963. Note that you can get many rows of information for each checked table.
  14964. The last row will be of `Msg_type status' and should normally be `OK'.
  14965. If you don't get `OK', or `Not checked' you should normally run a
  14966. repair of the table. *Note Table maintenance::. `Not checked' means
  14967. that the table the given `TYPE' told MySQL that there wasn't any need
  14968. to check the table.
  14969.  
  14970. The different check types stand for the following:
  14971.  
  14972. *Type*         *Meaning*
  14973. `QUICK'        Don't scan the rows to check for wrong links.
  14974. `FAST'         Only check tables which haven't been closed properly.
  14975. `CHANGED'      Only check tables which have been changed since last
  14976.                check or haven't been closed properly.
  14977. `MEDIUM'       Scan rows to verify that deleted links are ok. This also
  14978.                calculates a key checksum for the rows and verifies this
  14979.                with a calcualted checksum for the keys.
  14980. `EXTENDED'     Do a full key lookup for all keys for each row.  This
  14981.                ensures that the table is 100 % consistent, but will take
  14982.                a long time!
  14983.  
  14984. For dynamic sized `MyISAM' tables a started check will always do a
  14985. `MEDIUM' check. For static size rows we skip the row scan for `QUICK'
  14986. and `FAST' as the rows are very seldom corrupted.
  14987.  
  14988. You can combine check options as in:
  14989.  
  14990.      CHECK TABLE test_table FAST QUICK;
  14991.  
  14992. Which only would do a quick check on the table if it wasn't closed
  14993. properly.
  14994.  
  14995. *NOTE:* that in some case `CHECK TABLE' will change the table!  This
  14996. happens if the table is marked as 'corrupted' or 'not closed properly'
  14997. but `CHECK TABLE' didn't find any problems in the table.  In this case
  14998. `CHECK TABLE' will mark the table as ok.
  14999.  
  15000. If a table is corrupted, then it's most likely that the problem is in
  15001. the indexes and not in the data part.  All of the above check types
  15002. checks the indexes throughly and should thus find most errors.
  15003.  
  15004. If you just want to check a table that you assume is ok, you should use
  15005. no check options or the `QUICK' option. The later should be used when
  15006. you are in a hurry and can take the very small risk that `QUICK' didn't
  15007. find an error in the data file (In most cases MySQL should find, under
  15008. normal usage, any error in the data file. If this happens then the
  15009. table will be marked as 'corrupted', in which case the table can't be
  15010. used until it's repaired).
  15011.  
  15012. `FAST' and `CHANGED' are mostly intended to be used from a script (for
  15013. example to be executed from cron) if you want to check your table from
  15014. time to time. In most cases you `FAST' is to be prefered over
  15015. `CHANGED'.  (The only case when it isn't is when you suspect a bug you
  15016. have found a bug in the `MyISAM' code.).
  15017.  
  15018. `EXTENDED' is only to be used after you have run a normal check but
  15019. still get strange errors from a table when MySQL tries to update a row
  15020. or find a row by key (this is VERY unlikely to happen if a normal check
  15021. has succeeded!).
  15022.  
  15023. Some things reported by check table, can't be corrected automatically:
  15024.  
  15025.    * `Found row where the auto_increment column has the value 0'.
  15026.  
  15027.      This means that you have in the table a row where the
  15028.      `auto_increment' index column contains the value 0.  (It's
  15029.      possible to create a row where the auto_increment column is 0 by
  15030.      explicitely setting the column to 0 with an `UPDATE' statement)
  15031.  
  15032.      This isn't an error in itself, but could cause trouble if you
  15033.      decide to dump the table and restore it or do an `ALTER TABLE' on
  15034.      the table. In this case the auto_increment column will change
  15035.      value, according to the rules of auto_increment columns, which
  15036.      could cause problems like a duplicate key error.
  15037.  
  15038.      To get rid of the warning, just execute an `UPDATE' statement to
  15039.      set the column to some other value than 0.
  15040.  
  15041. `REPAIR TABLE' Syntax
  15042. ---------------------
  15043.  
  15044.      REPAIR TABLE tbl_name[,tbl_name...] [QUICK] [EXTENDED]
  15045.  
  15046. `REPAIR TABLE' only works on `MyISAM' tables and is the same as running
  15047. `myisamchk -r table_name' on the table.
  15048.  
  15049. Normally you should never have to run this command, but if disaster
  15050. strikes you are very likely to get back all your data from a MyISAM
  15051. table with `REPAIR TABLE'. If your tables get corrupted a lot you should
  15052. try to find the reason for this! *Note Crashing::. *Note MyISAM table
  15053. problems::.
  15054.  
  15055. `REPAIR TABLE' repairs a possible corrupted table. The command returns a
  15056. table with the following columns:
  15057.  
  15058. *Column*                  *Value*
  15059. Table                     Table name
  15060. Op                        Always "repair"
  15061. Msg_type                  One of `status', `error', `info' or `warning'.
  15062. Msg_text                  The message.
  15063.  
  15064. Note that you can get many rows of information for each repaired table.
  15065. The last one row will be of `Msg_type status' and should normally be
  15066. `OK'.  If you don't get `OK', you should try repairing the table with
  15067. `myisamchk -o', as `REPAIR TABLE' does not yet implement all the
  15068. options of `myisamchk'. In the near future, we will make it more
  15069. flexible.
  15070.  
  15071. If `QUICK' is given then MySQL will try to do a `REPAIR' of only the
  15072. index tree.
  15073.  
  15074. If you use `EXTENDED' then MySQL will create the index row by row
  15075. instead of creating one index at a time with sorting;  This may be
  15076. better than sorting on fixed-length keys if you have long `char()' keys
  15077. that compress very good.
  15078.  
  15079. Using `myisamchk' for Table Maintenance and Crash Recovery
  15080. ----------------------------------------------------------
  15081.  
  15082. Starting with MySQL Version 3.23.13, you can check MyISAM tables with
  15083. the `CHECK TABLE' command. *Note CHECK TABLE::.  You can repair tables
  15084. with the `REPAIR TABLE' command. *Note REPAIR TABLE::.
  15085.  
  15086. To check/repair MyISAM tables (`.MYI' and `.MYD') you should use the
  15087. `myisamchk' utility. To check/repair ISAM tables (`.ISM' and `.ISD')
  15088. you should use the `isamchk' utility. *Note Table types::.
  15089.  
  15090. In the following text we will talk about `myisamchk', but everything
  15091. also applies to the old `isamchk'.
  15092.  
  15093. You can use the `myisamchk' utility to get information about your
  15094. database tables, check and repair them, or optimize them.  The following
  15095. sections describe how to invoke `myisamchk' (including a description of
  15096. its options), how to set up a table maintenance schedule, and how to
  15097. use `myisamchk' to perform its various functions.
  15098.  
  15099. You can, in most cases, also use the command `OPTIMIZE TABLES' to
  15100. optimize and repair tables, but this is not as fast or reliable (in case
  15101. of real fatal errors) as `myisamchk'.  On the other hand, `OPTIMIZE
  15102. TABLE' is easier to use and you don't have to worry about flushing
  15103. tables.  *Note `OPTIMIZE TABLE': OPTIMIZE TABLE.
  15104.  
  15105. Even that the repair in `myisamchk' is quite secure, it's always a good
  15106. idea to make a backup BEFORE doing a repair (or anything that could
  15107. make a lot of changes to a table)
  15108.  
  15109. `myisamchk' Invocation Syntax
  15110. .............................
  15111.  
  15112. `myisamchk' is invoked like this:
  15113.  
  15114.      shell> myisamchk [options] tbl_name
  15115.  
  15116. The `options' specify what you want `myisamchk' to do.  They are
  15117. described below.  (You can also get a list of options by invoking
  15118. `myisamchk --help'.)  With no options, `myisamchk' simply checks your
  15119. table.  To get more information or to tell `myisamchk' to take
  15120. corrective action, specify options as described below and in the
  15121. following sections.
  15122.  
  15123. `tbl_name' is the database table you want to check/repair.  If you run
  15124. `myisamchk' somewhere other than in the database directory, you must
  15125. specify the path to the file, because `myisamchk' has no idea where your
  15126. database is located.  Actually, `myisamchk' doesn't care whether or not
  15127. the files you are working on are located in a database directory; you
  15128. can copy the files that correspond to a database table into another
  15129. location and perform recovery operations on them there.
  15130.  
  15131. You can name several tables on the `myisamchk' command line if you
  15132. wish.  You can also specify a name as an index file name (with the
  15133. `.MYI' suffix), which allows you to specify all tables in a directory
  15134. by using the pattern `*.MYI'.  For example, if you are in a database
  15135. directory, you can check all the tables in the directory like this:
  15136.  
  15137.      shell> myisamchk *.MYI
  15138.  
  15139. If you are not in the database directory, you can check all the tables
  15140. there by specifying the path to the directory:
  15141.  
  15142.      shell> myisamchk /path/to/database_dir/*.MYI
  15143.  
  15144. You can even check all tables in all databases by specifying a wild card
  15145. with the path to the MySQL data directory:
  15146.  
  15147.      shell> myisamchk /path/to/datadir/*/*.MYI
  15148.  
  15149. The recommended way to quickly check all tables is:
  15150.  
  15151.      myisamchk --silent --fast /path/to/datadir/*/*.MYI
  15152.      isamchk --silent /path/to/datadir/*/*.ISM
  15153.  
  15154. If you want to check all tables and repair all tables that are
  15155. corrupted, you can use the following line:
  15156.  
  15157.      myisamchk --silent --force --fast --update-state -O key_buffer=64M -O sort_buffer=64M -O read_buffer=1M -O write_buffer=1M /path/to/datadir/*/*.MYI
  15158.      isamchk --silent --force -O key_buffer=64M -O sort_buffer=64M -O read_buffer=1M -O write_buffer=1M /path/to/datadir/*/*.ISM
  15159.  
  15160. The above assumes that you have more than 64 M free.
  15161.  
  15162. Note that if you get an error like:
  15163.  
  15164.      myisamchk: warning: 1 clients is using or hasn't closed the table properly
  15165.  
  15166. This means that you are trying to check a table that has been updated by
  15167. the another program (like the `mysqld' server) that hasn't yet closed
  15168. the file or that has died without closing the file properly.
  15169.  
  15170. If you `mysqld' is running, you must force a sync/close of all tables
  15171. with `FLUSH TABLES' and ensure that no one is using the tables while
  15172. you are running `myisamchk'.  In MySQL Version 3.23 the easiest way to
  15173. avoid this problem is to use `CHECK TABLE' instead of `myisamchk' to
  15174. check tables.
  15175.  
  15176. General Options for `myisamchk'
  15177. ...............................
  15178.  
  15179. `myisamchk' supports the following options.
  15180.  
  15181. `-# or --debug=debug_options'
  15182.      Output debug log. The `debug_options' string often is
  15183.      `'d:t:o,filename''.
  15184.  
  15185. `-? or --help'
  15186.      Display a help message and exit.
  15187.  
  15188. `-O var=option, --set-variable var=option'
  15189.      Set the value of a variable.  The possible variables and their
  15190.      default values for myisamchk can be examined with `myisamchk
  15191.      --help':
  15192.      key_buffer_size      523264
  15193.      read_buffer_size     262136
  15194.      write_buffer_size    262136
  15195.      sort_buffer_size     2097144
  15196.      sort_key_blocks      16
  15197.      decode_bits          9
  15198.  
  15199.      `sort_buffer_size' is used when the keys are repaired by sorting
  15200.      keys, which is the normal case when you use `--recover'.
  15201.  
  15202.      `key_buffer_size' is used when you are checking the table with
  15203.      `--extended-check' or when the keys are repaired by inserting key
  15204.      row by row in to the table (like when doing normal inserts).
  15205.      Repairing through the key buffer is used in the following cases:
  15206.  
  15207.         * If you use `--safe-recover'.
  15208.  
  15209.         * If you are using a `FULLTEXT' index.
  15210.  
  15211.         * If the temporary files needed to sort the keys would be more
  15212.           than twice as big as when creating the key file directly.
  15213.           This is often the case when you have big `CHAR', `VARCHAR' or
  15214.           `TEXT' keys as the sort needs to store the whole keys during
  15215.           sorting. If you have lots of temporary space and you can
  15216.           force `myisamchk' to repair by sorting you can use the
  15217.           `--sort-recover' option.
  15218.  
  15219.      Reparing through the key buffer takes much less disk space than
  15220.      using sorting, but is also much slower.
  15221.  
  15222.      If you want a faster repair, set the above variables to about 1/4
  15223.      of your available memory.  You can set both variables to big
  15224.      values, as only one of the above buffers will be used at a time.
  15225.  
  15226. `-s or --silent'
  15227.      Silent mode.  Write output only when errors occur. You can use `-s'
  15228.      twice (`-ss') to make `myisamchk' very silent.
  15229.  
  15230. `-v or --verbose'
  15231.      Verbose mode.  Print more information. This can be used with `-d'
  15232.      and `-e'. Use `-v' multiple times (`-vv', `-vvv') for more
  15233.      verbosity!
  15234.  
  15235. `-V or --version'
  15236.      Print the `myisamchk' version and exit.
  15237.  
  15238. `-w or, --wait'
  15239.      Instead of giving an error if the table is locked, wait until the
  15240.      table is unlocked before continuing.  Note that if you are running
  15241.      `mysqld' on the table with `--skip-locking', the table can only be
  15242.      locked by another `myisamchk' command.
  15243.  
  15244. Check Options for `myisamchk'
  15245. .............................
  15246.  
  15247. `-c or --check'
  15248.      Check table for errors. This is the default operation if you are
  15249.      not giving `myisamchk' any options that override this.
  15250.  
  15251. `-e or --extend-check'
  15252.      Check the table VERY thoroughly (which is quite slow if you have
  15253.      many indexes).  This option should only be used in extreme cases.
  15254.      Normally, `myisamchk' or `myisamchk --medium-check' should, in most
  15255.      cases, be able to find out if there are any errors in the table.
  15256.  
  15257.      If you are using `--extended-check' and have much memory, you
  15258.      should increase the value of `key_buffer_size' a lot!
  15259.  
  15260. `-F or --fast'
  15261.      Check only tables that haven't been closed properly.
  15262.  
  15263. `-C or --check-only-changed'
  15264.      Check only tables that have changed since the last check.
  15265.  
  15266. `-f or --force'
  15267.      Restart `myisamchk' with `-r' (repair) on the table, if
  15268.      `myisamchk' finds any errors in the table.
  15269.  
  15270. `-i or --information'
  15271.      Print informational statistics about the table that is checked.
  15272.  
  15273. `-m or --medium-check'
  15274.      Faster than extended-check, but only finds 99.99% of all errors.
  15275.      Should, however, be good enough for most cases.
  15276.  
  15277. `-U or --update-state'
  15278.      Store in the `.MYI' file when the table was checked and if the
  15279.      table crashed.  This should be used to get full benefit of the
  15280.      `--check-only-changed' option, but you shouldn't use this option
  15281.      if the `mysqld' server is using the table and you are running
  15282.      `mysqld' with `--skip-locking'.
  15283.  
  15284. `-T or --read-only'
  15285.      Don't mark table as checked. This is useful if you use `myisamchk'
  15286.      to check a table that is in use by some other application that
  15287.      doesn't use locking (like `mysqld --skip-locking').
  15288.  
  15289. Repair Options for myisamchk
  15290. ............................
  15291.  
  15292. The following options are used if you start `myisamchk' with `-r' or
  15293. `-o':
  15294.  
  15295. `-D # or --data-file-length=#'
  15296.      Max length of data file (when re-creating data file when it's
  15297.      'full').
  15298.  
  15299. `-e or --extend-check'
  15300.      Try to recover every possible row from the data file.  Normally
  15301.      this will also find a lot of garbage rows. Don't use this option
  15302.      if you are not totally desperate.
  15303.  
  15304. `-f or --force'
  15305.      Overwrite old temporary files (`table_name.TMD') instead of
  15306.      aborting.
  15307.  
  15308. `-k # or keys-used=#'
  15309.      If you are using ISAM, tells the ISAM table handler to update only
  15310.      the first `#' indexes.  If you are using `MyISAM', tells which keys
  15311.      to use, where each binary bit stands for one key (first key is bit
  15312.      0).  This can be used to get faster inserts!  Deactivated indexes
  15313.      can be reactivated by using `myisamchk -r'.  keys.
  15314.  
  15315. `-l or --no-symlinks'
  15316.      Do not follow symbolic links. Normally `myisamchk' repairs the
  15317.      table a symlink points at.  This option doesn't exist in MySQL 4.0,
  15318.      as MySQL 4.0 will not remove symlinks during repair.
  15319.  
  15320. `-r or --recover'
  15321.      Can fix almost anything except unique keys that aren't unique
  15322.      (which is an extremely unlikely error with ISAM/MyISAM tables).
  15323.      If you want to recover a table, this is the option to try first.
  15324.      Only if myisamchk reports that the table can't be recovered by
  15325.      `-r', you should then try `-o'.  (Note that in the unlikely case
  15326.      that `-r' fails, the data file is still intact.)  If you have lots
  15327.      of memory, you should increase the size of `sort_buffer_size'!
  15328.  
  15329. `-o or --safe-recover'
  15330.      Uses an old recovery method (reads through all rows in order and
  15331.      updates all index trees based on the found rows); this is a
  15332.      magnitude slower than `-r', but can handle a couple of very
  15333.      unlikely cases that `-r' cannot handle.  This recovery method also
  15334.      uses much less disk space than `-r'. Normally one should always
  15335.      first repair with `-r', and only if this fails use `-o'.
  15336.  
  15337.      If you have lots of memory, you should increase the size of
  15338.      `key_buffer_size'!
  15339.  
  15340. `-n or --sort-recover'
  15341.      Force `myisamchk' to use sorting to resolve the keys even if the
  15342.      temporary files should be very big.  This will not have any effect
  15343.      if you have fulltext keys in the table.
  15344.  
  15345. `--character-sets-dir=...'
  15346.      Directory where character sets are stored.
  15347.  
  15348. `--set-character-set=name'
  15349.      Change the character set used by the index
  15350.  
  15351. `.t or --tmpdir=path'
  15352.      Path for storing temporary files. If this is not set, `myisamchk'
  15353.      will use the environment variable `TMPDIR' for this.
  15354.  
  15355. `-q or --quick'
  15356.      Faster repair by not modifying the data file. One can give a second
  15357.      `-q' to force `myisamchk' to modify the original datafile in case
  15358.      of duplicate keys
  15359.  
  15360. `-u or --unpack'
  15361.      Unpack file packed with myisampack.
  15362.  
  15363. Other Options for `myisamchk'
  15364. .............................
  15365.  
  15366. Other actions that `myisamchk' can do, besides repair and check tables:
  15367.  
  15368. `-a or --analyze'
  15369.      Analyze the distribution of keys. This improves join performance by
  15370.      enabling the join optimizer to better choose in which order it
  15371.      should join the tables and which keys it should use: `myisamchk
  15372.      --describe --verbose table_name'' or using `SHOW KEYS' in MySQL.
  15373.  
  15374. `-d or --description'
  15375.      Prints some information about table.
  15376.  
  15377. `-A or --set-auto-increment[=value]'
  15378.      Force auto_increment to start at this or higher value. If no value
  15379.      is given, then sets the next auto_increment value to the highest
  15380.      used value for the auto key + 1.
  15381.  
  15382. `-S or --sort-index'
  15383.      Sort the index tree blocks in high-low order.  This will optimize
  15384.      seeks and will make table scanning by key faster.
  15385.  
  15386. `-R or --sort-records=#'
  15387.      Sorts records according to an index.  This makes your data much
  15388.      more localized and may speed up ranged `SELECT' and `ORDER BY'
  15389.      operations on this index. (It may be VERY slow to do a sort the
  15390.      first time!)  To find out a table's index numbers, use `SHOW
  15391.      INDEX', which shows a table's indexes in the same order that
  15392.      `myisamchk' sees them.  Indexes are numbered beginning with 1.
  15393.  
  15394. `myisamchk' Memory Usage
  15395. ........................
  15396.  
  15397. Memory allocation is important when you run `myisamchk'.  `myisamchk'
  15398. uses no more memory than you specify with the `-O' options.  If you are
  15399. going to use `myisamchk' on very large files, you should first decide
  15400. how much memory you want it to use.  The default is to use only about
  15401. 3M to fix things.  By using larger values, you can get `myisamchk' to
  15402. operate faster.  For example, if you have more than 32M RAM, you could
  15403. use options such as these (in addition to any other options you might
  15404. specify):
  15405.  
  15406.      shell> myisamchk -O sort=16M -O key=16M -O read=1M -O write=1M ...
  15407.  
  15408. Using `-O sort=16M' should probably be enough for most cases.
  15409.  
  15410. Be aware that `myisamchk' uses temporary files in `TMPDIR'. If `TMPDIR'
  15411. points to a memory file system, you may easily get out of memory
  15412. errors. If this happens, set `TMPDIR' to point at some directory with
  15413. more space and restart `myisamchk'.
  15414.  
  15415. When repairing, `myisamchk' will also need a lot of disk space:
  15416.  
  15417.    * Double the size of the record file (the original one and a copy).
  15418.      This space is not needed if one does a repair with `--quick', as
  15419.      in this case only the index file will be re-created.  This space
  15420.      is needed on the same disk as the original record file!
  15421.  
  15422.    * Space for the new index file that replaces the old one. The old
  15423.      index file is truncated at start, so one usually ignore this space.
  15424.      This space is needed on the same disk as the original index file!
  15425.  
  15426.    * When using `--recover' or `--sort-recover' (but not when using
  15427.      `--safe-recover', you will need space for a sort buffer for:
  15428.      `(largest_key + row_pointer_length)*number_of_rows * 2'.  You can
  15429.      check the length of the keys and the row_pointer_length with
  15430.      `myisamchk -dv table'.  This space is allocated on the temporary
  15431.      disk (specified by `TMPDIR' or `--tmpdir=#').
  15432.  
  15433. If you have a problem with disk space during repair, you can try to use
  15434. `--safe-recover' instead of `--recover'.
  15435.  
  15436. Using `myisamchk' for Crash Recovery
  15437. ....................................
  15438.  
  15439. If you run `mysqld' with `--skip-locking' (which is the default on some
  15440. systems, like Linux), you can't reliably use `myisamchk' to check a
  15441. table when `mysqld' is using the same table.  If you can be sure that
  15442. no one is accessing the tables through `mysqld' while you run
  15443. `myisamchk', you only have to do `mysqladmin flush-tables' before you
  15444. start checking the tables.  If you can't guarantee the above, then you
  15445. must take down `mysqld' while you check the tables.  If you run
  15446. `myisamchk' while `mysqld' is updating the tables, you may get a
  15447. warning that a table is corrupt even if it isn't.
  15448.  
  15449. If you are not using `--skip-locking', you can use `myisamchk' to check
  15450. tables at any time.  While you do this, all clients that try to update
  15451. the table will wait until `myisamchk' is ready before continuing.
  15452.  
  15453. If you use `myisamchk' to repair or optimize tables, you *MUST* always
  15454. ensure that the `mysqld' server is not using the table (this also
  15455. applies if you are using `--skip-locking').  If you don't take down
  15456. `mysqld' you should at least do a `mysqladmin flush-tables' before you
  15457. run `myisamchk'.
  15458.  
  15459. This chapter describes how to check for and deal with data corruption
  15460. in MySQL databases.  If your tables get corrupted a lot you should try
  15461. to find the reason for this! *Note Crashing::.
  15462.  
  15463. The `MyISAM' table section contains reason for why a table could be
  15464. corrupted. *Note MyISAM table problems::.
  15465.  
  15466. When performing crash recovery, it is important to understand that each
  15467. table `tbl_name' in a database corresponds to three files in the
  15468. database directory:
  15469.  
  15470. *File*         *Purpose*
  15471. `tbl_name.frm' Table definition (form) file
  15472. `tbl_name.MYD' Data file
  15473. `tbl_name.MYI' Index file
  15474.  
  15475. Each of these three file types is subject to corruption in various
  15476. ways, but problems occur most often in data files and index files.
  15477.  
  15478. `myisamchk' works by creating a copy of the `.MYD' (data) file row by
  15479. row. It ends the repair stage by removing the old `.MYD' file and
  15480. renaming the new file to the original file name.  If you use `--quick',
  15481. `myisamchk' does not create a temporary `.MYD' file, but instead
  15482. assumes that the `.MYD' file is correct and only generates a new index
  15483. file without touching the `.MYD' file. This is safe, because
  15484. `myisamchk' automatically detects if the `.MYD' file is corrupt and
  15485. aborts the repair in this case.  You can also give two `--quick'
  15486. options to `myisamchk'.  In this case, `myisamchk' does not abort on
  15487. some errors (like duplicate key) but instead tries to resolve them by
  15488. modifying the `.MYD' file. Normally the use of two `--quick' options is
  15489. useful only if you have too little free disk space to perform a normal
  15490. repair.  In this case you should at least make a backup before running
  15491. `myisamchk'.
  15492.  
  15493. How to Check Tables for Errors
  15494. ..............................
  15495.  
  15496. To check a MyISAM table, use the following commands:
  15497.  
  15498. `myisamchk tbl_name'
  15499.      This finds 99.99% of all errors. What it can't find is corruption
  15500.      that involves *ONLY* the data file (which is very unusual). If you
  15501.      want to check a table, you should normally run `myisamchk' without
  15502.      options or with either the `-s' or `--silent' option.
  15503.  
  15504. `myisamchk -m tbl_name'
  15505.      This finds 99.999% of all errors. It checks first all index
  15506.      entries for errors and then it reads through all rows. It
  15507.      calculates a checksum for all keys in the rows and verifies that
  15508.      they checksum matches the checksum for the keys in the index tree.
  15509.  
  15510. `myisamchk -e tbl_name'
  15511.      This does a complete and thorough check of all data (`-e' means
  15512.      "extended check"). It does a check-read of every key for each row
  15513.      to verify that they indeed point to the correct row.  This may
  15514.      take a LONG time on a big table with many keys.  `myisamchk' will
  15515.      normally stop after the first error it finds. If you want to
  15516.      obtain more information, you can add the `--verbose' (`-v')
  15517.      option.  This causes `myisamchk' to keep going, up through a
  15518.      maximum of 20 errors.  In normal usage, a simple `myisamchk' (with
  15519.      no arguments other than the table name) is sufficient.
  15520.  
  15521. `myisamchk -e -i tbl_name'
  15522.      Like the previous command, but the `-i' option tells `myisamchk' to
  15523.      print some informational statistics, too.
  15524.  
  15525. How to Repair Tables
  15526. ....................
  15527.  
  15528. In the following section we only talk about using `myisamchk' on
  15529. `MyISAM' tables (extensions `.MYI' and `.MYD').  If you are using
  15530. `ISAM' tables (extensions `.ISM' and `.ISD'), you should use `isamchk'
  15531. instead.
  15532.  
  15533. Starting with MySQL Version 3.23.14, you can repair MyISAM tables with
  15534. the `REPAIR TABLE' command. *Note REPAIR TABLE::.
  15535.  
  15536. The symptoms of a corrupted table include queries that abort
  15537. unexpectedly and observable errors such as these:
  15538.  
  15539.    * `tbl_name.frm' is locked against change
  15540.  
  15541.    * Can't find file `tbl_name.MYI' (Errcode: ###)
  15542.  
  15543.    * Unexpected end of file
  15544.  
  15545.    * Record file is crashed
  15546.  
  15547.    * Got error ### from table handler
  15548.  
  15549.      To get more information about the error you can run `perror ###'.
  15550.      Here is the most common errors that indicates a problem with the
  15551.      table:
  15552.  
  15553.           shell> perror 126 127 132 134 135 136 141 144 145
  15554.           126 = Index file is crashed / Wrong file format
  15555.           127 = Record-file is crashed
  15556.           132 = Old database file
  15557.           134 = Record was already deleted (or record file crashed)
  15558.           135 = No more room in record file
  15559.           136 = No more room in index file
  15560.           141 = Duplicate unique key or constraint on write or update
  15561.           144 = Table is crashed and last repair failed
  15562.           145 = Table was marked as crashed and should be repaired
  15563.  
  15564.      Note that error 135, no more room in record file, is not an error
  15565.      that can be fixed by a simple repair. In this case you have to do:
  15566.  
  15567.           ALTER TABLE table MAX_ROWS=xxx AVG_ROW_LENGTH=yyy;
  15568.  
  15569.  
  15570. In the other cases, you must repair your tables. `myisamchk' can
  15571. usually detect and fix most things that go wrong.
  15572.  
  15573. The repair process involves up to four stages, described below. Before
  15574. you begin, you should `cd' to the database directory and check the
  15575. permissions of the table files. Make sure they are readable by the Unix
  15576. user that `mysqld' runs as (and to you, because you need to access the
  15577. files you are checking).  If it turns out you need to modify files,
  15578. they must also be writable by you.
  15579.  
  15580. If you are using MySQL Version 3.23.16 and above, you can (and should)
  15581. use the `CHECK' and `REPAIR' commands to check and repair `MyISAM'
  15582. tables.  *Note CHECK TABLE::.  *Note REPAIR TABLE::.
  15583.  
  15584. The manual section about table maintenance includes the options to
  15585. `isamchk'/`myisamchk'.  *Note Table maintenance::.
  15586.  
  15587. The following section is for the cases where the above command fails or
  15588. if you want to use the extended features that `isamchk'/`myisamchk'
  15589. provides.
  15590.  
  15591. If you are going to repair a table from the command line, you must first
  15592. take down the `mysqld' server. Note that when you do `mysqladmin
  15593. shutdown' on a remote server, the `mysqld' server will still be alive
  15594. for a while after `mysqladmin' returns, until all queries are stopped
  15595. and all keys have been flushed to disk.
  15596.  
  15597. *Stage 1: Checking your tables*
  15598.  
  15599. Run `myisamchk *.MYI' or `myisamchk -e *.MYI' if you have more time.
  15600. Use the `-s' (silent) option to suppress unnecessary information.
  15601.  
  15602. If the `mysqld' server is done you should use the -update option to tell
  15603. `myisamchk' to mark the table as 'checked'.
  15604.  
  15605. You have to repair only those tables for which `myisamchk' announces an
  15606. error.  For such tables, proceed to Stage 2.
  15607.  
  15608. If you get weird errors when checking (such as `out of memory' errors),
  15609. or if `myisamchk' crashes, go to Stage 3.
  15610.  
  15611. *Stage 2: Easy safe repair*
  15612.  
  15613. NOTE: If you want repairing to go much faster, you should add: `-O
  15614. sort_buffer=# -O key_buffer=#' (where # is about 1/4 of the available
  15615. memory) to all `isamchk/myisamchk' commands.
  15616.  
  15617. First, try `myisamchk -r -q tbl_name' (`-r -q' means "quick recovery
  15618. mode"). This will attempt to repair the index file without touching the
  15619. data file.  If the data file contains everything that it should and the
  15620. delete links point at the correct locations within the data file, this
  15621. should work, and the table is fixed. Start repairing the next table.
  15622. Otherwise, use the following procedure:
  15623.  
  15624.   1. Make a backup of the data file before continuing.
  15625.  
  15626.   2. Use `myisamchk -r tbl_name' (`-r' means "recovery mode"). This will
  15627.      remove incorrect records and deleted records from the data file and
  15628.      reconstruct the index file.
  15629.  
  15630.   3. If the preceding step fails, use `myisamchk --safe-recover
  15631.      tbl_name'.  Safe recovery mode uses an old recovery method that
  15632.      handles a few cases that regular recovery mode doesn't (but is
  15633.      slower).
  15634.  
  15635. If you get weird errors when repairing (such as `out of memory'
  15636. errors), or if `myisamchk' crashes, go to Stage 3.
  15637.  
  15638. *Stage 3: Difficult repair*
  15639.  
  15640. You should only reach this stage if the first 16K block in the index
  15641. file is destroyed or contains incorrect information, or if the index
  15642. file is missing.  In this case, it's necessary to create a new index
  15643. file. Do so as follows:
  15644.  
  15645.   1. Move the data file to some safe place.
  15646.  
  15647.   2. Use the table description file to create new (empty) data and
  15648.      index files:
  15649.  
  15650.           shell> mysql db_name
  15651.           mysql> SET AUTOCOMMIT=1;
  15652.           mysql> TRUNCATE TABLE table_name;
  15653.           mysql> quit
  15654.  
  15655.      If your SQL version doesn't have `TRUNCATE TABLE', use `DELETE FROM
  15656.      table_name' instead.
  15657.  
  15658.   3. Copy the old data file back onto the newly created data file.
  15659.      (Don't just move the old file back onto the new file; you want to
  15660.      retain a copy in case something goes wrong.)
  15661.  
  15662. Go back to Stage 2.  `myisamchk -r -q' should work now.  (This shouldn't
  15663. be an endless loop.)
  15664.  
  15665. *Stage 4: Very difficult repair*
  15666.  
  15667. You should reach this stage only if the description file has also
  15668. crashed. That should never happen, because the description file isn't
  15669. changed after the table is created:
  15670.  
  15671.   1. Restore the description file from a backup and go back to Stage 3.
  15672.      You can also restore the index file and go back to Stage 2.  In
  15673.      the latter case, you should start with `myisamchk -r'.
  15674.  
  15675.   2. If you don't have a backup but know exactly how the table was
  15676.      created, create a copy of the table in another database.  Remove
  15677.      the new data file, then move the description and index files from
  15678.      the other database to your crashed database.  This gives you new
  15679.      description and index files, but leaves the data file alone.  Go
  15680.      back to Stage 2 and attempt to reconstruct the index file.
  15681.  
  15682. Table Optimization
  15683. ..................
  15684.  
  15685. To coalesce fragmented records and eliminate wasted space resulting from
  15686. deleting or updating records, run `myisamchk' in recovery mode:
  15687.  
  15688.      shell> myisamchk -r tbl_name
  15689.  
  15690. You can optimize a table in the same way using the SQL `OPTIMIZE TABLE'
  15691. statement.  `OPTIMIZE TABLE' does a repair of the table, a key analyzes
  15692. and also sorts the index tree to give faster key lookups.  There is
  15693. also no possibility of unwanted interaction between a utility and the
  15694. server, because the server does all the work when you use `OPTIMIZE
  15695. TABLE'. *Note OPTIMIZE TABLE::.
  15696.  
  15697. `myisamchk' also has a number of other options you can use to improve
  15698. the performance of a table:
  15699.  
  15700. `-S, --sort-index'
  15701.  
  15702. `-R index_num, --sort-records=index_num'
  15703.  
  15704. `-a, --analyze'
  15705. For a full description of the option. *Note myisamchk syntax::.
  15706.  
  15707. Setting Up a Table Maintenance Regimen
  15708. --------------------------------------
  15709.  
  15710. Starting with MySQL Version 3.23.13, you can check MyISAM tables with
  15711. the `CHECK TABLE' command. *Note CHECK TABLE::.  You can repair tables
  15712. with the `REPAIR TABLE' command. *Note REPAIR TABLE::.
  15713.  
  15714. It is a good idea to perform table checks on a regular basis rather than
  15715. waiting for problems to occur.  For maintenance purposes, you can use
  15716. `myisamchk -s' to check tables.  The `-s' option (short for `--silent')
  15717. causes `myisamchk' to run in silent mode, printing messages only when
  15718. errors occur.
  15719.  
  15720. It's also a good idea to check tables when the server starts up.  For
  15721. example, whenever the machine has done a reboot in the middle of an
  15722. update, you usually need to check all the tables that could have been
  15723. affected. (This is an "expected crashed table".) You could add a test to
  15724. `safe_mysqld' that runs `myisamchk' to check all tables that have been
  15725. modified during the last 24 hours if there is an old `.pid' (process
  15726. ID) file left after a reboot.  (The `.pid' file is created by `mysqld'
  15727. when it starts up and removed when it terminates normally.  The
  15728. presence of a `.pid' file at system startup time indicates that
  15729. `mysqld' terminated abnormally.)
  15730.  
  15731. An even better test would be to check any table whose last-modified time
  15732. is more recent than that of the `.pid' file.
  15733.  
  15734. You should also check your tables regularly during normal system
  15735. operation.  At MySQL AB, we run a `cron' job to check all our important
  15736. tables once a week, using a line like this in a `crontab' file:
  15737.  
  15738.      35 0 * * 0 /path/to/myisamchk --fast --silent /path/to/datadir/*/*.MYI
  15739.  
  15740. This prints out information about crashed tables so we can examine and
  15741. repair them when needed.
  15742.  
  15743. As we haven't had any unexpectedly crashed tables (tables that become
  15744. corrupted for reasons other than hardware trouble) for a couple of
  15745. years now (this is really true), once a week is more than enough for us.
  15746.  
  15747. We recommend that to start with, you execute `myisamchk -s' each night
  15748. on all tables that have been updated during the last 24 hours, until
  15749. you come to trust MySQL as much as we do.
  15750.  
  15751. Normally you don't need to maintain MySQL tables that much.  If you are
  15752. changing tables with dynamic size rows (tables with `VARCHAR', `BLOB'
  15753. or `TEXT' columns) or have tables with many deleted rows you may want
  15754. to from time to time (once a month?) defragment/reclaim space from the
  15755. tables.
  15756.  
  15757. You can do this by using `OPTIMIZE TABLE' on the tables in question or
  15758. if you can take the `mysqld' server down for a while do:
  15759.  
  15760.      isamchk -r --silent --sort-index -O sort_buffer_size=16M */*.ISM
  15761.      myisamchk -r --silent --sort-index  -O sort_buffer_size=16M */*.MYI
  15762.  
  15763. Getting Information About a Table
  15764. ---------------------------------
  15765.  
  15766. To get a description of a table or statistics about it, use the
  15767. commands shown below. We explain some of the information in more detail
  15768. later:
  15769.  
  15770. `myisamchk -d tbl_name'
  15771.      Runs `myisamchk' in "describe mode" to produce a description of
  15772.      your table. If you start the MySQL server using the
  15773.      `--skip-locking' option, `myisamchk' may report an error for a
  15774.      table that is updated while it runs.  However, because `myisamchk'
  15775.      doesn't change the table in describe mode, there isn't any risk of
  15776.      destroying data.
  15777.  
  15778. `myisamchk -d -v tbl_name'
  15779.      To produce more information about what `myisamchk' is doing, add
  15780.      `-v' to tell it to run in verbose mode.
  15781.  
  15782. `myisamchk -eis tbl_name'
  15783.      Shows only the most important information from a table. It is slow
  15784.      because it must read the whole table.
  15785.  
  15786. `myisamchk -eiv tbl_name'
  15787.      This is like `-eis', but tells you what is being done.
  15788.  
  15789. Example of `myisamchk -d' output:
  15790.      MyISAM file:     company.MYI
  15791.      Record format:   Fixed length
  15792.      Data records:    1403698  Deleted blocks:         0
  15793.      Recordlength:    226
  15794.      
  15795.      table description:
  15796.      Key Start Len Index   Type
  15797.      1   2     8   unique  double
  15798.      2   15    10  multip. text packed stripped
  15799.      3   219   8   multip. double
  15800.      4   63    10  multip. text packed stripped
  15801.      5   167   2   multip. unsigned short
  15802.      6   177   4   multip. unsigned long
  15803.      7   155   4   multip. text
  15804.      8   138   4   multip. unsigned long
  15805.      9   177   4   multip. unsigned long
  15806.          193   1           text
  15807.  
  15808. Example of `myisamchk -d -v' output:
  15809.      MyISAM file:         company
  15810.      Record format:       Fixed length
  15811.      File-version:        1
  15812.      Creation time:       1999-10-30 12:12:51
  15813.      Recover time:        1999-10-31 19:13:01
  15814.      Status:              checked
  15815.      Data records:           1403698  Deleted blocks:              0
  15816.      Datafile parts:         1403698  Deleted data:                0
  15817.      Datafilepointer (bytes):      3  Keyfile pointer (bytes):     3
  15818.      Max datafile length: 3791650815  Max keyfile length: 4294967294
  15819.      Recordlength:               226
  15820.      
  15821.      table description:
  15822.      Key Start Len Index   Type                  Rec/key     Root Blocksize
  15823.      1   2     8   unique  double                      1 15845376      1024
  15824.      2   15    10  multip. text packed stripped        2 25062400      1024
  15825.      3   219   8   multip. double                     73 40907776      1024
  15826.      4   63    10  multip. text packed stripped        5 48097280      1024
  15827.      5   167   2   multip. unsigned short           4840 55200768      1024
  15828.      6   177   4   multip. unsigned long            1346 65145856      1024
  15829.      7   155   4   multip. text                     4995 75090944      1024
  15830.      8   138   4   multip. unsigned long              87 85036032      1024
  15831.      9   177   4   multip. unsigned long             178 96481280      1024
  15832.          193   1           text
  15833.  
  15834. Example of `myisamchk -eis' output:
  15835.      Checking MyISAM file: company
  15836.      Key:  1:  Keyblocks used:  97%  Packed:    0%  Max levels:  4
  15837.      Key:  2:  Keyblocks used:  98%  Packed:   50%  Max levels:  4
  15838.      Key:  3:  Keyblocks used:  97%  Packed:    0%  Max levels:  4
  15839.      Key:  4:  Keyblocks used:  99%  Packed:   60%  Max levels:  3
  15840.      Key:  5:  Keyblocks used:  99%  Packed:    0%  Max levels:  3
  15841.      Key:  6:  Keyblocks used:  99%  Packed:    0%  Max levels:  3
  15842.      Key:  7:  Keyblocks used:  99%  Packed:    0%  Max levels:  3
  15843.      Key:  8:  Keyblocks used:  99%  Packed:    0%  Max levels:  3
  15844.      Key:  9:  Keyblocks used:  98%  Packed:    0%  Max levels:  4
  15845.      Total:    Keyblocks used:  98%  Packed:   17%
  15846.      
  15847.      Records:          1403698    M.recordlength:     226   Packed:             0%
  15848.      Recordspace used:     100%   Empty space:          0%  Blocks/Record:   1.00
  15849.      Record blocks:    1403698    Delete blocks:        0
  15850.      Recorddata:     317235748    Deleted data:         0
  15851.      Lost space:             0    Linkdata:             0
  15852.      
  15853.      User time 1626.51, System time 232.36
  15854.      Maximum resident set size 0, Integral resident set size 0
  15855.      Non physical pagefaults 0, Physical pagefaults 627, Swaps 0
  15856.      Blocks in 0 out 0, Messages in 0 out 0, Signals 0
  15857.      Voluntary context switches 639, Involuntary context switches 28966
  15858.  
  15859. Example of `myisamchk -eiv' output:
  15860.      Checking MyISAM file: company
  15861.      Data records: 1403698   Deleted blocks:       0
  15862.      - check file-size
  15863.      - check delete-chain
  15864.      block_size 1024:
  15865.      index  1:
  15866.      index  2:
  15867.      index  3:
  15868.      index  4:
  15869.      index  5:
  15870.      index  6:
  15871.      index  7:
  15872.      index  8:
  15873.      index  9:
  15874.      No recordlinks
  15875.      - check index reference
  15876.      - check data record references index: 1
  15877.      Key:  1:  Keyblocks used:  97%  Packed:    0%  Max levels:  4
  15878.      - check data record references index: 2
  15879.      Key:  2:  Keyblocks used:  98%  Packed:   50%  Max levels:  4
  15880.      - check data record references index: 3
  15881.      Key:  3:  Keyblocks used:  97%  Packed:    0%  Max levels:  4
  15882.      - check data record references index: 4
  15883.      Key:  4:  Keyblocks used:  99%  Packed:   60%  Max levels:  3
  15884.      - check data record references index: 5
  15885.      Key:  5:  Keyblocks used:  99%  Packed:    0%  Max levels:  3
  15886.      - check data record references index: 6
  15887.      Key:  6:  Keyblocks used:  99%  Packed:    0%  Max levels:  3
  15888.      - check data record references index: 7
  15889.      Key:  7:  Keyblocks used:  99%  Packed:    0%  Max levels:  3
  15890.      - check data record references index: 8
  15891.      Key:  8:  Keyblocks used:  99%  Packed:    0%  Max levels:  3
  15892.      - check data record references index: 9
  15893.      Key:  9:  Keyblocks used:  98%  Packed:    0%  Max levels:  4
  15894.      Total:    Keyblocks used:   9%  Packed:   17%
  15895.      
  15896.      - check records and index references
  15897.      [LOTS OF ROW NUMBERS DELETED]
  15898.      
  15899.      Records:          1403698    M.recordlength:     226   Packed:             0%
  15900.      Recordspace used:     100%   Empty space:          0%  Blocks/Record:   1.00
  15901.      Record blocks:    1403698    Delete blocks:        0
  15902.      Recorddata:     317235748    Deleted data:         0
  15903.      Lost space:             0    Linkdata:             0
  15904.      
  15905.      User time 1639.63, System time 251.61
  15906.      Maximum resident set size 0, Integral resident set size 0
  15907.      Non physical pagefaults 0, Physical pagefaults 10580, Swaps 0
  15908.      Blocks in 4 out 0, Messages in 0 out 0, Signals 0
  15909.      Voluntary context switches 10604, Involuntary context switches 122798
  15910.  
  15911. Here are the sizes of the data and index files for the table used in the
  15912. preceding examples:
  15913.  
  15914.      -rw-rw-r--   1 monty    tcx     317235748 Jan 12 17:30 company.MYD
  15915.      -rw-rw-r--   1 davida   tcx      96482304 Jan 12 18:35 company.MYM
  15916.  
  15917. Explanations for the types of information `myisamchk' produces are
  15918. given below.  The "keyfile" is the index file.  "Record" and "row" are
  15919. synonymous:
  15920.  
  15921. `ISAM file'
  15922.      Name of the ISAM (index) file.
  15923.  
  15924. `Isam-version'
  15925.      Version of ISAM format. Currently always 2.
  15926.  
  15927. `Creation time'
  15928.      When the data file was created.
  15929.  
  15930. `Recover time'
  15931.      When the index/data file was last reconstructed.
  15932.  
  15933. `Data records'
  15934.      How many records are in the table.
  15935.  
  15936. `Deleted blocks'
  15937.      How many deleted blocks still have reserved space.  You can
  15938.      optimize your table to minimize this space.  *Note Optimization::.
  15939.  
  15940. `Datafile: Parts'
  15941.      For dynamic record format, this indicates how many data blocks
  15942.      there are. For an optimized table without fragmented records, this
  15943.      is the same as `Data records'.
  15944.  
  15945. `Deleted data'
  15946.      How many bytes of non-reclaimed deleted data there are.  You can
  15947.      optimize your table to minimize this space.  *Note Optimization::.
  15948.  
  15949. `Datafile pointer'
  15950.      The size of the data file pointer, in bytes. It is usually 2, 3,
  15951.      4, or 5 bytes. Most tables manage with 2 bytes, but this cannot be
  15952.      controlled from MySQL yet. For fixed tables, this is a record
  15953.      address. For dynamic tables, this is a byte address.
  15954.  
  15955. `Keyfile pointer'
  15956.      The size of the index file pointer, in bytes. It is usually 1, 2,
  15957.      or 3 bytes. Most tables manage with 2 bytes, but this is calculated
  15958.      automatically by MySQL. It is always a block address.
  15959.  
  15960. `Max datafile length'
  15961.      How long the table's data file (`.MYD' file) can become, in bytes.
  15962.  
  15963. `Max keyfile length'
  15964.      How long the table's key file (`.MYI' file) can become, in bytes.
  15965.  
  15966. `Recordlength'
  15967.      How much space each record takes, in bytes.
  15968.  
  15969. `Record format'
  15970.      The format used to store table rows.  The examples shown above use
  15971.      `Fixed length'.  Other possible values are `Compressed' and
  15972.      `Packed'.
  15973.  
  15974. `table description'
  15975.      A list of all keys in the table. For each key, some low-level
  15976.      information is presented:
  15977.  
  15978.     `Key'
  15979.           This key's number.
  15980.  
  15981.     `Start'
  15982.           Where in the record this index part starts.
  15983.  
  15984.     `Len'
  15985.           How long this index part is. For packed numbers, this should
  15986.           always be the full length of the column. For strings, it may
  15987.           be shorter than the full length of the indexed column,
  15988.           because you can index a prefix of a string column.
  15989.  
  15990.     `Index'
  15991.           `unique' or `multip.' (multiple). Indicates whether or not
  15992.           one value can exist multiple times in this index.
  15993.  
  15994.     `Type'
  15995.           What data-type this index part has. This is an ISAM data-type
  15996.           with the options `packed', `stripped' or `empty'.
  15997.  
  15998.     `Root'
  15999.           Address of the root index block.
  16000.  
  16001.     `Blocksize'
  16002.           The size of each index block. By default this is 1024, but
  16003.           the value may be changed at compile time.
  16004.  
  16005.     `Rec/key'
  16006.           This is a statistical value used by the optimizer. It tells
  16007.           how many records there are per value for this key. A unique
  16008.           key always has a value of 1. This may be updated after a
  16009.           table is loaded (or greatly changed) with `myisamchk -a'. If
  16010.           this is not updated at all, a default value of 30 is given.
  16011.  
  16012. `'
  16013.      In the first example above, the 9th key is a multi-part key with
  16014.      two parts.
  16015.  
  16016. `Keyblocks used'
  16017.      What percentage of the keyblocks are used. Because the table used
  16018.      in the examples had just been reorganized with `myisamchk', the
  16019.      values are very high (very near the theoretical maximum).
  16020.  
  16021. `Packed'
  16022.      MySQL tries to pack keys with a common suffix. This can only be
  16023.      used for `CHAR'/`VARCHAR'/`DECIMAL' keys. For long strings like
  16024.      names, this can significantly reduce the space used. In the third
  16025.      example above, the 4th key is 10 characters long and a 60%
  16026.      reduction in space is achieved.
  16027.  
  16028. `Max levels'
  16029.      How deep the B-tree for this key is. Large tables with long keys
  16030.      get high values.
  16031.  
  16032. `Records'
  16033.      How many rows are in the table.
  16034.  
  16035. `M.recordlength'
  16036.      The average record length. For tables with fixed-length records,
  16037.      this is the exact record length.
  16038.  
  16039. `Packed'
  16040.      MySQL strips spaces from the end of strings. The `Packed' value
  16041.      indicates the percentage of savings achieved by doing this.
  16042.  
  16043. `Recordspace used'
  16044.      What percentage of the data file is used.
  16045.  
  16046. `Empty space'
  16047.      What percentage of the data file is unused.
  16048.  
  16049. `Blocks/Record'
  16050.      Average number of blocks per record (that is, how many links a
  16051.      fragmented record is composed of). This is always 1 for
  16052.      fixed-format tables. This value should stay as close to 1.0 as
  16053.      possible. If it gets too big, you can reorganize the table with
  16054.      `myisamchk'.  *Note Optimization::.
  16055.  
  16056. `Recordblocks'
  16057.      How many blocks (links) are used. For fixed format, this is the
  16058.      same as the number of records.
  16059.  
  16060. `Deleteblocks'
  16061.      How many blocks (links) are deleted.
  16062.  
  16063. `Recorddata'
  16064.      How many bytes in the data file are used.
  16065.  
  16066. `Deleted data'
  16067.      How many bytes in the data file are deleted (unused).
  16068.  
  16069. `Lost space'
  16070.      If a record is updated to a shorter length, some space is lost.
  16071.      This is the sum of all such losses, in bytes.
  16072.  
  16073. `Linkdata'
  16074.      When the dynamic table format is used, record fragments are linked
  16075.      with pointers (4 to 7 bytes each). `Linkdata' is the sum of the
  16076.      amount of storage used by all such pointers.
  16077.  
  16078. If a table has been compressed with `myisampack', `myisamchk -d' prints
  16079. additional information about each table column.  See *Note
  16080. `myisampack': myisampack, for an example of this information and a
  16081. description of what it means.
  16082.  
  16083. Database Administration Language Reference
  16084. ==========================================
  16085.  
  16086. `OPTIMIZE TABLE' Syntax
  16087. -----------------------
  16088.  
  16089.      OPTIMIZE TABLE tbl_name[,tbl_name]...
  16090.  
  16091. `OPTIMIZE TABLE' should be used if you have deleted a large part of a
  16092. table or if you have made many changes to a table with variable-length
  16093. rows (tables that have `VARCHAR', `BLOB', or `TEXT' columns).  Deleted
  16094. records are maintained in a linked list and subsequent `INSERT'
  16095. operations reuse old record positions. You can use `OPTIMIZE TABLE' to
  16096. reclaim the unused space and to defragment the data file.
  16097.  
  16098. For the moment `OPTIMIZE TABLE' only works on *MyISAM* and `BDB'
  16099. tables. For `BDB' tables, `OPTIMIZE TABLE' is currently mapped to
  16100. `ANALYZE TABLE'. *Note ANALYZE TABLE::.
  16101.  
  16102. You can get optimize table to work on other table types by starting
  16103. `mysqld' with `--skip-new' or `--safe-mode', but in this case `OPTIMIZE
  16104. TABLE' is just mapped to `ALTER TABLE'.
  16105.  
  16106. `OPTIMIZE TABLE' works the following way:
  16107.    * If the table has deleted or split rows, repair the table.
  16108.  
  16109.    * If the index pages are not sorted, sort them.
  16110.  
  16111.    * If the statistics are not up to date (and the repair couldn't be
  16112.      done by sorting the index), update them.
  16113.  
  16114. `OPTIMIZE TABLE' for `MyISAM' tables is equvialent of running
  16115. `myisamchk --quick --check-changed-tables --sort-index --analyze' on
  16116. the table.
  16117.  
  16118. Note that the table is locked during the time `OPTIMIZE TABLE' is
  16119. running!
  16120.  
  16121. `ANALYZE TABLE' Syntax
  16122. ----------------------
  16123.  
  16124.      ANALYZE TABLE tbl_name[,tbl_name...]
  16125.  
  16126. Analyze and store the key distribution for the table.  During the
  16127. analyze the table is locked with a read lock.  This works on `MyISAM'
  16128. and `BDB' tables.
  16129.  
  16130. This is equivalent to running `myisamchk -a' on the table.
  16131.  
  16132. MySQL uses the stored key distribution to decide in which order tables
  16133. should be joined when one does a join on something else than a constant.
  16134.  
  16135. The command returns a table with the following columns:
  16136.  
  16137. *Column*                  *Value*
  16138. Table                     Table name
  16139. Op                        Always "analyze"
  16140. Msg_type                  One of `status', `error', `info' or `warning'.
  16141. Msg_text                  The message.
  16142.  
  16143. You can check the stored key distribution with the `SHOW INDEX' command.
  16144. *Note SHOW DATABASE INFO::.
  16145.  
  16146. If the table hasn't changed since the last `ANALYZE TABLE' command, the
  16147. table will not be analyzed again.
  16148.  
  16149. `FLUSH' Syntax
  16150. --------------
  16151.  
  16152.      FLUSH flush_option [,flush_option]
  16153.  
  16154. You should use the `FLUSH' command if you want to clear some of the
  16155. internal caches MySQL uses.  To execute `FLUSH', you must have the
  16156. *RELOAD* privilege.
  16157.  
  16158. `flush_option' can be any of the following:
  16159.  
  16160. `HOSTS'     Empties the host cache tables.  You should flush the host
  16161.             tables if some of your hosts change IP number or if you get
  16162.             the error message `Host ... is blocked'.  When more than
  16163.             `max_connect_errors' errors occur in a row for a given host
  16164.             while connection to the MySQL server, MySQL assumes
  16165.             something is wrong and blocks the host from further
  16166.             connection requests.  Flushing the host tables allows the
  16167.             host to attempt to connect again. *Note Blocked host::.) You
  16168.             can start `mysqld' with `-O max_connection_errors=999999999'
  16169.             to avoid this error message.
  16170. `LOGS'      Closes and reopens all log files.  If you have specified the
  16171.             update log file or a binary log file without an extension,
  16172.             the extension number of the log file will be incremented by
  16173.             one relative to the previous file.  If you have used an
  16174.             extension in the file name, MySQL will close and reopen the
  16175.             update log file.  *Note Update log::. This is the same thing
  16176.             as sending the `SIGHUP' signal to the `mysqld' server.
  16177. `PRIVILEGES'Reloads the privileges from the grant tables in the `mysql'
  16178.             database.
  16179. `TABLES'    Closes all open tables and force all tables in use to be
  16180.             closed.
  16181. `[TABLE |   Flushes only the given tables.
  16182. TABLES]     
  16183. table_name  
  16184. [,table_name...]'
  16185. `TABLES     Closes all open tables and locks all tables for all
  16186. WITH READ   databases with a read until one executes `UNLOCK TABLES'.
  16187. LOCK'       This is very convenient way to get backups if you have a
  16188.             file system, like Veritas,that can take snapshots in time.
  16189. `STATUS'    Resets most status variables to zero. This is something one
  16190.             should only use when debugging a query.
  16191.  
  16192. You can also access each of the commands shown above with the
  16193. `mysqladmin' utility, using the `flush-hosts', `flush-logs', `reload',
  16194. or `flush-tables' commands.
  16195.  
  16196. Take also a look at the `RESET' command used with replication. *Note
  16197. Replication SQL::.
  16198.  
  16199. `KILL' Syntax
  16200. -------------
  16201.  
  16202.      KILL thread_id
  16203.  
  16204. Each connection to `mysqld' runs in a separate thread.  You can see
  16205. which threads are running with the `SHOW PROCESSLIST' command and kill
  16206. a thread with the `KILL thread_id' command.
  16207.  
  16208. If you have the *process* privilege, you can see and kill all threads.
  16209. Otherwise, you can see and kill only your own threads.
  16210.  
  16211. You can also use the `mysqladmin processlist' and `mysqladmin kill'
  16212. commands to examine and kill threads.
  16213.  
  16214. When you do a `KILL', a thread specific `kill flag' is set for the
  16215. thread.
  16216.  
  16217. In most cases it may take some time for the thread to die as the kill
  16218. flag is only checked at specific intervals.
  16219.  
  16220.    * In `SELECT', `ORDER BY' and `GROUP BY' loops, the flag is checked
  16221.      after reading a block of rows. If the kill flag is set the
  16222.      statement is aborted
  16223.  
  16224.    * When doing an `ALTER TABLE' the kill flag is checked before each
  16225.      block of rows are read from the original table. If the kill flag
  16226.      was set the command is aborted and the temporary table is deleted.
  16227.  
  16228.    * When doing an `UPDATE TABLE' and `DELETE TABLE', the kill flag is
  16229.      checked after each block read and after each updated or delete
  16230.      row. If the kill flag is set the statement is aborted.  Note that
  16231.      if you are not using transactions, the changes will not be rolled
  16232.      back!
  16233.  
  16234.    * `GET_LOCK()' will abort with `NULL'.
  16235.  
  16236.    * An `INSERT DELAYED' thread will quickly flush all rows it has in
  16237.      memory and die.
  16238.  
  16239.    * If the thread is in the table lock handler (state: `Locked'), the
  16240.      table lock will be quickly aborted.
  16241.  
  16242.    * If the thread is waiting for free disk space in a `write' call, the
  16243.      write is aborted with an disk full error message.
  16244.  
  16245. `SHOW' Syntax
  16246. -------------
  16247.  
  16248.         SHOW DATABASES [LIKE wild]
  16249.      or SHOW [OPEN] TABLES [FROM db_name] [LIKE wild]
  16250.      or SHOW [FULL] COLUMNS FROM tbl_name [FROM db_name] [LIKE wild]
  16251.      or SHOW INDEX FROM tbl_name [FROM db_name]
  16252.      or SHOW TABLE STATUS [FROM db_name] [LIKE wild]
  16253.      or SHOW STATUS [LIKE wild]
  16254.      or SHOW VARIABLES [LIKE wild]
  16255.      or SHOW LOGS
  16256.      or SHOW [FULL] PROCESSLIST
  16257.      or SHOW GRANTS FOR user
  16258.      or SHOW CREATE TABLE table_name
  16259.      or SHOW MASTER STATUS
  16260.      or SHOW MASTER LOGS
  16261.      or SHOW SLAVE STATUS
  16262.  
  16263. `SHOW' provides information about databases, tables, columns, or status
  16264. information about the server. If the `LIKE wild' part is used, the
  16265. `wild' string can be a string that uses the SQL `%' and `_' wild-card
  16266. characters.
  16267.  
  16268. Retrieving information about Database, Tables, Columns, and Indexes
  16269. ...................................................................
  16270.  
  16271. You can use `db_name.tbl_name' as an alternative to the `tbl_name FROM
  16272. db_name' syntax.  These two statements are equivalent:
  16273.  
  16274.      mysql> SHOW INDEX FROM mytable FROM mydb;
  16275.      mysql> SHOW INDEX FROM mydb.mytable;
  16276.  
  16277. `SHOW DATABASES' lists the databases on the MySQL server host.  You can
  16278. also get this list using the `mysqlshow' command.
  16279.  
  16280. `SHOW TABLES' lists the tables in a given database.  You can also get
  16281. this list using the `mysqlshow db_name' command.
  16282.  
  16283. *NOTE:* If a user doesn't have any privileges for a table, the table
  16284. will not show up in the output from `SHOW TABLES' or `mysqlshow
  16285. db_name'.
  16286.  
  16287. `SHOW OPEN TABLES' lists the tables that are currently open in the
  16288. table cache. *Note Table cache::.  The `Comment' field tells how many
  16289. times the table is `cached' and `in_use'.
  16290.  
  16291. `SHOW COLUMNS' lists the columns in a given table.  If you specify the
  16292. `FULL' option, you will also get the privileges you have for each
  16293. column.  If the column types are different than you expect them to be
  16294. based on a `CREATE TABLE' statement, note that MySQL sometimes changes
  16295. column types.  *Note Silent column changes::.
  16296.  
  16297. The `DESCRIBE' statement provides information similar to `SHOW COLUMNS'.
  16298. *Note `DESCRIBE': DESCRIBE.
  16299.  
  16300. `SHOW FIELDS' is a synonym for `SHOW COLUMNS', and `SHOW KEYS' is a
  16301. synonym for `SHOW INDEX'.  You can also list a table's columns or
  16302. indexes with `mysqlshow db_name tbl_name' or `mysqlshow -k db_name
  16303. tbl_name'.
  16304.  
  16305. `SHOW INDEX' returns the index information in a format that closely
  16306. resembles the `SQLStatistics' call in ODBC. The following columns are
  16307. returned:
  16308.  
  16309. *Column*                  *Meaning*
  16310. `Table'                   Name of the table.
  16311. `Non_unique'              0 if the index can't contain duplicates.
  16312. `Key_name'                Name of the index.
  16313. `Seq_in_index'            Column sequence number in index,
  16314.                                                  starting with 1.
  16315. `Column_name'             Column name.
  16316. `Collation'               How the column is sorted in the index.
  16317.                                                         In MySQL, this
  16318.                           can have values
  16319.                                 `A' (Ascending) or `NULL' (Not
  16320.                                                       sorted).
  16321. `Cardinality'             Number of unique values in the index.
  16322.                                                        This is updated
  16323.                           by running
  16324.                            `isamchk -a'.
  16325. `Sub_part'                Number of indexed characters if the
  16326.                                                     column is only
  16327.                           partly indexed.
  16328.                                  `NULL' if the entire key is indexed.
  16329. `Comment'                 Various remarks.  For now, it tells
  16330.                                                     whether index is
  16331.                           FULLTEXT or not.
  16332.  
  16333. Note that as the `Cardinality' is counted based on statistics stored as
  16334. integers, it's not necessarily accurate for small tables.
  16335.  
  16336. `SHOW TABLE STATUS'
  16337. ...................
  16338.  
  16339.      SHOW TABLE STATUS [FROM db_name] [LIKE wild]
  16340.  
  16341. `SHOW TABLE STATUS' (new in Version 3.23) works likes `SHOW STATUS',
  16342. but provides a lot of information about each table. You can also get
  16343. this list using the `mysqlshow --status db_name' command.  The
  16344. following columns are returned:
  16345.  
  16346. *Column*               *Meaning*
  16347. `Name'                 Name of the table.
  16348. `Type'                 Type of table. *Note Table types::.
  16349. `Row_format'           The row storage format (Fixed, Dynamic, or
  16350.                        Compressed).
  16351. `Rows'                 Number of rows.
  16352. `Avg_row_length'       Average row length.
  16353. `Data_length'          Length of the data file.
  16354. `Max_data_length'      Max length of the data file.
  16355. `Index_length'         Length of the index file.
  16356. `Data_free'            Number of allocated but not used bytes.
  16357. `Auto_increment'       Next autoincrement value.
  16358. `Create_time'          When the table was created.
  16359. `Update_time'          When the data file was last updated.
  16360. `Check_time'           When the table was last checked.
  16361. `Create_options'       Extra options used with `CREATE TABLE'.
  16362. `Comment'              The comment used when creating the table (or some
  16363.                        information why MySQL couldn't access the table
  16364.                        information).
  16365.  
  16366. `InnoDB' tables will report the free space in the tablespace in the
  16367. table comment.
  16368.  
  16369. `SHOW STATUS'
  16370. .............
  16371.  
  16372. `SHOW STATUS' provides server status information (like `mysqladmin
  16373. extended-status'). The output resembles that shown below, though the
  16374. format and numbers probably differ:
  16375.  
  16376.      +--------------------------+------------+
  16377.      | Variable_name            | Value      |
  16378.      +--------------------------+------------+
  16379.      | Aborted_clients          | 0          |
  16380.      | Aborted_connects         | 0          |
  16381.      | Bytes_received           | 155372598  |
  16382.      | Bytes_sent               | 1176560426 |
  16383.      | Connections              | 30023      |
  16384.      | Created_tmp_disk_tables  | 0          |
  16385.      | Created_tmp_tables       | 8340       |
  16386.      | Created_tmp_files        | 60         |
  16387.      | Delayed_insert_threads   | 0          |
  16388.      | Delayed_writes           | 0          |
  16389.      | Delayed_errors           | 0          |
  16390.      | Flush_commands           | 1          |
  16391.      | Handler_delete           | 462604     |
  16392.      | Handler_read_first       | 105881     |
  16393.      | Handler_read_key         | 27820558   |
  16394.      | Handler_read_next        | 390681754  |
  16395.      | Handler_read_prev        | 6022500    |
  16396.      | Handler_read_rnd         | 30546748   |
  16397.      | Handler_read_rnd_next    | 246216530  |
  16398.      | Handler_update           | 16945404   |
  16399.      | Handler_write            | 60356676   |
  16400.      | Key_blocks_used          | 14955      |
  16401.      | Key_read_requests        | 96854827   |
  16402.      | Key_reads                | 162040     |
  16403.      | Key_write_requests       | 7589728    |
  16404.      | Key_writes               | 3813196    |
  16405.      | Max_used_connections     | 0          |
  16406.      | Not_flushed_key_blocks   | 0          |
  16407.      | Not_flushed_delayed_rows | 0          |
  16408.      | Open_tables              | 1          |
  16409.      | Open_files               | 2          |
  16410.      | Open_streams             | 0          |
  16411.      | Opened_tables            | 44600      |
  16412.      | Questions                | 2026873    |
  16413.      | Select_full_join         | 0          |
  16414.      | Select_full_range_join   | 0          |
  16415.      | Select_range             | 99646      |
  16416.      | Select_range_check       | 0          |
  16417.      | Select_scan              | 30802      |
  16418.      | Slave_running            | OFF        |
  16419.      | Slave_open_temp_tables   | 0          |
  16420.      | Slow_launch_threads      | 0          |
  16421.      | Slow_queries             | 0          |
  16422.      | Sort_merge_passes        | 30         |
  16423.      | Sort_range               | 500        |
  16424.      | Sort_rows                | 30296250   |
  16425.      | Sort_scan                | 4650       |
  16426.      | Table_locks_immediate    | 1920382    |
  16427.      | Table_locks_waited       | 0          |
  16428.      | Threads_cached           | 0          |
  16429.      | Threads_created          | 30022      |
  16430.      | Threads_connected        | 1          |
  16431.      | Threads_running          | 1          |
  16432.      | Uptime                   | 80380      |
  16433.      +--------------------------+------------+
  16434.  
  16435. The status variables listed above have the following meaning:
  16436.  
  16437. *Variable*                *Meaning*
  16438. `Aborted_clients'         Number of connections aborted because the
  16439.                           client died without closing the connection
  16440.                           properly. *Note Communication errors::.
  16441. `Aborted_connects'        Number of tries to connect to the MySQL server
  16442.                           that failed. *Note Communication errors::.
  16443. `Bytes_received'          Number of bytes received from all clients.
  16444. `Bytes_sent'              Number of bytes sent to all clients.
  16445. `Com_xxxx'                Number of times the xxx commands has been
  16446.                           executed.
  16447. `Connections'             Number of connection attempts to the MySQL
  16448.                           server.
  16449. `Created_tmp_disk_tables' Number of implicit temporary tables on disk
  16450.                           created while executing statements.
  16451. `Created_tmp_tables'      Number of implicit temporary tables in memory
  16452.                           created while executing statements.
  16453. `Created_tmp_files'       How many temporary files `mysqld' have created.
  16454. `Delayed_insert_threads'  Number of delayed insert handler threads in
  16455.                           use.
  16456. `Delayed_writes'          Number of rows written with `INSERT DELAYED'.
  16457. `Delayed_errors'          Number of rows written with `INSERT DELAYED'
  16458.                           for which some error occurred (probably
  16459.                           `duplicate key').
  16460. `Flush_commands'          Number of executed `FLUSH' commands.
  16461. `Handler_delete'          Number of times a row was deleted from a table.
  16462. `Handler_read_first'      Number of times the first entry was read from
  16463.                           an index.  If this is high, it suggests that
  16464.                           the server is doing a lot of full index scans,
  16465.                           for example, `SELECT col1 FROM foo', assuming
  16466.                           that col1 is indexed.
  16467. `Handler_read_key'        Number of requests to read a row based on a
  16468.                           key. If this is high, it is a good indication
  16469.                           that your queries and tables are properly
  16470.                           indexed.
  16471. `Handler_read_next'       Number of requests to read next row in key
  16472.                           order. This will be incremented if you are
  16473.                           querying an index column with a range
  16474.                           constraint. This also will be incremented if
  16475.                           you are doing an index scan.
  16476. `Handler_read_rnd'        Number of requests to read a row based on a
  16477.                           fixed position.  This will be high if you are
  16478.                           doing a lot of queries that require sorting of
  16479.                           the result.
  16480. `Handler_read_rnd_next'   Number of requests to read the next row in the
  16481.                           datafile.  This will be high if you are doing
  16482.                           a lot of table scans. Generally this suggests
  16483.                           that your tables are not properly indexed or
  16484.                           that your queries are not written to take
  16485.                           advantage of the indexes you have.
  16486. `Handler_update'          Number of requests to update a row in a table.
  16487. `Handler_write'           Number of requests to insert a row in a table.
  16488. `Key_blocks_used'         The number of used blocks in the key cache.
  16489. `Key_read_requests'       The number of requests to read a key block
  16490.                           from the cache.
  16491. `Key_reads'               The number of physical reads of a key block
  16492.                           from disk.
  16493. `Key_write_requests'      The number of requests to write a key block to
  16494.                           the cache.
  16495. `Key_writes'              The number of physical writes of a key block
  16496.                           to disk.
  16497. `Max_used_connections'    The maximum number of connections in use
  16498.                           simultaneously.
  16499. `Not_flushed_key_blocks'  Keys blocks in the key cache that has changed
  16500.                           but hasn't yet been flushed to disk.
  16501. `Not_flushed_delayed_rows'Number of rows waiting to be written in
  16502.                           `INSERT DELAY' queues.
  16503. `Open_tables'             Number of tables that are open.
  16504. `Open_files'              Number of files that are open.
  16505. `Open_streams'            Number of streams that are open (used mainly
  16506.                           for logging).
  16507. `Opened_tables'           Number of tables that have been opened.
  16508. `Select_full_join'        Number of joins without keys (Should be 0).
  16509. `Select_full_range_join'  Number of joins where we used a range search
  16510.                           on reference table.
  16511. `Select_range'            Number of joins where we used ranges on the
  16512.                           first table. (It's normally not critical even
  16513.                           if this is big.)
  16514. `Select_scan'             Number of joins where we scanned the first
  16515.                           table.
  16516. `Select_range_check'      Number of joins without keys where we check
  16517.                           for key usage after each row (Should be 0).
  16518. `Questions'               Number of queries sent to the server.
  16519. `Slave_open_temp_tables'  Number of temporary tables currently open by
  16520.                           the slave thread
  16521. `Slow_launch_threads'     Number of threads that have taken more than
  16522.                           `slow_launch_time' to connect.
  16523. `Slow_queries'            Number of queries that have taken more than
  16524.                           `long_query_time'. *Note Slow query log::.
  16525. `Sort_merge_passes'       Number of merges the sort has to do. If this
  16526.                           value is large you should consider increasing
  16527.                           `sort_buffer'.
  16528. `Sort_range'              Number of sorts that where done with ranges.
  16529. `Sort_rows'               Number of sorted rows.
  16530. `Sort_scan'               Number of sorts that where done by scanning
  16531.                           the table.
  16532. `Table_locks_immediate'   Number of times a table lock was acquired
  16533.                           immediately. Available after 3.23.33.
  16534. `Table_locks_waited'      Number of times a table lock could not be
  16535.                           acquired immediately and a wait was needed. If
  16536.                           this is high, and you have performance
  16537.                           problems, you should first optimize your
  16538.                           queries, and then either split your table(s)
  16539.                           or use replication. Available after 3.23.33.
  16540. `Threads_cached'          Number of threads in the thread cache.
  16541. `Threads_connected'       Number of currently open connections.
  16542. `Threads_created'         Number of threads created to handle
  16543.                           connections.
  16544. `Threads_running'         Number of threads that are not sleeping.
  16545. `Uptime'                  How many seconds the server has been up.
  16546.  
  16547. Some comments about the above:
  16548.  
  16549.    * If `Opened_tables' is big, then your `table_cache' variable is
  16550.      probably too small.
  16551.  
  16552.    * If `key_reads' is big, then your `key_cache' is probably too
  16553.      small.  The cache hit rate can be calculated with
  16554.      `key_reads'/`key_read_requests'.
  16555.  
  16556.    * If `Handler_read_rnd' is big, then you probably have a lot of
  16557.      queries that require MySQL to scan whole tables or you have joins
  16558.      that don't use keys properly.
  16559.  
  16560.    * If `Threads_created' is big, you may want to increase the
  16561.      `thread_cache_size' variable.
  16562.  
  16563. `SHOW VARIABLES'
  16564. ................
  16565.  
  16566.      SHOW VARIABLES [LIKE wild]
  16567.  
  16568. `SHOW VARIABLES' shows the values of some MySQL system variables.  You
  16569. can also get this information using the `mysqladmin variables' command.
  16570. If the default values are unsuitable, you can set most of these
  16571. variables using command-line options when `mysqld' starts up.  *Note
  16572. Command-line options::.
  16573.  
  16574. The output resembles that shown below, though the format and numbers may
  16575. differ somewhat:
  16576.  
  16577.      +-------------------------+---------------------------+
  16578.      | Variable_name           | Value                     |
  16579.      +-------------------------+---------------------------+
  16580.      | ansi_mode               | OFF                       |
  16581.      | back_log                | 50                        |
  16582.      | basedir                 | /my/monty/                |
  16583.      | bdb_cache_size          | 16777216                  |
  16584.      | bdb_log_buffer_size     | 32768                     |
  16585.      | bdb_home                | /my/monty/data/           |
  16586.      | bdb_max_lock            | 10000                     |
  16587.      | bdb_logdir              |                           |
  16588.      | bdb_shared_data         | OFF                       |
  16589.      | bdb_tmpdir              | /tmp/                     |
  16590.      | binlog_cache_size       | 32768                     |
  16591.      | concurrent_insert       | ON                        |
  16592.      | connect_timeout         | 5                         |
  16593.      | datadir                 | /my/monty/data/           |
  16594.      | delay_key_write         | ON                        |
  16595.      | delayed_insert_limit    | 100                       |
  16596.      | delayed_insert_timeout  | 300                       |
  16597.      | delayed_queue_size      | 1000                      |
  16598.      | flush                   | OFF                       |
  16599.      | flush_time              | 0                         |
  16600.      | have_bdb                | YES                       |
  16601.      | have_innodb             | YES                       |
  16602.      | have_raid               | YES                       |
  16603.      | have_ssl                | NO                        |
  16604.      | init_file               |                           |
  16605.      | interactive_timeout     | 28800                     |
  16606.      | join_buffer_size        | 131072                    |
  16607.      | key_buffer_size         | 16776192                  |
  16608.      | language                | /my/monty/share/english/  |
  16609.      | large_files_support     | ON                        |
  16610.      | log                     | OFF                       |
  16611.      | log_update              | OFF                       |
  16612.      | log_bin                 | OFF                       |
  16613.      | log_slave_updates       | OFF                       |
  16614.      | long_query_time         | 10                        |
  16615.      | low_priority_updates    | OFF                       |
  16616.      | lower_case_table_names  | 0                         |
  16617.      | max_allowed_packet      | 1048576                   |
  16618.      | max_binlog_cache_size   | 4294967295                |
  16619.      | max_connections         | 100                       |
  16620.      | max_connect_errors      | 10                        |
  16621.      | max_delayed_threads     | 20                        |
  16622.      | max_heap_table_size     | 16777216                  |
  16623.      | max_join_size           | 4294967295                |
  16624.      | max_sort_length         | 1024                      |
  16625.      | max_tmp_tables          | 32                        |
  16626.      | max_write_lock_count    | 4294967295                |
  16627.      | myisam_recover_options  | DEFAULT                   |
  16628.      | myisam_sort_buffer_size | 8388608                   |
  16629.      | net_buffer_length       | 16384                     |
  16630.      | net_read_timeout        | 30                        |
  16631.      | net_retry_count         | 10                        |
  16632.      | net_write_timeout       | 60                        |
  16633.      | open_files_limit        | 0                         |
  16634.      | pid_file                | /my/monty/data/donna.pid  |
  16635.      | port                    | 3306                      |
  16636.      | protocol_version        | 10                        |
  16637.      | record_buffer           | 131072                    |
  16638.      | query_buffer_size       | 0                         |
  16639.      | safe_show_database      | OFF                       |
  16640.      | server_id               | 0                         |
  16641.      | skip_locking            | ON                        |
  16642.      | skip_networking         | OFF                       |
  16643.      | skip_show_database      | OFF                       |
  16644.      | slow_launch_time        | 2                         |
  16645.      | socket                  | /tmp/mysql.sock           |
  16646.      | sort_buffer             | 2097116                   |
  16647.      | table_cache             | 64                        |
  16648.      | table_type              | MYISAM                    |
  16649.      | thread_cache_size       | 4                         |
  16650.      | thread_stack            | 65536                     |
  16651.      | tmp_table_size          | 1048576                   |
  16652.      | tmpdir                  | /tmp/                     |
  16653.      | version                 | 3.23.29a-gamma-debug      |
  16654.      | wait_timeout            | 28800                     |
  16655.      +-------------------------+---------------------------+
  16656.  
  16657. Each option is described below. Values for buffer sizes, lengths, and
  16658. stack sizes are given in bytes.  You can specify values with a suffix
  16659. of `K' or `M' to indicate kilobytes or megabytes. For example, `16M'
  16660. indicates 16 megabytes.  The case of suffix letters does not matter;
  16661. `16M' and `16m' are equivalent:
  16662.  
  16663. ``ansi_mode'.'
  16664.      Is `ON' if `mysqld' was started with `--ansi'.  *Note ANSI mode::.
  16665.  
  16666. ``back_log''
  16667.      The number of outstanding connection requests MySQL can have. This
  16668.      comes into play when the main MySQL thread gets *VERY* many
  16669.      connection requests in a very short time. It then takes some time
  16670.      (although very little) for the main thread to check the connection
  16671.      and start a new thread. The `back_log' value indicates how many
  16672.      requests can be stacked during this short time before MySQL
  16673.      momentarily stops answering new requests. You need to increase
  16674.      this only if you expect a large number of connections in a short
  16675.      period of time.
  16676.  
  16677.      In other words, this value is the size of the listen queue for
  16678.      incoming TCP/IP connections.  Your operating system has its own
  16679.      limit on the size of this queue.  The manual page for the Unix
  16680.      `listen(2)' system call should have more details.  Check your OS
  16681.      documentation for the maximum value for this variable.  Attempting
  16682.      to set `back_log' higher than your operating system limit will be
  16683.      ineffective.
  16684.  
  16685. ``basedir''
  16686.      The value of the `--basedir' option.
  16687.  
  16688. ``bdb_cache_size''
  16689.      The buffer that is allocated to cache index and rows for `BDB'
  16690.      tables.  If you don't use `BDB' tables, you should start `mysqld'
  16691.      with `--skip-bdb' to not waste memory for this cache.
  16692.  
  16693. ``bdb_log_buffer_size''
  16694.      The buffer that is allocated to cache index and rows for `BDB'
  16695.      tables.  If you don't use `BDB' tables, you should set this to 0 or
  16696.      start `mysqld' with `--skip-bdb' to not waste memory for this
  16697.      cache.
  16698.  
  16699. ``bdb_home''
  16700.      The value of the `--bdb-home' option.
  16701.  
  16702. ``bdb_max_lock''
  16703.      The maximum number of locks (1000 by default) you can have active
  16704.      on a BDB table. You should increase this if you get errors of type
  16705.      `bdb: Lock table is out of available locks' or `Got error 12 from
  16706.      ...' when you have do long transactions or when `mysqld' has to
  16707.      examine a lot of rows to calculate the query.
  16708.  
  16709. ``bdb_logdir''
  16710.      The value of the `--bdb-logdir' option.
  16711.  
  16712. ``bdb_shared_data''
  16713.      Is `ON' if you are using `--bdb-shared-data'.
  16714.  
  16715. ``bdb_tmpdir''
  16716.      The value of the `--bdb-tmpdir' option.
  16717.  
  16718. ``binlog_cache_size'.  The size of the cache to hold the SQL'
  16719.      statements for the binary log during a transaction.  If you often
  16720.      use big, multi-statement transactions you can increase this to get
  16721.      more performance. *Note COMMIT::.
  16722.  
  16723. ``character_set''
  16724.      The default character set.
  16725.  
  16726. ``character_sets''
  16727.      The supported character sets.
  16728.  
  16729. ``concurrent_inserts''
  16730.      If `ON' (the default), MySQL will allow you to use `INSERT' on
  16731.      `MyISAM' tables at the same time as you run `SELECT' queries on
  16732.      them.  You can turn this option off by starting `mysqld' with
  16733.      `--safe' or `--skip-new'.
  16734.  
  16735. ``connect_timeout''
  16736.      The number of seconds the `mysqld' server is waiting for a connect
  16737.      packet before responding with `Bad handshake'.
  16738.  
  16739. ``datadir''
  16740.      The value of the `--datadir' option.
  16741.  
  16742. ``delay_key_write''
  16743.      If enabled (is on by default), MySQL will honor the
  16744.      `delay_key_write' option `CREATE TABLE'.  This means that the key
  16745.      buffer for tables with this option will not get flushed on every
  16746.      index update, but only when a table is closed.  This will speed up
  16747.      writes on keys a lot, but you should add automatic checking of all
  16748.      tables with `myisamchk --fast --force' if you use this.  Note that
  16749.      if you start `mysqld' with the `--delay-key-write-for-all-tables'
  16750.      option this means that all tables will be treated as if they were
  16751.      created with the `delay_key_write' option.  You can clear this flag
  16752.      by starting `mysqld' with `--skip-new' or `--safe-mode'.
  16753.  
  16754. ``delayed_insert_limit''
  16755.      After inserting `delayed_insert_limit' rows, the `INSERT DELAYED'
  16756.      handler will check if there are any `SELECT' statements pending.
  16757.      If so, it allows these to execute before continuing.
  16758.  
  16759. ``delayed_insert_timeout''
  16760.      How long a `INSERT DELAYED' thread should wait for `INSERT'
  16761.      statements before terminating.
  16762.  
  16763. ``delayed_queue_size''
  16764.      What size queue (in rows) should be allocated for handling `INSERT
  16765.      DELAYED'.  If the queue becomes full, any client that does `INSERT
  16766.      DELAYED' will wait until there is room in the queue again.
  16767.  
  16768. ``flush''
  16769.      This is `ON' if you have started MySQL with the `--flush' option.
  16770.  
  16771. ``flush_time''
  16772.      If this is set to a non-zero value, then every `flush_time'
  16773.      seconds all tables will be closed (to free up resources and sync
  16774.      things to disk). We only recommend this option on Win95, Win98, or
  16775.      on systems where you have very little resources.
  16776.  
  16777. ``have_bdb''
  16778.      `YES' if `mysqld' supports Berkeley DB tables. `DISABLED' if
  16779.      `--skip-bdb' is used.
  16780.  
  16781. ``have_innodb''
  16782.      `YES' if `mysqld' supports InnoDB tables. `DISABLED' if
  16783.      `--skip-innodb' is used.
  16784.  
  16785. ``have_raid''
  16786.      `YES' if `mysqld' supports the `RAID' option.
  16787.  
  16788. ``have_ssl''
  16789.      `YES' if `mysqld' supports SSL (encryption) on the client/server
  16790.      protocol.
  16791.  
  16792. ``init_file''
  16793.      The name of the file specified with the `--init-file' option when
  16794.      you start the server.  This is a file of SQL statements you want
  16795.      the server to execute when it starts.
  16796.  
  16797. ``interactive_timeout''
  16798.      The number of seconds the server waits for activity on an
  16799.      interactive connection before closing it.  An interactive client
  16800.      is defined as a client that uses the `CLIENT_INTERACTIVE' option to
  16801.      `mysql_real_connect()'.  See also `wait_timeout'.
  16802.  
  16803. ``join_buffer_size''
  16804.      The size of the buffer that is used for full joins (joins that do
  16805.      not use indexes).  The buffer is allocated one time for each full
  16806.      join between two tables. Increase this value to get a faster full
  16807.      join when adding indexes is not possible. (Normally the best way
  16808.      to get fast joins is to add indexes.)
  16809.  
  16810. ``key_buffer_size''
  16811.      Index blocks are buffered and are shared by all threads.
  16812.      `key_buffer_size' is the size of the buffer used for index blocks.
  16813.  
  16814.      Increase this to get better index handling (for all reads and
  16815.      multiple writes) to as much as you can afford; 64M on a 256M
  16816.      machine that mainly runs MySQL is quite common.  If you, however,
  16817.      make this too big (more than 50% of your total memory?) your
  16818.      system may start to page and become REALLY slow. Remember that
  16819.      because MySQL does not cache data read, that you will have to
  16820.      leave some room for the OS filesystem cache.
  16821.  
  16822.      You can check the performance of the key buffer by doing `show
  16823.      status' and examine the variables `Key_read_requests',
  16824.      `Key_reads', `Key_write_requests', and `Key_writes'.  The
  16825.      `Key_reads/Key_read_request' ratio should normally be < 0.01.  The
  16826.      `Key_write/Key_write_requests' is usually near 1 if you are using
  16827.      mostly updates/deletes but may be much smaller if you tend to do
  16828.      updates that affect many at the same time or if you are using
  16829.      `delay_key_write'. *Note SHOW::.
  16830.  
  16831.      To get even more speed when writing many rows at the same time, use
  16832.      `LOCK TABLES'.  *Note `LOCK TABLES': LOCK TABLES.
  16833.  
  16834. ``language''
  16835.      The language used for error messages.
  16836.  
  16837. ``large_file_support''
  16838.      If `mysqld' was compiled with options for big file support.
  16839.  
  16840. ``locked_in_memory''
  16841.      If `mysqld' was locked in memory with `--memlock'
  16842.  
  16843. ``log''
  16844.      If logging of all queries is enabled.
  16845.  
  16846. ``log_update''
  16847.      If the update log is enabled.
  16848.  
  16849. ``log_bin''
  16850.      If the binary log is enabled.
  16851.  
  16852. ``log_slave_updates''
  16853.      If the updates from the slave should be logged.
  16854.  
  16855. ``long_query_time''
  16856.      If a query takes longer than this (in seconds), the `Slow_queries'
  16857.      counter will be incremented. If you are using
  16858.      `--log-slow-queries', the query will be logged to the slow query
  16859.      logfile. *Note Slow query log::.
  16860.  
  16861. ``lower_case_table_names''
  16862.      If set to 1 table names are stored in lowercase on disk and table
  16863.      names will be case-insensitive.  *Note Name case sensitivity::.
  16864.  
  16865. ``max_allowed_packet''
  16866.      The maximum size of one packet. The message buffer is initialized
  16867.      to `net_buffer_length' bytes, but can grow up to
  16868.      `max_allowed_packet' bytes when needed.  This value by default is
  16869.      small, to catch big (possibly wrong) packets.  You must increase
  16870.      this value if you are using big `BLOB' columns. It should be as
  16871.      big as the biggest `BLOB' you want to use.  The current protocol
  16872.      limits `max_allowed_packet' to 16M.
  16873.  
  16874. ``max_binlog_cache_size''
  16875.      If a multi-statement transaction requires more than this amount of
  16876.      memory, one will get the error "Multi-statement transaction
  16877.      required more than 'max_binlog_cache_size' bytes of storage".
  16878.  
  16879. ``max_binlog_size''
  16880.      Available after 3.23.33. If a write to the binary (replication)
  16881.      log exceeds the given value, rotate the logs. You cannot set it to
  16882.      less than 1024 bytes, or more than 1 GB. Default is 1 GB.
  16883.  
  16884. ``max_connections''
  16885.      The number of simultaneous clients allowed. Increasing this value
  16886.      increases the number of file descriptors that `mysqld' requires.
  16887.      See below for comments on file descriptor limits. *Note Too many
  16888.      connections::.
  16889.  
  16890. ``max_connect_errors''
  16891.      If there is more than this number of interrupted connections from
  16892.      a host this host will be blocked from further connections.  You
  16893.      can unblock a host with the command `FLUSH HOSTS'.
  16894.  
  16895. ``max_delayed_threads''
  16896.      Don't start more than this number of threads to handle `INSERT
  16897.      DELAYED' statements.  If you try to insert data into a new table
  16898.      after all `INSERT DELAYED' threads are in use, the row will be
  16899.      inserted as if the `DELAYED' attribute wasn't specified.
  16900.  
  16901. ``max_heap_table_size''
  16902.      Don't allow creation of heap tables bigger than this.
  16903.  
  16904. ``max_join_size''
  16905.      Joins that are probably going to read more than `max_join_size'
  16906.      records return an error. Set this value if your users tend to
  16907.      perform joins that lack a `WHERE' clause, that take a long time,
  16908.      and that return millions of rows.
  16909.  
  16910. ``max_sort_length''
  16911.      The number of bytes to use when sorting `BLOB' or `TEXT' values
  16912.      (only the first `max_sort_length' bytes of each value are used;
  16913.      the rest are ignored).
  16914.  
  16915. ``max_user_connections''
  16916.      The maximum number of active connections for a single user (0 = no
  16917.      limit).
  16918.  
  16919. ``max_tmp_tables''
  16920.      (This option doesn't yet do anything.)  Maximum number of
  16921.      temporary tables a client can keep open at the same time.
  16922.  
  16923. ``max_write_lock_count''
  16924.      After this many write locks, allow some read locks to run in
  16925.      between.
  16926.  
  16927. ``myisam_recover_options''
  16928.      The value of the `--myisam-recover' option.
  16929.  
  16930. ``myisam_sort_buffer_size''
  16931.      The buffer that is allocated when sorting the index when doing a
  16932.      `REPAIR' or when creating indexes with `CREATE INDEX' or `ALTER
  16933.      TABLE'.
  16934.  
  16935. ``myisam_max_extra_sort_file_size'.'
  16936.      If the creating of the temporary file for fast index creation
  16937.      would be this much bigger than using the key cache, then prefer
  16938.      the key cache method.  This is mainly used to force long character
  16939.      keys in large tables to use the slower key cache method to create
  16940.      the index.  *NOTE* that this parameter is given in megabytes!
  16941.  
  16942. ``myisam_max_sort_file_size''
  16943.      The maximum size of the temporary file MySQL is allowed to use
  16944.      while recreating the index (during `REPAIR', `ALTER TABLE' or
  16945.      `LOAD DATA INFILE'.  If the file size would be bigger than this,
  16946.      the index will be created through the key cache (which is slower).
  16947.      *NOTE* that this parameter is given in megabytes!
  16948.  
  16949. ``net_buffer_length''
  16950.      The communication buffer is reset to this size between queries.
  16951.      This should not normally be changed, but if you have very little
  16952.      memory, you can set it to the expected size of a query.  (That is,
  16953.      the expected length of SQL statements sent by clients.  If
  16954.      statements exceed this length, the buffer is automatically
  16955.      enlarged, up to `max_allowed_packet' bytes.)
  16956.  
  16957. ``net_read_timeout''
  16958.      Number of seconds to wait for more data from a connection before
  16959.      aborting the read.  Note that when we don't expect data from a
  16960.      connection, the timeout is defined by `write_timeout'. See also
  16961.      `slave_read_timeout'.
  16962.  
  16963. ``net_retry_count''
  16964.      If a read on a communication port is interrupted, retry this many
  16965.      times before giving up.  This value should be quite high on
  16966.      `FreeBSD' as internal interrupts are sent to all threads.
  16967.  
  16968. ``net_write_timeout''
  16969.      Number of seconds to wait for a block to be written to a
  16970.      connection before aborting the write.
  16971.  
  16972. ``open_files_limit''
  16973.      If this is not 0, then `mysqld' will use this value to reserve file
  16974.      descriptors to use with `setrlimit()'.  If this value is 0 then
  16975.      `mysqld' will reserve `max_connections*5' or `max_connections +
  16976.      table_cache*2' (whichever is larger) number of files.  You should
  16977.      try increasing this if `mysqld' gives you the error 'Too many open
  16978.      files'.
  16979.  
  16980. ``pid_file''
  16981.      The value of the `--pid-file' option.
  16982.  
  16983. ``port''
  16984.      The value of the `--port' option.
  16985.  
  16986. ``protocol_version''
  16987.      The protocol version used by the MySQL server.
  16988.  
  16989. ``record_buffer''
  16990.      Each thread that does a sequential scan allocates a buffer of this
  16991.      size for each table it scans. If you do many sequential scans, you
  16992.      may want to increase this value.
  16993.  
  16994. ``record_rnd_buffer''
  16995.      When reading rows in sorted order after a sort, the rows are read
  16996.      through this buffer to avoid a disk seeks.  If not set, then it's
  16997.      set to the value of `record_buffer'.
  16998.  
  16999. ``query_buffer_size''
  17000.      The initial allocation of the query buffer. If most of your
  17001.      queries are long (like when inserting blobs), you should increase
  17002.      this!
  17003.  
  17004. ``safe_show_databases''
  17005.      Don't show databases for which the user doesn't have any database
  17006.      or table privileges. This can improve security if you're concerned
  17007.      about people being able to see what databases other users have.
  17008.      See also `skip_show_databases'.
  17009.  
  17010. ``server_id''
  17011.      The value of the `--server-id' option.
  17012.  
  17013. ``skip_locking''
  17014.      Is OFF if `mysqld' uses external locking.
  17015.  
  17016. ``skip_networking''
  17017.      Is ON if we only allow local (socket) connections.
  17018.  
  17019. ``skip_show_databases''
  17020.      This prevents people from doing `SHOW DATABASES' if they don't have
  17021.      the `PROCESS_PRIV' privilege. This can improve security if you're
  17022.      concerned about people being able to see what databases other users
  17023.      have. See also `safe_show_databases'.
  17024.  
  17025. ``slave_read_timeout''
  17026.      Number of seconds to wait for more data from a master/slave
  17027.      connection before aborting the read.
  17028.  
  17029. ``slow_launch_time''
  17030.      If creating the thread takes longer than this value (in seconds),
  17031.      the `Slow_launch_threads' counter will be incremented.
  17032.  
  17033. ``socket''
  17034.      The Unix socket used by the server.
  17035.  
  17036. ``sort_buffer''
  17037.      Each thread that needs to do a sort allocates a buffer of this
  17038.      size. Increase this value for faster `ORDER BY' or `GROUP BY'
  17039.      operations.  *Note Temporary files::.
  17040.  
  17041. ``table_cache''
  17042.      The number of open tables for all threads. Increasing this value
  17043.      increases the number of file descriptors that `mysqld' requires.
  17044.      MySQL needs two file descriptors for each unique open table.  See
  17045.      below for comments on file descriptor limits. You can check if you
  17046.      need to increase the table cache by checking the `Opened_tables'
  17047.      variable. *Note SHOW::.  If this variable is big and you don't do
  17048.      `FLUSH TABLES' a lot (which just forces all tables to be closed and
  17049.      reopenend), then you should increase the value of this variable.
  17050.  
  17051.      Make sure that your operating system can handle the number of open
  17052.      file descriptors implied by the `table_cache' setting.  If
  17053.      `table_cache' is set too high, MySQL may run out of file
  17054.      descriptors and refuse connections, fail to perform queries, and
  17055.      be very unreliable.
  17056.  
  17057.      For information about how the table cache works, see *Note Table
  17058.      cache::.
  17059.  
  17060. ``table_type''
  17061.      The default table type
  17062.  
  17063. ``thread_cache_size''
  17064.      How many threads we should keep in a cache for reuse.  When a
  17065.      client disconnects, the client's threads are put in the cache if
  17066.      there aren't more than `thread_cache_size' threads from before.
  17067.      All new threads are first taken from the cache, and only when the
  17068.      cache is empty is a new thread created.  This variable can be
  17069.      increased to improve performance if you have a lot of new
  17070.      connections. (Normally this doesn't give a notable performance
  17071.      improvement if you have a good thread implementation.)  By examing
  17072.      the difference between the `Connections' and `Threads_created' you
  17073.      can see how efficient the current thread cache is for you.
  17074.  
  17075. ``thread_concurrency''
  17076.      On Solaris, `mysqld' will call `thr_setconcurrency()' with this
  17077.      value.  `thr_setconcurrency()' permits the application to give the
  17078.      threads system a hint for the desired number of threads that should
  17079.      be run at the same time.
  17080.  
  17081. ``thread_stack''
  17082.      The stack size for each thread.  Many of the limits detected by the
  17083.      `crash-me' test are dependent on this value. The default is large
  17084.      enough for normal operation.  *Note MySQL Benchmarks::.
  17085.  
  17086. ``timezone''
  17087.      The timezone for the server.
  17088.  
  17089. ``tmp_table_size''
  17090.      If an in-memory temporary table exceeds this size, MySQL will
  17091.      automatically convert it to an on-disk `MyISAM' table.  Increase
  17092.      the value of `tmp_table_size' if you do many advanced `GROUP BY'
  17093.      queries and you have lots of memory.
  17094.  
  17095. ``tmpdir''
  17096.      The directory used for temporary files and temporary tables.
  17097.  
  17098. ``version''
  17099.      The version number for the server.
  17100.  
  17101. ``wait_timeout''
  17102.      The number of seconds the server waits for activity on a
  17103.      connection before closing it. See also `interactive_timeout'.
  17104.  
  17105. The manual section that describes tuning MySQL contains some
  17106. information of how to tune the above variables. *Note Server
  17107. parameters::.
  17108.  
  17109. `SHOW LOGS'
  17110. ...........
  17111.  
  17112. `SHOW LOGS' shows you status information about existing log files.  It
  17113. currently only displays information about Berkeley DB log files.
  17114.  
  17115.    * `File' shows the full path to the log file
  17116.  
  17117.    * `Type' shows the type of the log file (`BDB' for Berkeley DB log
  17118.      files)
  17119.  
  17120.    * `Status' shows the status of the log file (`FREE' if the file can
  17121.      be removed, or `IN USE' if the file is needed by the transaction
  17122.      subsystem)
  17123.  
  17124. `SHOW PROCESSLIST'
  17125. ..................
  17126.  
  17127. `SHOW PROCESSLIST' shows you which threads are running.  You can also
  17128. get this information using the `mysqladmin processlist' command.  If
  17129. you have the *process* privilege, you can see all threads.  Otherwise,
  17130. you can see only your own threads.  *Note `KILL': KILL.  If you don't
  17131. use the `FULL' option, then only the first 100 characters of each query
  17132. will be shown.
  17133.  
  17134. This command is very useful if you get the 'too many connections' error
  17135. message and want to find out what's going on. MySQL reserves one extra
  17136. connection for a client with the `Process_priv' privilege to ensure
  17137. that you should always be able to login and check the system (assuming
  17138. you are not giving this privilege to all your users).
  17139.  
  17140. `SHOW GRANTS'
  17141. .............
  17142.  
  17143. `SHOW GRANTS FOR user' lists the grant commands that must be issued to
  17144. duplicate the grants for a user.
  17145.  
  17146.      mysql> SHOW GRANTS FOR root@localhost;
  17147.      +---------------------------------------------------------------------+
  17148.      | Grants for root@localhost                                           |
  17149.      +---------------------------------------------------------------------+
  17150.      | GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' WITH GRANT OPTION |
  17151.      +---------------------------------------------------------------------+
  17152.  
  17153. `SHOW CREATE TABLE'
  17154. ...................
  17155.  
  17156. Shows a `CREATE TABLE' statement that will create the given table:
  17157.  
  17158.      mysql> show create table t\G
  17159.      *************************** 1. row ***************************
  17160.             Table: t
  17161.      Create Table: CREATE TABLE t (
  17162.        id int(11) default NULL auto_increment,
  17163.        s char(60) default NULL,
  17164.        PRIMARY KEY (id)
  17165.      ) TYPE=MyISAM
  17166.  
  17167. `SHOW CREATE TABLE' will quote table and column names according to
  17168. `SQL_QUOTE_SHOW_CREATE' option.  *Note `SET OPTION
  17169. SQL_QUOTE_SHOW_CREATE': SET OPTION.
  17170.  
  17171. MySQL Localization and International Usage
  17172. ==========================================
  17173.  
  17174. The Character Set Used for Data and Sorting
  17175. -------------------------------------------
  17176.  
  17177. By default, MySQL uses the ISO-8859-1 (Latin1) character set with
  17178. sorting according to Swedish/Finnish. This is the character set suitable
  17179. in the USA and western Europe.
  17180.  
  17181. All standard MySQL binaries are compiled with
  17182. `--with-extra-charsets=complex'.  This will add code to all standard
  17183. programs to be able to handle `latin1' and all multi-byte character
  17184. sets within the binary. Other character sets will be loaded from a
  17185. character-set definition file when needed.
  17186.  
  17187. The character set determines what characters are allowed in names and
  17188. how things are sorted by the `ORDER BY' and `GROUP BY' clauses of the
  17189. `SELECT' statement.
  17190.  
  17191. You can change the character set with the `--default-character-set'
  17192. option when you start the server.  The character sets available depend
  17193. on the `--with-charset=charset' and `--with-extra-charset=
  17194. list-of-charset | complex | all' options to `configure', and the
  17195. character set configuration files listed in `SHAREDIR/charsets/Index'.
  17196. *Note configure options::.
  17197.  
  17198. If you change the character set when running MySQL (which may also
  17199. change the sort order), you must run myisamchk -r -q on all tables.
  17200. Otherwise your indexes may not be ordered correctly.
  17201.  
  17202. When a client connects to a MySQL server, the server sends the default
  17203. character set in use to the client.  The client will switch to use this
  17204. character set for this connection.
  17205.  
  17206. One should use `mysql_real_escape_string()' when escaping strings for a
  17207. SQL query.  `mysql_real_escape_string()' is identical to the old
  17208. `mysql_escape_string()' function, except that it takes the MYSQL
  17209. connection handle as the first parameter.
  17210.  
  17211. If the client is compiled with different paths than where the server is
  17212. installed and the user who configured MySQL didn't included all
  17213. character sets in the MySQL binary, one must specify for the client
  17214. where it can find the additional character sets it will need if the
  17215. server runs with a different character set than the client.
  17216.  
  17217. One can specify this by putting in a MySQL option file:
  17218.  
  17219.      [client]
  17220.      character-sets-dir=/usr/local/mysql/share/mysql/charsets
  17221.  
  17222. where the path points to where the dynamic MySQL character sets are
  17223. stored.
  17224.  
  17225. One can force the client to use specific character set by specifying:
  17226.  
  17227.      [client]
  17228.      default-character-set=character-set-name
  17229.  
  17230. but normally this is never needed.
  17231.  
  17232. Non-English Error Messages
  17233. --------------------------
  17234.  
  17235. `mysqld' can issue error messages in the following languages: Czech,
  17236. Danish, Dutch, English (the default), Estonian, French, German, Greek,
  17237. Hungarian, Italian, Japanese, Korean, Norwegian, Norwegian-ny, Polish,
  17238. Portuguese, Romanian, Russian, Slovak, Spanish, and Swedish.
  17239.  
  17240. To start `mysqld' with a particular language, use either the
  17241. `--language=lang' or `-L lang' options. For example:
  17242.  
  17243.      shell> mysqld --language=swedish
  17244.  
  17245. or:
  17246.  
  17247.      shell> mysqld --language=/usr/local/share/swedish
  17248.  
  17249. Note that all language names are specified in lowercase.
  17250.  
  17251. The language files are located (by default) in
  17252. `MYSQL_BASE_DIR/share/LANGUAGE/'.
  17253.  
  17254. To update the error message file, you should edit the `errmsg.txt' file
  17255. and execute the following command to generate the `errmsg.sys' file:
  17256.  
  17257.      shell> comp_err errmsg.txt errmsg.sys
  17258.  
  17259. If you upgrade to a newer version of MySQL, remember to repeat your
  17260. changes with the new `errmsg.txt' file.
  17261.  
  17262. Adding a New Character Set
  17263. --------------------------
  17264.  
  17265. To add another character set to MySQL, use the following procedure.
  17266.  
  17267. Decide if the set is simple or complex.  If the character set does not
  17268. need to use special string collating routines for sorting and does not
  17269. need multi-byte character support, it is simple.  If it needs either of
  17270. those features, it is complex.
  17271.  
  17272. For example, `latin1' and `danish' are simple charactersets while
  17273. `big5' or `czech' are complex character sets.
  17274.  
  17275. In the following section, we have assumed that you name your character
  17276. set `MYSET'.
  17277.  
  17278. For a simple character set do the following:
  17279.  
  17280.   1. Add MYSET to the end of the `sql/share/charsets/Index' file Assign
  17281.      an unique number to it.
  17282.  
  17283.   2. Create the file `sql/share/charsets/MYSET.conf'.  (You can use
  17284.      `sql/share/charsets/latin1.conf' as a base for this).
  17285.  
  17286.      The syntax for the file very simple:
  17287.  
  17288.         * Comments start with a '#' character and proceed to the end of
  17289.           the line.
  17290.  
  17291.         * Words are separated by arbitrary amounts of whitespace.
  17292.  
  17293.         * When defining the character set, every word must be a number
  17294.           in hexadecimal format
  17295.  
  17296.         * The `ctype' array takes up the first 257 words. The
  17297.           `to_lower', `to_upper' and `sort_order' arrays take up 256
  17298.           words each after that.
  17299.  
  17300.      *Note Character arrays::.
  17301.  
  17302.   3. Add the character set name to the `CHARSETS_AVAILABLE' and
  17303.      `COMPILED_CHARSETS' lists in `configure.in'.
  17304.  
  17305.   4. Reconfigure, recompile, and test.
  17306.  
  17307.  
  17308. For a complex character set do the following:
  17309.  
  17310.   1. Create the file `strings/ctype-MYSET.c' in the MySQL source
  17311.      distribution.
  17312.  
  17313.   2. Add MYSET to the end of the `sql/share/charsets/Index' file.
  17314.      Assign an unique number to it.
  17315.  
  17316.   3. Look at one of the existing `ctype-*.c' files to see what needs to
  17317.      be defined, for example `strings/ctype-big5.c'. Note that the
  17318.      arrays in your file must have names like `ctype_MYSET',
  17319.      `to_lower_MYSET', and so on.  This corresponds to the arrays in
  17320.      the simple character set. *Note Character arrays::.  For a complex
  17321.      character set
  17322.  
  17323.   4. Near the top of the file, place a special comment like this:
  17324.  
  17325.           /*
  17326.            * This comment is parsed by configure to create ctype.c,
  17327.            * so don't change it unless you know what you are doing.
  17328.            *
  17329.            * .configure. number_MYSET=MYNUMBER
  17330.            * .configure. strxfrm_multiply_MYSET=N
  17331.            * .configure. mbmaxlen_MYSET=N
  17332.            */
  17333.  
  17334.      The `configure' program uses this comment to include the character
  17335.      set into the MySQL library automatically.
  17336.  
  17337.      The strxfrm_multiply and mbmaxlen lines will be explained in the
  17338.      following sections.  Only include them if you the string collating
  17339.      functions or the multi-byte character set functions, respectively.
  17340.  
  17341.   5. You should then create some of the following functions:
  17342.  
  17343.         * `my_strncoll_MYSET()'
  17344.  
  17345.         * `my_strcoll_MYSET()'
  17346.  
  17347.         * `my_strxfrm_MYSET()'
  17348.  
  17349.         * `my_like_range_MYSET()'
  17350.  
  17351.      *Note String collating::.
  17352.  
  17353.   6. Add the character set name to the `CHARSETS_AVAILABLE' and
  17354.      `COMPILED_CHARSETS' lists in `configure.in'.
  17355.  
  17356.   7. Reconfigure, recompile, and test.
  17357.  
  17358. The file `sql/share/charsets/README' includes some more instructions.
  17359.  
  17360. If you want to have the character set included in the MySQL
  17361. distribution, mail a patch to <internals@lists.mysql.com>.
  17362.  
  17363. The character definition arrays
  17364. -------------------------------
  17365.  
  17366. `to_lower[]' and `to_upper[]' are simple arrays that hold the lowercase
  17367. and uppercase characters corresponding to each member of the character
  17368. set.  For example:
  17369.  
  17370.      to_lower['A'] should contain 'a'
  17371.      to_upper['a'] should contain 'A'
  17372.  
  17373. `sort_order[]' is a map indicating how characters should be ordered for
  17374. comparison and sorting purposes.  For many character sets, this is the
  17375. same as `to_upper[]' (which means sorting will be case insensitive).
  17376. MySQL will sort characters based on the value of
  17377. `sort_order[character]'.  For more complicated sorting rules, see the
  17378. discussion of string collating below. *Note String collating::.
  17379.  
  17380. `ctype[]' is an array of bit values, with one element for one character.
  17381. (Note that `to_lower[]', `to_upper[]', and `sort_order[]' are indexed
  17382. by character value, but `ctype[]' is indexed by character value + 1.
  17383. This is an old legacy to be able to handle EOF.)
  17384.  
  17385. You can find the following bitmask definitions in `m_ctype.h':
  17386.  
  17387.      #define _U      01      /* Uppercase */
  17388.      #define _L      02      /* Lowercase */
  17389.      #define _N      04      /* Numeral (digit) */
  17390.      #define _S      010     /* Spacing character */
  17391.      #define _P      020     /* Punctuation */
  17392.      #define _C      040     /* Control character */
  17393.      #define _B      0100    /* Blank */
  17394.      #define _X      0200    /* heXadecimal digit */
  17395.  
  17396. The `ctype[]' entry for each character should be the union of the
  17397. applicable bitmask values that describe the character.  For example,
  17398. `'A'' is an uppercase character (`_U') as well as a hexadecimal digit
  17399. (`_X'), so `ctype['A'+1]' should contain the value:
  17400.  
  17401.      _U + _X = 01 + 0200 = 0201
  17402.  
  17403. String Collating Support
  17404. ------------------------
  17405.  
  17406. If the sorting rules for your language are too complex to be handled
  17407. with the simple `sort_order[]' table, you need to use the string
  17408. collating functions.
  17409.  
  17410. Right now the best documentation on this is the character sets that are
  17411. already implemented.  Look at the big5, czech, gbk, sjis, and tis160
  17412. character sets for examples.
  17413.  
  17414. You must specify the `strxfrm_multiply_MYSET=N' value in the special
  17415. comment at the top of the file.  `N' should be set to the maximum ratio
  17416. the strings may grow during `my_strxfrm_MYSET' (it must be a positive
  17417. integer).
  17418.  
  17419. Multi-byte Character Support
  17420. ----------------------------
  17421.  
  17422. If your want to add support for a new character set that includes
  17423. multi-byte characters, you need to use the multi-byte character
  17424. functions.
  17425.  
  17426. Right now the best documentation on this is the character sets that are
  17427. already implemented.  Look at the euc_kr, gb2312, gbk, sjis and ujis
  17428. character sets for examples. These are implemented in the
  17429. `ctype-'charset'.c' files in the `strings' directory.
  17430.  
  17431. You must specify the `mbmaxlen_MYSET=N' value in the special comment at
  17432. the top of the source file.  `N' should be set to the size in bytes of
  17433. the largest character in the set.
  17434.  
  17435. MySQL Server-Side Scripts and Utilities
  17436. =======================================
  17437.  
  17438. Overview of the Server-Side Scripts and Utilities
  17439. -------------------------------------------------
  17440.  
  17441. All MySQL clients that communicate with the server using the
  17442. `mysqlclient' library use the following environment variables:
  17443.  
  17444. *Name*             *Description*
  17445. `MYSQL_UNIX_PORT'  The default socket; used for connections to
  17446.                    `localhost'
  17447. `MYSQL_TCP_PORT'   The default TCP/IP port
  17448. `MYSQL_PWD'        The default password
  17449. `MYSQL_DEBUG'      Debug-trace options when debugging
  17450. `TMPDIR'           The directory where temporary tables/files are created
  17451.  
  17452. Use of `MYSQL_PWD' is insecure.  *Note Connecting::.
  17453.  
  17454. The `mysql' client uses the file named in the `MYSQL_HISTFILE'
  17455. environment variable to save the command-line history. The default
  17456. value for the history file is `$HOME/.mysql_history', where `$HOME' is
  17457. the value of the `HOME' environment variable. *Note Environment
  17458. variables::.
  17459.  
  17460. All MySQL programs take many different options. However, every MySQL
  17461. program provides a `--help' option that you can use to get a full
  17462. description of the program's different options. For example, try `mysql
  17463. --help'.
  17464.  
  17465. You can override default options for all standard client programs with
  17466. an option file. *Note Option files::.
  17467.  
  17468. The list below briefly describes the MySQL programs:
  17469.  
  17470. `myisamchk'
  17471.      Utility to describe, check, optimize, and repair MySQL tables.
  17472.      Because `myisamchk' has many functions, it is described in its own
  17473.      chapter. *Note MySQL Database Administration::.
  17474.  
  17475. `make_binary_distribution'
  17476.      Makes a binary release of a compiled MySQL. This could be sent by
  17477.      FTP to `/pub/mysql/Incoming' on `support.mysql.com' for the
  17478.      convenience of other MySQL users.
  17479.  
  17480. `msql2mysql'
  17481.      A shell script that converts `mSQL' programs to MySQL. It doesn't
  17482.      handle all cases, but it gives a good start when converting.
  17483.  
  17484. `mysqlaccess'
  17485.      A script that checks the access privileges for a host, user, and
  17486.      database combination.
  17487.  
  17488. `mysqladmin'
  17489.      Utility for performing administrative operations, such as creating
  17490.      or dropping databases, reloading the grant tables, flushing tables
  17491.      to disk, and reopening log files.  `mysqladmin' can also be used
  17492.      to retrieve version, process, and status information from the
  17493.      server.  *Note `mysqladmin': mysqladmin.
  17494.  
  17495. `mysqlbug'
  17496.      The MySQL bug report script.  This script should always be used
  17497.      when filing a bug report to the MySQL list.
  17498.  
  17499. `mysqld'
  17500.      The SQL daemon. This should always be running.
  17501.  
  17502. `mysqldump'
  17503.      Dumps a MySQL database into a file as SQL statements or as
  17504.      tab-separated text files. Enhanced freeware originally by Igor
  17505.      Romanenko.  *Note `mysqldump': mysqldump.
  17506.  
  17507. `mysqlimport'
  17508.      Imports text files into their respective tables using `LOAD DATA
  17509.      INFILE'. *Note `mysqlimport': mysqlimport.
  17510.  
  17511. `mysqlshow'
  17512.      Displays information about databases, tables, columns, and indexes.
  17513.  
  17514. `mysql_install_db'
  17515.      Creates the MySQL grant tables with default privileges. This is
  17516.      usually executed only once, when first installing MySQL on a
  17517.      system.
  17518.  
  17519. `replace'
  17520.      A utility program that is used by `msql2mysql', but that has more
  17521.      general applicability as well.  `replace' changes strings in place
  17522.      in files or on the standard input. Uses a finite state machine to
  17523.      match longer strings first. Can be used to swap strings. For
  17524.      example, this command swaps `a' and `b' in the given files:
  17525.  
  17526.           shell> replace a b b a -- file1 file2 ...
  17527.  
  17528. safe_mysqld, the wrapper around mysqld
  17529. --------------------------------------
  17530.  
  17531. `safe_mysqld' is the recommended way to start a `mysqld' daemon on
  17532. Unix.  `safe_mysqld' adds some safety features such as restarting the
  17533. server when an error occurs and logging run-time information to a log
  17534. file.
  17535.  
  17536. If you don't use `--mysqld=#' or `--mysqld-version=#' `safe_mysqld'
  17537. will use an executable named `mysqld-max' if it exists. If not,
  17538. `safe_mysqld' will start `mysqld'.  This makes it very easy to test to
  17539. use `mysqld-max' instead of `mysqld';  Just copy `mysqld-max' to where
  17540. you have `mysqld' and it will be used.
  17541.  
  17542. Normally one should never edit the `safe_mysqld' script, but instead
  17543. put the options to `safe_mysqld' in the `[safe_mysqld]' section in the
  17544. `my.cnf' file. `safe_mysqld' will read all options from the `[mysqld]',
  17545. `[server]' and `[safe_mysqld]' sections from the option files.  *Note
  17546. Option files::.
  17547.  
  17548. Note that all options on the command line to `safe_mysqld' are passed
  17549. to `mysqld'.  If you wants to use any options in `safe_mysqld' that
  17550. `mysqld' doesn't support, you must specify these in the option file.
  17551.  
  17552. Most of the options to `safe_mysqld' are the same as the options to
  17553. `mysqld'. *Note Command-line options::.
  17554.  
  17555. `safe_mysqld' supports the following options:
  17556.  
  17557. `--basedir=path'
  17558.  
  17559. `--core-file-size=#'
  17560.      Size of the core file `mysqld' should be able to create. Passed to
  17561.      `ulimit -c'.
  17562.  
  17563. `--datadir=path'
  17564.  
  17565. `--defaults-extra-file=path'
  17566.  
  17567. `--defaults-file=path'
  17568.  
  17569. `--err-log=path'
  17570.  
  17571. `--ledir=path'
  17572.      Path to `mysqld'
  17573.  
  17574. `--log=path'
  17575.  
  17576. `--mysqld=mysqld-version'
  17577.      Name of the `mysqld' version in the `ledir' directory you want to
  17578.      start.
  17579.  
  17580. `--mysqld-version=version'
  17581.      Similar to `--mysqld=' but here you only give the suffix for
  17582.      `mysqld'.  For example if you use `--mysqld-version=max',
  17583.      `safe_mysqld' will start the `ledir/mysqld-max' version.  If the
  17584.      argument to `--mysqld-version' is empty, `ledir/mysqld' will be
  17585.      used.
  17586.  
  17587. `--no-defaults'
  17588.  
  17589. `--open-files-limit=#'
  17590.      Number of files `mysqld' should be able to open. Passed to `ulimit
  17591.      -n'. Note that you need to start `safe_mysqld' as root for this to
  17592.      work properly!
  17593.  
  17594. `--pid-file=path'
  17595.  
  17596. `--port=#'
  17597.  
  17598. `--socket=path'
  17599.  
  17600. `--timezone=#'
  17601.      Set the timezone (the `TZ') variable to the value of this
  17602.      parameter.
  17603.  
  17604. `--user=#'
  17605. The `safe_mysqld' script is written so that it normally is able to start
  17606. a server that was installed from either a source or a binary version of
  17607. MySQL, even if these install the server in slightly different
  17608. locations.  `safe_mysqld' expects one of these conditions to be true:
  17609.  
  17610.    * The server and databases can be found relative to the directory
  17611.      from which `safe_mysqld' is invoked.  `safe_mysqld' looks under
  17612.      its working directory for `bin' and `data' directories (for binary
  17613.      distributions) or for `libexec' and `var' directories (for source
  17614.      distributions).  This condition should be met if you execute
  17615.      `safe_mysqld' from your MySQL installation directory (for example,
  17616.      `/usr/local/mysql' for a binary distribution).
  17617.  
  17618.    * If the server and databases cannot be found relative to the
  17619.      working directory, `safe_mysqld' attempts to locate them by
  17620.      absolute pathnames.  Typical locations are `/usr/local/libexec'
  17621.      and `/usr/local/var'.  The actual locations are determined when
  17622.      the distribution was built from which `safe_mysqld' comes.  They
  17623.      should be correct if MySQL was installed in a standard location.
  17624.  
  17625. Because `safe_mysqld' will try to find the server and databases relative
  17626. to its own working directory, you can install a binary distribution of
  17627. MySQL anywhere, as long as you start `safe_mysqld' from the MySQL
  17628. installation directory:
  17629.  
  17630.      shell> cd mysql_installation_directory
  17631.      shell> bin/safe_mysqld &
  17632.  
  17633. If `safe_mysqld' fails, even when invoked from the MySQL installation
  17634. directory, you can modify it to use the path to `mysqld' and the
  17635. pathname options that are correct for your system.  Note that if you
  17636. upgrade MySQL in the future, your modified version of `safe_mysqld'
  17637. will be overwritten, so you should make a copy of your edited version
  17638. that you can reinstall.
  17639.  
  17640. mysqld_multi, program for managing multiple MySQL servers
  17641. ---------------------------------------------------------
  17642.  
  17643. `mysqld_multi' is meant for managing several `mysqld' processes running
  17644. in different UNIX sockets and TCP/IP ports.
  17645.  
  17646. The program will search for group(s) named [mysqld#] from my.cnf (or the
  17647. given -config-file=...), where # can be any positive number starting
  17648. from 1. These groups should be the same as the usual `[mysqld]' group
  17649. (e.g. options to mysqld, see MySQL manual for detailed information
  17650. about this group), but with those port, socket etc. options that are
  17651. wanted for each separate `mysqld' processes. The number in the group
  17652. name has another function; it can be used for starting, stopping, or
  17653. reporting some specific `mysqld' servers with this program. See the
  17654. usage and options below for more information.
  17655.  
  17656.      Usage: mysqld_multi [OPTIONS] {start|stop|report} [GNR,GNR,GNR...]
  17657.      or     mysqld_multi [OPTIONS] {start|stop|report} [GNR-GNR,GNR,GNR-GNR,...]
  17658.  
  17659. The GNR above means the group number. You can start, stop or report any
  17660. GNR, or several of them at the same time. (See -example) The GNRs list
  17661. can be comma separated, or a dash combined, of which the latter means
  17662. that all the GNRs between GNR1-GNR2 will be affected. Without GNR
  17663. argument all the found groups will be either started, stopped, or
  17664. reported. Note that you must not have any white spaces in the GNR list.
  17665. Anything after a white space is ignored.
  17666.  
  17667. `mysqld_multi' supports the following options:
  17668.  
  17669. `--config-file=...'
  17670.      Alternative config file. NOTE: This will not affect this program's
  17671.      own options (group `[mysqld_multi]'), but only groups [mysqld#].
  17672.      Without this option everything will be searched from the ordinary
  17673.      my.cnf file.
  17674.  
  17675. `--example'
  17676.      Give an example of a config file.
  17677.  
  17678. `--help'
  17679.      Print this help and exit.
  17680.  
  17681. `--log=...'
  17682.      Log file. Full path to and the name for the log file. NOTE: If the
  17683.      file exists, everything will be appended.
  17684.  
  17685. `--mysqladmin=...'
  17686.      `mysqladmin' binary to be used for a server shutdown.
  17687.  
  17688. `--mysqld=...'
  17689.      `mysqld' binary to be used. Note that you can give `safe_mysqld'
  17690.      to this option also. The options are passed to `mysqld'. Just make
  17691.      sure you have `mysqld' in your environment variable `PATH' or fix
  17692.      `safe_mysqld'.
  17693.  
  17694. `--no-log'
  17695.      Print to stdout instead of the log file. By default the log file is
  17696.      turned on.
  17697.  
  17698. `--password=...'
  17699.      Password for user for `mysqladmin'.
  17700.  
  17701. `--tcp-ip'
  17702.      Connect to the MySQL server(s) via the TCP/IP port instead of the
  17703.      UNIX socket. This affects stopping and reporting.  If a socket file
  17704.      is missing, the server may still be running, but can be accessed
  17705.      only via the TCP/IP port.  By default connecting is done via the
  17706.      UNIX socket.
  17707.  
  17708. `--user=...'
  17709.      MySQL user for `mysqladmin'.
  17710.  
  17711. `--version'
  17712.      Print the version number and exit.
  17713.  
  17714. Some notes about `mysqld_multi':
  17715.  
  17716.    * Make sure that the MySQL user, who is stopping the `mysqld'
  17717.      services (e.g using the `mysqladmin') have the same password and
  17718.      username for all the data directories accessed (to the 'mysql'
  17719.      database) And make sure that the user has the 'Shutdown_priv'
  17720.      privilege! If you have many data- directories and many different
  17721.      'mysql' databases with different passwords for the MySQL 'root'
  17722.      user, you may want to create a common 'multi_admin' user for each
  17723.      using the same password (see below). Example how to do it:
  17724.           shell> mysql -u root -S /tmp/mysql.sock -proot_password -e
  17725.           "GRANT SHUTDOWN ON *.* TO multi_admin@localhost IDENTIFIED BY 'multipass'"
  17726.           *Note Privileges::.
  17727.      You will have to do the above for each `mysqld' running in each
  17728.      data directory, that you have (just change the socket, -S=...)
  17729.  
  17730.    * `pid-file' is very important, if you are using `safe_mysqld' to
  17731.      start `mysqld' (e.g. -mysqld=safe_mysqld) Every `mysqld' should
  17732.      have its own `pid-file'. The advantage using `safe_mysqld' instead
  17733.      of `mysqld' directly here is, that `safe_mysqld' 'guards' every
  17734.      `mysqld' process and will restart it, if a `mysqld' process fails
  17735.      due to signal kill -9, or similar. (Like segmentation fault, which
  17736.      MySQL should never do, of course ;) Please note that `safe_mysqld'
  17737.      script may require that you start it from a certain place. This
  17738.      means that you may have to CD to a certain directory, before you
  17739.      start the `mysqld_multi'. If you have problems starting, please
  17740.      see the `safe_mysqld' script. Check especially the lines:
  17741.           --------------------------------------------------------------------------
  17742.           MY_PWD=`pwd` Check if we are starting this relative (for the binary
  17743.           release) if test -d /data/mysql -a -f ./share/mysql/english/errmsg.sys
  17744.           -a -x ./bin/mysqld
  17745.           --------------------------------------------------------------------------
  17746.           *Note `safe_mysqld': safe_mysqld.
  17747.      The above test should be successful, or you may encounter problems.
  17748.  
  17749.    * Beware of the dangers starting multiple `mysqlds' in the same data
  17750.      directory.  Use separate data directories, unless you *KNOW* what
  17751.      you are doing!
  17752.  
  17753.    * The socket file and the TCP/IP port must be different for every
  17754.      `mysqld'.
  17755.  
  17756.    * The first and fifth `mysqld' group were intentionally left out from
  17757.      the example.  You may have 'gaps' in the config file. This gives
  17758.      you more flexibility.  The order in which the `mysqlds' are
  17759.      started or stopped depends on the order in which they appear in
  17760.      the config file.
  17761.  
  17762.    * When you want to refer to a certain group using GNR with this
  17763.      program, just use the number in the end of the group name (
  17764.      [mysqld# <== ).
  17765.  
  17766.    * You may want to use option '-user' for `mysqld', but in order to
  17767.      do this you need to be root when you start the `mysqld_multi'
  17768.      script. Having the option in the config file doesn't matter; you
  17769.      will just get a warning, if you are not the superuser and the
  17770.      `mysqlds' are started under *YOUR* UNIX account. *IMPORTANT*: Make
  17771.      sure that the `pid-file' and the data directory are
  17772.      read+write(+execute for the latter one) accessible for *THAT* UNIX
  17773.      user, who the specific `mysqld' process is started as. *DON'T* use
  17774.      the UNIX root account for this, unless you *KNOW* what you are
  17775.      doing!
  17776.  
  17777.    * *MOST IMPORTANT*: Make sure that you understand the meanings of
  17778.      the options that are passed to the `mysqlds' and why *WOULD YOU
  17779.      WANT* to have separate `mysqld' processes. Starting multiple
  17780.      `mysqlds' in one data directory *WILL NOT* give you extra
  17781.      performance in a threaded system!
  17782.  
  17783. *Note Multiple servers::.
  17784.  
  17785. This is an example of the config file on behalf of `mysqld_multi'.
  17786.  
  17787.      # This file should probably be in your home dir (~/.my.cnf) or /etc/my.cnf
  17788.      # Version 2.1 by Jani Tolonen
  17789.      
  17790.      [mysqld_multi]
  17791.      mysqld     = /usr/local/bin/safe_mysqld
  17792.      mysqladmin = /usr/local/bin/mysqladmin
  17793.      user       = multi_admin
  17794.      password   = multipass
  17795.      
  17796.      [mysqld2]
  17797.      socket     = /tmp/mysql.sock2
  17798.      port       = 3307
  17799.      pid-file   = /usr/local/mysql/var2/hostname.pid2
  17800.      datadir    = /usr/local/mysql/var2
  17801.      language   = /usr/local/share/mysql/english
  17802.      user       = john
  17803.      
  17804.      [mysqld3]
  17805.      socket     = /tmp/mysql.sock3
  17806.      port       = 3308
  17807.      pid-file   = /usr/local/mysql/var3/hostname.pid3
  17808.      datadir    = /usr/local/mysql/var3
  17809.      language   = /usr/local/share/mysql/swedish
  17810.      user       = monty
  17811.      
  17812.      [mysqld4]
  17813.      socket     = /tmp/mysql.sock4
  17814.      port       = 3309
  17815.      pid-file   = /usr/local/mysql/var4/hostname.pid4
  17816.      datadir    = /usr/local/mysql/var4
  17817.      language   = /usr/local/share/mysql/estonia
  17818.      user       = tonu
  17819.      
  17820.      [mysqld6]
  17821.      socket     = /tmp/mysql.sock6
  17822.      port       = 3311
  17823.      pid-file   = /usr/local/mysql/var6/hostname.pid6
  17824.      datadir    = /usr/local/mysql/var6
  17825.      language   = /usr/local/share/mysql/japanese
  17826.      user       = jani
  17827.  
  17828. *Note Option files::.
  17829.  
  17830. myisampack, The MySQL Compressed Read-only Table Generator
  17831. ----------------------------------------------------------
  17832.  
  17833. `myisampack' is used to compress MyISAM tables, and `pack_isam' is used
  17834. to compress ISAM tables. Because ISAM tables are deprecated, we will
  17835. only discuss `myisampack' here, but everything said about `myisampack'
  17836. should also be true for `pack_isam'.
  17837.  
  17838. `myisampack' works by compressing each column in the table separately.
  17839. The information needed to decompress columns is read into memory when
  17840. the table is opened. This results in much better performance when
  17841. accessing individual records, because you only have to uncompress
  17842. exactly one record, not a much larger disk block as when using Stacker
  17843. on MS-DOS.  Usually, `myisampack' packs the data file 40%-70%.
  17844.  
  17845. MySQL uses memory mapping (`mmap()') on compressed tables and falls
  17846. back to normal read/write file usage if `mmap()' doesn't work.
  17847.  
  17848. There are currently two limitations with `myisampack':
  17849.    * After packing, the table is read-only.
  17850.  
  17851.    * `myisampack' can also pack `BLOB' or `TEXT' columns. The older
  17852.      `pack_isam' could not do this.
  17853.  
  17854. Fixing these limitations is on our TODO list but with low priority.
  17855.  
  17856. `myisampack' is invoked like this:
  17857.  
  17858.      shell> myisampack [options] filename ...
  17859.  
  17860. Each filename should be the name of an index (`.MYI') file.  If you are
  17861. not in the database directory, you should specify the pathname to the
  17862. file.  It is permissible to omit the `.MYI' extension.
  17863.  
  17864. `myisampack' supports the following options:
  17865.  
  17866. `-b, --backup'
  17867.      Make a backup of the table as `tbl_name.OLD'.
  17868.  
  17869. `-#, --debug=debug_options'
  17870.      Output debug log. The `debug_options' string often is
  17871.      `'d:t:o,filename''.
  17872.  
  17873. `-f, --force'
  17874.      Force packing of the table even if it becomes bigger or if the
  17875.      temporary file exists.  `myisampack' creates a temporary file
  17876.      named `tbl_name.TMD' while it compresses the table.  If you kill
  17877.      `myisampack', the `.TMD' file may not be deleted.  Normally,
  17878.      `myisampack' exits with an error if it finds that `tbl_name.TMD'
  17879.      exists.  With `--force', `myisampack' packs the table anyway.
  17880.  
  17881. `-?, --help'
  17882.      Display a help message and exit.
  17883.  
  17884. `-j big_tbl_name, --join=big_tbl_name'
  17885.      Join all tables named on the command line into a single table
  17886.      `big_tbl_name'.  All tables that are to be combined MUST be
  17887.      identical (same column names and types, same indexes, etc.).
  17888.  
  17889. `-p #, --packlength=#'
  17890.      Specify the record length storage size, in bytes.  The value
  17891.      should be 1, 2, or 3.  (`myisampack' stores all rows with length
  17892.      pointers of 1, 2, or 3 bytes.  In most normal cases, `myisampack'
  17893.      can determine the right length value before it begins packing the
  17894.      file, but it may notice during the packing process that it could
  17895.      have used a shorter length. In this case, `myisampack' will print
  17896.      a note that the next time you pack the same file, you could use a
  17897.      shorter record length.)
  17898.  
  17899. `-s, --silent'
  17900.      Silent mode.  Write output only when errors occur.
  17901.  
  17902. `-t, --test'
  17903.      Don't actually pack table, just test packing it.
  17904.  
  17905. `-T dir_name, --tmp_dir=dir_name'
  17906.      Use the named directory as the location in which to write the
  17907.      temporary table.
  17908.  
  17909. `-v, --verbose'
  17910.      Verbose mode.  Write information about progress and packing result.
  17911.  
  17912. `-V, --version'
  17913.      Display version information and exit.
  17914.  
  17915. `-w, --wait'
  17916.      Wait and retry if table is in use.  If the `mysqld' server was
  17917.      invoked with the `--skip-locking' option, it is not a good idea to
  17918.      invoke `myisampack' if the table might be updated during the
  17919.      packing process.
  17920.  
  17921. The sequence of commands shown below illustrates a typical table
  17922. compression session:
  17923.  
  17924.      shell> ls -l station.*
  17925.      -rw-rw-r--   1 monty    my         994128 Apr 17 19:00 station.MYD
  17926.      -rw-rw-r--   1 monty    my          53248 Apr 17 19:00 station.MYI
  17927.      -rw-rw-r--   1 monty    my           5767 Apr 17 19:00 station.frm
  17928.      
  17929.      shell> myisamchk -dvv station
  17930.      
  17931.      MyISAM file:     station
  17932.      Isam-version:  2
  17933.      Creation time: 1996-03-13 10:08:58
  17934.      Recover time:  1997-02-02  3:06:43
  17935.      Data records:              1192  Deleted blocks:              0
  17936.      Datafile: Parts:           1192  Deleted data:                0
  17937.      Datafile pointer (bytes):     2  Keyfile pointer (bytes):     2
  17938.      Max datafile length:   54657023  Max keyfile length:   33554431
  17939.      Recordlength:               834
  17940.      Record format: Fixed length
  17941.      
  17942.      table description:
  17943.      Key Start Len Index   Type                       Root  Blocksize    Rec/key
  17944.      1   2     4   unique  unsigned long              1024       1024          1
  17945.      2   32    30  multip. text                      10240       1024          1
  17946.      
  17947.      Field Start Length Type
  17948.      1     1     1
  17949.      2     2     4
  17950.      3     6     4
  17951.      4     10    1
  17952.      5     11    20
  17953.      6     31    1
  17954.      7     32    30
  17955.      8     62    35
  17956.      9     97    35
  17957.      10    132   35
  17958.      11    167   4
  17959.      12    171   16
  17960.      13    187   35
  17961.      14    222   4
  17962.      15    226   16
  17963.      16    242   20
  17964.      17    262   20
  17965.      18    282   20
  17966.      19    302   30
  17967.      20    332   4
  17968.      21    336   4
  17969.      22    340   1
  17970.      23    341   8
  17971.      24    349   8
  17972.      25    357   8
  17973.      26    365   2
  17974.      27    367   2
  17975.      28    369   4
  17976.      29    373   4
  17977.      30    377   1
  17978.      31    378   2
  17979.      32    380   8
  17980.      33    388   4
  17981.      34    392   4
  17982.      35    396   4
  17983.      36    400   4
  17984.      37    404   1
  17985.      38    405   4
  17986.      39    409   4
  17987.      40    413   4
  17988.      41    417   4
  17989.      42    421   4
  17990.      43    425   4
  17991.      44    429   20
  17992.      45    449   30
  17993.      46    479   1
  17994.      47    480   1
  17995.      48    481   79
  17996.      49    560   79
  17997.      50    639   79
  17998.      51    718   79
  17999.      52    797   8
  18000.      53    805   1
  18001.      54    806   1
  18002.      55    807   20
  18003.      56    827   4
  18004.      57    831   4
  18005.      
  18006.      shell> myisampack station.MYI
  18007.      Compressing station.MYI: (1192 records)
  18008.      - Calculating statistics
  18009.      
  18010.      normal:     20  empty-space:      16  empty-zero:        12  empty-fill:  11
  18011.      pre-space:   0  end-space:        12  table-lookups:      5  zero:         7
  18012.      Original trees:  57  After join: 17
  18013.      - Compressing file
  18014.      87.14%
  18015.      
  18016.      shell> ls -l station.*
  18017.      -rw-rw-r--   1 monty    my         127874 Apr 17 19:00 station.MYD
  18018.      -rw-rw-r--   1 monty    my          55296 Apr 17 19:04 station.MYI
  18019.      -rw-rw-r--   1 monty    my           5767 Apr 17 19:00 station.frm
  18020.      
  18021.      shell> myisamchk -dvv station
  18022.      
  18023.      MyISAM file:     station
  18024.      Isam-version:  2
  18025.      Creation time: 1996-03-13 10:08:58
  18026.      Recover time:  1997-04-17 19:04:26
  18027.      Data records:              1192  Deleted blocks:              0
  18028.      Datafile: Parts:           1192  Deleted data:                0
  18029.      Datafilepointer (bytes):      3  Keyfile pointer (bytes):     1
  18030.      Max datafile length:   16777215  Max keyfile length:     131071
  18031.      Recordlength:               834
  18032.      Record format: Compressed
  18033.      
  18034.      table description:
  18035.      Key Start Len Index   Type                       Root  Blocksize    Rec/key
  18036.      1   2     4   unique  unsigned long             10240       1024          1
  18037.      2   32    30  multip. text                      54272       1024          1
  18038.      
  18039.      Field Start Length Type                         Huff tree  Bits
  18040.      1     1     1      constant                             1     0
  18041.      2     2     4      zerofill(1)                          2     9
  18042.      3     6     4      no zeros, zerofill(1)                2     9
  18043.      4     10    1                                           3     9
  18044.      5     11    20     table-lookup                         4     0
  18045.      6     31    1                                           3     9
  18046.      7     32    30     no endspace, not_always              5     9
  18047.      8     62    35     no endspace, not_always, no empty    6     9
  18048.      9     97    35     no empty                             7     9
  18049.      10    132   35     no endspace, not_always, no empty    6     9
  18050.      11    167   4      zerofill(1)                          2     9
  18051.      12    171   16     no endspace, not_always, no empty    5     9
  18052.      13    187   35     no endspace, not_always, no empty    6     9
  18053.      14    222   4      zerofill(1)                          2     9
  18054.      15    226   16     no endspace, not_always, no empty    5     9
  18055.      16    242   20     no endspace, not_always              8     9
  18056.      17    262   20     no endspace, no empty                8     9
  18057.      18    282   20     no endspace, no empty                5     9
  18058.      19    302   30     no endspace, no empty                6     9
  18059.      20    332   4      always zero                          2     9
  18060.      21    336   4      always zero                          2     9
  18061.      22    340   1                                           3     9
  18062.      23    341   8      table-lookup                         9     0
  18063.      24    349   8      table-lookup                        10     0
  18064.      25    357   8      always zero                          2     9
  18065.      26    365   2                                           2     9
  18066.      27    367   2      no zeros, zerofill(1)                2     9
  18067.      28    369   4      no zeros, zerofill(1)                2     9
  18068.      29    373   4      table-lookup                        11     0
  18069.      30    377   1                                           3     9
  18070.      31    378   2      no zeros, zerofill(1)                2     9
  18071.      32    380   8      no zeros                             2     9
  18072.      33    388   4      always zero                          2     9
  18073.      34    392   4      table-lookup                        12     0
  18074.      35    396   4      no zeros, zerofill(1)               13     9
  18075.      36    400   4      no zeros, zerofill(1)                2     9
  18076.      37    404   1                                           2     9
  18077.      38    405   4      no zeros                             2     9
  18078.      39    409   4      always zero                          2     9
  18079.      40    413   4      no zeros                             2     9
  18080.      41    417   4      always zero                          2     9
  18081.      42    421   4      no zeros                             2     9
  18082.      43    425   4      always zero                          2     9
  18083.      44    429   20     no empty                             3     9
  18084.      45    449   30     no empty                             3     9
  18085.      46    479   1                                          14     4
  18086.      47    480   1                                          14     4
  18087.      48    481   79     no endspace, no empty               15     9
  18088.      49    560   79     no empty                             2     9
  18089.      50    639   79     no empty                             2     9
  18090.      51    718   79     no endspace                         16     9
  18091.      52    797   8      no empty                             2     9
  18092.      53    805   1                                          17     1
  18093.      54    806   1                                           3     9
  18094.      55    807   20     no empty                             3     9
  18095.      56    827   4      no zeros, zerofill(2)                2     9
  18096.      57    831   4      no zeros, zerofill(1)                2     9
  18097.  
  18098. The information printed by `myisampack' is described below:
  18099.  
  18100. `normal'
  18101.      The number of columns for which no extra packing is used.
  18102.  
  18103. `empty-space'
  18104.      The number of columns containing values that are only spaces;
  18105.      these will occupy 1 bit.
  18106.  
  18107. `empty-zero'
  18108.      The number of columns containing values that are only binary 0's;
  18109.      these will occupy 1 bit.
  18110.  
  18111. `empty-fill'
  18112.      The number of integer columns that don't occupy the full byte
  18113.      range of their type; these are changed to a smaller type (for
  18114.      example, an `INTEGER' column may be changed to `MEDIUMINT').
  18115.  
  18116. `pre-space'
  18117.      The number of decimal columns that are stored with leading spaces.
  18118.      In this case, each value will contain a count for the number of
  18119.      leading spaces.
  18120.  
  18121. `end-space'
  18122.      The number of columns that have a lot of trailing spaces.  In this
  18123.      case, each value will contain a count for the number of trailing
  18124.      spaces.
  18125.  
  18126. `table-lookup'
  18127.      The column had only a small number of different values, which were
  18128.      converted to an `ENUM' before Huffman compression.
  18129.  
  18130. `zero'
  18131.      The number of columns for which all values are zero.
  18132.  
  18133. `Original trees'
  18134.      The initial number of Huffman trees.
  18135.  
  18136. `After join'
  18137.      The number of distinct Huffman trees left after joining trees to
  18138.      save some header space.
  18139.  
  18140. After a table has been compressed, `myisamchk -dvv' prints additional
  18141. information about each field:
  18142.  
  18143. `Type'
  18144.      The field type may contain the following descriptors:
  18145.  
  18146.     `constant'
  18147.           All rows have the same value.
  18148.  
  18149.     `no endspace'
  18150.           Don't store endspace.
  18151.  
  18152.     `no endspace, not_always'
  18153.           Don't store endspace and don't do end space compression for
  18154.           all values.
  18155.  
  18156.     `no endspace, no empty'
  18157.           Don't store endspace. Don't store empty values.
  18158.  
  18159.     `table-lookup'
  18160.           The column was converted to an `ENUM'.
  18161.  
  18162.     `zerofill(n)'
  18163.           The most significant `n' bytes in the value are always 0 and
  18164.           are not stored.
  18165.  
  18166.     `no zeros'
  18167.           Don't store zeros.
  18168.  
  18169.     `always zero'
  18170.           0 values are stored in 1 bit.
  18171.  
  18172. `Huff tree'
  18173.      The Huffman tree associated with the field.
  18174.  
  18175. `Bits'
  18176.      The number of bits used in the Huffman tree.
  18177.  
  18178. After you have run `pack_isam'/`myisampack' you must run
  18179. `isamchk'/`myisamchk' to re-create the index.  At this time you can
  18180. also sort the index blocks and create statistics needed for the MySQL
  18181. optimizer to work more efficiently:
  18182.  
  18183.      myisamchk -rq --analyze --sort-index table_name.MYI
  18184.      isamchk   -rq --analyze --sort-index table_name.ISM
  18185.  
  18186. After you have installed the packed table into the MySQL database
  18187. directory you should do `mysqladmin flush-tables' to force `mysqld' to
  18188. start using the new table.
  18189.  
  18190. If you want to unpack a packed table, you can do this with the
  18191. `--unpack' option to `isamchk' or `myisamchk'.
  18192.  
  18193. mysqld-max, An extended mysqld server
  18194. -------------------------------------
  18195.  
  18196. `mysqld-max' is the MySQL server (`mysqld') configured with the
  18197. following configure options:
  18198.  
  18199. *Option*               *Comment*
  18200. -with-server-suffix=-maxAdd a suffix to the `mysqld' version string.
  18201. -with-bdb              Support for Berkeley DB (BDB) tables
  18202. -with-innodb           Support for InnoDB tables.
  18203. CFLAGS=-DUSE_SYMDIR    Symbolic links support for Windows.
  18204.  
  18205. You can find the MySQL-max binaries at
  18206. `http://www.mysql.com/downloads/mysql-max-3.23.html'.
  18207.  
  18208. The Windows MySQL 3.23 binary distribution includes both the standard
  18209. `mysqld.exe' binary and the `mysqld-max.exe' binary.
  18210. `http://www.mysql.com/downloads/mysql-3.23.html'.  *Note Windows
  18211. installation::.
  18212.  
  18213. Note that as Berkeley DB and InnoDB are not available for all platforms,
  18214. some of the `Max' binaries may not have support for both of these.  You
  18215. can check which table types are supported by doing the following query:
  18216.  
  18217.      mysql> show variables like "have_%";
  18218.      +---------------+-------+
  18219.      | Variable_name | Value |
  18220.      +---------------+-------+
  18221.      | have_bdb      | YES   |
  18222.      | have_innodb   | NO    |
  18223.      | have_isam     | YES   |
  18224.      | have_raid     | NO    |
  18225.      | have_ssl      | NO    |
  18226.      +---------------+-------+
  18227.  
  18228. The meaning of the values are:
  18229.  
  18230. *Value*                *Meaning*.
  18231. YES                    The option is activated and usable.
  18232. NO                     MySQL is not compiled with support for this
  18233.                        option.
  18234. DISABLED               The xxxx option is disabled because one started
  18235.                        `mysqld' with `--skip-xxxx' or because one didn't
  18236.                        start `mysqld' with all needed options to enable
  18237.                        the option.  In this case the `hostname.err' file
  18238.                        should contain a reason for why the option is
  18239.                        disabled.
  18240.  
  18241. *NOTE*:  To be able to create InnoDB tables you *MUST* edit your
  18242. startup options to include at least the `innodb_data_file_path' option.
  18243. *Note InnoDB start::.
  18244.  
  18245. To get better performance for BDB tables, you should add some
  18246. configuration options for these too. *Note BDB start::.
  18247.  
  18248. `safe_mysqld' will automatically try to start any `mysqld' binary with
  18249. the `-max' prefix. This makes it very easy to test out a another
  18250. `mysqld' binary in an existing installation.  Just run `configure' with
  18251. the options you want and then install the new `mysqld' binary as
  18252. `mysqld-max' in the same directory where your old `mysqld' binary is.
  18253. *Note `safe_mysqld': safe_mysqld.
  18254.  
  18255. The `mysqld-max' RPM uses the above mentioned `safe_mysqld' feature. It
  18256. just installs the `mysqld-max' executable and `safe_mysqld' will
  18257. automatically use this executable when `safe_mysqld' is restarted.
  18258.  
  18259. The following table shows which table types our standard *MySQL-Max*
  18260. binaries includes:
  18261.  
  18262. *System*                      *BDB*                  *InnoDB*
  18263. AIX 4.3                       N                      Y
  18264. HP-UX 11.0                    N                      Y
  18265. Linux-Alpha                   N                      Y
  18266. Linux-Intel                   Y                      Y
  18267. Linux-Ia64                    N                      Y
  18268. Solaris-intel                 N                      Y
  18269. Solaris-sparc                 Y                      Y
  18270. SCO OSR5                      Y                      Y
  18271. UnixWare                      Y                      Y
  18272. Windows/NT                    Y                      Y
  18273.  
  18274. MySQL Client-Side Scripts and Utilities
  18275. =======================================
  18276.  
  18277. Overview of the Client-Side Scripts and Utilities
  18278. -------------------------------------------------
  18279.  
  18280. All MySQL clients that communicate with the server using the
  18281. `mysqlclient' library use the following environment variables:
  18282.  
  18283. *Name*             *Description*
  18284. `MYSQL_UNIX_PORT'  The default socket; used for connections to
  18285.                    `localhost'
  18286. `MYSQL_TCP_PORT'   The default TCP/IP port
  18287. `MYSQL_PWD'        The default password
  18288. `MYSQL_DEBUG'      Debug-trace options when debugging
  18289. `TMPDIR'           The directory where temporary tables/files are created
  18290.  
  18291. Use of `MYSQL_PWD' is insecure.  *Note Connecting::.
  18292.  
  18293. The `mysql' client uses the file named in the `MYSQL_HISTFILE'
  18294. environment variable to save the command-line history. The default
  18295. value for the history file is `$HOME/.mysql_history', where `$HOME' is
  18296. the value of the `HOME' environment variable. *Note Environment
  18297. variables::.
  18298.  
  18299. All MySQL programs take many different options. However, every MySQL
  18300. program provides a `--help' option that you can use to get a full
  18301. description of the program's different options. For example, try `mysql
  18302. --help'.
  18303.  
  18304. You can override default options for all standard client programs with
  18305. an option file. *Note Option files::.
  18306.  
  18307. The list below briefly describes the MySQL programs:
  18308.  
  18309. `myisamchk'
  18310.      Utility to describe, check, optimize, and repair MySQL tables.
  18311.      Because `myisamchk' has many functions, it is described in its own
  18312.      chapter. *Note MySQL Database Administration::.
  18313.  
  18314. `make_binary_distribution'
  18315.      Makes a binary release of a compiled MySQL. This could be sent by
  18316.      FTP to `/pub/mysql/Incoming' on `support.mysql.com' for the
  18317.      convenience of other MySQL users.
  18318.  
  18319. `msql2mysql'
  18320.      A shell script that converts `mSQL' programs to MySQL. It doesn't
  18321.      handle all cases, but it gives a good start when converting.
  18322.  
  18323. `mysqlaccess'
  18324.      A script that checks the access privileges for a host, user, and
  18325.      database combination.
  18326.  
  18327. `mysqladmin'
  18328.      Utility for performing administrative operations, such as creating
  18329.      or dropping databases, reloading the grant tables, flushing tables
  18330.      to disk, and reopening log files.  `mysqladmin' can also be used
  18331.      to retrieve version, process, and status information from the
  18332.      server.  *Note `mysqladmin': mysqladmin.
  18333.  
  18334. `mysqlbug'
  18335.      The MySQL bug report script.  This script should always be used
  18336.      when filing a bug report to the MySQL list.
  18337.  
  18338. `mysqld'
  18339.      The SQL daemon. This should always be running.
  18340.  
  18341. `mysqldump'
  18342.      Dumps a MySQL database into a file as SQL statements or as
  18343.      tab-separated text files. Enhanced freeware originally by Igor
  18344.      Romanenko.  *Note `mysqldump': mysqldump.
  18345.  
  18346. `mysqlimport'
  18347.      Imports text files into their respective tables using `LOAD DATA
  18348.      INFILE'. *Note `mysqlimport': mysqlimport.
  18349.  
  18350. `mysqlshow'
  18351.      Displays information about databases, tables, columns, and indexes.
  18352.  
  18353. `mysql_install_db'
  18354.      Creates the MySQL grant tables with default privileges. This is
  18355.      usually executed only once, when first installing MySQL on a
  18356.      system.
  18357.  
  18358. `replace'
  18359.      A utility program that is used by `msql2mysql', but that has more
  18360.      general applicability as well.  `replace' changes strings in place
  18361.      in files or on the standard input. Uses a finite state machine to
  18362.      match longer strings first. Can be used to swap strings. For
  18363.      example, this command swaps `a' and `b' in the given files:
  18364.  
  18365.           shell> replace a b b a -- file1 file2 ...
  18366.  
  18367. The Command-line Tool
  18368. ---------------------
  18369.  
  18370. `mysql' is a simple SQL shell (with GNU `readline' capabilities).  It
  18371. supports interactive and non-interactive use. When used interactively,
  18372. query results are presented in an ASCII-table format. When used
  18373. non-interactively (for example, as a filter), the result is presented in
  18374. tab-separated format.  (The output format can be changed using
  18375. command-line options.)  You can run scripts simply like this:
  18376.  
  18377.      shell> mysql database < script.sql > output.tab
  18378.  
  18379. If you have problems due to insufficient memory in the client, use the
  18380. `--quick' option!  This forces `mysql' to use `mysql_use_result()'
  18381. rather than `mysql_store_result()' to retrieve the result set.
  18382.  
  18383. Using `mysql' is very easy. Just start it as follows: `mysql database'
  18384. or `mysql --user=user_name --password=your_password database'. Type a
  18385. SQL statement, end it with `;', `\g', or `\G' and press RETURN/ENTER.
  18386.  
  18387. `mysql' supports the following options:
  18388.  
  18389. `-?, --help'
  18390.      Display this help and exit.
  18391.  
  18392. `-A, --no-auto-rehash'
  18393.      No automatic rehashing. One has to use 'rehash' to get table and
  18394.      field completion. This gives a quicker start of mysql.
  18395.  
  18396. `-B, --batch'
  18397.      Print results with a tab as separator, each row on a new line.
  18398.      Doesn't use history file.
  18399.  
  18400. `--character-sets-dir=...'
  18401.      Directory where character sets are located.
  18402.  
  18403. `-C, --compress'
  18404.      Use compression in server/client protocol.
  18405.  
  18406. `-#, --debug[=...]'
  18407.      Debug log. Default is 'd:t:o,/tmp/mysql.trace'.
  18408.  
  18409. `-D, --database=...'
  18410.      Database to use. This is mainly useful in the `my.cnf' file.
  18411.  
  18412. `--default-character-set=...'
  18413.      Set the default character set.
  18414.  
  18415. `-e, --execute=...'
  18416.      Execute command and quit. (Output like with -batch)
  18417.  
  18418. `-E, --vertical'
  18419.      Print the output of a query (rows) vertically. Without this option
  18420.      you can also force this output by ending your statements with `\G'.
  18421.  
  18422. `-f, --force'
  18423.      Continue even if we get a SQL error.
  18424.  
  18425. `-g, --no-named-commands'
  18426.      Named commands are disabled. Use \* form only, or use named
  18427.      commands only in the beginning of a line ending with a semicolon
  18428.      (;). Since Version 10.9, the client now starts with this option
  18429.      ENABLED by default!  With the -g option, long format commands will
  18430.      still work from the first line, however.
  18431.  
  18432. `-G, --enable-named-commands'
  18433.      Named commands are *enabled*.  Long format commands are allowed as
  18434.      well as shortened \* commands.
  18435.  
  18436. `-i, --ignore-space'
  18437.      Ignore space after function names.
  18438.  
  18439. `-h, --host=...'
  18440.      Connect to the given host.
  18441.  
  18442. `-H, --html'
  18443.      Produce HTML output.
  18444.  
  18445. `-L, --skip-line-numbers'
  18446.      Don't write line number for errors. Useful when one wants to
  18447.      compare result files that includes error messages
  18448.  
  18449. `--no-pager'
  18450.      Disable pager and print to stdout. See interactive help (\h) also.
  18451.  
  18452. `--no-tee'
  18453.      Disable outfile. See interactive help (\h) also.
  18454.  
  18455. `-n, --unbuffered'
  18456.      Flush buffer after each query.
  18457.  
  18458. `-N, --skip-column-names'
  18459.      Don't write column names in results.
  18460.  
  18461. `-O, --set-variable var=option'
  18462.      Give a variable a value. `--help' lists variables.
  18463.  
  18464. `-o, --one-database'
  18465.      Only update the default database. This is useful for skipping
  18466.      updates to other database in the update log.
  18467.  
  18468. ``--pager[=...]''
  18469.      Output type. Default is your `ENV' variable `PAGER'. Valid pagers
  18470.      are less, more, cat [> filename], etc.  See interactive help (\h)
  18471.      also. This option does not work in batch mode. Pager works only in
  18472.      UNIX.
  18473.  
  18474. `-p[password], --password[=...]'
  18475.      Password to use when connecting to server. If a password is not
  18476.      given on the command line, you will be prompted for it.  Note that
  18477.      if you use the short form `-p' you can't have a space between the
  18478.      option and the password.
  18479.  
  18480. `-P  --port=...'
  18481.      TCP/IP port number to use for connection.
  18482.  
  18483. `-q, --quick'
  18484.      Don't cache result, print it row-by-row. This may slow down the
  18485.      server if the output is suspended. Doesn't use history file.
  18486.  
  18487. `-r, --raw'
  18488.      Write column values without escape conversion. Used with `--batch'
  18489.  
  18490. `-s, --silent'
  18491.      Be more silent.
  18492.  
  18493. `-S  --socket=...'
  18494.      Socket file to use for connection.
  18495.  
  18496. `-t  --table'
  18497.      Output in table format. This is default in non-batch mode.
  18498.  
  18499. `-T, --debug-info'
  18500.      Print some debug information at exit.
  18501.  
  18502. `--tee=...'
  18503.      Append everything into outfile. See interactive help (\h) also.
  18504.      Does not work in batch mode.
  18505.  
  18506. `-u, --user=#'
  18507.      User for login if not current user.
  18508.  
  18509. `-U, --safe-updates[=#], --i-am-a-dummy[=#]'
  18510.      Only allow `UPDATE' and `DELETE' that uses keys. See below for
  18511.      more information about this option.  You can reset this option if
  18512.      you have it in your `my.cnf' file by using `--safe-updates=0'.
  18513.  
  18514. `-v, --verbose'
  18515.      More verbose output (-v -v -v gives the table output format).
  18516.  
  18517. `-V, --version'
  18518.      Output version information and exit.
  18519.  
  18520. `-w, --wait'
  18521.      Wait and retry if connection is down instead of aborting.
  18522.  
  18523. You can also set the following variables with `-O' or `--set-variable':
  18524.  
  18525. Variable Name          Default        Description
  18526. connect_timeout        0              Number of seconds before timeout
  18527.                                       connection.
  18528. max_allowed_packet     16777216       Max packetlength to send/receive
  18529.                                       from to server
  18530. net_buffer_length      16384          Buffer for TCP/IP and socket
  18531.                                       communication
  18532. select_limit           1000           Automatic limit for SELECT when
  18533.                                       using -i-am-a-dummy
  18534. max_join_size          1000000        Automatic limit for rows in a join
  18535.                                       when using -i-am-a-dummy.
  18536.  
  18537. If you type 'help' on the command line, `mysql' will print out the
  18538. commands that it supports:
  18539.  
  18540.      mysql> help
  18541.      
  18542.      MySQL commands:
  18543.      help    (\h)    Display this text.
  18544.      ?       (\h)    Synonym for `help'.
  18545.      clear   (\c)    Clear command.
  18546.      connect (\r)    Reconnect to the server. Optional arguments are db and host.
  18547.      edit    (\e)    Edit command with $EDITOR.
  18548.      ego     (\G)    Send command to mysql server, display result vertically.
  18549.      exit    (\q)    Exit mysql. Same as quit.
  18550.      go      (\g)    Send command to mysql server.
  18551.      nopager (\n)    Disable pager, print to stdout.
  18552.      notee   (\t)    Don't write into outfile.
  18553.      pager   (\P)    Set PAGER [to_pager]. Print the query results via PAGER.
  18554.      print   (\p)    Print current command.
  18555.      quit    (\q)    Quit mysql.
  18556.      rehash  (\#)    Rebuild completion hash.
  18557.      source  (\.)    Execute a SQL script file. Takes a file name as an argument.
  18558.      status  (\s)    Get status information from the server.
  18559.      tee     (\T)    Set outfile [to_outfile]. Append everything into given outfile.
  18560.      use     (\u)    Use another database. Takes database name as argument.
  18561.  
  18562. From the above, pager only works in UNIX.
  18563.  
  18564. The `status' command gives you some information about the connection
  18565. and the server you are using. If you are running in the
  18566. `--safe-updates' mode, `status' will also print the values for the
  18567. `mysql' variables that affect your queries.
  18568.  
  18569. A useful startup option for beginners (introduced in MySQL Version
  18570. 3.23.11) is `--safe-updates' (or `--i-am-a-dummy' for users that has at
  18571. some time done a `DELETE FROM table_name' but forgot the `WHERE'
  18572. clause).  When using this option, `mysql' sends the following command
  18573. to the MySQL server when opening the connection:
  18574.  
  18575.      SET SQL_SAFE_UPDATES=1,SQL_SELECT_LIMIT=#select_limit#,
  18576.          SQL_MAX_JOIN_SIZE=#max_join_size#"
  18577.  
  18578. where `#select_limit#' and `#max_join_size#' are variables that can be
  18579. set from the `mysql' command line. *Note `SET': SET OPTION.
  18580.  
  18581. The effect of the above is:
  18582.  
  18583.    * You are not allowed to do an `UPDATE' or `DELETE' statement if you
  18584.      don't have a key constraint in the `WHERE' part. One can, however,
  18585.      force an `UPDATE/DELETE' by using `LIMIT':
  18586.           UPDATE table_name SET not_key_column=# WHERE not_key_column=# LIMIT 1;
  18587.  
  18588.    * All big results are automatically limited to `#select_limit#' rows.
  18589.  
  18590.    * `SELECT''s that will probably need to examine more than
  18591.      `#max_join_size' row combinations will be aborted.
  18592.  
  18593. Some useful hints about the `mysql' client:
  18594.  
  18595. Some data is much more readable when displayed vertically, instead of
  18596. the usual horizontal box type output. For example longer text, which
  18597. includes new lines, is often much easier to be read with vertical
  18598. output.
  18599.  
  18600.      mysql> select * from mails where length(txt) < 300 limit 300,1\G
  18601.      *************************** 1. row ***************************
  18602.        msg_nro: 3068
  18603.           date: 2000-03-01 23:29:50
  18604.      time_zone: +0200
  18605.      mail_from: Monty
  18606.          reply: monty@no.spam.com
  18607.        mail_to: "Thimble Smith" <tim@no.spam.com>
  18608.            sbj: UTF-8
  18609.            txt: >>>>> "Thimble" == Thimble Smith writes:
  18610.      
  18611.      Thimble> Hi.  I think this is a good idea.  Is anyone familiar with UTF-8
  18612.      Thimble> or Unicode?  Otherwise I'll put this on my TODO list and see what
  18613.      Thimble> happens.
  18614.      
  18615.      Yes, please do that.
  18616.      
  18617.      Regards,
  18618.      Monty
  18619.           file: inbox-jani-1
  18620.           hash: 190402944
  18621.      1 row in set (0.09 sec)
  18622.  
  18623.    * For logging, you can use the `tee' option. The `tee' can be
  18624.      started with option `--tee=...', or from the command line
  18625.      interactively with command `tee'. All the data displayed on the
  18626.      screen will also be appended into a given file. This can be very
  18627.      useful for debugging purposes also. The `tee' can be disabled from
  18628.      the command line with command `notee'. Executing `tee' again
  18629.      starts logging again. Without a parameter the previous file will be
  18630.      used. Note that `tee' will flush the results into the file after
  18631.      each command, just before the command line appears again waiting
  18632.      for the next command.
  18633.  
  18634.    * Browsing, or searching the results in the interactive mode in UNIX
  18635.      less, more, or any other similar program, is now possible with
  18636.      option `--pager[=...]'. Without argument, `mysql' client will look
  18637.      for environment variable PAGER and set `pager' to that.  `pager'
  18638.      can be started from the interactive command line with command
  18639.      `pager' and disabled with command `nopager'.  The command takes an
  18640.      argument optionally and the `pager' will be set to that. Command
  18641.      `pager' can be called without an argument, but this requires that
  18642.      the option `--pager' was used, or the `pager' will default to
  18643.      stdout. `pager' works only in UNIX, since it uses the popen()
  18644.      function, which doesn't exist in Windows. In Windows, the `tee'
  18645.      option can be used instead, although it may not be as handy as
  18646.      `pager' can be in some situations.
  18647.  
  18648.    * A few tips about `pager': You can use it to write to a file:
  18649.           mysql> pager cat > /tmp/log.txt
  18650.      and the results will only go to a file. You can also pass any
  18651.      options for the programs that you want to use with the `pager':
  18652.           mysql> pager less -n -i -S
  18653.      From the above do note the option '-S'. You may find it very
  18654.      useful when browsing the results; try the option with horizontal
  18655.      output (end commands with '\g', or ';') and with vertical output
  18656.      (end commands with '\G'). Sometimes a very wide result set is hard
  18657.      to be read from the screen, with option -S to less you can browse
  18658.      the results within the interactive less from left to right,
  18659.      preventing lines longer than your screen from being continued to
  18660.      the next line. This can make the result set much more readable.
  18661.      You can swith the mode between on and off within the interactive
  18662.      less with '-S'. See the 'h' for more help about less.
  18663.  
  18664.    * Last (unless you already understood this from the above examples
  18665.      ;) you can combine very complex ways to handle the results, for
  18666.      example the following would send the results to two files in two
  18667.      different directories, on two different hard-disks mounted on /dr1
  18668.      and /dr2, yet let the results still be seen on the screen via less:
  18669.           mysql> pager cat | tee /dr1/tmp/res.txt | tee /dr2/tmp/res2.txt | less -n -i -S
  18670.  
  18671.    * You can also combine the two functions above; have the `tee'
  18672.      enabled, `pager' set to 'less' and you will be able to browse the
  18673.      results in unix 'less' and still have everything appended into a
  18674.      file the same time. The difference between `UNIX tee' used with the
  18675.      `pager' and the `mysql' client in-built `tee', is that the
  18676.      in-built `tee' works even if you don't have the `UNIX tee'
  18677.      available. The in-built `tee' also logs everything that is printed
  18678.      on the screen, where the `UNIX tee' used with `pager' doesn't log
  18679.      quite that much. Last, but not least, the interactive `tee' is
  18680.      more handy to switch on and off, when you want to log something
  18681.      into a file, but want to be able to turn the feature off sometimes.
  18682.  
  18683. mysqladmin, Administrating a MySQL Server
  18684. -----------------------------------------
  18685.  
  18686. A utility for performing administrative operations. The syntax is:
  18687.  
  18688.      shell> mysqladmin [OPTIONS] command [command-option] command ...
  18689.  
  18690. You can get a list of the options your version of `mysqladmin' supports
  18691. by executing `mysqladmin --help'.
  18692.  
  18693. The current `mysqladmin' supports the following commands:
  18694.  
  18695. `create databasename'
  18696.      Create a new database.
  18697.  
  18698. `drop databasename'
  18699.      Delete a database and all its tables.
  18700.  
  18701. `extended-status'
  18702.      Gives an extended status message from the server.
  18703.  
  18704. `flush-hosts'
  18705.      Flush all cached hosts.
  18706.  
  18707. `flush-logs'
  18708.      Flush all logs.
  18709.  
  18710. `flush-tables'
  18711.      Flush all tables.
  18712.  
  18713. `flush-privileges'
  18714.      Reload grant tables (same as reload).
  18715.  
  18716. `kill id,id,...'
  18717.      Kill mysql threads.
  18718.  
  18719. `password'
  18720.      Set a new password. Change old password to new-password.
  18721.  
  18722. `ping'
  18723.      Check if mysqld is alive.
  18724.  
  18725. `processlist'
  18726.      Show list of active threads in server.
  18727.  
  18728. `reload'
  18729.      Reload grant tables.
  18730.  
  18731. `refresh'
  18732.      Flush all tables and close and open logfiles.
  18733.  
  18734. `shutdown'
  18735.      Take server down.
  18736.  
  18737. `slave-start'
  18738.      Start slave replication thread.
  18739.  
  18740. `slave-stop'
  18741.      Stop slave replication thread.
  18742.  
  18743. `status'
  18744.      Gives a short status message from the server.
  18745.  
  18746. `variables'
  18747.      Prints variables available.
  18748.  
  18749. `version'
  18750.      Get version info from server.
  18751.  
  18752. All commands can be shortened to their unique prefix.  For example:
  18753.  
  18754.      shell> mysqladmin proc stat
  18755.      +----+-------+-----------+----+-------------+------+-------+------+
  18756.      | Id | User  | Host      | db | Command     | Time | State | Info |
  18757.      +----+-------+-----------+----+-------------+------+-------+------+
  18758.      | 6  | monty | localhost |    | Processlist | 0    |       |      |
  18759.      +----+-------+-----------+----+-------------+------+-------+------+
  18760.      Uptime: 10077  Threads: 1  Questions: 9  Slow queries: 0  Opens: 6  Flush tables: 1  Open tables: 2  Memory in use: 1092K  Max memory used: 1116K
  18761.  
  18762. The `mysqladmin status' command result has the following columns:
  18763.  
  18764. Uptime                 Number of seconds the MySQL server has been up.
  18765. Threads                Number of active threads (clients).
  18766. Questions              Number of questions from clients since `mysqld'
  18767.                        was started.
  18768. Slow queries           Queries that have taken more than
  18769.                        `long_query_time' seconds. *Note Slow query log::.
  18770. Opens                  How many tables `mysqld' has opened.
  18771. Flush tables           Number of `flush ...', `refresh', and `reload'
  18772.                        commands.
  18773. Open tables            Number of tables that are open now.
  18774. Memory in use          Memory allocated directly by the `mysqld' code
  18775.                        (only available when MySQL is compiled with
  18776.                        -with-debug=full).
  18777. Max memory used        Maximum memory allocated directly by the `mysqld'
  18778.                        code (only available when MySQL is compiled with
  18779.                        -with-debug=full).
  18780.  
  18781. If you do `myslqadmin shutdown' on a socket (in other words, on a the
  18782. computer where `mysqld' is running), `mysqladmin' will wait until the
  18783. MySQL `pid-file' is removed to ensure that the `mysqld' server has
  18784. stopped properly.
  18785.  
  18786. Using `mysqlcheck' for Table Maintenance and Crash Recovery
  18787. -----------------------------------------------------------
  18788.  
  18789. Since MySQL version 3.23.38 you will be able to use a new checking and
  18790. repairing tool for `MyISAM' tables. The difference to `myisamchk' is
  18791. that `mysqlcheck' should be used when the `mysqld' server is running,
  18792. where as `myisamchk' should be used when it is not. The benefit is that
  18793. you no longer have to take the server down for checking or repairing
  18794. your tables.
  18795.  
  18796. `mysqlcheck' uses MySQL server commands `CHECK', `REPAIR', `ANALYZE'
  18797. and `OPTIMIZE' in a convenient way for the user.
  18798.  
  18799. There are three alternative ways to invoke `mysqlcheck':
  18800.  
  18801.      shell> mysqlcheck [OPTIONS] database [tables]
  18802.      shell> mysqlcheck [OPTIONS] --databases DB1 [DB2 DB3...]
  18803.      shell> mysqlcheck [OPTIONS] --all-databases
  18804.  
  18805. So it can be used in a similar way as `mysqldump' when it comes to what
  18806. databases and tables you want to choose.
  18807.  
  18808. `mysqlcheck' does have a special feature compared to the other clients;
  18809. the default behavior, checking tables (-c), can be changed by renaming
  18810. the binary. So if you want to have a tool that repairs tables by
  18811. default, you should just copy `mysqlcheck' to your harddrive with a new
  18812. name, `mysqlrepair', or alternatively make a symbolic link to
  18813. `mysqlrepair' and name the symbolic link as `mysqlrepair'. If you
  18814. invoke `mysqlrepair' now, it will repair tables by default.
  18815.  
  18816. The names that you can use to change `mysqlcheck' default behavior are
  18817. here:
  18818.  
  18819.      mysqlrepair:   The default option will be -r
  18820.      mysqlanalyze:  The default option will be -a
  18821.      mysqloptimize: The default option will be -o
  18822.  
  18823. The options available for `mysqlcheck' are listed here, please check
  18824. what your version supports with `mysqlcheck --help'.
  18825.  
  18826. `-A, --all-databases'
  18827.      Check all the databases. This will be same as -databases with all
  18828.      databases selected
  18829.  
  18830. `-1, --all-in-1'
  18831.      Instead of making one query for each table, execute all queries in
  18832.      1 query separately for each database. Table names will be in a
  18833.      comma separated list.
  18834.  
  18835. `-a, --analyze'
  18836.      Analyze given tables.
  18837.  
  18838. `--auto-repair'
  18839.      If a checked table is corrupted, automatically fix it. Repairing
  18840.      will be done after all tables have been checked, if corrupted ones
  18841.      were found.
  18842.  
  18843. `-#, --debug=...'
  18844.      Output debug log. Often this is 'd:t:o,filename'
  18845.  
  18846. `--character-sets-dir=...'
  18847.      Directory where character sets are
  18848.  
  18849. `-c, --check'
  18850.      Check table for errors
  18851.  
  18852. `-C, --check-only-changed'
  18853.      Check only tables that have changed since last check or haven't
  18854.      been closed properly.
  18855.  
  18856. `--compress'
  18857.      Use compression in server/client protocol.
  18858.  
  18859. `-?, --help'
  18860.      Display this help message and exit.
  18861.  
  18862. `-B, --databases'
  18863.      To check several databases. Note the difference in usage; In this
  18864.      case no tables are given. All name arguments are regarded as
  18865.      database names.
  18866.  
  18867. `--default-character-set=...'
  18868.      Set the default character set
  18869.  
  18870. `-F, --fast'
  18871.      Check only tables that hasn't been closed properly
  18872.  
  18873. `-f, --force'
  18874.      Continue even if we get an sql-error.
  18875.  
  18876. `-e, --extended'
  18877.      If you are using this option with CHECK TABLE, it will ensure that
  18878.      the table is 100 percent consistent, but will take a long time.
  18879.  
  18880.      If you are using this option with REPAIR TABLE, it will run an
  18881.      extended repair on the table, which may not only take a long time
  18882.      to execute, but may produce a lot of garbage rows also!
  18883.  
  18884. `-h, --host=...'
  18885.      Connect to host.
  18886.  
  18887. `-m, --medium-check'
  18888.      Faster than extended-check, but only finds 99.99 percent of all
  18889.      errors. Should be good enough for most cases.
  18890.  
  18891. `-o, --optimize'
  18892.      Optimize table
  18893.  
  18894. `-p, --password[=...]'
  18895.      Password to use when connecting to server. If password is not given
  18896.      it's solicited on the tty.
  18897.  
  18898. `-P, --port=...'
  18899.      Port number to use for connection.
  18900.  
  18901. `-q, --quick'
  18902.      If you are using this option with CHECK TABLE, it prevents the
  18903.      check from scanning the rows to check for wrong links. This is the
  18904.      fastest check.
  18905.  
  18906.      If you are using this option with REPAIR TABLE, it will try to
  18907.      repair only the index tree. This is the fastest repair method for
  18908.      a table.
  18909.  
  18910. `-r, --repair'
  18911.      Can fix almost anything except unique keys that aren't unique.
  18912.  
  18913. `-s, --silent'
  18914.      Print only error messages.
  18915.  
  18916. `-S, --socket=...'
  18917.      Socket file to use for connection.
  18918.  
  18919. `--tables'
  18920.      Overrides option -databases (-B).
  18921.  
  18922. `-u, --user=#'
  18923.      User for login if not current user.
  18924.  
  18925. `-v, --verbose'
  18926.      Print info about the various stages.
  18927.  
  18928. `-V, --version'
  18929.      Output version information and exit.
  18930.  
  18931. mysqldump, Dumping Table Structure and Data
  18932. -------------------------------------------
  18933.  
  18934. Utility to dump a database or a collection of database for backup or for
  18935. transferring the data to another SQL server (not necessarily a MySQL
  18936. server).  The dump will contain SQL statements to create the table
  18937. and/or populate the table.
  18938.  
  18939. If you are doing a backup on the server, you should consider using the
  18940. `mysqlhotcopy' instead. *Note `mysqlhotcopy': mysqlhotcopy.
  18941.  
  18942.      shell> mysqldump [OPTIONS] database [tables]
  18943.      OR     mysqldump [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]
  18944.      OR     mysqldump [OPTIONS] --all-databases [OPTIONS]
  18945.  
  18946. If you don't give any tables or use the `--databases' or
  18947. `--all-databases', the whole database(s) will be dumped.
  18948.  
  18949. You can get a list of the options your version of `mysqldump' supports
  18950. by executing `mysqldump --help'.
  18951.  
  18952. Note that if you run `mysqldump' without `--quick' or `--opt',
  18953. `mysqldump' will load the whole result set into memory before dumping
  18954. the result.  This will probably be a problem if you are dumping a big
  18955. database.
  18956.  
  18957. Note that if you are using a new copy of the `mysqldump' program and
  18958. you are going to do a dump that will be read into a very old MySQL
  18959. server, you should not use the `--opt' or `-e' options.
  18960.  
  18961. `mysqldump' supports the following options:
  18962.  
  18963. `--add-locks'
  18964.      Add `LOCK TABLES' before and `UNLOCK TABLE' after each table dump.
  18965.      (To get faster inserts into MySQL.)
  18966.  
  18967. `--add-drop-table'
  18968.      Add a `drop table' before each create statement.
  18969.  
  18970. `-A, --all-databases'
  18971.      Dump all the databases. This will be same as `--databases' with all
  18972.      databases selected.
  18973.  
  18974. `-a, --all'
  18975.      Include all MySQL-specific create options.
  18976.  
  18977. `--allow-keywords'
  18978.      Allow creation of column names that are keywords.  This works by
  18979.      prefixing each column name with the table name.
  18980.  
  18981. `-c, --complete-insert'
  18982.      Use complete insert statements (with column names).
  18983.  
  18984. `-C, --compress'
  18985.      Compress all information between the client and the server if both
  18986.      support compression.
  18987.  
  18988. `-B, --databases'
  18989.      To dump several databases. Note the difference in usage. In this
  18990.      case no tables are given. All name arguments are regarded as
  18991.      database names.  `USE db_name;' will be included in the output
  18992.      before each new database.
  18993.  
  18994. `--delayed'
  18995.      Insert rows with the `INSERT DELAYED' command.
  18996.  
  18997. `-e, --extended-insert'
  18998.      Use the new multiline `INSERT' syntax. (Gives more compact and
  18999.      faster inserts statements.)
  19000.  
  19001. `-#, --debug[=option_string]'
  19002.      Trace usage of the program (for debugging).
  19003.  
  19004. `--help'
  19005.      Display a help message and exit.
  19006.  
  19007. `--fields-terminated-by=...'
  19008. `--fields-enclosed-by=...'
  19009. `--fields-optionally-enclosed-by=...'
  19010. `--fields-escaped-by=...'
  19011. `--lines-terminated-by=...'
  19012.      These options are used with the `-T' option and have the same
  19013.      meaning as the corresponding clauses for `LOAD DATA INFILE'.
  19014.      *Note `LOAD DATA': LOAD DATA.
  19015.  
  19016. `-F, --flush-logs'
  19017.      Flush log file in the MySQL server before starting the dump.
  19018.  
  19019. `-f, --force,'
  19020.      Continue even if we get a SQL error during a table dump.
  19021.  
  19022. `-h, --host=..'
  19023.      Dump data from the MySQL server on the named host. The default host
  19024.      is `localhost'.
  19025.  
  19026. `-l, --lock-tables.'
  19027.      Lock all tables before starting the dump.  The tables are locked
  19028.      with `READ LOCAL' to allow concurrent inserts in the case of
  19029.      `MyISAM' tables.
  19030.  
  19031. `-n, --no-create-db'
  19032.      'CREATE DATABASE /*!32312 IF NOT EXISTS*/ db_name;' will not be
  19033.      put in the output. The above line will be added otherwise, if
  19034.      -databases or -all-databases option was given.
  19035.  
  19036. `-t, --no-create-info'
  19037.      Don't write table creation information (The `CREATE TABLE'
  19038.      statement.)
  19039.  
  19040. `-d, --no-data'
  19041.      Don't write any row information for the table.  This is very
  19042.      useful if you just want to get a dump of the structure for a table!
  19043.  
  19044. `--opt'
  19045.      Same as `--quick --add-drop-table --add-locks --extended-insert
  19046.      --lock-tables'.  Should give you the fastest possible dump for
  19047.      reading into a MySQL server.
  19048.  
  19049. `-pyour_pass, --password[=your_pass]'
  19050.      The password to use when connecting to the server. If you specify
  19051.      no `=your_pass' part, `mysqldump' you will be prompted for a
  19052.      password.
  19053.  
  19054. `-P port_num, --port=port_num'
  19055.      The TCP/IP port number to use for connecting to a host.  (This is
  19056.      used for connections to hosts other than `localhost', for which
  19057.      Unix sockets are used.)
  19058.  
  19059. `-q, --quick'
  19060.      Don't buffer query, dump directly to stdout. Uses
  19061.      `mysql_use_result()' to do this.
  19062.  
  19063. `-r, --result-file=...'
  19064.      Direct output to a given file. This option should be used in MSDOS,
  19065.      because it prevents new line '\n' from being converted to '\n\r'
  19066.      (new line + carriage return).
  19067.  
  19068. `-S /path/to/socket, --socket=/path/to/socket'
  19069.      The socket file to use when connecting to `localhost' (which is the
  19070.      default host).
  19071.  
  19072. `--tables'
  19073.      Overrides option -databases (-B).
  19074.  
  19075. `-T, --tab=path-to-some-directory'
  19076.      Creates a `table_name.sql' file, that contains the SQL CREATE
  19077.      commands, and a `table_name.txt' file, that contains the data, for
  19078.      each give table.  *NOTE*: This only works if `mysqldump' is run on
  19079.      the same machine as the `mysqld' daemon.  The format of the `.txt'
  19080.      file is made according to the `--fields-xxx' and `--lines--xxx'
  19081.      options.
  19082.  
  19083. `-u user_name, --user=user_name'
  19084.      The MySQL user name to use when connecting to the server. The
  19085.      default value is your Unix login name.
  19086.  
  19087. `-O var=option, --set-variable var=option'
  19088.      Set the value of a variable.  The possible variables are listed
  19089.      below.
  19090.  
  19091. `-v, --verbose'
  19092.      Verbose mode.  Print out more information on what the program does.
  19093.  
  19094. `-V, --version'
  19095.      Print version information and exit.
  19096.  
  19097. `-w, --where='where-condition''
  19098.      Dump only selected records. Note that QUOTES are mandatory:
  19099.  
  19100.           "--where=user='jimf'" "-wuserid>1" "-wuserid<1"
  19101.  
  19102. `-O net_buffer_length=#, where # < 16M'
  19103.      When creating multi-row-insert statements (as with option
  19104.      `--extended-insert' or `--opt'), `mysqldump' will create rows up
  19105.      to `net_buffer_length' length. If you increase this variable, you
  19106.      should also ensure that the `max_allowed_packet' variable in the
  19107.      MySQL server is bigger than the `net_buffer_length'.
  19108.  
  19109. The most normal use of `mysqldump' is probably for making a backup of
  19110. whole databases. *Note Backup::.
  19111.  
  19112.      mysqldump --opt database > backup-file.sql
  19113.  
  19114. You can read this back into MySQL with:
  19115.  
  19116.      mysql database < backup-file.sql
  19117.  
  19118. or
  19119.  
  19120.      mysql -e "source /patch-to-backup/backup-file.sql" database
  19121.  
  19122. However, it's also very useful to populate another MySQL server with
  19123. information from a database:
  19124.  
  19125.      mysqldump --opt database | mysql ---host=remote-host -C database
  19126.  
  19127. It is possible to dump several databases with one command:
  19128.  
  19129.      mysqldump --databases database1 [database2 database3...] > my_databases.sql
  19130.  
  19131. If all the databases are wanted, one can use:
  19132.  
  19133.      mysqldump --all-databases > all_databases.sql
  19134.  
  19135. mysqlhotcopy, Copying MySQL Databases and Tables
  19136. ------------------------------------------------
  19137.  
  19138. `mysqlhotcopy' is a perl script that uses `LOCK TABLES', `FLUSH TABLES'
  19139. and `cp' or `scp' to quickly make a backup of a database.  It's the
  19140. fastest way to make a backup of the database, of single tables but it
  19141. can only be run on the same machine where the database directories are.
  19142.  
  19143.      mysqlhotcopy db_name [/path/to/new_directory]
  19144.      
  19145.      mysqlhotcopy db_name_1 ... db_name_n /path/to/new_directory
  19146.      
  19147.      mysqlhotcopy db_name./regex/
  19148.  
  19149. `mysqlhotcopy' supports the following options:
  19150.  
  19151. `-?, --help'
  19152.      Display a help screen and exit
  19153.  
  19154. `-u, --user=#'
  19155.      User for database login
  19156.  
  19157. `-p, --password=#'
  19158.      Password to use when connecting to server
  19159.  
  19160. `-P, --port=#'
  19161.      Port to use when connecting to local server
  19162.  
  19163. `-S, --socket=#'
  19164.      Socket to use when connecting to local server
  19165.  
  19166. `--allowold'
  19167.      Don't abort if target already exists (rename it _old)
  19168.  
  19169. `--keepold'
  19170.      Don't delete previous (now renamed) target when done
  19171.  
  19172. `--noindices'
  19173.      Don't include full index files in copy to make the backup smaller
  19174.      and faster The indexes can later be reconstructed with `myisamchk
  19175.      -rq.'.
  19176.  
  19177. `--method=#'
  19178.      Method for copy (`cp' or `scp').
  19179.  
  19180. `-q, --quiet'
  19181.      Be silent except for errors
  19182.  
  19183. `--debug'
  19184.      Enable debug
  19185.  
  19186. `-n, --dryrun'
  19187.      Report actions without doing them
  19188.  
  19189. `--regexp=#'
  19190.      Copy all databases with names matching regexp
  19191.  
  19192. `--suffix=#'
  19193.      Suffix for names of copied databases
  19194.  
  19195. `--checkpoint=#'
  19196.      Insert checkpoint entry into specified db.table
  19197.  
  19198. `--flushlog'
  19199.      Flush logs once all tables are locked.
  19200.  
  19201. `--tmpdir=#'
  19202.      Temporary directory (instead of /tmp).
  19203.  
  19204. You can use `perldoc mysqlhotcopy' to get a more complete documentation
  19205. for `mysqlhotcopy'.
  19206.  
  19207. `mysqlhotcopy' reads the groups `[client]' and  `[mysqlhotcopy]' from
  19208. the option files.
  19209.  
  19210. To be able to execute `mysqlhotcopy' you need write access to the
  19211. backup directory, `SELECT' privilege to the tables you are about to
  19212. copy and the MySQL `Reload' privilege (to be able to execute `FLUSH
  19213. TABLES').
  19214.  
  19215. mysqlimport, Importing Data from Text Files
  19216. -------------------------------------------
  19217.  
  19218. `mysqlimport' provides a command-line interface to the `LOAD DATA
  19219. INFILE' SQL statement.  Most options to `mysqlimport' correspond
  19220. directly to the same options to `LOAD DATA INFILE'.  *Note `LOAD DATA':
  19221. LOAD DATA.
  19222.  
  19223. `mysqlimport' is invoked like this:
  19224.  
  19225.      shell> mysqlimport [options] database textfile1 [textfile2....]
  19226.  
  19227. For each text file named on the command line, `mysqlimport' strips any
  19228. extension from the filename and uses the result to determine which
  19229. table to import the file's contents into.  For example, files named
  19230. `patient.txt', `patient.text', and `patient' would all be imported into
  19231. a table named `patient'.
  19232.  
  19233. `mysqlimport' supports the following options:
  19234.  
  19235. `-c, --columns=...'
  19236.      This option takes a comma-separated list of field names as an
  19237.      argument.  The field list is used to create a proper `LOAD DATA
  19238.      INFILE' command, which is then passed to MySQL. *Note `LOAD DATA':
  19239.      LOAD DATA.
  19240.  
  19241. `-C, --compress'
  19242.      Compress all information between the client and the server if both
  19243.      support compression.
  19244.  
  19245. `-#, --debug[=option_string]'
  19246.      Trace usage of the program (for debugging).
  19247.  
  19248. `-d, --delete'
  19249.      Empty the table before importing the text file.
  19250.  
  19251. `--fields-terminated-by=...'
  19252. `--fields-enclosed-by=...'
  19253. `--fields-optionally-enclosed-by=...'
  19254. `--fields-escaped-by=...'
  19255. `--lines-terminated-by=...'
  19256.      These options have the same meaning as the corresponding clauses
  19257.      for `LOAD DATA INFILE'. *Note `LOAD DATA': LOAD DATA.
  19258.  
  19259. `-f, --force'
  19260.      Ignore errors.  For example, if a table for a text file doesn't
  19261.      exist, continue processing any remaining files.  Without `--force',
  19262.      `mysqlimport' exits if a table doesn't exist.
  19263.  
  19264. `--help'
  19265.      Display a help message and exit.
  19266.  
  19267. `-h host_name, --host=host_name'
  19268.      Import data to the MySQL server on the named host. The default host
  19269.      is `localhost'.
  19270.  
  19271. `-i, --ignore'
  19272.      See the description for the `--replace' option.
  19273.  
  19274. `-l, --lock-tables'
  19275.      Lock *ALL* tables for writing before processing any text files.
  19276.      This ensures that all tables are synchronized on the server.
  19277.  
  19278. `-L, --local'
  19279.      Read input files from the client.  By default, text files are
  19280.      assumed to be on the server if you connect to `localhost' (which
  19281.      is the default host).
  19282.  
  19283. `-pyour_pass, --password[=your_pass]'
  19284.      The password to use when connecting to the server. If you specify
  19285.      no `=your_pass' part, `mysqlimport' you will be prompted for a
  19286.      password.
  19287.  
  19288. `-P port_num, --port=port_num'
  19289.      The TCP/IP port number to use for connecting to a host.  (This is
  19290.      used for connections to hosts other than `localhost', for which
  19291.      Unix sockets are used.)
  19292.  
  19293. `-r, --replace'
  19294.      The `--replace' and `--ignore' options control handling of input
  19295.      records that duplicate existing records on unique key values.  If
  19296.      you specify `--replace', new rows replace existing rows that have
  19297.      the same unique key value. If you specify `--ignore', input rows
  19298.      that duplicate an existing row on a unique key value are skipped.
  19299.      If you don't specify either option, an error occurs when a
  19300.      duplicate key value is found, and the rest of the text file is
  19301.      ignored.
  19302.  
  19303. `-s, --silent'
  19304.      Silent mode.  Write output only when errors occur.
  19305.  
  19306. `-S /path/to/socket, --socket=/path/to/socket'
  19307.      The socket file to use when connecting to `localhost' (which is the
  19308.      default host).
  19309.  
  19310. `-u user_name, --user=user_name'
  19311.      The MySQL user name to use when connecting to the server. The
  19312.      default value is your Unix login name.
  19313.  
  19314. `-v, --verbose'
  19315.      Verbose mode.  Print out more information what the program does.
  19316.  
  19317. `-V, --version'
  19318.      Print version information and exit.
  19319.  
  19320. Here is a sample run using `mysqlimport':
  19321.  
  19322.      $ mysql --version
  19323.      mysql  Ver 9.33 Distrib 3.22.25, for pc-linux-gnu (i686)
  19324.      $ uname -a
  19325.      Linux xxx.com 2.2.5-15 #1 Mon Apr 19 22:21:09 EDT 1999 i586 unknown
  19326.      $ mysql -e 'CREATE TABLE imptest(id INT, n VARCHAR(30))' test
  19327.      $ ed
  19328.      a
  19329.      100     Max Sydow
  19330.      101     Count Dracula
  19331.      .
  19332.      w imptest.txt
  19333.      32
  19334.      q
  19335.      $ od -c imptest.txt
  19336.      0000000   1   0   0  \t   M   a   x       S   y   d   o   w  \n   1   0
  19337.      0000020   1  \t   C   o   u   n   t       D   r   a   c   u   l   a  \n
  19338.      0000040
  19339.      $ mysqlimport --local test imptest.txt
  19340.      test.imptest: Records: 2  Deleted: 0  Skipped: 0  Warnings: 0
  19341.      $ mysql -e 'SELECT * FROM imptest' test
  19342.      +------+---------------+
  19343.      | id   | n             |
  19344.      +------+---------------+
  19345.      |  100 | Max Sydow     |
  19346.      |  101 | Count Dracula |
  19347.      +------+---------------+
  19348.  
  19349. Showing Databases, Tables, and Columns
  19350. --------------------------------------
  19351.  
  19352. `mysqlshow' can be used to quickly look at which databases exist, their
  19353. tables, and the table's columns.
  19354.  
  19355. With the `mysql' program you can get the same information with the
  19356. `SHOW' commands.  *Note SHOW::.
  19357.  
  19358. `mysqlshow' is invoked like this:
  19359.  
  19360.      shell> mysqlshow [OPTIONS] [database [table [column]]]
  19361.  
  19362.    * If no database is given, all matching databases are shown.
  19363.  
  19364.    * If no table is given, all matching tables in the database are
  19365.      shown.
  19366.  
  19367.    * If no column is given, all matching columns and column types in
  19368.      the table are shown.
  19369.  
  19370. Note that in newer MySQL versions, you only see those
  19371. database/tables/columns for which you have some privileges.
  19372.  
  19373. If the last argument contains a shell or SQL wild-card (`*', `?', `%'
  19374. or `_') then only what's matched by the wild card is shown.  This may
  19375. cause some confusion when you try to display the columns for a table
  19376. with a `_' as in this case `mysqlshow' only shows you the table names
  19377. that match the pattern.  This is easily fixed by adding an extra `%'
  19378. last on the command line (as a separate argument).
  19379.  
  19380. perror, Explaining Error Codes
  19381. ------------------------------
  19382.  
  19383. `perror' can be used to print error message(s). `perror' can be invoked
  19384. like this:
  19385.  
  19386.      shell> perror [OPTIONS] [ERRORCODE [ERRORCODE...]]
  19387.      
  19388.      For example:
  19389.      
  19390.      shell> perror 64 79
  19391.      Error code  64:  Machine is not on the network
  19392.      Error code  79:  Can not access a needed shared library
  19393.  
  19394. `perror' can be used to display a description for a system error code,
  19395. or an MyISAM/ISAM table handler error code. The error messages are
  19396. mostly system dependent.
  19397.  
  19398. How to Run SQL Commands from a Text File
  19399. ----------------------------------------
  19400.  
  19401. The `mysql' client typically is used interactively, like this:
  19402.  
  19403.      shell> mysql database
  19404.  
  19405. However, it's also possible to put your SQL commands in a file and tell
  19406. `mysql' to read its input from that file.  To do so, create a text file
  19407. `text_file' that contains the commands you wish to execute.  Then
  19408. invoke `mysql' as shown below:
  19409.  
  19410.      shell> mysql database < text_file
  19411.  
  19412. You can also start your text file with a `USE db_name' statement.  In
  19413. this case, it is unnecessary to specify the database name on the command
  19414. line:
  19415.  
  19416.      shell> mysql < text_file
  19417.  
  19418. *Note Client-Side Scripts::.
  19419.  
  19420. The MySQL Log Files
  19421. ===================
  19422.  
  19423. MySQL has several different log files that can help you find out what's
  19424. going on inside `mysqld':
  19425.  
  19426. The error log          Problems encountering starting, running or
  19427.                        stopping `mysqld'.
  19428. The isam log           Logs all changes to the ISAM tables. Used only
  19429.                        for debugging the isam code.
  19430. The query log          Established connections and executed queries.
  19431. The update log         Deprecated: Stores all statements that changes
  19432.                        data
  19433. The binary log         Stores all statements that changes something.
  19434.                        Used also for replication
  19435. The slow log           Stores all queries that took more than
  19436.                        `long_query_time' to execute or didn't use
  19437.                        indexes.
  19438.  
  19439. All logs can be found in the `mysqld' data directory.  You can force
  19440. `mysqld' to reopen the log files (or in some cases switch to a new log)
  19441. by executing `FLUSH LOGS'. *Note FLUSH::.
  19442.  
  19443. The Error Log
  19444. -------------
  19445.  
  19446. `mysqld' writes all errors to the stderr, which the `safe_mysqld'
  19447. script redirects to a file called `'hostname'.err'.  (On Windows,
  19448. `mysqld' writes this directly to `\mysql\data\mysql.err').
  19449.  
  19450. This contains information indicating when `mysqld' was started and
  19451. stopped and also any critical errors found when running.  If `mysqld'
  19452. dies unexpectedly and `safe_mysqld' needs to restart `mysqld',
  19453. `safe_mysqld' will write a `restarted mysqld' row in this file.  This
  19454. log also holds a warning if `mysqld' notices a table that needs to be
  19455. automatically checked or repaired.
  19456.  
  19457. On some operating systems, the error log will contain a stack trace for
  19458. where `mysqld' died. This can be used to find out where `mysqld' died.
  19459. *Note Using stack trace::.
  19460.  
  19461. The General Query Log
  19462. ---------------------
  19463.  
  19464. If you want to know what happens within `mysqld', you should start it
  19465. with `--log[=file]'.  This will log all connections and queries to the
  19466. log file (by default named `'hostname'.log').  This log can be very
  19467. useful when you suspect an error in a client and want to know exactly
  19468. what `mysqld' thought the client sent to it.
  19469.  
  19470. By default, the `mysql.server' script starts the MySQL server with the
  19471. `-l' option.  If you need better performance when you start using MySQL
  19472. in a production environment, you can remove the `-l' option from
  19473. `mysql.server' or change it to `--log-bin'.
  19474.  
  19475. The entries in this log are written as `mysqld' receives the questions.
  19476. This may be different than the order in which the statements are
  19477. executed.  This is in contrast to the update log and the binary log
  19478. which are written after the query is executed, but before any locks are
  19479. released.
  19480.  
  19481. The Update Log
  19482. --------------
  19483.  
  19484. *NOTE*: The update log is replaced by the binary log. *Note Binary
  19485. log::.  With this you can do anything that you can do with the update
  19486. log.
  19487.  
  19488. When started with the `--log-update[=file_name]' option, `mysqld'
  19489. writes a log file containing all SQL commands that update data. If no
  19490. filename is given, it defaults to the name of the host machine. If a
  19491. filename is given, but it doesn't contain a path, the file is written
  19492. in the data directory. If `file_name' doesn't have an extension,
  19493. `mysqld' will create log file names like so: `file_name.###', where
  19494. `###' is a number that is incremented each time you execute `mysqladmin
  19495. refresh', execute `mysqladmin flush-logs', execute the `FLUSH LOGS'
  19496. statement, or restart the server.
  19497.  
  19498. *NOTE:* For the above scheme to work, you should NOT create your own
  19499. files with the same filename as the update log + some extensions that
  19500. may be regarded as a number, in the directory used by the update log!
  19501.  
  19502. If you use the `--log' or `-l' options, `mysqld' writes a general log
  19503. with a filename of `hostname.log', and restarts and refreshes do not
  19504. cause a new log file to be generated (although it is closed and
  19505. reopened). In this case you can copy it (on Unix) by doing:
  19506.  
  19507.      mv hostname.log hostname-old.log
  19508.      mysqladmin flush-logs
  19509.      cp hostname-old.log to-backup-directory
  19510.      rm hostname-old.log
  19511.  
  19512. Update logging is smart because it logs only statements that really
  19513. update data. So an `UPDATE' or a `DELETE' with a `WHERE' that finds no
  19514. rows is not written to the log. It even skips `UPDATE' statements that
  19515. set a column to the value it already has.
  19516.  
  19517. The update logging is done immediately after a query completes but
  19518. before any locks are released or any commit is done. This ensures that
  19519. the log will be logged in the execution order.
  19520.  
  19521. If you want to update a database from update log files, you could do the
  19522. following (assuming your update logs have names of the form
  19523. `file_name.###'):
  19524.  
  19525.      shell> ls -1 -t -r file_name.[0-9]* | xargs cat | mysql
  19526.  
  19527. `ls' is used to get all the log files in the right order.
  19528.  
  19529. This can be useful if you have to revert to backup files after a crash
  19530. and you want to redo the updates that occurred between the time of the
  19531. backup and the crash.
  19532.  
  19533. The Binary Update Log
  19534. ---------------------
  19535.  
  19536. The intention is that the binary log should replace the update log, so
  19537. we recommend you to switch to this log format as soon as possible!
  19538.  
  19539. The binary log contains all information that is available in the update
  19540. log in a more efficient format. It also contains information about how
  19541. long every query that updated the database took.
  19542.  
  19543. The binary log is also used when you are replicating a slave from a
  19544. master.  *Note Replication::.
  19545.  
  19546. When started with the `--log-bin[=file_name]' option, `mysqld' writes a
  19547. log file containing all SQL commands that update data. If no file name
  19548. is given, it defaults to the name of the host machine followed by
  19549. `-bin'. If file name is given, but it doesn't contain a path, the file
  19550. is written in the data directory.
  19551.  
  19552. If you supply an extension to `--log-bin=filename.extension', the
  19553. extension will be silenty removed.
  19554.  
  19555. To the binary log filename `mysqld' will append an extension that is a
  19556. number that is incremented each time you execute `mysqladmin refresh',
  19557. execute `mysqladmin flush-logs', execute the `FLUSH LOGS' statement or
  19558. restart the server.
  19559.  
  19560. You can use the following options to `mysqld' to affect what is logged
  19561. to the binary log:
  19562.  
  19563. `binlog-do-db=database_name'   Tells the master it should log updates
  19564.                               for the specified database, and exclude
  19565.                               all others not explicitly mentioned.
  19566.                               (Example: `binlog-do-db=some_database')
  19567. `binlog-ignore-db=database_name' Tells the master that updates to the
  19568.                               given database should not be logged to the
  19569.                               binary log (Example:
  19570.                               `binlog-ignore-db=some_database')
  19571.  
  19572. To be able to know which different binary log files have been used,
  19573. `mysqld' will also create a binary log index file that contains the
  19574. name of all used binary log files. By default this has the same name as
  19575. the binary log file, with the extension `'.index''.  You can change the
  19576. name of the binary log index file with the `--log-bin-index=[filename]'
  19577. option.
  19578.  
  19579. If you are using replication, you should not delete old binary log
  19580. files until you are sure that no slave will ever need to use them.  One
  19581. way to do this is to do `mysqladmin flush-logs' once a day and then
  19582. remove any logs that are more than 3 days old.
  19583.  
  19584. You can examine the binary log file with the `mysqlbinlog' command.
  19585. For example, you can update a MySQL server from the binary log as
  19586. follows:
  19587.  
  19588.      mysqlbinlog log-file | mysql -h server_name
  19589.  
  19590. You can also use the `mysqlbinlog' program to read the binary log
  19591. directly from a remote MySQL server!
  19592.  
  19593. `mysqlbinlog --help' will give you more information of how to use this
  19594. program!
  19595.  
  19596. If you are using `BEGIN [WORK]' or `SET AUTOCOMMIT=0', you must use the
  19597. MySQL binary log for backups instead of the old update log.
  19598.  
  19599. The binary logging is done immediately after a query completes but
  19600. before any locks are released or any commit is done. This ensures that
  19601. the log will be logged in the execution order.
  19602.  
  19603. All updates (`UPDATE', `DELETE' or `INSERT') that change a
  19604. transactional table (like BDB tables) are cached until a `COMMIT'.  Any
  19605. updates to a non-transactional table are stored in the binary log at
  19606. once.  Every thread will, on start, allocate a buffer of
  19607. `binlog_cache_size' to buffer queries.  If a query is bigger than this,
  19608. the thread will open a temporary file to handle the bigger cache.  The
  19609. temporary file will be deleted when the thread ends.
  19610.  
  19611. The `max_binlog_cache_size' can be used to restrict the total size used
  19612. to cache a multi-transaction query.
  19613.  
  19614. If you are using the update or binary log, concurrent inserts will not
  19615. work together with `CREATE ... INSERT' and `INSERT ... SELECT'.  This
  19616. is to ensure that you can recreate an exact copy of your tables by
  19617. applying the log on a backup.
  19618.  
  19619. The Slow Query Log
  19620. ------------------
  19621.  
  19622. When started with the `--log-slow-queries[=file_name]' option, `mysqld'
  19623. writes a log file containing all SQL commands that took more than
  19624. `long_query_time' to execute. The time to get the initial table locks
  19625. are not counted as execution time.
  19626.  
  19627. The slow query log is logged after the query is executed and after all
  19628. locks has been released. This may be different than the order in which
  19629. the statements are executed.
  19630.  
  19631. If no file name is given, it defaults to the name of the host machine
  19632. suffixed with `-slow.log'. If a filename is given, but doesn't contain
  19633. a path, the file is written in the data directory.
  19634.  
  19635. The slow query log can be used to find queries that take a long time to
  19636. execute and are thus candidates for optimization. With a large log, that
  19637. can become a difficult task. You can pipe the slow query log through the
  19638. `mysqldumpslow' command to get a summary of the queries which appear in
  19639. the log.
  19640.  
  19641. You are using `--log-long-format' then also queries that are not using
  19642. indexes are printed. *Note Command-line options::.
  19643.  
  19644. Log File Maintenance
  19645. --------------------
  19646.  
  19647. MySQL has a lot of log files which make it easy to see what is going.
  19648. *Note Log Files::. One must however from time to time clean up after
  19649. `MysQL' to ensure that the logs don't take up too much disk space.
  19650.  
  19651. When using MySQL with log files, you will, from time to time, want to
  19652. remove/backup old log files and tell MySQL to start logging on new
  19653. files.  *Note Backup::.
  19654.  
  19655. On a Linux (`Redhat') installation, you can use the `mysql-log-rotate'
  19656. script for this. If you installed MySQL from an RPM distribution, the
  19657. script should have been installed automatically.  Note that you should
  19658. be careful with this if you are using the log for replication!
  19659.  
  19660. On other systems you must install a short script yourself that you
  19661. start from `cron' to handle log files.
  19662.  
  19663. You can force MySQL to start using new log files by using `mysqladmin
  19664. flush-logs' or by using the SQL command `FLUSH LOGS'.  If you are using
  19665. MySQL Version 3.21 you must use `mysqladmin refresh'.
  19666.  
  19667. The above command does the following:
  19668.  
  19669.    * If standard logging (`--log') or slow query logging
  19670.      (`--log-slow-queries') is used, closes and reopens the log file.
  19671.      (`mysql.log' and ``hostname`-slow.log' as default).
  19672.  
  19673.    * If update logging (`--log-update') is used, closes the update log
  19674.      and opens a new log file with a higher sequence number.
  19675.  
  19676. If you are using only an update log, you only have to flush the logs
  19677. and then move away the old update log files to a backup.  If you are
  19678. using the normal logging, you can do something like:
  19679.  
  19680.      shell> cd mysql-data-directory
  19681.      shell> mv mysql.log mysql.old
  19682.      shell> mysqladmin flush-logs
  19683.  
  19684. and then take a backup and remove `mysql.old'.
  19685.  
  19686. Replication in MySQL
  19687. ====================
  19688.  
  19689. This chapter describes the various replication features in MySQL.  It
  19690. serves as a reference to the options available with replication.  You
  19691. will be introduced to replication and learn how to implement it.
  19692. Towards the end, there are some frequently asked questions and
  19693. descriptions of problems and how to solve them.
  19694.  
  19695. Introduction
  19696. ------------
  19697.  
  19698. One way replication can be used is to increase both robustness and
  19699. speed. For robustness you can have two systems and can switch to the
  19700. backup if you have problems with the master. The extra speed is
  19701. achieved by sending a part of the non-updating queries to the replica
  19702. server. Of course this only works if non-updating queries dominate, but
  19703. that is the normal case.
  19704.  
  19705. Starting in Version 3.23.15, MySQL supports one-way replication
  19706. internally. One server acts as the master, while the other acts as the
  19707. slave. Note that one server could play the roles of master in one pair
  19708. and slave in the other. The master server keeps a binary log of updates
  19709. (*Note Binary log::.) and an index file to binary logs to keep track of
  19710. log rotation.  The slave, upon connecting, informs the master where it
  19711. left off since the last successfully propagated update, catches up on
  19712. the updates, and then blocks and waits for the master to notify it of
  19713. the new updates.
  19714.  
  19715. Note that if you are replicating a database, all updates to this
  19716. database should be done through the master!
  19717.  
  19718. Another benefit of using replication is that one can get live backups of
  19719. the system by doing a backup on a slave instead of doing it on the
  19720. master. *Note Backup::.
  19721.  
  19722. Replication Implementation Overview
  19723. -----------------------------------
  19724.  
  19725. MySQL replication is based on the server keeping track of all changes
  19726. to your database (updates, deletes, etc) in the binary log. (*Note
  19727. Binary log::.) and the slave server(s) reading the saved queries from
  19728. the master server's binary log so that the slave can execute the same
  19729. queries on its copy of the data.
  19730.  
  19731. It is *very important* to realize that the binary log is simply a
  19732. record starting from a fixed point in time (the moment you enable binary
  19733. logging). Any slaves which you set up will need copies of all the data
  19734. from your master as it existed the moment that you enabled binary
  19735. logging on the master. If you start your slaves with data that doesn't
  19736. agree with what was on the master *when the binary log was started*,
  19737. your slaves may fail.
  19738.  
  19739. A future version (4.0) of MySQL will remove the need to keep a
  19740. (possibly large) snapshot of data for new slaves that you might wish to
  19741. set up through the live backup functionality with no locking required.
  19742. However, at this time, it is necessary to block all writes either with a
  19743. global read lock or by shutting down the master while taking a snapshot.
  19744.  
  19745. Once a slave is properly configured and running, it will simply connect
  19746. to the master and wait for updates to process. If the master goes away
  19747. or the slave loses connectivity with your master, it will keep trying to
  19748. connect every `master-connect-retry' seconds until it is able to
  19749. reconnect and resume listening for updates.
  19750.  
  19751. Each slave keeps track of where it left off. The master server has no
  19752. knowledge of how many slaves there are or which ones are up-to-date at
  19753. any given time.
  19754.  
  19755. The next section explains the master/slave setup process in more detail.
  19756.  
  19757. How To Set Up Replication
  19758. -------------------------
  19759.  
  19760. Below is a quick description of how to set up complete replication on
  19761. your current MySQL server. It assumes you want to replicate all your
  19762. databases and have not configured replication before. You will need to
  19763. shutdown your master server briefly to complete the steps outlined
  19764. below.
  19765.  
  19766.   1. Make sure you have a recent version of MySQL installed on the
  19767.      master and slave(s).
  19768.  
  19769.      Use Version 3.23.29 or higher. Previous releases used a different
  19770.      binary log format and had bugs which have been fixed in newer
  19771.      releases. Please, do not report bugs until you have verified that
  19772.      the problem is present in the latest release.
  19773.  
  19774.   2. Set up special a replication user on the master with the `FILE'
  19775.      privilege and permission to connect from all the slaves. If the
  19776.      user is only doing replication (which is recommended), you don't
  19777.      need to grant any additional privileges.
  19778.  
  19779.      For example, to create a user named `repl' which can access your
  19780.      master from any host, you might use this command:
  19781.  
  19782.           GRANT FILE ON *.* TO repl@"%" IDENTIFIED BY '<password>';
  19783.  
  19784.   3. Shut down MySQL on the master.
  19785.  
  19786.           mysqladmin -u root -p<password> shutdown
  19787.  
  19788.   4. Snapshot all the data on your master server.
  19789.  
  19790.      The easiest way to do this (on Unix) is to simply use *tar* to
  19791.      produce an archive of your entire data directory. The exact data
  19792.      directory location depends on your installation.
  19793.  
  19794.           tar -cvf /tmp/mysql-snapshot.tar /path/to/data-dir
  19795.  
  19796.      Windows users can use WinZip or similar software to create an
  19797.      archive of the data directory.
  19798.  
  19799.   5. In `my.cnf' on the master add `log-bin' and `server-id=unique
  19800.      number' to the `[mysqld]' section and restart it. It is very
  19801.      important that the id of the slave is different from the id of the
  19802.      master. Think of `server-id' as something similar to the IP
  19803.      address - it uniquely identifies the server instance in the
  19804.      community of replication partners.
  19805.  
  19806.           [mysqld]
  19807.           log-bin
  19808.           server-id=1
  19809.  
  19810.   6. Restart MySQL on the master.
  19811.  
  19812.   7. Add the following to `my.cnf' on the slave(s):
  19813.  
  19814.           master-host=<hostname of the master>
  19815.           master-user=<replication user name>
  19816.           master-password=<replication user password>
  19817.           master-port=<TCP/IP port for master>
  19818.           server-id=<some unique number between 2 and 2^32-1>
  19819.  
  19820.      replacing the values in <> with what is relevant to your system.
  19821.  
  19822.      `server-id' must be different for each server participating in
  19823.      replication.  If you don't specify a server-id, it will be set to
  19824.      1 if you have not defined `master-host', else it will be set to 2.
  19825.      Note that in the case of `server-id' omission the master will
  19826.      refuse connections from all slaves, and the slave will refuse to
  19827.      connect to a master. Thus, omitting `server-id' is only good for
  19828.      backup with a binary log.
  19829.  
  19830.   8. Copy the snapshot data into your data directory on your slave(s).
  19831.      Make sure that the privileges on the files and directories are
  19832.      correct. The user which MySQL runs as needs to be able to read and
  19833.      write to them, just as on the master.
  19834.  
  19835.   9. Restart the slave(s).
  19836.  
  19837.  
  19838. After you have done the above, the slave(s) should connect to the master
  19839. and catch up on any updates which happened since the snapshot was taken.
  19840.  
  19841. If you have forgotten to set `server-id' for the slave you will get the
  19842. following error in the error log file:
  19843.  
  19844.      Warning: one should set server_id to a non-0 value if master_host is set.
  19845.      The server will not act as a slave.
  19846.  
  19847. If you have forgot to do this for the master, the slaves will not be
  19848. able to connect to the master.
  19849.  
  19850. If a slave is not able to replicate for any reason, you will find error
  19851. messages in the error log on the slave.
  19852.  
  19853. Once a slave is replicating, you will find a file called `master.info'
  19854. in the same directory as your error log. The `master.info' file is used
  19855. by the slave to keep track of how much of the master's binary log is
  19856. has processed. *Do not* remove or edit the file, unless you really know
  19857. what you are doing. Even in that case, it is preferred that you use
  19858. `CHANGE MASTER TO' command.
  19859.  
  19860. Replication Features and Known Problems
  19861. ---------------------------------------
  19862.  
  19863. Below is an explanation of what is supported and what is not:
  19864.  
  19865.    * Replication will be done correctly with `AUTO_INCREMENT',
  19866.      `LAST_INSERT_ID', and `TIMESTAMP' values.
  19867.  
  19868.    * `RAND()' in updates does not replicate properly. Use
  19869.      `RAND(some_non_rand_expr)' if you are replicating updates with
  19870.      `RAND()'. You can, for example, use `UNIX_TIMESTAMP()' for the
  19871.      argument to `RAND()'.
  19872.  
  19873.    * You have to use the same character set (`--default-character-set')
  19874.      on the master and the slave. If not, you may get duplicate key
  19875.      errors on the slave, because a key that is regarded as unique on
  19876.      the master may not be that in the other character set.
  19877.  
  19878.    * `LOAD DATA INFILE' will be handled properly as long as the file
  19879.      still resides on the master server at the time of update
  19880.      propagation. `LOAD LOCAL DATA INFILE' will be skipped.
  19881.  
  19882.    * Update queries that use user variables are not replication-safe
  19883.      (yet).
  19884.  
  19885.    * `FLUSH' commands are not stored in the binary log and are because
  19886.      of this not replicated to the slaves. This is not normally a
  19887.      problem as `FLUSH' doesn't change anything. This does however mean
  19888.      that if you update the `MySQL' privilege tables directly without
  19889.      using `GRANT' statement and you replicate the `MySQL' privilege
  19890.      database, you must do a `FLUSH PRIVILEGES' on your slaves to put
  19891.      the new privileges into effect.
  19892.  
  19893.    * Temporary tables starting in 3.23.29 are replicated properly with
  19894.      the exception of the case when you shut down slave server ( not
  19895.      just slave thread), you have some temporary tables open, and the
  19896.      are used in subsequent updates.  To deal with this problem, to
  19897.      shut down the slave, do `SLAVE STOP', then check
  19898.      `Slave_open_temp_tables' variable to see if it is 0, then issue
  19899.      `mysqladmin shutdown'. If the number is not 0, restart the slave
  19900.      thread with `SLAVE START' and see if you have better luck next
  19901.      time. There will be a cleaner solution, but it has to wait until
  19902.      version 4.0.  In earlier versions temporary tables are not being
  19903.      replicated properly - we recommend that you either upgrade, or
  19904.      execute `SET SQL_LOG_BIN=0' on your clients before all queries
  19905.      with temp tables.
  19906.  
  19907.    * MySQL only supports one master and many slaves. We will in 4.x add
  19908.      a voting algorithm to automatically change master if something goes
  19909.      wrong with the current master. We will also introduce 'agent'
  19910.      processes to help doing load balancing by sending select queries
  19911.      to different slaves.
  19912.  
  19913.    * Starting in Version 3.23.26, it is safe to connect servers in a
  19914.      circular master-slave relationship with `log-slave-updates'
  19915.      enabled.  Note, however, that many queries will not work right in
  19916.      this kind of setup unless your client code is written to take care
  19917.      of the potential problems that can happen from updates that occur
  19918.      in different sequence on different servers.
  19919.  
  19920.      This means that you can do a setup like the following:
  19921.  
  19922.           A -> B -> C -> A
  19923.  
  19924.      This setup will only works if you only do non conflicting updates
  19925.      between the tables.  In other words, if you insert data in A and
  19926.      C, you should never insert a row in A that may have a conflicting
  19927.      key with a row insert in C.  You should also not update the sam
  19928.      rows on two servers if the order in which the updates are applied
  19929.      matters.
  19930.  
  19931.      Note that the log format has changed in Version 3.23.26 so that
  19932.      pre-3.23.26 slaves will not be able to read it.
  19933.  
  19934.    * If the query on the slave gets an error, the slave thread will
  19935.      terminate, and a message will appear in the `.err' file. You should
  19936.      then connect to the slave manually, fix the cause of the error (for
  19937.      example, non-existent table), and then run `SLAVE START' sql
  19938.      command (available starting in Version 3.23.16). In Version
  19939.      3.23.15, you will have to restart the server.
  19940.  
  19941.    * If connection to the master is lost, the slave will retry
  19942.      immediately, and then in case of failure every
  19943.      `master-connect-retry' (default 60) seconds. Because of this, it
  19944.      is safe to shut down the master, and then restart it after a
  19945.      while. The slave will also be able to deal with network
  19946.      connectivity outages.
  19947.  
  19948.    * Shutting down the slave (cleanly) is also safe, as it keeps track
  19949.      of where it left off.  Unclean shutdowns might produce problems,
  19950.      especially if disk cache was not synced before the system died.
  19951.      Your system fault tolerance will be greatly increased if you have
  19952.      a good UPS.
  19953.  
  19954.    * If the master is listening on a non-standard port, you will also
  19955.      need to specify this with `master-port' parameter in `my.cnf' .
  19956.  
  19957.    * In Version 3.23.15, all of the tables and databases will be
  19958.      replicated. Starting in Version 3.23.16, you can restrict
  19959.      replication to a set of databases with `replicate-do-db'
  19960.      directives in `my.cnf' or just exclude a set of databases with
  19961.      `replicate-ignore-db'. Note that up until Version 3.23.23, there
  19962.      was a bug that did not properly deal with `LOAD DATA INFILE' if
  19963.      you did it in a database that was excluded from replication.
  19964.  
  19965.    * Starting in Version 3.23.16, `SET SQL_LOG_BIN = 0' will turn off
  19966.      replication (binary) logging on the master, and `SET SQL_LOG_BIN =
  19967.      1' will turn in back on - you must have the process privilege to do
  19968.      this.
  19969.  
  19970.    * Starting in Version 3.23.19, you can clean up stale replication
  19971.      leftovers when something goes wrong and you want a clean start
  19972.      with `FLUSH MASTER' and `FLUSH SLAVE' commands. In Version 3.23.26
  19973.      we have renamed them to `RESET MASTER' and `RESET SLAVE'
  19974.      respectively to clarify what they do. The old `FLUSH' variants
  19975.      still work, though, for compatibility.
  19976.  
  19977.    * Starting in Version 3.23.21, you can use `LOAD TABLE FROM MASTER'
  19978.      for network backup and to set up replication initially. We have
  19979.      recently received a number of bug reports concerning it that we
  19980.      are investigating, so we recommend that you use it only in testing
  19981.      until we make it more stable.
  19982.  
  19983.    * Starting in Version 3.23.23, you can change masters and adjust log
  19984.      position with `CHANGE MASTER TO'.
  19985.  
  19986.    * Starting in Version 3.23.23, you tell the master that updates in
  19987.      certain databases should not be logged to the binary log with
  19988.      `binlog-ignore-db'.
  19989.  
  19990.    * Starting in Version 3.23.26, you can use `replicate-rewrite-db' to
  19991.      tell the slave to apply updates from one database on the master to
  19992.      the one with a different name on the slave.
  19993.  
  19994.    * Starting in Version 3.23.28, you can use `PURGE MASTER LOGS TO
  19995.      'log-name'' to get rid of old logs while the slave is running.
  19996.  
  19997. Replication Options in my.cnf
  19998. -----------------------------
  19999.  
  20000. If you are using replication, we recommend you to use MySQL Version
  20001. 3.23.30 or later. Older versions work, but they do have some bugs and
  20002. are missing some features.
  20003.  
  20004. On both master and slave you need to use the `server-id' option.  This
  20005. sets an unique replication id. You should pick a unique value in the
  20006. range between 1 to 2^32-1 for each master and slave.  Example:
  20007. `server-id=3'
  20008.  
  20009. The following table has the options you can use for the *MASTER*:
  20010.  
  20011. *Option*               *Description*
  20012. `log-bin=filename'      Write to a binary update log to the specified
  20013.                        location. Note that if you give it a parameter
  20014.                        with an extension (for example,
  20015.                        `log-bin=/mysql/logs/replication.log' ) versions
  20016.                        up to 3.23.24 will not work right during
  20017.                        replication if you do `FLUSH LOGS' . The problem
  20018.                        is fixed in Version 3.23.25. If you are using
  20019.                        this kind of log name, `FLUSH LOGS' will be
  20020.                        ignored on binlog. To clear the log, run `FLUSH
  20021.                        MASTER', and do not forget to run `FLUSH SLAVE'
  20022.                        on all slaves. In Version 3.23.26 and in later
  20023.                        versions you should use `RESET MASTER' and `RESET
  20024.                        SLAVE'
  20025. `log-bin-index=filename' Because the user could issue the `FLUSH LOGS'
  20026.                        command, we need to know which log is currently
  20027.                        active and which ones have been rotated out and
  20028.                        in what sequence. This information is stored in
  20029.                        the binary log index file.  The default is
  20030.                        `hostname`.index. You can use this option if you
  20031.                        want to be a rebel.
  20032.                        
  20033.                        Example: `log-bin-index=db.index'.
  20034. `sql-bin-update-same'   If set, setting `SQL_LOG_BIN' to a value will
  20035.                        automatically set `SQL_LOG_UPDATE' to the same
  20036.                        value and vice versa.
  20037. `binlog-do-db=database_name' Tells the master that it should log updates to
  20038.                        the binary log if the current database is
  20039.                        'database_name'. All others database are ignored.
  20040.                        Note that if you use this you should ensure that
  20041.                        you only do updates in the current database.
  20042.                        
  20043.                        Example: `binlog-do-db=some_database'.
  20044. `binlog-ignore-db=database_name' Tells the master that updates where the current
  20045.                        database is 'database_name' should not be stored
  20046.                        in the binary log.  Note that if you use this you
  20047.                        should ensure that you only do updates in the
  20048.                        current database.
  20049.                        
  20050.                        Example: `binlog-ignore-db=some_database'
  20051.  
  20052. The following table has the options you can use for the *SLAVE*:
  20053.  
  20054. *Option*               *Description*
  20055. `master-host=host'      Master hostname or IP address for replication.
  20056.                        If not set, the slave thread will not be started.
  20057.                        
  20058.                        Example: `master-host=db-master.mycompany.com'.
  20059. `master-user=username'  The user the slave thread will us for
  20060.                        authentication when connecting to the master. The
  20061.                        user must have `FILE' privilege. If the master
  20062.                        user is not set, user `test' is assumed.
  20063.                        
  20064.                        Example: `master-user=scott'.
  20065. `master-password=password' The password the slave thread will authenticate
  20066.                        with when connecting to the master. If not set,
  20067.                        an empty password is assumed.
  20068.                        
  20069.                        Example: `master-password=tiger'.
  20070. `master-port=portnumber' The port the master is listening on. If not set,
  20071.                        the compiled setting of `MYSQL_PORT' is assumed.
  20072.                        If you have not tinkered with `configure'
  20073.                        options, this should be 3306.
  20074.                        
  20075.                        Example: `master-port=3306'.
  20076. `master-connect-retry=seconds' The number of seconds the slave thread will
  20077.                        sleep before retrying to connect to the master in
  20078.                        case the master goes down or the connection is
  20079.                        lost.  Default is 60.
  20080.                        
  20081.                        Example: `master-connect-retry=60'.
  20082. `master-info-file=filename' The location of the file that remembers where we
  20083.                        left off on the master during the replication
  20084.                        process. The default is master.info in the data
  20085.                        directory.  Sasha: The only reason I see for ever
  20086.                        changing the default is the desire to be
  20087.                        rebelious.
  20088.                        
  20089.                        Example: `master-info-file=master.info'.
  20090. `replicate-do-table=db_name.table_name' Tells the slave thread to restrict replication
  20091.                        to the specified table.  To specify more than one
  20092.                        table, use the directive multiple times, once for
  20093.                        each table.  This will work for cross-database
  20094.                        updates, in contrast to `replicate-do-db'.
  20095.                        
  20096.                        Example: `replicate-do-table=some_db.some_table'.
  20097. `replicate-ignore-table=db_name.table_name' Tells the slave thread to not replicate to the
  20098.                        specified table. To specify more than one table
  20099.                        to ignore, use the directive multiple times, once
  20100.                        for each table. This will work for cross-datbase
  20101.                        updates, in contrast to `replicate-ignore-db'.
  20102.                        
  20103.                        Example:
  20104.                        `replicate-ignore-table=db_name.some_table'.
  20105. `replicate-wild-do-table=db_name.table_name' Tells the slave thread to restrict replication
  20106.                        to the tables that match the specified wildcard
  20107.                        pattern.  To specify more than one table, use the
  20108.                        directive multiple times, once for each table.
  20109.                        This will work for cross-database updates.
  20110.                        
  20111.                        Example: `replicate-wild-do-table=foo%.bar%' will
  20112.                        replicate only updates to tables in all databases
  20113.                        that start with foo and whose table names start
  20114.                        with bar.
  20115. `replicate-wild-ignore-table=db_name.table_name' Tells the slave thread to not replicate to the
  20116.                        tables that match the given wild card pattern. To
  20117.                        specify more than one table to ignore, use the
  20118.                        directive multiple times, once for each table.
  20119.                        This will work for cross-database updates.
  20120.                        
  20121.                        Example: `replicate-wild-ignore-table=foo%.bar%'
  20122.                        will not do updates to tables in databases that
  20123.                        start with foo and whose table names start with
  20124.                        bar.
  20125. `replicate-ignore-db=database_name' Tells the slave thread to not replicate to the
  20126.                        specified database. To specify more than one
  20127.                        database to ignore, use the directive multiple
  20128.                        times, once for each database. This option will
  20129.                        not work if you use cross database updates. If
  20130.                        you need cross database updates to work, make sure
  20131.                        you have 3.23.28 or later, and use
  20132.                        `replicate-wild-ignore-table=db_name.%'
  20133.                        
  20134.                        Example: `replicate-ignore-db=some_db'.
  20135. `replicate-do-db=database_name' Tells the slave thread to restrict replication
  20136.                        to the specified database.  To specify more than
  20137.                        one database, use the directive multiple times,
  20138.                        once for each database. Note that this will only
  20139.                        work if you do not use cross-database queries
  20140.                        such as `UPDATE some_db.some_table SET foo='bar''
  20141.                        while having selected a different or no database.
  20142.                        If you need cross database updates to work, make
  20143.                        sure you have 3.23.28 or later, and use
  20144.                        `replicate-wild-do-table=db_name.%'
  20145.                        
  20146.                        Example: `replicate-do-db=some_db'.
  20147. `log-slave-updates'     Tells the slave to log the updates from the
  20148.                        slave thread to the binary log. Off by default.
  20149.                        You will need to turn it on if you plan to
  20150.                        daisy-chain the slaves.
  20151. `replicate-rewrite-db=from_name->to_name' Updates to a database with a different name than
  20152.                        the original
  20153.                        
  20154.                        Example:
  20155.                        `replicate-rewrite-db=master_db_name->slave_db_name'.
  20156. `slave-skip-errors=err_code1,err_code2,..' Available only in 3.23.47 and later. Tells the
  20157.                        slave thread to continue replication when a query
  20158.                        returns an error from the provided list.
  20159.                        Normally, replication will discontinue when an
  20160.                        error is encountered giving the user a chance to
  20161.                        resolve the inconsistency in the data manually.
  20162.                        Do not use this option unless you fully
  20163.                        understand why you are getting the errors.  If
  20164.                        there are no bugs in your replication setup and
  20165.                        client programs, and no bugs in MySQL itself, you
  20166.                        should never get an abort with
  20167.                        error.Indiscriminate use of this option will
  20168.                        result in slaves being hopelessly out of sync
  20169.                        with the master and you having no idea how the
  20170.                        problem happened.
  20171.                        
  20172.                        For error codes, you should use the numbers
  20173.                        provided by the error message in your slave error
  20174.                        log and in the output of `SHOW SLAVE STATUS'.
  20175.                        Full list of error messages can be found in the
  20176.                        source distribution in `Docs/mysqld_error.txt'.
  20177.                        
  20178.                        You can ( but should not) also use a very
  20179.                        non-recommended value of `all' which will ignore
  20180.                        all error messages and keep barging along
  20181.                        regardless.  Needless to say, if you use it, we
  20182.                        make no promises regarding your data integrity.
  20183.                        Please do not complain if your data on the slave
  20184.                        is not anywhere close to what it is on the master
  20185.                        in this case - you have been warned.
  20186.                        
  20187.                        Example:
  20188.                        
  20189.                        `slave-skip-errors=1062,1053' or
  20190.                        `slave-skip-errors=all'
  20191. `skip-slave-start'      Tells the slave server not to start the slave on
  20192.                        the startup.  The user can start it later with
  20193.                        `SLAVE START'.
  20194. `slave_read_timeout=#'  Number of seconds to wait for more data from the
  20195.                        master before aborting the read.
  20196.  
  20197. SQL Commands Related to Replication
  20198. -----------------------------------
  20199.  
  20200. Replication can be controlled through the SQL interface. Below is the
  20201. summary of commands:
  20202.  
  20203. *Command*              *Description*
  20204. `SLAVE START'          Starts the slave thread. (Slave)
  20205. `SLAVE STOP'           Stops the slave thread. (Slave)
  20206. `SET SQL_LOG_BIN=0'    Disables update logging if the user has process
  20207.                        privilege.   Ignored otherwise. (Master)
  20208. `SET SQL_LOG_BIN=1'    Re-enables update logging if the user has process
  20209.                        privilege.   Ignored otherwise. (Master)
  20210. `SET                   Skip the next `n' events from the master. Only
  20211. SQL_SLAVE_SKIP_COUNTER=n'valid when the slave thread is not running,
  20212.                        otherwise, gives an error. Useful for recovering
  20213.                        from replication glitches.
  20214. `RESET MASTER'         Deletes all binary logs listed in the index file,
  20215.                        resetting the binlog index file to be empty. In
  20216.                        pre-3.23.26 versions, `FLUSH MASTER' (Master)
  20217. `RESET SLAVE'          Makes the slave forget its replication position
  20218.                        in the master logs. In pre 3.23.26 versions the
  20219.                        command was called `FLUSH SLAVE'(Slave)
  20220. `LOAD TABLE tblname    Downloads a copy of the table from master to the
  20221. FROM MASTER'           slave. (Slave)
  20222. `CHANGE MASTER TO      Changes the master parameters to the values
  20223. master_def_list'       specified in `master_def_list' and restarts the
  20224.                        slave thread. `master_def_list' is a
  20225.                        comma-separated list of `master_def' where
  20226.                        `master_def' is one of the following:
  20227.                        `MASTER_HOST', `MASTER_USER', `MASTER_PASSWORD',
  20228.                        `MASTER_PORT', `MASTER_CONNECT_RETRY',
  20229.                        `MASTER_LOG_FILE', `MASTER_LOG_POS'. Example:
  20230.                        
  20231.                        
  20232.                             CHANGE MASTER TO
  20233.                               MASTER_HOST='master2.mycompany.com',
  20234.                               MASTER_USER='replication',
  20235.                               MASTER_PASSWORD='bigs3cret',
  20236.                               MASTER_PORT=3306,
  20237.                               MASTER_LOG_FILE='master2-bin.001',
  20238.                               MASTER_LOG_POS=4;
  20239.                        You only need to specify the values that need to
  20240.                        be changed. The values that you omit will stay
  20241.                        the same with the exception of when you change
  20242.                        the host or the port. In that case, the slave
  20243.                        will assume that since you are connecting to a
  20244.                        different host or a different port, the master is
  20245.                        different. Therefore, the old values of log and
  20246.                        position are not applicable anymore, and will
  20247.                        automatically be reset to an empty string and 0,
  20248.                        respectively (the start values). Note that if you
  20249.                        restart the slave, it will remember its last
  20250.                        master.  If this is not desirable, you should
  20251.                        delete the `master.info' file before restarting,
  20252.                        and the slave will read its master from `my.cnf'
  20253.                        or the command line. (Slave)
  20254. `SHOW MASTER STATUS'   Provides status information on the binlog of the
  20255.                        master. (Master)
  20256. `SHOW SLAVE STATUS'    Provides status information on essential
  20257.                        parameters of the slave thread. (Slave)
  20258. `SHOW MASTER LOGS'     Only available starting in Version 3.23.28. Lists
  20259.                        the binary logs on the master. You should use
  20260.                        this command prior to `PURGE MASTER LOGS TO' to
  20261.                        find out how far you should go.
  20262. `PURGE MASTER LOGS TO  Available starting in Version 3.23.28. Deletes
  20263. 'logname''             all the replication logs that are listed in the
  20264.                        log index as being prior to the specified log,
  20265.                        and removed them from the log index, so that the
  20266.                        given log now becomes first. Example:
  20267.                        
  20268.                             PURGE MASTER LOGS TO 'mysql-bin.010'
  20269.                        This command will do nothing and fail with an
  20270.                        error if you have an active slave that is
  20271.                        currently reading one of the logs you are trying
  20272.                        to delete. However, if you have a dormant slave,
  20273.                        and happen to purge one of the logs it wants to
  20274.                        read, the slave will be unable to replicate once
  20275.                        it comes up.  The command is safe to run while
  20276.                        slaves are replicating - you do not need to stop
  20277.                        them.
  20278.                        
  20279.                        You must first check all the slaves with `SHOW
  20280.                        SLAVE STATUS' to see which log they are on, then
  20281.                        do a listing of the logs on the master with `SHOW
  20282.                        MASTER LOGS', find the earliest log among all the
  20283.                        slaves (if all the slaves are up to date, this
  20284.                        will be the last log on the list), backup all the
  20285.                        logs you are about to delete (optional) and purge
  20286.                        up to the target log.
  20287.  
  20288. Replication FAQ
  20289. ---------------
  20290.  
  20291. *Q*: Why do I sometimes see more than one `Binlog_Dump' thread on the
  20292. master after I have restarted the slave?
  20293.  
  20294. *A*: `Binlog_Dump' is a continuous process that is handled by the
  20295. server in the following way:
  20296.  
  20297.    * Catch up on the updates.
  20298.  
  20299.    * Once there are no more updates left, go into `pthread_cond_wait()',
  20300.      from which we can be awakened either by an update or a kill.
  20301.  
  20302.    * On wake up, check the reason. If we are not supposed to die,
  20303.      continue the `Binlog_dump' loop.
  20304.  
  20305.    * If there is some fatal error, such as detecting a dead client,
  20306.      terminate the loop.
  20307.  
  20308. So if the slave thread stops on the slave, the corresponding
  20309. `Binlog_Dump' thread on the master will not notice it until after at
  20310. least one update to the master (or a kill), which is needed to wake it
  20311. up from `pthread_cond_wait()'.  In the meantime, the slave could have
  20312. opened another connection, which resulted in another `Binlog_Dump'
  20313. thread.
  20314.  
  20315. The above problem should not be present in Version 3.23.26 and later
  20316. versions.  In Version 3.23.26 we added `server-id' to each replication
  20317. server, and now all the old zombie threads are killed on the master
  20318. when a new replication thread connects from the same slave
  20319.  
  20320. *Q*: How do I rotate replication logs?
  20321.  
  20322. *A*: In Version 3.23.28 you should use `PURGE MASTER LOGS TO' command
  20323. after determining which logs can be deleted, and optionally backing
  20324. them up first. In earlier versions the process is much more painful,
  20325. and cannot be safely done without stopping all the slaves in the case
  20326. that you plan to re-use log names. You will need to stop the slave
  20327. threads, edit the binary log index file, delete all the old logs,
  20328. restart the master, start slave threads, and then remove the old log
  20329. files.
  20330.  
  20331. *Q*: How do I upgrade on a hot replication setup?
  20332.  
  20333. *A*: If you are upgrading  pre-3.23.26 versions, you should just lock
  20334. the master tables, let the slave catch up, then run `FLUSH MASTER' on
  20335. the master, and `FLUSH SLAVE' on the slave to reset the logs, then
  20336. restart new versions of the master and the slave. Note that the slave
  20337. can stay down for some time - since the master is logging all the
  20338. updates, the slave will be able to catch up once it is up and can
  20339. connect.
  20340.  
  20341. After 3.23.26, we have locked the replication protocol for
  20342. modifications, so you can upgrade masters and slave on the fly to a
  20343. newer 3.23 version and you can have different versions of MySQL running
  20344. on the slave and the master, as long as they are both newer than
  20345. 3.23.26.
  20346.  
  20347. *Q*: What issues should I be aware of when setting up two-way
  20348. replication?
  20349.  
  20350. *A*: MySQL replication currently does not support any locking protocol
  20351. between master and slave to guarantee the atomicity of a distributed
  20352. (cross-server) update. In in other words, it is possible for client A
  20353. to make an update to  co-master 1, and in the meantime, before it
  20354. propagates to co-master 2, client B could make an update to co-master 2
  20355. that will make the update of client A work differently than it did on
  20356. co-master 1. Thus when the update of client A will make it to co-master
  20357. 2, it will produce  tables that will be different than what you have on
  20358. co-master 1, even after all the updates from co-master 2 have also
  20359. propagated. So you should not co-chain two servers in a two-way
  20360. replication relationship, unless you are sure that you updates can
  20361. safely happen in any order, or unless you take care of mis-ordered
  20362. updates somehow in the client code.
  20363.  
  20364. You must also realize that two-way replication actually does not improve
  20365. performance very much, if at all, as far as updates are concerned. Both
  20366. servers need to do the same amount of updates each, as you would have
  20367. one server do. The only difference is that there will be a little less
  20368. lock contention, because the updates originating on another server will
  20369. be serialized in one slave thread. This benefit, though, might be
  20370. offset by network delays.
  20371.  
  20372. *Q*: How can I use replication to improve performance of my system?
  20373.  
  20374. *A*: You should set up one server as the master, and direct all writes
  20375. to it, and configure as many slaves as you have the money and rackspace
  20376. for, distributing the reads among the master and the slaves.  You can
  20377. also start the slaves with `--skip-bdb', `--low-priority-updates' and
  20378. `--delay-key-write-for-all-tables' to get speed improvements for the
  20379. slave.  In this case the slave will use non-transactional `MyISAM'
  20380. tables instead of `BDB' tables to get more speed.
  20381.  
  20382. *Q*: What should I do to prepare my client code to use
  20383. performance-enhancing replication?
  20384.  
  20385. *A*: If the part of your code that is responsible for database access
  20386. has been properly abstracted/modularized, converting it to run with the
  20387. replicated setup should be very smooth and easy - just change the
  20388. implementation of your database access to read from some slave or the
  20389. master, and to always write to the master. If your code does not have
  20390. this level of abstraction, setting up a replicated system will give you
  20391. an opportunity/motivation to it clean up.   You should start by
  20392. creating a wrapper library /module with the following functions:
  20393.  
  20394.    * `safe_writer_connect()'
  20395.  
  20396.    * `safe_reader_connect()'
  20397.  
  20398.    * `safe_reader_query()'
  20399.  
  20400.    * `safe_writer_query()'
  20401.  
  20402. `safe_' means that the function will take care of handling all the
  20403. error conditions.
  20404.  
  20405. You should then convert your client code to use the wrapper library.
  20406. It may be a painful and scary process at first, but it will pay off in
  20407. the long run. All applications that follow the above pattern will be
  20408. able to take advantage of one-master/many slaves solution.  The code
  20409. will be a lot easier to maintain, and adding troubleshooting options
  20410. will be trivial. You will just need to modify one or two functions, for
  20411. example, to log how long each query took, or which query, among your
  20412. many thousands, gave you an error. If you have written a lot of code
  20413. already, you may want to automate the conversion task by using Monty's
  20414. `replace' utility, which comes with the standard distribution of MySQL,
  20415. or just write your own Perl script. Hopefully, your code follows some
  20416. recognizable pattern. If not, then you are probably better off
  20417. re-writing it anyway, or at least going through and manually beating it
  20418. into a pattern.
  20419.  
  20420. Note that, of course, you can use different names for the functions.
  20421. What is important is having unified interface for connecting for reads,
  20422. connecting for writes, doing a read, and doing a write.
  20423.  
  20424. *Q*: When and how much can MySQL replication improve the performance of
  20425. my system?
  20426.  
  20427. *A*: MySQL replication is most beneficial for a system with frequent
  20428. reads and not so frequent writes. In theory, by using a one master/many
  20429. slaves setup you can scale by adding more slaves until you either run
  20430. out of network bandwidth, or your update load grows to the point that
  20431. the master cannot handle it.
  20432.  
  20433. In order to determine how many slaves you can get before the added
  20434. benefits begin to level out, and how much you can improve performance
  20435. of your site, you need to know your query patterns, and empirically
  20436. (by benchmarking) determine the relationship between the throughput on
  20437. reads (reads per second, or `max_reads') and on writes `max_writes') on
  20438. a typical master and a typical slave. The example below will show you a
  20439. rather simplified calculation of what you can get with replication for
  20440. our imagined system.
  20441.  
  20442. Let's say our system load consists of 10% writes and 90% reads, and we
  20443. have determined that `max_reads' = 1200 - 2 * `max_writes', or in other
  20444. words, our system can do 1200 reads per second with no writes, our
  20445. average write is twice as slow as average read, and the relationship is
  20446. linear. Let us suppose that our master and slave are of the same
  20447. capacity, and we have N slaves and 1 master. Then we have for each
  20448. server (master or slave):
  20449.  
  20450. `reads = 1200 - 2 * writes' (from bencmarks)
  20451.  
  20452. `reads = 9* writes / (N + 1) ' (reads split, but writes go to all
  20453. servers)
  20454.  
  20455. `9*writes/(N+1) + 2 * writes = 1200'
  20456.  
  20457. `writes = 1200/(2 + 9/(N+1)'
  20458.  
  20459. So if N = 0, which means we have no replication, our system can handle
  20460. 1200/11, about 109 writes per second (which means we will have 9 times
  20461. as many reads due to the nature of our application).
  20462.  
  20463. If N = 1, we can get up to 184 writes per second.
  20464.  
  20465. If N = 8, we get up to 400.
  20466.  
  20467. If N = 17, 480 writes.
  20468.  
  20469. Eventually as N approaches infinity (and our budget negative infinity),
  20470. we can get very close to 600 writes per second, increasing system
  20471. throughput about 5.5 times. However, with only 8 servers, we increased
  20472. it almost 4 times already.
  20473.  
  20474. Note that our computations assumed infinite network bandwidth, and
  20475. neglected several other factors that could turn out to be significant on
  20476. your system. In many cases, you may not be able to make a computation
  20477. similar to the one above that will accurately predict what will happen
  20478. on your system if you add N replication slaves. However, answering the
  20479. following questions should help you decided whether and how much, if at
  20480. all, the replication will improve the performance of your system:
  20481.  
  20482.    * What is the read/write ratio on your system?
  20483.  
  20484.    * How much more write load can one server handle if you reduce the
  20485.      reads?
  20486.  
  20487.    * How many slaves do you have bandwidth for on your network?
  20488.  
  20489. *Q*: How can I use replication to provide redundancy/high availability?
  20490.  
  20491. *A*: With the currently available features, you would have to set up a
  20492. master and a slave (or several slaves), and write a script that will
  20493. monitor the master to see if it is up, and instruct your applications
  20494. and the slaves of the master change in case of failure. Some
  20495. suggestions:
  20496.  
  20497.    * To tell a slave to change the master use the `CHANGE MASTER TO'
  20498.      command.
  20499.  
  20500.    * A good way to keep your applications informed where the master is
  20501.      by having a dynamic DNS entry for the master. With *bind* you can
  20502.      use `nsupdate' to dynamically update your DNS.
  20503.  
  20504.    * You should run your slaves with the `log-bin' option and without
  20505.      `log-slave-updates'. This way the slave will be ready to become a
  20506.      master as soon as you issue `STOP SLAVE'; `RESET MASTER', and
  20507.      `CHANGE MASTER TO' on the other slaves. It will also help you catch
  20508.      spurious updates that may happen because of misconfiguration of the
  20509.      slave (ideally, you want to configure access rights so that no
  20510.      client can update the slave, except for the slave thread) combined
  20511.      with the bugs in your client programs (they should never update
  20512.      the slave directly).
  20513.  
  20514.  
  20515. We are currently working on integrating an automatic master election
  20516. system into MySQL, but until it is ready, you will have to create your
  20517. own monitoring tools.
  20518.  
  20519. Troubleshooting Replication
  20520. ---------------------------
  20521.  
  20522. If you have followed the instructions, and your replication setup is not
  20523. working, first eliminate the user error factor by checking the
  20524. following:
  20525.  
  20526.    * Is the master logging to the binary log? Check with `SHOW MASTER
  20527.      STATUS'.  If it is, `Position' will be non-zero. If not, verify
  20528.      that you have given the master `log-bin' option and have set
  20529.      `server-id'.
  20530.  
  20531.    * Is the slave running? Check with `SHOW SLAVE STATUS'. The answer
  20532.      is found in `Slave_running' column. If not, verify slave options
  20533.      and check the error log for messages.
  20534.  
  20535.    * If the slave is running, did it establish connection with the
  20536.      master? Do `SHOW PROCESSLIST', find the thread with `system user'
  20537.      value in `User' column and `none' in the `Host' column, and check
  20538.      the `State' column. If it says `connecting to master', verify the
  20539.      privileges for the replication user on the master, master host
  20540.      name, your DNS setup, whether the master is actually running,
  20541.      whether it is reachable from the slave, and if all that seems ok,
  20542.      read the error logs.
  20543.  
  20544.    * If the slave was running, but then stopped, look at SHOW SLAVE
  20545.      STATUS output and check the error logs. It usually happens when
  20546.      some query that succeeded on the master fails on the slave. This
  20547.      should never happen if you have taken a proper snapshot of the
  20548.      master, and never modify the data on the slave outside of the
  20549.      slave thread. If it does, it is a bug, read below on how to report
  20550.      it.
  20551.  
  20552.    * If a query on that succeeded on the master refuses to run on the
  20553.      slave, and a full database resync ( the proper thing to do ) does
  20554.      not seem feasible, try the following:
  20555.         - First see if there is some stray record in the way.
  20556.           Understand how it got there, then delete it and run `SLAVE
  20557.           START'
  20558.  
  20559.         - If the above does not work or does not apply, try to
  20560.           understand if it would be safe to make the update manually (
  20561.           if needed) and then ignore the next query from the master.
  20562.  
  20563.         - If you have decided you can skip the next query, do `SET
  20564.           SQL_SLAVE_SKIP_COUNTER=1; SLAVE START;' to skip a query that
  20565.           does not use auto_increment, or last_insert_id  or `SET
  20566.           SQL_SLAVE_SKIP_COUNTER=2; SLAVE START;' otherwise. The reason
  20567.           auto_increment/last_insert_id queries are different is that
  20568.           they take two events in the binary log of the master.
  20569.  
  20570.         - If you are sure the slave started out perfectly in sync with
  20571.           the master, and no one has updated  the tables involved
  20572.           outside of slave thread, report the bug, so you will not have
  20573.           to do the above tricks again.
  20574.  
  20575.    * Make sure you are not running into an old bug by upgrading to the
  20576.      most recent version.
  20577.  
  20578.    * If all else fails, read the error logs. If they are big, `grep -i
  20579.      slave /path/to/your-log.err' on the slave. There is no generic
  20580.      pattern to search for on the master, as the only errors it logs
  20581.      are general system errors - if it can, it will send the error to
  20582.      the slave when things go wrong.
  20583.  
  20584. When you have determined that there is no user error involved, and
  20585. replication still either does not work at all or is unstable, it is
  20586. time to start working on a bug report. We need to get as much info as
  20587. possible from you to be able to track down the bug. Please do spend
  20588. some time and effort preparing a good bug report. Ideally, we would
  20589. like to have a test case in the format found in `mysql-test/t/rpl*'
  20590. directory of the source tree. If you submit a test case like that, you
  20591. can expect a patch within a day or two in most cases, although, of
  20592. course, you mileage may vary depending on a number of factors.
  20593.  
  20594. Second best option is a just program with easily configurable connection
  20595. arguments for the master and the slave that will demonstrate the
  20596. problem on our systems. You can write one in Perl or in C, depending on
  20597. which language you know better.
  20598.  
  20599. If you have one of the above ways to demonstrate the bug, use
  20600. `mysqlbug' to prepare a bug report and send it to
  20601. <bugs@lists.mysql.com>. If you have a phantom - a problem that does
  20602. occur but you cannot duplicate "at will":
  20603.  
  20604.    * Verify that there is no user error involved. For example, if you
  20605.      update the slave outside of the slave thread, the data will be out
  20606.      of sync, and you can have unique key violations on updates, in
  20607.      which case the slave thread will stop and wait for you to clean up
  20608.      the tables manually to bring them in sync.
  20609.  
  20610.    * Run slave with `log-slave-updates' and `log-bin' - this will keep
  20611.      a log of all updates on the slave.
  20612.  
  20613.    * Save all evidence before resetting the replication. If we have no
  20614.      or only sketchy information, it would take us a while to track
  20615.      down the problem. The evidence you should collect is:
  20616.         - All binary logs on the master
  20617.  
  20618.         - All binary log on the slave
  20619.  
  20620.         - The output of `SHOW MASTER STATUS' on the master at the time
  20621.           you have discovered the problem
  20622.  
  20623.         - The output of `SHOW SLAVE STATUS' on the master at the time
  20624.           you have discovered the problem
  20625.  
  20626.         - Error logs on the master and on the slave
  20627.  
  20628.    * Use `mysqlbinlog' to examine the binary logs. The following should
  20629.      be helpful to find the trouble query, for example:
  20630.           mysqlbinlog -j pos_from_slave_status /path/to/log_from_slave_status | head
  20631.  
  20632. Once you have collected the evidence on the phantom problem, try hard to
  20633. isolate it into a separate test case first. Then report the problem to
  20634. <bugs@lists.mysql.com> with as much info as possible.
  20635.  
  20636. MySQL Optimization
  20637. ******************
  20638.  
  20639. Optimization is a complicated task because it ultimately requires
  20640. understanding of the whole system. While it may be possible to do some
  20641. local optimizations with small knowledge of your system or application,
  20642. the more optimal you want your system to become the more you will have
  20643. to know about it.
  20644.  
  20645. This chapter will try to explain and give some examples of different
  20646. ways to optimize MySQL.  Remember, however, that there are always some
  20647. (increasingly harder) additional ways to make the system even faster.
  20648.  
  20649. Optimization Overview
  20650. =====================
  20651.  
  20652. The most important part for getting a system fast is of course the basic
  20653. design. You also need to know what kinds of things your system will be
  20654. doing, and what your bottlenecks are.
  20655.  
  20656. The most common bottlenecks are:
  20657.    * Disk seeks.  It takes time for the disk to find a piece of data.
  20658.      With modern disks in 1999, the mean time for this is usually lower
  20659.      than 10ms, so we can in theory do about 1000 seeks a second. This
  20660.      time improves slowly with new disks and is very hard to optimize
  20661.      for a single table. The way to optimize this is to spread the data
  20662.      on more than one disk.
  20663.  
  20664.    * Disk reading/writing.  When the disk is at the correct position we
  20665.      need to read the data. With modern disks in 1999, one disk
  20666.      delivers something like 10-20Mb/s. This is easier to optimize than
  20667.      seeks because you can read in parallel from multiple disks.
  20668.  
  20669.    * CPU cycles.  When we have the data in main memory (or if it
  20670.      already were there) we need to process it to get to our result.
  20671.      Having small tables compared to the memory is the most common
  20672.      limiting factor. But then, with small tables speed is usually not
  20673.      the problem.
  20674.  
  20675.    * Memory bandwidth.  When the CPU needs more data than can fit in
  20676.      the CPU cache the main memory bandwidth becomes a bottleneck. This
  20677.      is an uncommon bottleneck for most systems, but one should be
  20678.      aware of it.
  20679.  
  20680. MySQL Design Limitations/Tradeoffs
  20681. ----------------------------------
  20682.  
  20683. Because MySQL uses extremely fast table locking (multiple readers /
  20684. single writers) the biggest remaining problem is a mix of a steady
  20685. stream of inserts and slow selects on the same table.
  20686.  
  20687. We believe that for a huge number of systems the extremely fast
  20688. performance in other cases make this choice a win. This case is usually
  20689. also possible to solve by having multiple copies of the table, but it
  20690. takes more effort and hardware.
  20691.  
  20692. We are also working on some extensions to solve this problem for some
  20693. common application niches.
  20694.  
  20695. Portability
  20696. -----------
  20697.  
  20698. Because all SQL servers implement different parts of SQL, it takes work
  20699. to write portable SQL applications. For very simple selects/inserts it
  20700. is very easy, but the more you need the harder it gets. If you want an
  20701. application that is fast with many databases it becomes even harder!
  20702.  
  20703. To make a complex application portable you need to choose a number of
  20704. SQL servers that it should work with.
  20705.  
  20706. You can use the MySQL crash-me program/web-page
  20707. `http://www.mysql.com/information/crash-me.php' to find functions,
  20708. types, and limits you can use with a selection of database servers.
  20709. Crash-me now tests far from everything possible, but it is still
  20710. comprehensive with about 450 things tested.
  20711.  
  20712. For example, you shouldn't have column names longer than 18 characters
  20713. if you want to be able to use Informix or DB2.
  20714.  
  20715. Both the MySQL benchmarks and crash-me programs are very
  20716. database-independent.  By taking a look at how we have handled this, you
  20717. can get a feeling for what you have to do to write your application
  20718. database-independent.  The benchmarks themselves can be found in the
  20719. `sql-bench' directory in the MySQL source distribution. They are
  20720. written in Perl with DBI database interface (which solves the access
  20721. part of the problem).
  20722.  
  20723. See `http://www.mysql.com/information/benchmarks.html' for the results
  20724. from this benchmark.
  20725.  
  20726. As you can see in these results, all databases have some weak points.
  20727. That is, they have different design compromises that lead to different
  20728. behavior.
  20729.  
  20730. If you strive for database independence, you need to get a good feeling
  20731. for each SQL server's bottlenecks. MySQL is VERY fast in retrieving and
  20732. updating things, but will have a problem in mixing slow readers/writers
  20733. on the same table. Oracle, on the other hand, has a big problem when
  20734. you try to access rows that you have recently updated (until they are
  20735. flushed to disk). Transaction databases in general are not very good at
  20736. generating summary tables from log tables, as in this case row locking
  20737. is almost useless.
  20738.  
  20739. To get your application _really_ database-independent, you need to
  20740. define an easy extendable interface through which you manipulate your
  20741. data. As C++ is available on most systems, it makes sense to use a C++
  20742. classes interface to the databases.
  20743.  
  20744. If you use some specific feature for some database (like the `REPLACE'
  20745. command in MySQL), you should code a method for the other SQL servers
  20746. to implement the same feature (but slower).  With MySQL you can use the
  20747. `/*!  */' syntax to add MySQL-specific keywords to a query.  The code
  20748. inside `/**/' will be treated as a comment (ignored) by most other SQL
  20749. servers.
  20750.  
  20751. If REAL high performance is more important than exactness, as in some
  20752. Web applications, a possibility is to create an application layer that
  20753. caches all results to give you even higher performance. By letting old
  20754. results 'expire' after a while, you can keep the cache reasonably
  20755. fresh.  This is quite nice in case of extremely high load, in which case
  20756. you can dynamically increase the cache and set the expire timeout higher
  20757. until things get back to normal.
  20758.  
  20759. In this case the table creation information should contain information
  20760. of the initial size of the cache and how often the table should normally
  20761. be refreshed.
  20762.  
  20763. What Have We Used MySQL For?
  20764. ----------------------------
  20765.  
  20766. During MySQL initial development, the features of MySQL were made to
  20767. fit our largest customer. They handle data warehousing for a couple of
  20768. the biggest retailers in Sweden.
  20769.  
  20770. From all stores, we get weekly summaries of all bonus card transactions,
  20771. and we are expected to provide useful information for the store owners
  20772. to help them find how their advertisement campaigns are affecting their
  20773. customers.
  20774.  
  20775. The data is quite huge (about 7 million summary transactions per month),
  20776. and we have data for 4-10 years that we need to present to the users.
  20777. We got weekly requests from the customers that they want to get
  20778. 'instant' access to new reports from this data.
  20779.  
  20780. We solved this by storing all information per month in compressed
  20781. 'transaction' tables. We have a set of simple macros (script) that
  20782. generates summary tables grouped by different criteria (product group,
  20783. customer id, store ...) from the transaction tables.  The reports are
  20784. Web pages that are dynamically generated by a small Perl script that
  20785. parses a Web page, executes the SQL statements in it, and inserts the
  20786. results. We would have used PHP or mod_perl instead but they were not
  20787. available at that time.
  20788.  
  20789. For graphical data we wrote a simple tool in `C' that can produce GIFs
  20790. based on the result of a SQL query (with some processing of the
  20791. result). This is also dynamically executed from the Perl script that
  20792. parses the `HTML' files.
  20793.  
  20794. In most cases a new report can simply be done by copying an existing
  20795. script and modifying the SQL query in it.  In some cases, we will need
  20796. to add more fields to an existing summary table or generate a new one,
  20797. but this is also quite simple, as we keep all transactions tables on
  20798. disk.  (Currently we have at least 50G of transactions tables and 200G
  20799. of other customer data.)
  20800.  
  20801. We also let our customers access the summary tables directly with ODBC
  20802. so that the advanced users can themselves experiment with the data.
  20803.  
  20804. We haven't had any problems handling this with quite modest Sun Ultra
  20805. SPARCstation (2x200 Mhz). We recently upgraded one of our servers to a 2
  20806. CPU 400 Mhz UltraSPARC, and we are now planning to start handling
  20807. transactions on the product level, which would mean a ten-fold increase
  20808. of data. We think we can keep up with this by just adding more disk to
  20809. our systems.
  20810.  
  20811. We are also experimenting with Intel-Linux to be able to get more CPU
  20812. power cheaper. Now that we have the binary portable database format (new
  20813. in Version 3.23), we will start to use this for some parts of the
  20814. application.
  20815.  
  20816. Our initial feelings are that Linux will perform much better on
  20817. low-to-medium load and Solaris will perform better when you start to
  20818. get a high load because of extreme disk IO, but we don't yet have
  20819. anything conclusive about this. After some discussion with a Linux
  20820. Kernel developer, this might be a side effect of Linux giving so much
  20821. resources to the batch job that the interactive performance gets very
  20822. low. This makes the machine feel very slow and unresponsive while big
  20823. batches are going. Hopefully this will be better handled in future
  20824. Linux Kernels.
  20825.  
  20826. The MySQL Benchmark Suite
  20827. -------------------------
  20828.  
  20829. This should contain a technical description of the MySQL benchmark
  20830. suite (and `crash-me'), but that description is not written yet.
  20831. Currently, you can get a good idea of the benchmark by looking at the
  20832. code and results in the `sql-bench' directory in any MySQL source
  20833. distributions.
  20834.  
  20835. This benchmark suite is meant to be a benchmark that will tell any user
  20836. what things a given SQL implementation performs well or poorly at.
  20837.  
  20838. Note that this benchmark is single threaded, so it measures the minimum
  20839. time for the operations. We plan to in the future add a lot of
  20840. multi-threaded tests to the benchmark suite.
  20841.  
  20842. For example, (run on the same NT 4.0 machine):
  20843.  
  20844. *Reading 2000000 rows by index* *Seconds*                                   *Seconds*      
  20845. mysql                                       367            249
  20846. mysql_odbc                                  464            
  20847. db2_odbc                                    1206           
  20848. informix_odbc                               121126         
  20849. ms-sql_odbc                                 1634           
  20850. oracle_odbc                                 20800          
  20851. solid_odbc                                  877            
  20852. sybase_odbc                                 17614          
  20853.  
  20854.  
  20855. *Inserting (350768) rows* *Seconds*                                   *Seconds*      
  20856. mysql                                       381            206
  20857. mysql_odbc                                  619            
  20858. db2_odbc                                    3460           
  20859. informix_odbc                               2692           
  20860. ms-sql_odbc                                 4012           
  20861. oracle_odbc                                 11291          
  20862. solid_odbc                                  1801           
  20863. sybase_odbc                                 4802           
  20864.  
  20865.  
  20866. In the above test MySQL was run with a 8M index cache.
  20867.  
  20868. We have gather some more benchmark results at
  20869. `http://www.mysql.com/information/benchmarks.html'.
  20870.  
  20871. Note that Oracle is not included because they asked to be removed. All
  20872. Oracle benchmarks have to be passed by Oracle! We believe that makes
  20873. Oracle benchmarks *VERY* biased because the above benchmarks are
  20874. supposed to show what a standard installation can do for a single
  20875. client.
  20876.  
  20877. To run the benchmark suite, you have to download a MySQL source
  20878. distribution, install the perl DBI driver, the perl DBD driver for the
  20879. database you want to test and then do:
  20880.  
  20881.      cd sql-bench
  20882.      perl run-all-tests --server=#
  20883.  
  20884. where # is one of supported servers. You can get a list of all options
  20885. and supported servers by doing `run-all-tests --help'.
  20886.  
  20887. `crash-me' tries to determine what features a database supports and
  20888. what its capabilities and limitations are by actually running queries.
  20889. For example, it determines:
  20890.  
  20891.    * What column types are supported
  20892.  
  20893.    * How many indexes are supported
  20894.  
  20895.    * What functions are supported
  20896.  
  20897.    * How big a query can be
  20898.  
  20899.    * How big a `VARCHAR' column can be
  20900.  
  20901. We can find the result from crash-me on a lot of different databases at
  20902. `http://www.mysql.com/information/crash-me.php'.
  20903.  
  20904. Using Your Own Benchmarks
  20905. -------------------------
  20906.  
  20907. You should definitely benchmark your application and database to find
  20908. out where the bottlenecks are.  By fixing it (or by replacing the
  20909. bottleneck with a 'dummy module') you can then easily identify the next
  20910. bottleneck (and so on).  Even if the overall performance for your
  20911. application is sufficient, you should at least make a plan for each
  20912. bottleneck, and decide how to solve it if someday you really need the
  20913. extra performance.
  20914.  
  20915. For an example of portable benchmark programs, look at the MySQL
  20916. benchmark suite. *Note MySQL Benchmarks: MySQL Benchmarks. You can take
  20917. any program from this suite and modify it for your needs. By doing
  20918. this, you can try different solutions to your problem and test which is
  20919. really the fastest solution for you.
  20920.  
  20921. It is very common that some problems only occur when the system is very
  20922. heavily loaded. We have had many customers who contact us when they
  20923. have a (tested) system in production and have encountered load
  20924. problems. In every one of these cases so far, it has been problems with
  20925. basic design (table scans are NOT good at high load) or OS/Library
  20926. issues. Most of this would be a *LOT* easier to fix if the systems were
  20927. not already in production.
  20928.  
  20929. To avoid problems like this, you should put some effort into
  20930. benchmarking your whole application under the worst possible load!  You
  20931. can use Super Smack for this, and it is available at:
  20932. `http://www.mysql.com/Downloads/super-smack/super-smack-1.0.tar.gz'.
  20933. As the name suggests, it can bring your system down to its knees if you
  20934. ask it, so make sure to use it only on your development systems.
  20935.  
  20936. Optimizing `SELECT's and Other Queries
  20937. ======================================
  20938.  
  20939. First, one thing that affects all queries: The more complex permission
  20940. system setup you have, the more overhead you get.
  20941.  
  20942. If you do not have any `GRANT' statements done, MySQL will optimize the
  20943. permission checking somewhat. So if you have a very high volume it may
  20944. be worth the time to avoid grants. Otherwise more permission check
  20945. results in a larger overhead.
  20946.  
  20947. If your problem is with some explicit MySQL function, you can always
  20948. time this in the MySQL client:
  20949.  
  20950.      mysql> select benchmark(1000000,1+1);
  20951.      +------------------------+
  20952.      | benchmark(1000000,1+1) |
  20953.      +------------------------+
  20954.      |                      0 |
  20955.      +------------------------+
  20956.      1 row in set (0.32 sec)
  20957.  
  20958. The above shows that MySQL can execute 1,000,000 `+' expressions in
  20959. 0.32 seconds on a `PentiumII 400MHz'.
  20960.  
  20961. All MySQL functions should be very optimized, but there may be some
  20962. exceptions, and the `benchmark(loop_count,expression)' is a great tool
  20963. to find out if this is a problem with your query.
  20964.  
  20965. `EXPLAIN' Syntax (Get Information About a `SELECT')
  20966. ---------------------------------------------------
  20967.  
  20968.          EXPLAIN tbl_name
  20969.      or  EXPLAIN SELECT select_options
  20970.  
  20971. `EXPLAIN tbl_name' is a synonym for `DESCRIBE tbl_name' or `SHOW
  20972. COLUMNS FROM tbl_name'.
  20973.  
  20974. When you precede a `SELECT' statement with the keyword `EXPLAIN', MySQL
  20975. explains how it would process the `SELECT', providing information about
  20976. how tables are joined and in which order.
  20977.  
  20978. With the help of `EXPLAIN', you can see when you must add indexes to
  20979. tables to get a faster `SELECT' that uses indexes to find the records.
  20980. You can also see if the optimizer joins the tables in an optimal order.
  20981. To force the optimizer to use a specific join order for a `SELECT'
  20982. statement, add a `STRAIGHT_JOIN' clause.
  20983.  
  20984. For non-simple joins, `EXPLAIN' returns a row of information for each
  20985. table used in the `SELECT' statement. The tables are listed in the order
  20986. they would be read.  MySQL resolves all joins using a single-sweep
  20987. multi-join method. This means that MySQL reads a row from the first
  20988. table, then finds a matching row in the second table, then in the third
  20989. table and so on. When all tables are processed, it outputs the selected
  20990. columns and backtracks through the table list until a table is found
  20991. for which there are more matching rows. The next row is read from this
  20992. table and the process continues with the next table.
  20993.  
  20994. Output from `EXPLAIN' includes the following columns:
  20995.  
  20996. `table'
  20997.      The table to which the row of output refers.
  20998.  
  20999. `type'
  21000.      The join type.  Information about the various types is given below.
  21001.  
  21002. `possible_keys'
  21003.      The `possible_keys' column indicates which indexes MySQL could use
  21004.      to find the rows in this table. Note that this column is totally
  21005.      independent of the order of the tables. That means that some of
  21006.      the keys in possible_keys may not be usable in practice with the
  21007.      generated table order.
  21008.  
  21009.      If this column is empty, there are no relevant indexes. In this
  21010.      case, you may be able to improve the performance of your query by
  21011.      examining the `WHERE' clause to see if it refers to some column or
  21012.      columns that would be suitable for indexing.  If so, create an
  21013.      appropriate index and check the query with `EXPLAIN' again. *Note
  21014.      ALTER TABLE::.
  21015.  
  21016.      To see what indexes a table has, use `SHOW INDEX FROM tbl_name'.
  21017.  
  21018. `key'
  21019.      The `key' column indicates the key that MySQL actually decided to
  21020.      use. The key is `NULL' if no index was chosen.  If MySQL chooses
  21021.      the wrong index, you can probably force MySQL to use another index
  21022.      by using `myisamchk --analyze', *Note myisamchk syntax::, or by
  21023.      using `USE INDEX/IGNORE INDEX'.  *Note JOIN::.
  21024.  
  21025. `key_len'
  21026.      The `key_len' column indicates the length of the key that MySQL
  21027.      decided to use.  The length is `NULL' if the `key' is `NULL'. Note
  21028.      that this tells us how many parts of a multi-part key MySQL will
  21029.      actually use.
  21030.  
  21031. `ref'
  21032.      The `ref' column shows which columns or constants are used with the
  21033.      `key' to select rows from the table.
  21034.  
  21035. `rows'
  21036.      The `rows' column indicates the number of rows MySQL believes it
  21037.      must examine to execute the query.
  21038.  
  21039. `Extra'
  21040.      This column contains additional information of how MySQL will
  21041.      resolve the query. Here is an explanation of the different text
  21042.      strings that can be found in this column:
  21043.  
  21044.     `Distinct'
  21045.           MySQL will not continue searching for more rows for the
  21046.           current row combination after it has found the first matching
  21047.           row.
  21048.  
  21049.     `Not exists'
  21050.           MySQL was able to do a `LEFT JOIN' optimization on the query
  21051.           and will not examine more rows in this table for the previous
  21052.           row combination after it finds one row that matches the `LEFT
  21053.           JOIN' criteria.
  21054.  
  21055.           Here is an example for this:
  21056.  
  21057.                SELECT * FROM t1 LEFT JOIN t2 ON t1.id=t2.id WHERE t2.id IS NULL;
  21058.  
  21059.           Assume that `t2.id' is defined with `NOT NULL'.  In this case
  21060.           MySQL will scan `t1' and look up the rows in `t2' through
  21061.           `t1.id'. If MySQL finds a matching row in `t2', it knows that
  21062.           `t2.id' can never be `NULL', and will not scan through the
  21063.           rest of the rows in `t2' that has the same `id'.  In other
  21064.           words, for each row in `t1', MySQL only needs to do a single
  21065.           lookup in `t2', independent of how many matching rows there
  21066.           are in `t2'.
  21067.  
  21068.     ``range checked for each record (index map: #)''
  21069.           MySQL didn't find a real good index to use. It will, instead,
  21070.           for each row combination in the preceding tables, do a check
  21071.           on which index to use (if any), and use this index to
  21072.           retrieve the rows from the table.  This isn't very fast but
  21073.           is faster than having to do a join without an index.
  21074.  
  21075.     `Using filesort'
  21076.           MySQL will need to do an extra pass to find out how to
  21077.           retrieve the rows in sorted order.  The sort is done by going
  21078.           through all rows according to the `join type' and storing the
  21079.           sort key + pointer to the row for all rows that match the
  21080.           `WHERE'. Then the keys are sorted. Finally the rows are
  21081.           retrieved in sorted order.
  21082.  
  21083.     `Using index'
  21084.           The column information is retrieved from the table using only
  21085.           information in the index tree without having to do an
  21086.           additional seek to read the actual row.  This can be done
  21087.           when all the used columns for the table are part of the same
  21088.           index.
  21089.  
  21090.     `Using temporary'
  21091.           To resolve the query MySQL will need to create a temporary
  21092.           table to hold the result.  This typically happens if you do an
  21093.           `ORDER BY' on a different column set than you did a `GROUP
  21094.           BY' on.
  21095.  
  21096.     `Where used'
  21097.           A `WHERE' clause will be used to restrict which rows will be
  21098.           matched against the next table or sent to the client.  If you
  21099.           don't have this information and the table is of type `ALL' or
  21100.           `index', you may have something wrong in your query (if you
  21101.           don't intend to fetch/examine all rows from the table).
  21102.  
  21103.      If you want to get your queries as fast as possible, you should
  21104.      look out for `Using filesort' and `Using temporary'.
  21105.  
  21106. The different join types are listed below, ordered from best to worst
  21107. type:
  21108.  
  21109. `system'
  21110.      The table has only one row (= system table). This is a special
  21111.      case of the `const' join type.
  21112.  
  21113. `const'
  21114.      The table has at most one matching row, which will be read at the
  21115.      start of the query. Because there is only one row, values from the
  21116.      column in this row can be regarded as constants by the rest of the
  21117.      optimizer. `const' tables are very fast as they are read only once!
  21118.  
  21119. `eq_ref'
  21120.      One row will be read from this table for each combination of rows
  21121.      from the previous tables.  This is the best possible join type,
  21122.      other than the `const' types.  It is used when all parts of an
  21123.      index are used by the join and the index is `UNIQUE' or a `PRIMARY
  21124.      KEY'.
  21125.  
  21126. `ref'
  21127.      All rows with matching index values will be read from this table
  21128.      for each combination of rows from the previous tables.  `ref' is
  21129.      used if the join uses only a leftmost prefix of the key, or if the
  21130.      key is not `UNIQUE' or a `PRIMARY KEY' (in other words, if the
  21131.      join cannot select a single row based on the key value).  If the
  21132.      key that is used matches only a few rows, this join type is good.
  21133.  
  21134. `range'
  21135.      Only rows that are in a given range will be retrieved, using an
  21136.      index to select the rows.  The `key' column indicates which index
  21137.      is used.  The `key_len' contains the longest key part that was
  21138.      used.  The `ref' column will be NULL for this type.
  21139.  
  21140. `index'
  21141.      This is the same as `ALL', except that only the index tree is
  21142.      scanned.  This is usually faster than `ALL', as the index file is
  21143.      usually smaller than the data file.
  21144.  
  21145. `ALL'
  21146.      A full table scan will be done for each combination of rows from
  21147.      the previous tables.  This is normally not good if the table is
  21148.      the first table not marked `const', and usually *very* bad in all
  21149.      other cases. You normally can avoid `ALL' by adding more indexes,
  21150.      so that the row can be retrieved based on constant values or
  21151.      column values from earlier tables.
  21152.  
  21153. You can get a good indication of how good a join is by multiplying all
  21154. values in the `rows' column of the `EXPLAIN' output. This should tell
  21155. you roughly how many rows MySQL must examine to execute the query. This
  21156. number is also used when you restrict queries with the `max_join_size'
  21157. variable.  *Note Server parameters::.
  21158.  
  21159. The following example shows how a `JOIN' can be optimized progressively
  21160. using the information provided by `EXPLAIN'.
  21161.  
  21162. Suppose you have the `SELECT' statement shown below, that you examine
  21163. using `EXPLAIN':
  21164.  
  21165.      EXPLAIN SELECT tt.TicketNumber, tt.TimeIn,
  21166.                  tt.ProjectReference, tt.EstimatedShipDate,
  21167.                  tt.ActualShipDate, tt.ClientID,
  21168.                  tt.ServiceCodes, tt.RepetitiveID,
  21169.                  tt.CurrentProcess, tt.CurrentDPPerson,
  21170.                  tt.RecordVolume, tt.DPPrinted, et.COUNTRY,
  21171.                  et_1.COUNTRY, do.CUSTNAME
  21172.              FROM tt, et, et AS et_1, do
  21173.              WHERE tt.SubmitTime IS NULL
  21174.                  AND tt.ActualPC = et.EMPLOYID
  21175.                  AND tt.AssignedPC = et_1.EMPLOYID
  21176.                  AND tt.ClientID = do.CUSTNMBR;
  21177.  
  21178. For this example, assume that:
  21179.  
  21180.    * The columns being compared have been declared as follows:
  21181.  
  21182.      *Table* *Column*      *Column type*
  21183.      `tt'    `ActualPC'    `CHAR(10)'
  21184.      `tt'    `AssignedPC'  `CHAR(10)'
  21185.      `tt'    `ClientID'    `CHAR(10)'
  21186.      `et'    `EMPLOYID'    `CHAR(15)'
  21187.      `do'    `CUSTNMBR'    `CHAR(15)'
  21188.  
  21189.    * The tables have the indexes shown below:
  21190.  
  21191.      *Table* *Index*
  21192.      `tt'    `ActualPC'
  21193.      `tt'    `AssignedPC'
  21194.      `tt'    `ClientID'
  21195.      `et'    `EMPLOYID' (primary key)
  21196.      `do'    `CUSTNMBR' (primary key)
  21197.  
  21198.    * The `tt.ActualPC' values aren't evenly distributed.
  21199.  
  21200. Initially, before any optimizations have been performed, the `EXPLAIN'
  21201. statement produces the following information:
  21202.  
  21203.      table type possible_keys                key  key_len ref  rows  Extra
  21204.      et    ALL  PRIMARY                      NULL NULL    NULL 74
  21205.      do    ALL  PRIMARY                      NULL NULL    NULL 2135
  21206.      et_1  ALL  PRIMARY                      NULL NULL    NULL 74
  21207.      tt    ALL  AssignedPC,ClientID,ActualPC NULL NULL    NULL 3872
  21208.            range checked for each record (key map: 35)
  21209.  
  21210. Because `type' is `ALL' for each table, this output indicates that
  21211. MySQL is doing a full join for all tables!  This will take quite a long
  21212. time, as the product of the number of rows in each table must be
  21213. examined!  For the case at hand, this is `74 * 2135 * 74 * 3872 =
  21214. 45,268,558,720' rows.  If the tables were bigger, you can only imagine
  21215. how long it would take.
  21216.  
  21217. One problem here is that MySQL can't (yet) use indexes on columns
  21218. efficiently if they are declared differently.  In this context,
  21219. `VARCHAR' and `CHAR' are the same unless they are declared as different
  21220. lengths. Because `tt.ActualPC' is declared as `CHAR(10)' and
  21221. `et.EMPLOYID' is declared as `CHAR(15)', there is a length mismatch.
  21222.  
  21223. To fix this disparity between column lengths, use `ALTER TABLE' to
  21224. lengthen `ActualPC' from 10 characters to 15 characters:
  21225.  
  21226.      mysql> ALTER TABLE tt MODIFY ActualPC VARCHAR(15);
  21227.  
  21228. Now `tt.ActualPC' and `et.EMPLOYID' are both `VARCHAR(15)'.  Executing
  21229. the `EXPLAIN' statement again produces this result:
  21230.  
  21231.      table type   possible_keys   key     key_len ref         rows    Extra
  21232.      tt    ALL    AssignedPC,ClientID,ActualPC NULL NULL NULL 3872    where used
  21233.      do    ALL    PRIMARY         NULL    NULL    NULL        2135
  21234.            range checked for each record (key map: 1)
  21235.      et_1  ALL    PRIMARY         NULL    NULL    NULL        74
  21236.            range checked for each record (key map: 1)
  21237.      et    eq_ref PRIMARY         PRIMARY 15      tt.ActualPC 1
  21238.  
  21239. This is not perfect, but is much better (the product of the `rows'
  21240. values is now less by a factor of 74). This version is executed in a
  21241. couple of seconds.
  21242.  
  21243. A second alteration can be made to eliminate the column length
  21244. mismatches for the `tt.AssignedPC = et_1.EMPLOYID' and `tt.ClientID =
  21245. do.CUSTNMBR' comparisons:
  21246.  
  21247.      mysql> ALTER TABLE tt MODIFY AssignedPC VARCHAR(15),
  21248.                            MODIFY ClientID   VARCHAR(15);
  21249.  
  21250. Now `EXPLAIN' produces the output shown below:
  21251.  
  21252.      table type   possible_keys   key     key_len ref            rows     Extra
  21253.      et    ALL    PRIMARY         NULL    NULL    NULL           74
  21254.      tt    ref    AssignedPC,ClientID,ActualPC ActualPC 15 et.EMPLOYID 52 where used
  21255.      et_1  eq_ref PRIMARY         PRIMARY 15      tt.AssignedPC  1
  21256.      do    eq_ref PRIMARY         PRIMARY 15      tt.ClientID    1
  21257.  
  21258. This is almost as good as it can get.
  21259.  
  21260. The remaining problem is that, by default, MySQL assumes that values in
  21261. the `tt.ActualPC' column are evenly distributed, and that isn't the
  21262. case for the `tt' table.  Fortunately, it is easy to tell MySQL about
  21263. this:
  21264.  
  21265.      shell> myisamchk --analyze PATH_TO_MYSQL_DATABASE/tt
  21266.      shell> mysqladmin refresh
  21267.  
  21268. Now the join is perfect, and `EXPLAIN' produces this result:
  21269.  
  21270.      table type   possible_keys   key     key_len ref            rows    Extra
  21271.      tt    ALL    AssignedPC,ClientID,ActualPC NULL NULL NULL    3872    where used
  21272.      et    eq_ref PRIMARY         PRIMARY 15      tt.ActualPC    1
  21273.      et_1  eq_ref PRIMARY         PRIMARY 15      tt.AssignedPC  1
  21274.      do    eq_ref PRIMARY         PRIMARY 15      tt.ClientID    1
  21275.  
  21276. Note that the `rows' column in the output from `EXPLAIN' is an educated
  21277. guess from the MySQL join optimizer. To optimize a query, you should
  21278. check if the numbers are even close to the truth.  If not, you may get
  21279. better performance by using `STRAIGHT_JOIN' in your `SELECT' statement
  21280. and trying to list the tables in a different order in the `FROM' clause.
  21281.  
  21282. Estimating Query Performance
  21283. ----------------------------
  21284.  
  21285. In most cases you can estimate the performance by counting disk seeks.
  21286. For small tables, you can usually find the row in 1 disk seek (as the
  21287. index is probably cached).  For bigger tables, you can estimate that
  21288. (using B++ tree indexes) you will need: `log(row_count) /
  21289. log(index_block_length / 3 * 2 / (index_length + data_pointer_length)) +
  21290. 1' seeks to find a row.
  21291.  
  21292. In MySQL an index block is usually 1024 bytes and the data pointer is
  21293. usually 4 bytes. A 500,000 row table with an index length of 3 (medium
  21294. integer) gives you: `log(500,000)/log(1024/3*2/(3+4)) + 1' = 4 seeks.
  21295.  
  21296. As the above index would require about 500,000 * 7 * 3/2 = 5.2M,
  21297. (assuming that the index buffers are filled to 2/3, which is typical)
  21298. you will probably have much of the index in memory and you will probably
  21299. only need 1-2 calls to read data from the OS to find the row.
  21300.  
  21301. For writes, however, you will need 4 seek requests (as above) to find
  21302. where to place the new index and normally 2 seeks to update the index
  21303. and write the row.
  21304.  
  21305. Note that the above doesn't mean that your application will slowly
  21306. degenerate by N log N!  As long as everything is cached by the OS or SQL
  21307. server things will only go marginally slower while the table gets
  21308. bigger. After the data gets too big to be cached, things will start to
  21309. go much slower until your applications is only bound by disk-seeks
  21310. (which increase by N log N). To avoid this, increase the index cache as
  21311. the data grows. *Note Server parameters::.
  21312.  
  21313. Speed of `SELECT' Queries
  21314. -------------------------
  21315.  
  21316. In general, when you want to make a slow `SELECT ... WHERE' faster, the
  21317. first thing to check is whether or not you can add an index. *Note
  21318. MySQL indexes: MySQL indexes. All references between different tables
  21319. should usually be done with indexes. You can use the `EXPLAIN' command
  21320. to determine which indexes are used for a `SELECT'.  *Note `EXPLAIN':
  21321. EXPLAIN.
  21322.  
  21323. Some general tips:
  21324.  
  21325.    * To help MySQL optimize queries better, run `myisamchk --analyze'
  21326.      on a table after it has been loaded with relevant data. This
  21327.      updates a value for each index part that indicates the average
  21328.      number of rows that have the same value.  (For unique indexes,
  21329.      this is always 1, of course.).  MySQL will use this to decide
  21330.      which index to choose when you connect two tables with 'a
  21331.      non-constant expression'.  You can check the result from the
  21332.      `analyze' run by doing `SHOW INDEX FROM table_name' and examining
  21333.      the `Cardinality' column.
  21334.  
  21335.    * To sort an index and data according to an index, use `myisamchk
  21336.      --sort-index --sort-records=1' (if you want to sort on index 1).
  21337.      If you have a unique index from which you want to read all records
  21338.      in order according to that index, this is a good way to make that
  21339.      faster.  Note, however, that this sorting isn't written optimally
  21340.      and will take a long time for a large table!
  21341.  
  21342. How MySQL Optimizes `WHERE' Clauses
  21343. -----------------------------------
  21344.  
  21345. The `WHERE' optimizations are put in the `SELECT' part here because
  21346. they are mostly used with `SELECT', but the same optimizations apply for
  21347. `WHERE' in `DELETE' and `UPDATE' statements.
  21348.  
  21349. Also note that this section is incomplete. MySQL does many
  21350. optimizations, and we have not had time to document them all.
  21351.  
  21352. Some of the optimizations performed by MySQL are listed below:
  21353.  
  21354.    * Removal of unnecessary parentheses:
  21355.              ((a AND b) AND c OR (((a AND b) AND (c AND d))))
  21356.           -> (a AND b AND c) OR (a AND b AND c AND d)
  21357.  
  21358.    * Constant folding:
  21359.              (a<b AND b=c) AND a=5
  21360.           -> b>5 AND b=c AND a=5
  21361.  
  21362.    * Constant condition removal (needed because of constant folding):
  21363.              (B>=5 AND B=5) OR (B=6 AND 5=5) OR (B=7 AND 5=6)
  21364.           -> B=5 OR B=6
  21365.  
  21366.    * Constant expressions used by indexes are evaluated only once.
  21367.  
  21368.    * `COUNT(*)' on a single table without a `WHERE' is retrieved
  21369.      directly from the table information.  This is also done for any
  21370.      `NOT NULL' expression when used with only one table.
  21371.  
  21372.    * Early detection of invalid constant expressions. MySQL quickly
  21373.      detects that some `SELECT' statements are impossible and returns
  21374.      no rows.
  21375.  
  21376.    * `HAVING' is merged with `WHERE' if you don't use `GROUP BY' or
  21377.      group functions (`COUNT()', `MIN()'...).
  21378.  
  21379.    * For each sub-join, a simpler `WHERE' is constructed to get a fast
  21380.      `WHERE' evaluation for each sub-join and also to skip records as
  21381.      soon as possible.
  21382.  
  21383.    * All constant tables are read first, before any other tables in the
  21384.      query.  A constant table is:
  21385.         - An empty table or a table with 1 row.
  21386.  
  21387.         - A table that is used with a `WHERE' clause on a `UNIQUE'
  21388.           index, or a `PRIMARY KEY', where all index parts are used
  21389.           with constant expressions and the index parts are defined as
  21390.           `NOT NULL'.
  21391.      All the following tables are used as constant tables:
  21392.           mysql> SELECT * FROM t WHERE primary_key=1;
  21393.           mysql> SELECT * FROM t1,t2
  21394.                      WHERE t1.primary_key=1 AND t2.primary_key=t1.id;
  21395.  
  21396.    * The best join combination to join the tables is found by trying all
  21397.      possibilities. If all columns in `ORDER BY' and in `GROUP BY' come
  21398.      from the same table, then this table is preferred first when
  21399.      joining.
  21400.  
  21401.    * If there is an `ORDER BY' clause and a different `GROUP BY'
  21402.      clause, or if the `ORDER BY' or `GROUP BY' contains columns from
  21403.      tables other than the first table in the join queue, a temporary
  21404.      table is created.
  21405.  
  21406.    * If you use `SQL_SMALL_RESULT', MySQL will use an in-memory
  21407.      temporary table.
  21408.  
  21409.    * Each table index is queried, and the best index that spans fewer
  21410.      than 30% of the rows is used. If no such index can be found, a
  21411.      quick table scan is used.
  21412.  
  21413.    * In some cases, MySQL can read rows from the index without even
  21414.      consulting the data file.  If all columns used from the index are
  21415.      numeric, then only the index tree is used to resolve the query.
  21416.  
  21417.    * Before each record is output, those that do not match the `HAVING'
  21418.      clause are skipped.
  21419.  
  21420. Some examples of queries that are very fast:
  21421.  
  21422.      mysql> SELECT COUNT(*) FROM tbl_name;
  21423.      mysql> SELECT MIN(key_part1),MAX(key_part1) FROM tbl_name;
  21424.      mysql> SELECT MAX(key_part2) FROM tbl_name
  21425.                 WHERE key_part_1=constant;
  21426.      mysql> SELECT ... FROM tbl_name
  21427.                 ORDER BY key_part1,key_part2,... LIMIT 10;
  21428.      mysql> SELECT ... FROM tbl_name
  21429.                 ORDER BY key_part1 DESC,key_part2 DESC,... LIMIT 10;
  21430.  
  21431. The following queries are resolved using only the index tree (assuming
  21432. the indexed columns are numeric):
  21433.  
  21434.      mysql> SELECT key_part1,key_part2 FROM tbl_name WHERE key_part1=val;
  21435.      mysql> SELECT COUNT(*) FROM tbl_name
  21436.                 WHERE key_part1=val1 AND key_part2=val2;
  21437.      mysql> SELECT key_part2 FROM tbl_name GROUP BY key_part1;
  21438.  
  21439. The following queries use indexing to retrieve the rows in sorted order
  21440. without a separate sorting pass:
  21441.  
  21442.      mysql> SELECT ... FROM tbl_name ORDER BY key_part1,key_part2,... ;
  21443.      mysql> SELECT ... FROM tbl_name ORDER BY key_part1 DESC,key_part2 DESC,... ;
  21444.  
  21445. How MySQL Optimizes `DISTINCT'
  21446. ------------------------------
  21447.  
  21448. `DISTINCT' is converted to a `GROUP BY' on all columns, `DISTINCT'
  21449. combined with `ORDER BY' will in many cases also need a temporary table.
  21450.  
  21451. When combining `LIMIT #' with `DISTINCT', MySQL will stop as soon as it
  21452. finds `#' unique rows.
  21453.  
  21454. If you don't use columns from all used tables, MySQL will stop the
  21455. scanning of the not used tables as soon as it has found the first match.
  21456.  
  21457.      SELECT DISTINCT t1.a FROM t1,t2 where t1.a=t2.a;
  21458.  
  21459. In the case, assuming t1 is used before t2 (check with `EXPLAIN'), then
  21460. MySQL will stop reading from t2 (for that particular row in t1) when
  21461. the first row in t2 is found.
  21462.  
  21463. How MySQL Optimizes `LEFT JOIN' and `RIGHT JOIN'
  21464. ------------------------------------------------
  21465.  
  21466. `A LEFT JOIN B' in MySQL is implemented as follows:
  21467.  
  21468.    * The table `B' is set to be dependent on table `A' and all tables
  21469.      that `A' is dependent on.
  21470.  
  21471.    * The table `A' is set to be dependent on all tables (except `B')
  21472.      that are used in the `LEFT JOIN' condition.
  21473.  
  21474.    * All `LEFT JOIN' conditions are moved to the `WHERE' clause.
  21475.  
  21476.    * All standard join optimizations are done, with the exception that
  21477.      a table is always read after all tables it is dependent on.  If
  21478.      there is a circular dependence then MySQL will issue an error.
  21479.  
  21480.    * All standard `WHERE' optimizations are done.
  21481.  
  21482.    * If there is a row in `A' that matches the `WHERE' clause, but there
  21483.      wasn't any row in `B' that matched the `LEFT JOIN' condition, then
  21484.      an extra `B' row is generated with all columns set to `NULL'.
  21485.  
  21486.    * If you use `LEFT JOIN' to find rows that don't exist in some table
  21487.      and you have the following test: `column_name IS NULL' in the
  21488.      `WHERE' part, where column_name is a column that is declared as
  21489.      `NOT NULL', then MySQL will stop searching after more rows (for a
  21490.      particular key combination) after it has found one row that
  21491.      matches the `LEFT JOIN' condition.
  21492.  
  21493. `RIGHT JOIN' is implemented analogously as `LEFT JOIN'.
  21494.  
  21495. The table read order forced by `LEFT JOIN' and `STRAIGHT JOIN' will
  21496. help the join optimizer (which calculates in which order tables should
  21497. be joined) to do its work much more quickly, as there are fewer table
  21498. permutations to check.
  21499.  
  21500. Note that the above means that if you do a query of type:
  21501.  
  21502.      SELECT * FROM a,b LEFT JOIN c ON (c.key=a.key) LEFT JOIN d (d.key=a.key) WHERE b.key=d.key
  21503.  
  21504. MySQL will do a full scan on `b' as the `LEFT JOIN' will force it to be
  21505. read before `d'.
  21506.  
  21507. The fix in this case is to change the query to:
  21508.  
  21509.      SELECT * FROM b,a LEFT JOIN c ON (c.key=a.key) LEFT JOIN d (d.key=a.key) WHERE b.key=d.key
  21510.  
  21511. How MySQL Optimizes `LIMIT'
  21512. ---------------------------
  21513.  
  21514. In some cases MySQL will handle the query differently when you are
  21515. using `LIMIT #' and not using `HAVING':
  21516.  
  21517.    * If you are selecting only a few rows with `LIMIT', MySQL will use
  21518.      indexes in some cases when it normally would prefer to do a full
  21519.      table scan.
  21520.  
  21521.    * If you use `LIMIT #' with `ORDER BY', MySQL will end the sorting
  21522.      as soon as it has found the first `#' lines instead of sorting the
  21523.      whole table.
  21524.  
  21525.    * When combining `LIMIT #' with `DISTINCT', MySQL will stop as soon
  21526.      as it finds `#' unique rows.
  21527.  
  21528.    * In some cases a `GROUP BY' can be resolved by reading the key in
  21529.      order (or do a sort on the key) and then calculate summaries until
  21530.      the key value changes.  In this case `LIMIT #' will not calculate
  21531.      any unnecessary `GROUP BY''s.
  21532.  
  21533.    * As soon as MySQL has sent the first `#' rows to the client, it
  21534.      will abort the query.
  21535.  
  21536.    * `LIMIT 0' will always quickly return an empty set.  This is useful
  21537.      to check the query and to get the column types of the result
  21538.      columns.
  21539.  
  21540.    * The size of temporary tables uses the `LIMIT #' to calculate how
  21541.      much space is needed to resolve the query.
  21542.  
  21543. Speed of `INSERT' Queries
  21544. -------------------------
  21545.  
  21546. The time to insert a record consists approximately of:
  21547.  
  21548.    * Connect:                 (3)
  21549.  
  21550.    * Sending query to server: (2)
  21551.  
  21552.    * Parsing query:           (2)
  21553.  
  21554.    * Inserting record:        (1 x size of record)
  21555.  
  21556.    * Inserting indexes:       (1 x number of indexes)
  21557.  
  21558.    * Close:                   (1)
  21559.  
  21560. where the numbers are somewhat proportional to the overall time. This
  21561. does not take into consideration the initial overhead to open tables
  21562. (which is done once for each concurrently running query).
  21563.  
  21564. The size of the table slows down the insertion of indexes by N log N
  21565. (B-trees).
  21566.  
  21567. Some ways to speed up inserts:
  21568.  
  21569.    * If you are inserting many rows from the same client at the same
  21570.      time, use multiple value lists `INSERT' statements. This is much
  21571.      faster (many times in some cases) than using separate `INSERT'
  21572.      statements.
  21573.  
  21574.    * If you are inserting a lot of rows from different clients, you can
  21575.      get higher speed by using the `INSERT DELAYED' statement. *Note
  21576.      `INSERT': INSERT.
  21577.  
  21578.    * Note that with `MyISAM' you can insert rows at the same time
  21579.      `SELECT's are running if there are no deleted rows in the tables.
  21580.  
  21581.    * When loading a table from a text file, use `LOAD DATA INFILE'. This
  21582.      is usually 20 times faster than using a lot of `INSERT' statements.
  21583.      *Note `LOAD DATA': LOAD DATA.
  21584.  
  21585.    * It is possible with some extra work to make `LOAD DATA INFILE' run
  21586.      even faster when the table has many indexes. Use the following
  21587.      procedure:
  21588.  
  21589.        1. Optionally create the table with `CREATE TABLE'. For example,
  21590.           using `mysql' or Perl-DBI.
  21591.  
  21592.        2. Execute a `FLUSH TABLES' statement or the shell command
  21593.           `mysqladmin flush-tables'.
  21594.  
  21595.        3. Use `myisamchk --keys-used=0 -rq /path/to/db/tbl_name'. This
  21596.           will remove all usage of all indexes from the table.
  21597.  
  21598.        4. Insert data into the table with `LOAD DATA INFILE'. This will
  21599.           not update any indexes and will therefore be very fast.
  21600.  
  21601.        5. If you are going to only read the table in the future, run
  21602.           `myisampack' on it to make it smaller. *Note Compressed
  21603.           format::.
  21604.  
  21605.        6. Re-create the indexes with `myisamchk -r -q
  21606.           /path/to/db/tbl_name'. This will create the index tree in
  21607.           memory before writing it to disk, which is much faster
  21608.           because it avoids lots of disk seeks. The resulting index
  21609.           tree is also perfectly balanced.
  21610.  
  21611.        7. Execute a `FLUSH TABLES' statement or the shell command
  21612.           `mysqladmin flush-tables'.
  21613.  
  21614.      This procedure will be built into `LOAD DATA INFILE' in some future
  21615.      version of MySQL.
  21616.  
  21617.    * You can speed up insertions by locking your tables:
  21618.  
  21619.           mysql> LOCK TABLES a WRITE;
  21620.           mysql> INSERT INTO a VALUES (1,23),(2,34),(4,33);
  21621.           mysql> INSERT INTO a VALUES (8,26),(6,29);
  21622.           mysql> UNLOCK TABLES;
  21623.  
  21624.      The main speed difference is that the index buffer is flushed to
  21625.      disk only once, after all `INSERT' statements have completed.
  21626.      Normally there would be as many index buffer flushes as there are
  21627.      different `INSERT' statements. Locking is not needed if you can
  21628.      insert all rows with a single statement.
  21629.  
  21630.      Locking will also lower the total time of multi-connection tests,
  21631.      but the maximum wait time for some threads will go up (because
  21632.      they wait for locks).  For example:
  21633.  
  21634.           thread 1 does 1000 inserts
  21635.           thread 2, 3, and 4 does 1 insert
  21636.           thread 5 does 1000 inserts
  21637.  
  21638.      If you don't use locking, 2, 3, and 4 will finish before 1 and 5.
  21639.      If you use locking, 2, 3, and 4 probably will not finish before 1
  21640.      or 5, but the total time should be about 40% faster.
  21641.  
  21642.      As `INSERT', `UPDATE', and `DELETE' operations are very fast in
  21643.      MySQL, you will obtain better overall performance by adding locks
  21644.      around everything that does more than about 5 inserts or updates
  21645.      in a row.  If you do very many inserts in a row, you could do a
  21646.      `LOCK TABLES' followed by an `UNLOCK TABLES' once in a while
  21647.      (about each 1000 rows) to allow other threads access to the table.
  21648.      This would still result in a nice performance gain.
  21649.  
  21650.      Of course, `LOAD DATA INFILE' is much faster for loading data.
  21651.  
  21652. To get some more speed for both `LOAD DATA INFILE' and `INSERT',
  21653. enlarge the key buffer. *Note Server parameters::.
  21654.  
  21655. Speed of `UPDATE' Queries
  21656. -------------------------
  21657.  
  21658. Update queries are optimized as a `SELECT' query with the additional
  21659. overhead of a write. The speed of the write is dependent on the size of
  21660. the data that is being updated and the number of indexes that are
  21661. updated.  Indexes that are not changed will not be updated.
  21662.  
  21663. Also, another way to get fast updates is to delay updates and then do
  21664. many updates in a row later. Doing many updates in a row is much quicker
  21665. than doing one at a time if you lock the table.
  21666.  
  21667. Note that, with dynamic record format, updating a record to a longer
  21668. total length may split the record.  So if you do this often, it is very
  21669. important to `OPTIMIZE TABLE' sometimes.  *Note `OPTIMIZE TABLE':
  21670. OPTIMIZE TABLE.
  21671.  
  21672. Speed of `DELETE' Queries
  21673. -------------------------
  21674.  
  21675. If you want to delete all rows in the table, you should use `TRUNCATE
  21676. TABLE table_name'. *Note TRUNCATE::.
  21677.  
  21678. The time to delete a record is exactly proportional to the number of
  21679. indexes. To delete records more quickly, you can increase the size of
  21680. the index cache. *Note Server parameters::.
  21681.  
  21682. Other Optimization Tips
  21683. -----------------------
  21684.  
  21685. Unsorted tips for faster systems:
  21686.  
  21687.    * Use persistent connections to the database to avoid the connection
  21688.      overhead. If you can't use persistent connections and you are
  21689.      doing a lot of new connections to the database, you may want to
  21690.      change the value of the `thread_cache_size' variable. *Note Server
  21691.      parameters::.
  21692.  
  21693.    * Always check that all your queries really use the indexes you have
  21694.      created in the tables. In MySQL you can do this with the `EXPLAIN'
  21695.      command. *Note Explain: (manual)EXPLAIN.
  21696.  
  21697.    * Try to avoid complex `SELECT' queries on tables that are updated a
  21698.      lot. This is to avoid problems with table locking.
  21699.  
  21700.    * The new `MyISAM' tables can insert rows in a table without deleted
  21701.      rows at the same time another table is reading from it.  If this
  21702.      is important for you, you should consider methods where you don't
  21703.      have to delete rows or run `OPTIMIZE TABLE' after you have deleted
  21704.      a lot of rows.
  21705.  
  21706.    * Use `ALTER TABLE ... ORDER BY expr1,expr2...' if you mostly
  21707.      retrieve rows in expr1,expr2.. order.  By using this option after
  21708.      big changes to the table, you may be able to get higher
  21709.      performance.
  21710.  
  21711.    * In some cases it may make sense to introduce a column that is
  21712.      'hashed' based on information from other columns. If this column
  21713.      is short and reasonably unique it may be much faster than a big
  21714.      index on many columns. In MySQL it's very easy to use this extra
  21715.      column: `SELECT * FROM table_name WHERE hash=MD5(concat(col1,col2))
  21716.      AND col_1='constant' AND col_2='constant''
  21717.  
  21718.    * For tables that change a lot you should try to avoid all `VARCHAR'
  21719.      or `BLOB' columns. You will get dynamic row length as soon as you
  21720.      are using a single `VARCHAR' or `BLOB' column. *Note Table types::.
  21721.  
  21722.    * It's not normally useful to split a table into different tables
  21723.      just because the rows gets 'big'. To access a row, the biggest
  21724.      performance hit is the disk seek to find the first byte of the
  21725.      row. After finding the data most new disks can read the whole row
  21726.      fast enough for most applications. The only cases where it really
  21727.      matters to split up a table is if it's a dynamic row size table
  21728.      (see above) that you can change to a fixed row size, or if you
  21729.      very often need to scan the table and don't need most of the
  21730.      columns. *Note Table types::.
  21731.  
  21732.    * If you very often need to calculate things based on information
  21733.      from a lot of rows (like counts of things), it's probably much
  21734.      better to introduce a new table and update the counter in real
  21735.      time. An update of type `UPDATE table set count=count+1 where
  21736.      index_column=constant' is very fast!
  21737.  
  21738.      This is really important when you use databases like MySQL that
  21739.      only have table locking (multiple readers / single writers). This
  21740.      will also give better performance with most databases, as the row
  21741.      locking manager in this case will have less to do.
  21742.  
  21743.    * If you need to collect statistics from big log tables, use summary
  21744.      tables instead of scanning the whole table. Maintaining the
  21745.      summaries should be much faster than trying to do statistics
  21746.      'live'. It's much faster to regenerate new summary tables from the
  21747.      logs when things change (depending on business decisions) than to
  21748.      have to change the running application!
  21749.  
  21750.    * If possible, one should classify reports as 'live' or
  21751.      'statistical', where data needed for statistical reports are only
  21752.      generated based on summary tables that are generated from the
  21753.      actual data.
  21754.  
  21755.    * Take advantage of the fact that columns have default values. Insert
  21756.      values explicitly only when the value to be inserted differs from
  21757.      the default. This reduces the parsing that MySQL need to do and
  21758.      improves the insert speed.
  21759.  
  21760.    * In some cases it's convenient to pack and store data into a blob.
  21761.      In this case you have to add some extra code in your application
  21762.      to pack/unpack things in the blob, but this may save a lot of
  21763.      accesses at some stage.  This is practical when you have data that
  21764.      doesn't conform to a static table structure.
  21765.  
  21766.    * Normally you should try to keep all data non-redundant (what is
  21767.      called 3rd normal form in database theory), but you should not be
  21768.      afraid of duplicating things or creating summary tables if you
  21769.      need these to gain more speed.
  21770.  
  21771.    * Stored procedures or UDF (user-defined functions) may be a good
  21772.      way to get more performance.  In this case you should, however,
  21773.      always have a way to do this some other (slower) way if you use
  21774.      some database that doesn't support this.
  21775.  
  21776.    * You can always gain something by caching queries/answers in your
  21777.      application and trying to do many inserts/updates at the same
  21778.      time.  If your database supports lock tables (like MySQL and
  21779.      Oracle), this should help to ensure that the index cache is only
  21780.      flushed once after all updates.
  21781.  
  21782.    * Use `INSERT /*! DELAYED */' when you do not need to know when your
  21783.      data is written. This speeds things up because many records can be
  21784.      written with a single disk write.
  21785.  
  21786.    * Use `INSERT /*! LOW_PRIORITY */' when you want your selects to be
  21787.      more important.
  21788.  
  21789.    * Use `SELECT /*! HIGH_PRIORITY */' to get selects that jump the
  21790.      queue. That is, the select is done even if there is somebody
  21791.      waiting to do a write.
  21792.  
  21793.    * Use the multi-line `INSERT' statement to store many rows with one
  21794.      SQL command (many SQL servers supports this).
  21795.  
  21796.    * Use `LOAD DATA INFILE' to load bigger amounts of data. This is
  21797.      faster than normal inserts and will be even faster when `myisamchk'
  21798.      is integrated in `mysqld'.
  21799.  
  21800.    * Use `AUTO_INCREMENT' columns to make unique values.
  21801.  
  21802.    * Use `OPTIMIZE TABLE' once in a while to avoid fragmentation when
  21803.      using dynamic table format. *Note `OPTIMIZE TABLE': OPTIMIZE TABLE.
  21804.  
  21805.    * Use `HEAP' tables to get more speed when possible. *Note Table
  21806.      types::.
  21807.  
  21808.    * When using a normal Web server setup, images should be stored as
  21809.      files. That is, store only a file reference in the database.  The
  21810.      main reason for this is that a normal Web server is much better at
  21811.      caching files than database contents. So it it's much easier to
  21812.      get a fast system if you are using files.
  21813.  
  21814.    * Use in memory tables for non-critical data that are accessed often
  21815.      (like information about the last shown banner for users that don't
  21816.      have cookies).
  21817.  
  21818.    * Columns with identical information in different tables should be
  21819.      declared identical and have identical names. Before Version 3.23
  21820.      you got slow joins otherwise.
  21821.  
  21822.      Try to keep the names simple (use `name' instead of
  21823.      `customer_name' in the customer table). To make your names portable
  21824.      to other SQL servers you should keep them shorter than 18
  21825.      characters.
  21826.  
  21827.    * If you need REALLY high speed, you should take a look at the
  21828.      low-level interfaces for data storage that the different SQL
  21829.      servers support!  For example, by accessing the MySQL `MyISAM'
  21830.      directly, you could get a speed increase of 2-5 times compared to
  21831.      using the SQL interface.  To be able to do this the data must be
  21832.      on the same server as the application, and usually it should only
  21833.      be accessed by one process (because external file locking is
  21834.      really slow).  One could eliminate the above problems by
  21835.      introducing low-level `MyISAM' commands in the MySQL server (this
  21836.      could be one easy way to get more performance if needed).  By
  21837.      carefully designing the database interface, it should be quite
  21838.      easy to support this types of optimization.
  21839.  
  21840.    * In many cases it's faster to access data from a database (using a
  21841.      live connection) than accessing a text file, just because the
  21842.      database is likely to be more compact than the text file (if you
  21843.      are using numerical data), and this will involve fewer disk
  21844.      accesses.  You will also save code because you don't have to parse
  21845.      your text files to find line and column boundaries.
  21846.  
  21847.    * You can also use replication to speed things up. *Note
  21848.      Replication::.
  21849.  
  21850.    * Declaring a table with `DELAY_KEY_WRITE=1' will make the updating
  21851.      of indexes faster, as these are not logged to disk until the file
  21852.      is closed.  The downside is that you should run `myisamchk' on
  21853.      these tables before you start `mysqld' to ensure that they are
  21854.      okay if something killed `mysqld' in the middle.  As the key
  21855.      information can always be generated from the data, you should not
  21856.      lose anything by using `DELAY_KEY_WRITE'.
  21857.  
  21858. Locking Issues
  21859. ==============
  21860.  
  21861. How MySQL Locks Tables
  21862. ----------------------
  21863.  
  21864. You can find a discussion about different locking methods in the
  21865. appendix.  *Note Locking methods::.
  21866.  
  21867. All locking in MySQL is deadlock-free.  This is managed by always
  21868. requesting all needed locks at once at the beginning of a query and
  21869. always locking the tables in the same order.
  21870.  
  21871. The locking method MySQL uses for `WRITE' locks works as follows:
  21872.  
  21873.    * If there are no locks on the table, put a write lock on it.
  21874.  
  21875.    * Otherwise, put the lock request in the write lock queue.
  21876.  
  21877. The locking method MySQL uses for `READ' locks works as follows:
  21878.  
  21879.    * If there are no write locks on the table, put a read lock on it.
  21880.  
  21881.    * Otherwise, put the lock request in the read lock queue.
  21882.  
  21883. When a lock is released, the lock is made available to the threads in
  21884. the write lock queue, then to the threads in the read lock queue.
  21885.  
  21886. This means that if you have many updates on a table, `SELECT'
  21887. statements will wait until there are no more updates.
  21888.  
  21889. To work around this for the case where you want to do many `INSERT' and
  21890. `SELECT' operations on a table, you can insert rows in a temporary
  21891. table and update the real table with the records from the temporary
  21892. table once in a while.
  21893.  
  21894. This can be done with the following code:
  21895.      mysql> LOCK TABLES real_table WRITE, insert_table WRITE;
  21896.      mysql> insert into real_table select * from insert_table;
  21897.      mysql> TRUNCATE TABLE insert_table;
  21898.      mysql> UNLOCK TABLES;
  21899.  
  21900. You can use the `LOW_PRIORITY' options with `INSERT', `UPDATE' or
  21901. `DELETE' or `HIGH_PRIORITY' with `SELECT' if you want to prioritize
  21902. retrieval in some specific cases.  You can also start `mysqld' with
  21903. `--low-priority-updates' to get the same behaveour.
  21904.  
  21905. Using `SQL_BUFFER_RESULT' can also help making table locks shorter.
  21906. *Note SELECT::.
  21907.  
  21908. You could also change the locking code in `mysys/thr_lock.c' to use a
  21909. single queue.  In this case, write locks and read locks would have the
  21910. same priority, which might help some applications.
  21911.  
  21912. Table Locking Issues
  21913. --------------------
  21914.  
  21915. The table locking code in MySQL is deadlock free.
  21916.  
  21917. MySQL uses table locking (instead of row locking or column locking) on
  21918. all table types, except `BDB' tables, to achieve a very high lock
  21919. speed.  For large tables, table locking is MUCH better than row locking
  21920. for most applications, but there are, of course, some pitfalls.
  21921.  
  21922. For `BDB' and `InnoDB' tables, MySQL only uses table locking if you
  21923. explicitely lock the table with `LOCK TABLES' or execute a command that
  21924. will modify every row in the table, like `ALTER TABLE'.  For these
  21925. table types we recommend you to not use `LOCK TABLES' at all.
  21926.  
  21927. In MySQL Version 3.23.7 and above, you can insert rows into `MyISAM'
  21928. tables at the same time other threads are reading from the table.  Note
  21929. that currently this only works if there are no holes after deleted rows
  21930. in the table at the time the insert is made. When all holes has been
  21931. filled with new data, concurrent inserts will automatically be enabled
  21932. again.
  21933.  
  21934. Table locking enables many threads to read from a table at the same
  21935. time, but if a thread wants to write to a table, it must first get
  21936. exclusive access.  During the update, all other threads that want to
  21937. access this particular table will wait until the update is ready.
  21938.  
  21939. As updates on tables normally are considered to be more important than
  21940. `SELECT', all statements that update a table have higher priority than
  21941. statements that retrieve information from a table. This should ensure
  21942. that updates are not 'starved' because one issues a lot of heavy
  21943. queries against a specific table. (You can change this by using
  21944. LOW_PRIORITY with the statement that does the update or `HIGH_PRIORITY'
  21945. with the `SELECT' statement.)
  21946.  
  21947. Starting from MySQL Version 3.23.7 one can use the
  21948. `max_write_lock_count' variable to force MySQL to temporary give all
  21949. `SELECT' statements, that wait for a table, a higher priority after a
  21950. specific number of inserts on a table.
  21951.  
  21952. Table locking is, however, not very good under the following senario:
  21953.  
  21954.    * A client issues a `SELECT' that takes a long time to run.
  21955.  
  21956.    * Another client then issues an `UPDATE' on a used table. This client
  21957.      will wait until the `SELECT' is finished.
  21958.  
  21959.    * Another client issues another `SELECT' statement on the same
  21960.      table. As `UPDATE' has higher priority than `SELECT', this `SELECT'
  21961.      will wait for the `UPDATE' to finish.  It will also wait for the
  21962.      first `SELECT' to finish!
  21963.  
  21964.    * A thread is waiting for something like `full disk', in which case
  21965.      all threads that wants to access the problem table will also be
  21966.      put in a waiting state until more disk space is made available.
  21967.  
  21968. Some possible solutions to this problem are:
  21969.  
  21970.    * Try to get the `SELECT' statements to run faster. You may have to
  21971.      create some summary tables to do this.
  21972.  
  21973.    * Start `mysqld' with `--low-priority-updates'.  This will give all
  21974.      statements that update (modify) a table lower priority than a
  21975.      `SELECT' statement. In this case the last `SELECT' statement in
  21976.      the previous scenario would execute before the `INSERT' statement.
  21977.  
  21978.    * You can give a specific `INSERT', `UPDATE', or `DELETE' statement
  21979.      lower priority with the `LOW_PRIORITY' attribute.
  21980.  
  21981.    * Start `mysqld' with a low value for *max_write_lock_count* to give
  21982.      `READ' locks after a certain number of `WRITE' locks.
  21983.  
  21984.    * You can specify that all updates from a specific thread should be
  21985.      done with low priority by using the SQL command: `SET
  21986.      SQL_LOW_PRIORITY_UPDATES=1'.  *Note `SET OPTION': SET OPTION.
  21987.  
  21988.    * You can specify that a specific `SELECT' is very important with the
  21989.      `HIGH_PRIORITY' attribute. *Note `SELECT': SELECT.
  21990.  
  21991.    * If you have problems with `INSERT' combined with `SELECT', switch
  21992.      to use the new `MyISAM' tables as these support concurrent
  21993.      `SELECT's and `INSERT's.
  21994.  
  21995.    * If you mainly mix `INSERT' and `SELECT' statements, the `DELAYED'
  21996.      attribute to `INSERT' will probably solve your problems.  *Note
  21997.      `INSERT': INSERT.
  21998.  
  21999.    * If you have problems with `SELECT' and `DELETE', the `LIMIT'
  22000.      option to `DELETE' may help. *Note `DELETE': DELETE.
  22001.  
  22002. Optimizing Database Structure
  22003. =============================
  22004.  
  22005. Design Choices
  22006. --------------
  22007.  
  22008. MySQL keeps row data and index data in separate files. Many (almost
  22009. all) other databases mix row and index data in the same file. We
  22010. believe that the MySQL choice is better for a very wide range of modern
  22011. systems.
  22012.  
  22013. Another way to store the row data is to keep the information for each
  22014. column in a separate area (examples are SDBM and Focus). This will
  22015. cause a performance hit for every query that accesses more than one
  22016. column. Because this degenerates so quickly when more than one column
  22017. is accessed, we believe that this model is not good for general purpose
  22018. databases.
  22019.  
  22020. The more common case is that the index and data are stored together
  22021. (like in Oracle/Sybase et al). In this case you will find the row
  22022. information at the leaf page of the index. The good thing with this
  22023. layout is that it, in many cases, depending on how well the index is
  22024. cached, saves a disk read.  The bad things with this layout are:
  22025.  
  22026.    * Table scanning is much slower because you have to read through the
  22027.      indexes to get at the data.
  22028.  
  22029.    * You can't use only the index table to retrieve data for a query.
  22030.  
  22031.    * You lose a lot of space, as you must duplicate indexes from the
  22032.      nodes (as you can't store the row in the nodes).
  22033.  
  22034.    * Deletes will degenerate the table over time (as indexes in nodes
  22035.      are usually not updated on delete).
  22036.  
  22037.    * It's harder to cache ONLY the index data.
  22038.  
  22039. Get Your Data as Small as Possible
  22040. ----------------------------------
  22041.  
  22042. One of the most basic optimization is to get your data (and indexes) to
  22043. take as little space on the disk (and in memory) as possible. This can
  22044. give huge improvements because disk reads are faster and normally less
  22045. main memory will be used. Indexing also takes less resources if done on
  22046. smaller columns.
  22047.  
  22048. MySQL supports a lot of different table types and row formats.
  22049. Choosing the right table format may give you a big performance gain.
  22050. *Note Table types::.
  22051.  
  22052. You can get better performance on a table and minimize storage space
  22053. using the techniques listed below:
  22054.  
  22055.    * Use the most efficient (smallest) types possible. MySQL has many
  22056.      specialized types that save disk space and memory.
  22057.  
  22058.    * Use the smaller integer types if possible to get smaller tables.
  22059.      For example, `MEDIUMINT' is often better than `INT'.
  22060.  
  22061.    * Declare columns to be `NOT NULL' if possible. It makes everything
  22062.      faster and you save one bit per column. Note that if you really
  22063.      need `NULL' in your application you should definitely use it. Just
  22064.      avoid having it on all columns by default.
  22065.  
  22066.    * If you don't have any variable-length columns (`VARCHAR', `TEXT',
  22067.      or `BLOB' columns), a fixed-size record format is used. This is
  22068.      faster but unfortunately may waste some space.  *Note MyISAM table
  22069.      formats::.
  22070.  
  22071.    * The primary index of a table should be as short as possible. This
  22072.      makes identification of one row easy and efficient.
  22073.  
  22074.    * For each table, you have to decide which storage/index method to
  22075.      use. *Note Table types::.
  22076.  
  22077.    * Only create the indexes that you really need. Indexes are good for
  22078.      retrieval but bad when you need to store things fast. If you mostly
  22079.      access a table by searching on a combination of columns, make an
  22080.      index on them. The first index part should be the most used
  22081.      column. If you are ALWAYS using many columns, you should use the
  22082.      column with more duplicates first to get better compression of the
  22083.      index.
  22084.  
  22085.    * If it's very likely that a column has a unique prefix on the first
  22086.      number of characters, it's better to only index this prefix. MySQL
  22087.      supports an index on a part of a character column. Shorter indexes
  22088.      are faster not only because they take less disk space but also
  22089.      because they will give you more hits in the index cache and thus
  22090.      fewer disk seeks. *Note Server parameters::.
  22091.  
  22092.    * In some circumstances it can be beneficial to split into two a
  22093.      table that is scanned very often. This is especially true if it is
  22094.      a dynamic format table and it is possible to use a smaller static
  22095.      format table that can be used to find the relevant rows when
  22096.      scanning the table.
  22097.  
  22098. How MySQL Uses Indexes
  22099. ----------------------
  22100.  
  22101. Indexes are used to find rows with a specific value of one column fast.
  22102. Without an index MySQL has to start with the first record and then read
  22103. through the whole table until it finds the relevant rows. The bigger
  22104. the table, the more this costs. If the table has an index for the
  22105. columns in question, MySQL can quickly get a position to seek to in the
  22106. middle of the data file without having to look at all the data. If a
  22107. table has 1000 rows, this is at least 100 times faster than reading
  22108. sequentially. Note that if you need to access almost all 1000 rows it
  22109. is faster to read sequentially because we then avoid disk seeks.
  22110.  
  22111. All MySQL indexes (`PRIMARY', `UNIQUE', and `INDEX') are stored in
  22112. B-trees. Strings are automatically prefix- and end-space compressed.
  22113. *Note `CREATE INDEX': CREATE INDEX.
  22114.  
  22115. Indexes are used to:
  22116.    * Quickly find the rows that match a `WHERE' clause.
  22117.  
  22118.    * Retrieve rows from other tables when performing joins.
  22119.  
  22120.    * Find the `MAX()' or `MIN()' value for a specific indexed column.
  22121.      This is optimized by a preprocessor that checks if you are using
  22122.      `WHERE' key_part_# = constant on all key parts < N.  In this case
  22123.      MySQL will do a single key lookup and replace the `MIN()'
  22124.      expression with a constant.  If all expressions are replaced with
  22125.      constants, the query will return at once:
  22126.  
  22127.           SELECT MIN(key_part2),MAX(key_part2) FROM table_name where key_part1=10
  22128.  
  22129.    * Sort or group a table if the sorting or grouping is done on a
  22130.      leftmost prefix of a usable key (for example, `ORDER BY
  22131.      key_part_1,key_part_2 '). The key is read in reverse order if all
  22132.      key parts are followed by `DESC'.
  22133.  
  22134.      The index can also be used even if the `ORDER BY' doesn't match
  22135.      the index exactly, as long as all the unused index parts and all
  22136.      the extra are `ORDER BY' columns are constants in the `WHERE'
  22137.      clause. The following queries will use the index to resolve the
  22138.      `ORDER BY' part:
  22139.  
  22140.           SELECT * FROM foo ORDER BY key_part1,key_part2,key_part3;
  22141.           SELECT * FROM foo WHERE column=constant ORDER BY column, key_part1;
  22142.           SELECT * FROM foo WHERE key_part1=const GROUP BY key_part2;
  22143.  
  22144.    * In some cases a query can be optimized to retrieve values without
  22145.      consulting the data file. If all used columns for some table are
  22146.      numeric and form a leftmost prefix for some key, the values may be
  22147.      retrieved from the index tree for greater speed:
  22148.  
  22149.           SELECT key_part3 FROM table_name WHERE key_part1=1
  22150.  
  22151.  
  22152. Suppose you issue the following `SELECT' statement:
  22153.  
  22154.      mysql> SELECT * FROM tbl_name WHERE col1=val1 AND col2=val2;
  22155.  
  22156. If a multiple-column index exists on `col1' and `col2', the appropriate
  22157. rows can be fetched directly. If separate single-column indexes exist
  22158. on `col1' and `col2', the optimizer tries to find the most restrictive
  22159. index by deciding which index will find fewer rows and using that index
  22160. to fetch the rows.
  22161.  
  22162. If the table has a multiple-column index, any leftmost prefix of the
  22163. index can be used by the optimizer to find rows. For example, if you
  22164. have a three-column index on `(col1,col2,col3)', you have indexed
  22165. search capabilities on `(col1)', `(col1,col2)', and `(col1,col2,col3)'.
  22166.  
  22167. MySQL can't use a partial index if the columns don't form a leftmost
  22168. prefix of the index.  Suppose you have the `SELECT' statements shown
  22169. below:
  22170.  
  22171.      mysql> SELECT * FROM tbl_name WHERE col1=val1;
  22172.      mysql> SELECT * FROM tbl_name WHERE col2=val2;
  22173.      mysql> SELECT * FROM tbl_name WHERE col2=val2 AND col3=val3;
  22174.  
  22175. If an index exists on `(col1,col2,col3)', only the first query shown
  22176. above uses the index. The second and third queries do involve indexed
  22177. columns, but `(col2)' and `(col2,col3)' are not leftmost prefixes of
  22178. `(col1,col2,col3)'.
  22179.  
  22180. MySQL also uses indexes for `LIKE' comparisons if the argument to
  22181. `LIKE' is a constant string that doesn't start with a wild-card
  22182. character.  For example, the following `SELECT' statements use indexes:
  22183.  
  22184.      mysql> select * from tbl_name where key_col LIKE "Patrick%";
  22185.      mysql> select * from tbl_name where key_col LIKE "Pat%_ck%";
  22186.  
  22187. In the first statement, only rows with `"Patrick" <= key_col <
  22188. "Patricl"' are considered.  In the second statement, only rows with
  22189. `"Pat" <= key_col < "Pau"' are considered.
  22190.  
  22191. The following `SELECT' statements will not use indexes:
  22192.      mysql> select * from tbl_name where key_col LIKE "%Patrick%";
  22193.      mysql> select * from tbl_name where key_col LIKE other_col;
  22194.  
  22195. In the first statement, the `LIKE' value begins with a wild-card
  22196. character.  In the second statement, the `LIKE' value is not a constant.
  22197.  
  22198. Searching using `column_name IS NULL' will use indexes if column_name
  22199. is an index.
  22200.  
  22201. MySQL normally uses the index that finds the least number of rows. An
  22202. index is used for columns that you compare with the following operators:
  22203. `=', `>', `>=', `<', `<=', `BETWEEN', and a `LIKE' with a non-wild-card
  22204. prefix like `'something%''.
  22205.  
  22206. Any index that doesn't span all `AND' levels in the `WHERE' clause is
  22207. not used to optimize the query. In other words:  To be able to use an
  22208. index, a prefix of the index must be used in every `AND' group.
  22209.  
  22210. The following `WHERE' clauses use indexes:
  22211.      ... WHERE index_part1=1 AND index_part2=2 AND other_column=3
  22212.      ... WHERE index=1 OR A=10 AND index=2      /* index = 1 OR index = 2 */
  22213.      ... WHERE index_part1='hello' AND index_part_3=5
  22214.                /* optimized like "index_part1='hello'" */
  22215.      ... WHERE index1=1 and index2=2 or index1=3 and index3=3;
  22216.                /* Can use index on index1 but not on index2 or index 3 */
  22217.  
  22218. These `WHERE' clauses do *NOT* use indexes:
  22219.      ... WHERE index_part2=1 AND index_part3=2  /* index_part_1 is not used */
  22220.      ... WHERE index=1 OR A=10                  /* Index is not used in both AND parts */
  22221.      ... WHERE index_part1=1 OR index_part2=10  /* No index spans all rows */
  22222.  
  22223. Note that in some cases MySQL will not use an index, even if one would
  22224. be available.  Some of the cases where this happens are:
  22225.  
  22226.    * If the use of the index would require MySQL to access more than 30
  22227.      % of the rows in the table.  (In this case a table scan is
  22228.      probably much faster, as this will require us to do much fewer
  22229.      seeks).  Note that if such a query uses `LIMIT' to only retrieve
  22230.      part of the rows, MySQL will use an index anyway, as it can much
  22231.      more quickly find the few rows to return in the result.
  22232.  
  22233. Column Indexes
  22234. --------------
  22235.  
  22236. All MySQL column types can be indexed.  Use of indexes on the relevant
  22237. columns is the best way to improve the performance of `SELECT'
  22238. operations.
  22239.  
  22240. The maximum number of keys and the maximum index length is defined per
  22241. table handler. *Note Table types::. You can with all table handlers have
  22242. at least 16 keys and a total index length of at least 256 bytes.
  22243.  
  22244. For `CHAR' and `VARCHAR' columns, you can index a prefix of a column.
  22245. This is much faster and requires less disk space than indexing the
  22246. whole column.  The syntax to use in the `CREATE TABLE' statement to
  22247. index a column prefix looks like this:
  22248.  
  22249.      KEY index_name (col_name(length))
  22250.  
  22251. The example below creates an index for the first 10 characters of the
  22252. `name' column:
  22253.  
  22254.      mysql> CREATE TABLE test (
  22255.                 name CHAR(200) NOT NULL,
  22256.                 KEY index_name (name(10)));
  22257.  
  22258. For `BLOB' and `TEXT' columns, you must index a prefix of the column.
  22259. You cannot index the entire column.
  22260.  
  22261. In MySQL Version 3.23.23 or later, you can also create special
  22262. *FULLTEXT* indexes. They are used for full-text search. Only the
  22263. `MyISAM' table type supports `FULLTEXT' indexes. They can be created
  22264. only from `VARCHAR' and `TEXT' columns.  Indexing always happens over
  22265. the entire column and partial indexing is not supported. See *Note
  22266. Fulltext Search:: for details.
  22267.  
  22268. Multiple-Column Indexes
  22269. -----------------------
  22270.  
  22271. MySQL can create indexes on multiple columns.  An index may consist of
  22272. up to 15 columns. (On `CHAR' and `VARCHAR' columns you can also use a
  22273. prefix of the column as a part of an index).
  22274.  
  22275. A multiple-column index can be considered a sorted array containing
  22276. values that are created by concatenating the values of the indexed
  22277. columns.
  22278.  
  22279. MySQL uses multiple-column indexes in such a way that queries are fast
  22280. when you specify a known quantity for the first column of the index in a
  22281. `WHERE' clause, even if you don't specify values for the other columns.
  22282.  
  22283. Suppose a table is created using the following specification:
  22284.  
  22285.      mysql> CREATE TABLE test (
  22286.                 id INT NOT NULL,
  22287.                 last_name CHAR(30) NOT NULL,
  22288.                 first_name CHAR(30) NOT NULL,
  22289.                 PRIMARY KEY (id),
  22290.                 INDEX name (last_name,first_name));
  22291.  
  22292. Then the index `name' is an index over `last_name' and `first_name'.
  22293. The index will be used for queries that specify values in a known range
  22294. for `last_name', or for both `last_name' and `first_name'.  Therefore,
  22295. the `name' index will be used in the following queries:
  22296.  
  22297.      mysql> SELECT * FROM test WHERE last_name="Widenius";
  22298.      
  22299.      mysql> SELECT * FROM test WHERE last_name="Widenius"
  22300.                                AND first_name="Michael";
  22301.      
  22302.      mysql> SELECT * FROM test WHERE last_name="Widenius"
  22303.                                AND (first_name="Michael" OR first_name="Monty");
  22304.      
  22305.      mysql> SELECT * FROM test WHERE last_name="Widenius"
  22306.                                AND first_name >="M" AND first_name < "N";
  22307.  
  22308. However, the `name' index will NOT be used in the following queries:
  22309.  
  22310.      mysql> SELECT * FROM test WHERE first_name="Michael";
  22311.      
  22312.      mysql> SELECT * FROM test WHERE last_name="Widenius"
  22313.                                OR first_name="Michael";
  22314.  
  22315. For more information on the manner in which MySQL uses indexes to
  22316. improve query performance, see *Note MySQL indexes: MySQL indexes.
  22317.  
  22318. How MySQL Opens and Closes Tables
  22319. ---------------------------------
  22320.  
  22321. `table_cache', `max_connections', and `max_tmp_tables' affect the
  22322. maximum number of files the server keeps open.  If you increase one or
  22323. both of these values, you may run up against a limit imposed by your
  22324. operating system on the per-process number of open file descriptors.
  22325. However, you can increase the limit on many systems.  Consult your OS
  22326. documentation to find out how to do this, because the method for
  22327. changing the limit varies widely from system to system.
  22328.  
  22329. `table_cache' is related to `max_connections'.  For example, for 200
  22330. concurrent running connections, you should have a table cache of at
  22331. least `200 * n', where `n' is the maximum number of tables in a join.
  22332. You also need to reserve some extra file descriptors for temporary
  22333. tables and files.
  22334.  
  22335. The cache of open tables can grow to a maximum of `table_cache'
  22336. (default 64; this can be changed with the `-O table_cache=#' option to
  22337. `mysqld').  A table is never closed, except when the cache is full and
  22338. another thread tries to open a table or if you use `mysqladmin refresh'
  22339. or `mysqladmin flush-tables'.
  22340.  
  22341. When the table cache fills up, the server uses the following procedure
  22342. to locate a cache entry to use:
  22343.  
  22344.    * Tables that are not currently in use are released, in
  22345.      least-recently-used order.
  22346.  
  22347.    * If the cache is full and no tables can be released, but a new
  22348.      table needs to be opened, the cache is temporarily extended as
  22349.      necessary.
  22350.  
  22351.    * If the cache is in a temporarily-extended state and a table goes
  22352.      from in-use to not-in-use state, the table is closed and released
  22353.      from the cache.
  22354.  
  22355. A table is opened for each concurrent access. This means that if you
  22356. have two threads accessing the same table or access the table twice in
  22357. the same query (with `AS') the table needs to be opened twice.  The
  22358. first open of any table takes two file descriptors; each additional use
  22359. of the table takes only one file descriptor.  The extra descriptor for
  22360. the first open is used for the index file; this descriptor is shared
  22361. among all threads.
  22362.  
  22363. You can check if your table cache is too small by checking the mysqld
  22364. variable `opened_tables'.  If this is quite big, even if you haven't
  22365. done a lot of `FLUSH TABLES', you should increase your table cache.
  22366. *Note SHOW STATUS::.
  22367.  
  22368. Drawbacks to Creating Large Numbers of Tables in the Same Database
  22369. ------------------------------------------------------------------
  22370.  
  22371. If you have many files in a directory, open, close, and create
  22372. operations will be slow.  If you execute `SELECT' statements on many
  22373. different tables, there will be a little overhead when the table cache
  22374. is full, because for every table that has to be opened, another must be
  22375. closed. You can reduce this overhead by making the table cache larger.
  22376.  
  22377. Why So Many Open tables?
  22378. ------------------------
  22379.  
  22380. When you run `mysqladmin status', you'll see something like this:
  22381.  
  22382.      Uptime: 426 Running threads: 1 Questions: 11082 Reloads: 1 Open tables: 12
  22383.  
  22384. This can be somewhat perplexing if you only have 6 tables.
  22385.  
  22386. MySQL is multithreaded, so it may have many queries on the same table
  22387. simultaneously. To minimize the problem with two threads having
  22388. different states on the same file, the table is opened independently by
  22389. each concurrent thread. This takes some memory and one extra file
  22390. descriptor for the data file. The index file descriptor is shared
  22391. between all threads.
  22392.  
  22393. Optimizing the MySQL Server
  22394. ===========================
  22395.  
  22396. System/Compile Time and Startup Parameter Tuning
  22397. ------------------------------------------------
  22398.  
  22399. We start with the system level things since some of these decisions have
  22400. to be made very early. In other cases a fast look at this part may
  22401. suffice because it not that important for the big gains. However, it is
  22402. always nice to have a feeling about how much one could gain by changing
  22403. things at this level.
  22404.  
  22405. The default OS to use is really important!  To get the most use of
  22406. multiple CPU machines one should use Solaris (because the threads works
  22407. really nice) or Linux (because the 2.2 kernel has really good SMP
  22408. support). Also on 32-bit machines Linux has a 2G file size limit by
  22409. default. Hopefully this will be fixed soon when new filesystems are
  22410. released (XFS/Reiserfs).  If you have a desperate need for files bigger
  22411. than 2G on Linux-intel 32 bit, you should get the LFS patch for the ext2
  22412. file system.
  22413.  
  22414. Because we have not run MySQL in production on that many platforms, we
  22415. advice you to test your intended platform before choosing it, if
  22416. possible.
  22417.  
  22418. Other tips:
  22419.    * If you have enough RAM, you could remove all swap devices. Some
  22420.      operating systems will use a swap device in some contexts even if
  22421.      you have free memory.
  22422.  
  22423.    * Use the `--skip-locking' MySQL option to avoid external locking.
  22424.      Note that this will not impact MySQL's functionality as long as
  22425.      you only run one server. Just remember to take down the server (or
  22426.      lock relevant parts) before you run `myisamchk'. On some system
  22427.      this switch is mandatory because the external locking does not
  22428.      work in any case.
  22429.  
  22430.      The `--skip-locking' option is on by default when compiling with
  22431.      MIT-pthreads, because `flock()' isn't fully supported by
  22432.      MIT-pthreads on all platforms.  It's also on default for Linux as
  22433.      Linux file locking are not yet safe.
  22434.  
  22435.      The only case when you can't use `--skip-locking' is if you run
  22436.      multiple MySQL _servers_ (not clients) on the same data, or run
  22437.      `myisamchk' on the table without first flushing and locking the
  22438.      `mysqld' server tables first.
  22439.  
  22440.      You can still use `LOCK TABLES'/`UNLOCK TABLES' even if you are
  22441.      using `--skip-locking'
  22442.  
  22443. Tuning Server Parameters
  22444. ------------------------
  22445.  
  22446. You can get the default buffer sizes used by the `mysqld' server with
  22447. this command:
  22448.  
  22449.      shell> mysqld --help
  22450.  
  22451. This command produces a list of all `mysqld' options and configurable
  22452. variables. The output includes the default values and looks something
  22453. like this:
  22454.  
  22455.      Possible variables for option --set-variable (-O) are:
  22456.      back_log              current value: 5
  22457.      bdb_cache_size        current value: 1048540
  22458.      binlog_cache_size     current_value: 32768
  22459.      connect_timeout       current value: 5
  22460.      delayed_insert_timeout  current value: 300
  22461.      delayed_insert_limit  current value: 100
  22462.      delayed_queue_size    current value: 1000
  22463.      flush_time            current value: 0
  22464.      interactive_timeout   current value: 28800
  22465.      join_buffer_size      current value: 131072
  22466.      key_buffer_size       current value: 1048540
  22467.      lower_case_table_names  current value: 0
  22468.      long_query_time       current value: 10
  22469.      max_allowed_packet    current value: 1048576
  22470.      max_binlog_cache_size current_value: 4294967295
  22471.      max_connections       current value: 100
  22472.      max_connect_errors    current value: 10
  22473.      max_delayed_threads   current value: 20
  22474.      max_heap_table_size   current value: 16777216
  22475.      max_join_size         current value: 4294967295
  22476.      max_sort_length       current value: 1024
  22477.      max_tmp_tables        current value: 32
  22478.      max_write_lock_count  current value: 4294967295
  22479.      myisam_sort_buffer_size  current value: 8388608
  22480.      net_buffer_length     current value: 16384
  22481.      net_retry_count       current value: 10
  22482.      net_read_timeout      current value: 30
  22483.      net_write_timeout     current value: 60
  22484.      query_buffer_size     current value: 0
  22485.      record_buffer         current value: 131072
  22486.      record_rnd_buffer     current value: 131072
  22487.      slow_launch_time      current value: 2
  22488.      sort_buffer           current value: 2097116
  22489.      table_cache           current value: 64
  22490.      thread_concurrency    current value: 10
  22491.      tmp_table_size        current value: 1048576
  22492.      thread_stack          current value: 131072
  22493.      wait_timeout          current value: 28800
  22494.  
  22495. If there is a `mysqld' server currently running, you can see what
  22496. values it actually is using for the variables by executing this command:
  22497.  
  22498.      shell> mysqladmin variables
  22499.  
  22500. You can find a full description for all variables in the `SHOW
  22501. VARIABLES' section in this manual. *Note SHOW VARIABLES::.
  22502.  
  22503. You can also see some statistics from a running server by issuing the
  22504. command `SHOW STATUS'. *Note SHOW STATUS::.
  22505.  
  22506. MySQL uses algorithms that are very scalable, so you can usually run
  22507. with very little memory. If you, however, give MySQL more memory, you
  22508. will normally also get better performance.
  22509.  
  22510. When tuning a MySQL server, the two most important variables to use are
  22511. `key_buffer_size' and `table_cache'.  You should first feel confident
  22512. that you have these right before trying to change any of the other
  22513. variables.
  22514.  
  22515. If you have much memory (>=256M) and many tables and want maximum
  22516. performance with a moderate number of clients, you should use something
  22517. like this:
  22518.  
  22519.      shell> safe_mysqld -O key_buffer=64M -O table_cache=256 \
  22520.                 -O sort_buffer=4M -O record_buffer=1M &
  22521.  
  22522. If you have only 128M and only a few tables, but you still do a lot of
  22523. sorting, you can use something like:
  22524.  
  22525.      shell> safe_mysqld -O key_buffer=16M -O sort_buffer=1M
  22526.  
  22527. If you have little memory and lots of connections, use something like
  22528. this:
  22529.  
  22530.      shell> safe_mysqld -O key_buffer=512k -O sort_buffer=100k \
  22531.                 -O record_buffer=100k &
  22532.  
  22533. or even:
  22534.  
  22535.      shell> safe_mysqld -O key_buffer=512k -O sort_buffer=16k \
  22536.                 -O table_cache=32 -O record_buffer=8k -O net_buffer=1K &
  22537.  
  22538. If you are doing a `GROUP BY' or `ORDER BY' on files that are much
  22539. bigger than your available memory you should increase the value of
  22540. `record_rnd_buffer' to speed up the reading of rows after the sorting
  22541. is done.
  22542.  
  22543. When you have installed MySQL, the `support-files' directory will
  22544. contain some different `my.cnf' example files, `my-huge.cnf',
  22545. `my-large.cnf', `my-medium.cnf', and `my-small.cnf', you can use as a
  22546. base to optimize your system.
  22547.  
  22548. If there are very many connections, "swapping problems" may occur unless
  22549. `mysqld' has been configured to use very little memory for each
  22550. connection. `mysqld' performs better if you have enough memory for all
  22551. connections, of course.
  22552.  
  22553. Note that if you change an option to `mysqld', it remains in effect only
  22554. for that instance of the server.
  22555.  
  22556. To see the effects of a parameter change, do something like this:
  22557.  
  22558.      shell> mysqld -O key_buffer=32m --help
  22559.  
  22560. Make sure that the `--help' option is last; otherwise, the effect of any
  22561. options listed after it on the command line will not be reflected in the
  22562. output.
  22563.  
  22564. How Compiling and Linking Affects the Speed of MySQL
  22565. ----------------------------------------------------
  22566.  
  22567. Most of the following tests are done on Linux with the MySQL
  22568. benchmarks, but they should give some indication for other operating
  22569. systems and workloads.
  22570.  
  22571. You get the fastest executable when you link with `-static'.
  22572.  
  22573. On Linux, you will get the fastest code when compiling with `pgcc' and
  22574. `-O3'. To compile `sql_yacc.cc' with these options, you need about 200M
  22575. memory because `gcc/pgcc' needs a lot of memory to make all functions
  22576. inline. You should also set `CXX=gcc' when configuring MySQL to avoid
  22577. inclusion of the `libstdc++' library (it is not needed). Note that with
  22578. some versions of `pgcc', the resulting code will only run on true
  22579. Pentium processors, even if you use the compiler option that you want
  22580. the resulting code to be working on all x586 type processors (like AMD).
  22581.  
  22582. By just using a better compiler and/or better compiler options you can
  22583. get a 10-30 % speed increase in your application.  This is particularly
  22584. important if you compile the SQL server yourself!
  22585.  
  22586. We have tested both the Cygnus CodeFusion and Fujitsu compilers, but
  22587. when we tested them, neither was sufficiently bug free to allow MySQL
  22588. to be compiled with optimizations on.
  22589.  
  22590. When you compile MySQL you should only include support for the
  22591. character sets that you are going to use. (Option `--with-charset=xxx').
  22592. The standard MySQL binary distributions are compiled with support for
  22593. all character sets.
  22594.  
  22595. Here is a list of some measurements that we have done:
  22596.    * If you use `pgcc' and compile everything with `-O6', the `mysqld'
  22597.      server is 1% faster than with `gcc' 2.95.2.
  22598.  
  22599.    * If you link dynamically (without `-static'), the result is 13%
  22600.      slower on Linux.  Note that you still can use a dynamic linked
  22601.      MySQL library. It is only the server that is critical for
  22602.      performance.
  22603.  
  22604.    * If you strip your `mysqld' binary with `strip libexec/mysqld', the
  22605.      resulting binary can be up to 4 % faster.
  22606.  
  22607.    * If you connect using TCP/IP rather than Unix sockets, the result
  22608.      is 7.5% slower on the same computer. (If you are connection to
  22609.      `localhost', MySQL will, by default, use sockets).
  22610.  
  22611.    * If you connect using TCP/IP from another computer over a 100M
  22612.      Ethernet, things will be 8-11 % slower.
  22613.  
  22614.    * If you compile with `--with-debug=full', then you will loose 20 %
  22615.      for most queries, but some queries may take substantially longer
  22616.      (The MySQL benchmarks ran 35 % slower) If you use `--with-debug',
  22617.      then you will only loose 15 %.  By starting a `mysqld' version
  22618.      compiled with `--with-debug=full' with `--skip-safemalloc' the end
  22619.      result should be close to when configuring with `--with-debug'.
  22620.  
  22621.    * On a Sun SPARCstation 20, SunPro C++ 4.2 is 5 % faster than `gcc'
  22622.      2.95.2.
  22623.  
  22624.    * Compiling with `gcc' 2.95.2 for ultrasparc with the option
  22625.      `-mcpu=v8 -Wa,-xarch=v8plusa' gives 4 % more performance.
  22626.  
  22627.    * On Solaris 2.5.1, MIT-pthreads is 8-12% slower than Solaris native
  22628.      threads on a single processor. With more load/CPUs the difference
  22629.      should get bigger.
  22630.  
  22631.    * Running with `--log-bin' makes *[MySQL* 1 % slower.
  22632.  
  22633.    * Compiling on Linux-x86 using gcc without frame pointers
  22634.      `-fomit-frame-pointer' or `-fomit-frame-pointer -ffixed-ebp'
  22635.      `mysqld' 1-4% faster.
  22636.  
  22637. The MySQL-Linux distribution provided by MySQL AB used to be compiled
  22638. with `pgcc', but we had to go back to regular gcc because of a bug in
  22639. `pgcc' that would generate the code that does not run on AMD. We will
  22640. continue using gcc until that bug is resolved.  In the meantime, if you
  22641. have a non-AMD machine, you can get a faster binary by compiling with
  22642. `pgcc'.  The standard MySQL Linux binary is linked statically to get it
  22643. faster and more portable.
  22644.  
  22645. How MySQL Uses Memory
  22646. ---------------------
  22647.  
  22648. The list below indicates some of the ways that the `mysqld' server uses
  22649. memory.  Where applicable, the name of the server variable relevant to
  22650. the memory use is given:
  22651.  
  22652.    * The key buffer (variable `key_buffer_size') is shared by all
  22653.      threads; Other buffers used by the server are allocated as needed.
  22654.      *Note Server parameters::.
  22655.  
  22656.    * Each connection uses some thread-specific space: A stack (default
  22657.      64K, variable `thread_stack'), a connection buffer (variable
  22658.      `net_buffer_length'), and a result buffer (variable
  22659.      `net_buffer_length'). The connection buffer and result buffer are
  22660.      dynamically enlarged up to `max_allowed_packet' when needed.  When
  22661.      a query is running, a copy of the current query string is also
  22662.      allocated.
  22663.  
  22664.    * All threads share the same base memory.
  22665.  
  22666.    * Only the compressed ISAM / MyISAM tables are memory mapped.  This
  22667.      is because the 32-bit memory space of 4GB is not large enough for
  22668.      most big tables. When systems with a 64-bit address space become
  22669.      more common we may add general support for memory mapping.
  22670.  
  22671.    * Each request doing a sequential scan over a table allocates a read
  22672.      buffer (variable `record_buffer').
  22673.  
  22674.    * When reading rows in 'random' order (for example after a sort) a
  22675.      random-read buffer is allocated to avoid disk seeks.  (variable
  22676.      `record_rnd_buffer').
  22677.  
  22678.    * All joins are done in one pass, and most joins can be done without
  22679.      even using a temporary table. Most temporary tables are
  22680.      memory-based (HEAP) tables.  Temporary tables with a big record
  22681.      length (calculated as the sum of all column lengths) or that
  22682.      contain `BLOB' columns are stored on disk.
  22683.  
  22684.      One problem in MySQL versions before Version 3.23.2 is that if a
  22685.      HEAP table exceeds the size of `tmp_table_size', you get the error
  22686.      `The table tbl_name is full'. In newer versions this is handled by
  22687.      automatically changing the in-memory (HEAP) table to a disk-based
  22688.      (MyISAM) table as necessary. To work around this problem, you can
  22689.      increase the temporary table size by setting the `tmp_table_size'
  22690.      option to `mysqld', or by setting the SQL option `SQL_BIG_TABLES'
  22691.      in the client program.  *Note `SET OPTION': SET OPTION. In MySQL
  22692.      Version 3.20, the maximum size of the temporary table was
  22693.      `record_buffer*16', so if you are using this version, you have to
  22694.      increase the value of `record_buffer'. You can also start `mysqld'
  22695.      with the `--big-tables' option to always store temporary tables on
  22696.      disk. However, this will affect the speed of many complicated
  22697.      queries.
  22698.  
  22699.    * Most requests doing a sort allocates a sort buffer and 0-2
  22700.      temporary files depending on the result set size. *Note Temporary
  22701.      files::.
  22702.  
  22703.    * Almost all parsing and calculating is done in a local memory
  22704.      store. No memory overhead is needed for small items and the normal
  22705.      slow memory allocation and freeing is avoided. Memory is allocated
  22706.      only for unexpectedly large strings (this is done with `malloc()'
  22707.      and `free()').
  22708.  
  22709.    * Each index file is opened once and the data file is opened once
  22710.      for each concurrently running thread. For each concurrent thread,
  22711.      a table structure, column structures for each column, and a buffer
  22712.      of size `3 * n' is allocated (where `n' is the maximum row length,
  22713.      not counting `BLOB' columns). A `BLOB' uses 5 to 8 bytes plus the
  22714.      length of the `BLOB' data. The `ISAM'/`MyISAM' table handlers will
  22715.      use one extra row buffer for internal usage.
  22716.  
  22717.    * For each table having `BLOB' columns, a buffer is enlarged
  22718.      dynamically to read in larger `BLOB' values. If you scan a table,
  22719.      a buffer as large as the largest `BLOB' value is allocated.
  22720.  
  22721.    * Table handlers for all in-use tables are saved in a cache and
  22722.      managed as a FIFO. Normally the cache has 64 entries. If a table
  22723.      has been used by two running threads at the same time, the cache
  22724.      contains two entries for the table. *Note Table cache::.
  22725.  
  22726.    * A `mysqladmin flush-tables' command closes all tables that are not
  22727.      in use and marks all in-use tables to be closed when the currently
  22728.      executing thread finishes. This will effectively free most in-use
  22729.      memory.
  22730.  
  22731. `ps' and other system status programs may report that `mysqld' uses a
  22732. lot of memory. This may be caused by thread-stacks on different memory
  22733. addresses. For example, the Solaris version of `ps' counts the unused
  22734. memory between stacks as used memory. You can verify this by checking
  22735. available swap with `swap -s'. We have tested `mysqld' with commercial
  22736. memory-leakage detectors, so there should be no memory leaks.
  22737.  
  22738. How MySQL uses DNS
  22739. ------------------
  22740.  
  22741. When a new thread connects to `mysqld', `mysqld' will span a new thread
  22742. to handle the request.  This thread will first check if the hostname is
  22743. in the hostname cache. If not the thread will call `gethostbyaddr_r()'
  22744. and `gethostbyname_r()' to resolve the hostname.
  22745.  
  22746. If the operating system doesn't support the above thread-safe calls, the
  22747. thread will lock a mutex and call `gethostbyaddr()' and
  22748. `gethostbyname()' instead. Note that in this case no other thread can
  22749. resolve other hostnames that is not in the hostname cache until the
  22750. first thread is ready.
  22751.  
  22752. You can disable DNS host lookup by starting `mysqld' with
  22753. `--skip-name-resolve'.  In this case you can however only use IP names
  22754. in the MySQL privilege tables.
  22755.  
  22756. If you have a very slow DNS and many hosts, you can get more
  22757. performance by either disabling DNS lookop with `--skip-name-resolve'
  22758. or by increasing the `HOST_CACHE_SIZE' define (default: 128) and
  22759. recompile `mysqld'.
  22760.  
  22761. You can disable the hostname cache with `--skip-host-cache'. You can
  22762. clear the hostname cache with `FLUSH HOSTS' or `mysqladmin flush-hosts'.
  22763.  
  22764. If you don't want to allow connections over `TCP/IP', you can do this
  22765. by starting `mysqld' with `--skip-networking'.
  22766.  
  22767. `SET' Syntax
  22768. ------------
  22769.  
  22770.      SET [OPTION] SQL_VALUE_OPTION= value, ...
  22771.  
  22772. `SET OPTION' sets various options that affect the operation of the
  22773. server or your client.  Any option you set remains in effect until the
  22774. current session ends, or until you set the option to a different value.
  22775.  
  22776. `CHARACTER SET character_set_name | DEFAULT'
  22777.      This maps all strings from and to the client with the given
  22778.      mapping.  Currently the only option for `character_set_name' is
  22779.      `cp1251_koi8', but you can easily add new mappings by editing the
  22780.      `sql/convert.cc' file in the MySQL source distribution.  The
  22781.      default mapping can be restored by using a `character_set_name'
  22782.      value of `DEFAULT'.
  22783.  
  22784.      Note that the syntax for setting the `CHARACTER SET' option differs
  22785.      from the syntax for setting the other options.
  22786.  
  22787. `PASSWORD = PASSWORD('some password')'
  22788.      Set the password for the current user. Any non-anonymous user can
  22789.      change his own password!
  22790.  
  22791. `PASSWORD FOR user = PASSWORD('some password')'
  22792.      Set the password for a specific user on the current server host.
  22793.      Only a user with access to the `mysql' database can do this.  The
  22794.      user should be given in `user@hostname' format, where `user' and
  22795.      `hostname' are exactly as they are listed in the `User' and `Host'
  22796.      columns of the `mysql.user' table entry.  For example, if you had
  22797.      an entry with `User' and `Host' fields of `'bob'' and
  22798.      `'%.loc.gov'', you would write:
  22799.  
  22800.           mysql> SET PASSWORD FOR bob@"%.loc.gov" = PASSWORD("newpass");
  22801.           
  22802.           or
  22803.           
  22804.           mysql> UPDATE mysql.user SET password=PASSWORD("newpass") where user="bob' and host="%.loc.gov";
  22805.  
  22806. `SQL_AUTO_IS_NULL = 0 | 1'
  22807.      If set to `1' (default) then one can find the last inserted row
  22808.      for a table with an auto_increment row with the following
  22809.      construct: `WHERE auto_increment_column IS NULL'.  This is used by
  22810.      some ODBC programs like Access.
  22811.  
  22812. `AUTOCOMMIT= 0 | 1'
  22813.      If set to `1' all changes to a table will be done at once. To start
  22814.      a multi-command transaction, you have to use the `BEGIN'
  22815.      statement. *Note COMMIT::. If set to `0' you have to use `COMMIT' /
  22816.      `ROLLBACK' to accept/revoke that transaction. *Note COMMIT::.  Note
  22817.      that when you change from not `AUTOCOMMIT' mode to `AUTOCOMMIT'
  22818.      mode, MySQL will do an automatic `COMMIT' on any open transactions.
  22819.  
  22820. `SQL_BIG_TABLES = 0 | 1'
  22821.      If set to `1', all temporary tables are stored on disk rather than
  22822.      in memory.  This will be a little slower, but you will not get the
  22823.      error `The table tbl_name is full' for big `SELECT' operations that
  22824.      require a large temporary table.  The default value for a new
  22825.      connection is `0' (that is, use in-memory temporary tables).
  22826.  
  22827. `SQL_BIG_SELECTS = 0 | 1'
  22828.      If set to `0', MySQL will abort if a `SELECT' is attempted that
  22829.      probably will take a very long time. This is useful when an
  22830.      inadvisable `WHERE' statement has been issued. A big query is
  22831.      defined as a `SELECT' that probably will have to examine more than
  22832.      `max_join_size' rows.  The default value for a new connection is
  22833.      `1' (which will allow all `SELECT' statements).
  22834.  
  22835. `SQL_BUFFER_RESULT = 0 | 1'
  22836.      `SQL_BUFFER_RESULT' will force the result from `SELECT''s to be
  22837.      put into a temporary table. This will help MySQL free the table
  22838.      locks early and will help in cases where it takes a long time to
  22839.      send the result set to the client.
  22840.  
  22841. `SQL_LOW_PRIORITY_UPDATES = 0 | 1'
  22842.      If set to `1', all `INSERT', `UPDATE', `DELETE', and and `LOCK
  22843.      TABLE WRITE' statements wait until there is no pending `SELECT' or
  22844.      `LOCK TABLE READ' on the affected table.
  22845.  
  22846. `SQL_MAX_JOIN_SIZE = value | DEFAULT'
  22847.      Don't allow `SELECT's that will probably need to examine more than
  22848.      `value' row combinations.  By setting this value, you can catch
  22849.      `SELECT's where keys are not used properly and that would probably
  22850.      take a long time. Setting this to a value other than `DEFAULT'
  22851.      will reset the `SQL_BIG_SELECTS' flag.  If you set the
  22852.      `SQL_BIG_SELECTS' flag again, the `SQL_MAX_JOIN_SIZE' variable
  22853.      will be ignored.  You can set a default value for this variable by
  22854.      starting `mysqld' with `-O max_join_size=#'.
  22855.  
  22856. `SQL_SAFE_UPDATES = 0 | 1'
  22857.      If set to `1', MySQL will abort if an `UPDATE' or `DELETE' is
  22858.      attempted that doesn't use a key or `LIMIT' in the `WHERE' clause.
  22859.      This makes it possible to catch wrong updates when creating SQL
  22860.      commands by hand.
  22861.  
  22862. `SQL_SELECT_LIMIT = value | DEFAULT'
  22863.      The maximum number of records to return from `SELECT' statements.
  22864.      If a `SELECT' has a `LIMIT' clause, the `LIMIT' takes precedence
  22865.      over the value of `SQL_SELECT_LIMIT'.  The default value for a new
  22866.      connection is "unlimited." If you have changed the limit, the
  22867.      default value can be restored by using a `SQL_SELECT_LIMIT' value
  22868.      of `DEFAULT'.
  22869.  
  22870. `SQL_LOG_OFF = 0 | 1'
  22871.      If set to `1', no logging will be done to the standard log for this
  22872.      client, if the client has the *process* privilege.  This does not
  22873.      affect the update log!
  22874.  
  22875. `SQL_LOG_UPDATE = 0 | 1'
  22876.      If set to `0', no logging will be done to the update log for the
  22877.      client, if the client has the *process* privilege.  This does not
  22878.      affect the standard log!
  22879.  
  22880. `SQL_QUOTE_SHOW_CREATE = 0 | 1'
  22881.      If set to `1', `SHOW CREATE TABLE' will quote table and column
  22882.      names. This is *on* by default, for replication of tables with
  22883.      fancy column names to work.  *Note `SHOW CREATE TABLE': SHOW
  22884.      CREATE TABLE.
  22885.  
  22886. `TIMESTAMP = timestamp_value | DEFAULT'
  22887.      Set the time for this client.  This is used to get the original
  22888.      timestamp if you use the update log to restore rows.
  22889.      `timestamp_value' should be a UNIX Epoch timestamp, not a MySQL
  22890.      timestamp.
  22891.  
  22892. `LAST_INSERT_ID = #'
  22893.      Set the value to be returned from `LAST_INSERT_ID()'. This is
  22894.      stored in the update log when you use `LAST_INSERT_ID()' in a
  22895.      command that updates a table.
  22896.  
  22897. `INSERT_ID = #'
  22898.      Set the value to be used by the following `INSERT' or `ALTER TABLE'
  22899.      command when inserting an `AUTO_INCREMENT' value.  This is mainly
  22900.      used with the update log.
  22901.  
  22902. Disk Issues
  22903. ===========
  22904.  
  22905.    * As mentioned before, disks seeks are a big performance bottleneck.
  22906.      This problems gets more and more apparent when the data starts to
  22907.      grow so large that effective caching becomes impossible. For large
  22908.      databases, where you access data more or less randomly, you can be
  22909.      sure that you will need at least one disk seek to read and a
  22910.      couple of disk seeks to write things. To minimize this problem,
  22911.      use disks with low seek times.
  22912.  
  22913.    * Increase the number of available disk spindles (and thereby reduce
  22914.      the seek overhead) by either symlink files to different disks or
  22915.      striping the disks.
  22916.  
  22917.     *Using symbolic links*
  22918.           This means that you symlink the index and/or data file(s)
  22919.           from the normal data directory to another disk (that may also
  22920.           be striped). This makes both the seek and read times better
  22921.           (if the disks are not used for other things). *Note Symbolic
  22922.           links::.
  22923.  
  22924.     *Striping*
  22925.           Striping means that you have many disks and put the first
  22926.           block on the first disk, the second block on the second disk,
  22927.           and the Nth on the (N mod number_of_disks) disk, and so on.
  22928.           This means if your normal data size is less than the stripe
  22929.           size (or perfectly aligned) you will get much better
  22930.           performance. Note that striping is very dependent on the OS
  22931.           and stripe-size. So benchmark your application with different
  22932.           stripe-sizes. *Note Custom Benchmarks::.
  22933.  
  22934.           Note that the speed difference for striping is *very*
  22935.           dependent on the parameters. Depending on how you set the
  22936.           striping parameters and number of disks you may get a
  22937.           difference in orders of magnitude. Note that you have to
  22938.           choose to optimize for random or sequential access.
  22939.  
  22940.    * For reliability you may want to use RAID 0+1 (striping +
  22941.      mirroring), but in this case you will need 2*N drives to hold N
  22942.      drives of data. This is probably the best option if you have the
  22943.      money for it!  You may, however, also have to invest in some
  22944.      volume-management software to handle it efficiently.
  22945.  
  22946.    * A good option is to have semi-important data (that can be
  22947.      regenerated) on RAID 0 disk while storing really important data
  22948.      (like host information and logs) on a RAID 0+1 or RAID N disk.
  22949.      RAID N can be a problem if you have many writes because of the
  22950.      time to update the parity bits.
  22951.  
  22952.    * You may also set the parameters for the file system that the
  22953.      database uses. One easy change is to mount the file system with
  22954.      the noatime option. That makes it skip the updating of the last
  22955.      access time in the inode and by this will avoid some disk seeks.
  22956.  
  22957.    * On Linux, you can get much more performance (up to 100 % under
  22958.      load is not uncommon) by using hdpram to configure your disk's
  22959.      interface!  The following should be quite good hdparm options for
  22960.      MySQL (and probably many other applications):
  22961.  
  22962.           hdparm -m 16 -d 1
  22963.  
  22964.      Note that the performance/reliability when using the above depends
  22965.      on your hardware, so we strongly suggest that you test your system
  22966.      thoroughly after using `hdparm'!  Please consult the `hdparm' man
  22967.      page for more information!  If `hdparm' is not used wisely,
  22968.      filesystem corruption may result.  Backup everything before
  22969.      experimenting!
  22970.  
  22971.    * On many operating systems you can mount the disks with the 'async'
  22972.      flag to set the file system to be updated asynchronously.  If your
  22973.      computer is reasonable stable, this should give you more
  22974.      performance without sacrificing too much reliability.  (This flag
  22975.      is on by default on Linux.)
  22976.  
  22977.    * If you don't need to know when a file was last accessed (which is
  22978.      not really useful on a database server), you can mount your file
  22979.      systems with the noatime flag.
  22980.  
  22981. Using Symbolic Links
  22982. --------------------
  22983.  
  22984. You can move tables and databases from the database directory to other
  22985. locations and replace them with symbolic links to the new locations.
  22986. You might want to do this, for example, to move a database to a file
  22987. system with more free space or increase the speed of your system by
  22988. spreading your tables to different disk.
  22989.  
  22990. The recommended may to do this, is to just symlink databases to
  22991. different disk and only symlink tables as a last resort.
  22992.  
  22993. Using Symbolic Links for Databases
  22994. ..................................
  22995.  
  22996. The way to symlink a database is to first create a directory on some
  22997. disk where you have free space and then create a symlink to it from the
  22998. MySQL database directory.
  22999.  
  23000.      shell> mkdir /dr1/databases/test
  23001.      shell> ln -s /dr1/databases/test mysqld-datadir
  23002.  
  23003. MySQL doesn't support that you link one directory to multiple
  23004. databases.  Replacing a database directory with a symbolic link will
  23005. work fine as long as you don't make a symbolic link between databases.
  23006. Suppose you have a database `db1' under the MySQL data directory, and
  23007. then make a symlink `db2' that points to `db1':
  23008.  
  23009.      shell> cd /path/to/datadir
  23010.      shell> ln -s db1 db2
  23011.  
  23012. Now, for any table `tbl_a' in `db1', there also appears to be a table
  23013. `tbl_a' in `db2'.  If one thread updates `db1.tbl_a' and another thread
  23014. updates `db2.tbl_a', there will be problems.
  23015.  
  23016. If you really need this, you must change the following code in
  23017. `mysys/mf_format.c':
  23018.  
  23019.      if (flag & 32 || (!lstat(to,&stat_buff) && S_ISLNK(stat_buff.st_mode)))
  23020.  
  23021. to
  23022.  
  23023.      if (1)
  23024.  
  23025. On Windows you can use internal symbolic links to directories by
  23026. compiling MySQL with `-DUSE_SYMDIR'. This allows you to put different
  23027. databases on different disks. *Note Windows symbolic links::.
  23028.  
  23029. Using Symbolic Links for Tables
  23030. ...............................
  23031.  
  23032. Before MySQL 4.0 you should not symlink tables, if you are not very
  23033. carefully with them. The problem is that if you run `ALTER TABLE',
  23034. `REPAIR TABLE' or `OPTIMIZE TABLE' on a symlinked table, the symlinks
  23035. will be removed and replaced by the original files. This happens
  23036. because the above command works by creating a temporary file in the
  23037. database directory and when the command is complete, replace the
  23038. original file with the temporary file.
  23039.  
  23040. You should not symlink tables on system that doesn't have a fully
  23041. working `realpath()' call. (At least Linux and Solaris support
  23042. `realpath()')
  23043.  
  23044. In MySQL 4.0 symlinks is only fully supported for `MyISAM' tables.  For
  23045. other table types you will probably get strange problems when doing any
  23046. of the above mentioned commands.
  23047.  
  23048. The handling of symbolic links in MySQL 4.0 works the following way
  23049. (this is mostly relevant only for `MyISAM' tables).
  23050.  
  23051.    * In the data directory you will always have the table definition
  23052.      file and the data/index files.
  23053.  
  23054.    * You can symlink the index file and the data file to different
  23055.      directories independent of the other.
  23056.  
  23057.    * The symlinking can be done from the operating system (if `mysqld'
  23058.      is not running) or with the `INDEX/DATA DIRECTORY="path-to-dir"'
  23059.      command in `CREATE TABLE'. *Note CREATE TABLE::.
  23060.  
  23061.    * `myisamchk' will not replace a symlink with the index/file but
  23062.      work directly on the files the symlinks points to. Any temporary
  23063.      files will be created in the same directory where the data/index
  23064.      file is.
  23065.  
  23066.    * When you drop a table that is using symlinks, both the symlink and
  23067.      the file the symlink points to is dropped.  This is a good reason
  23068.      to why you should NOT run `mysqld' as root and not allow persons
  23069.      to have write access to the MySQL database directories.
  23070.  
  23071.    * If you rename a table with `ALTER TABLE RENAME' and you don't
  23072.      change database, the symlink in the database directory will be
  23073.      renamed to the new name and the data/index file will be renamed
  23074.      accordingly.
  23075.  
  23076.    * If you use `ALTER TABLE RENAME' to move a table to another
  23077.      database, then the table will be moved to the other database
  23078.      directory and the old symlinks and the files they pointed to will
  23079.      be deleted.
  23080.  
  23081.    * If you are not using symlinks you should use the `--skip-symlink'
  23082.      option to `mysqld' to ensure that no one can drop or rename a file
  23083.      outside of the `mysqld' data directory.
  23084.  
  23085. Things that are not yet supported:
  23086.  
  23087.    * `ALTER TABLE' ignores all `INDEX/DATA DIRECTORY="path"' options.
  23088.  
  23089.    * `CREATE TABLE' doesn't report if the table has symbolic links.
  23090.  
  23091.    * `mysqldump' doesn't include the symbolic links information in the
  23092.      output.
  23093.  
  23094.    * `BACKUP TABLE' and `RESTORE TABLE' don't respect symbolic links.
  23095.  
  23096. MySQL Language Reference
  23097. ************************
  23098.  
  23099. MySQL has a very complex, but intuitive and easy to learn SQL
  23100. interface.  This chapter describes the various commands, types, and
  23101. functions you will need to know in order to use MySQL efficiently and
  23102. effectively.  This chapter also serves as a reference to all
  23103. functionality included in MySQL.  In order to use this chapter
  23104. effectively, you may find it useful to refer to the various indexes.
  23105.  
  23106. Language Structure
  23107. ==================
  23108.  
  23109. Literals: How to Write Strings and Numbers
  23110. ------------------------------------------
  23111.  
  23112. This section describes the various ways to write strings and numbers in
  23113. MySQL.  It also covers the various nuances and "gotchas" that you may
  23114. run into when dealing with these basic types in MySQL.
  23115.  
  23116. Strings
  23117. .......
  23118.  
  23119. A string is a sequence of characters, surrounded by either single quote
  23120. (`'') or double quote (`"') characters (only the single quote if you
  23121. run in ANSI mode).  Examples:
  23122.  
  23123.      'a string'
  23124.      "another string"
  23125.  
  23126. Within a string, certain sequences have special meaning.  Each of these
  23127. sequences begins with a backslash (`\'), known as the _escape
  23128. character_.  MySQL recognizes the following escape sequences:
  23129.  
  23130. `\0'
  23131.      An ASCII 0 (`NUL') character.
  23132.  
  23133. `\''
  23134.      A single quote (`'') character.
  23135.  
  23136. `\"'
  23137.      A double quote (`"') character.
  23138.  
  23139. `\b'
  23140.      A backspace character.
  23141.  
  23142. `\n'
  23143.      A newline character.
  23144.  
  23145. `\r'
  23146.      A carriage return character.
  23147.  
  23148. `\t'
  23149.      A tab character.
  23150.  
  23151. `\z'
  23152.      ASCII(26) (Control-Z).  This character can be encoded to allow you
  23153.      to go around the problem that ASCII(26) stands for END-OF-FILE on
  23154.      Windows.  (ASCII(26) will cause problems if you try to use `mysql
  23155.      database < filename').
  23156.  
  23157. `\\'
  23158.      A backslash (`\') character.
  23159.  
  23160. `\%'
  23161.      A `%' character. This is used to search for literal instances of
  23162.      `%' in contexts where `%' would otherwise be interpreted as a
  23163.      wild-card character. *Note String comparison functions::.
  23164.  
  23165. `\_'
  23166.      A `_' character. This is used to search for literal instances of
  23167.      `_' in contexts where `_' would otherwise be interpreted as a
  23168.      wild-card character. *Note String comparison functions::.
  23169.  
  23170. Note that if you use `\%' or `\_' in some string contexts, these will
  23171. return the strings `\%' and `\_' and not `%' and `_'.
  23172.  
  23173. There are several ways to include quotes within a string:
  23174.  
  23175.    * A `'' inside a string quoted with `'' may be written as `'''.
  23176.  
  23177.    * A `"' inside a string quoted with `"' may be written as `""'.
  23178.  
  23179.    * You can precede the quote character with an escape character (`\').
  23180.  
  23181.    * A `'' inside a string quoted with `"' needs no special treatment
  23182.      and need not be doubled or escaped.  In the same way, `"' inside a
  23183.      string quoted with `'' needs no special treatment.
  23184.  
  23185. The `SELECT' statements shown below demonstrate how quoting and
  23186. escaping work:
  23187.  
  23188.      mysql> SELECT 'hello', '"hello"', '""hello""', 'hel''lo', '\'hello';
  23189.      +-------+---------+-----------+--------+--------+
  23190.      | hello | "hello" | ""hello"" | hel'lo | 'hello |
  23191.      +-------+---------+-----------+--------+--------+
  23192.      
  23193.      mysql> SELECT "hello", "'hello'", "''hello''", "hel""lo", "\"hello";
  23194.      +-------+---------+-----------+--------+--------+
  23195.      | hello | 'hello' | ''hello'' | hel"lo | "hello |
  23196.      +-------+---------+-----------+--------+--------+
  23197.      
  23198.      mysql> SELECT "This\nIs\nFour\nlines";
  23199.      +--------------------+
  23200.      | This
  23201.      Is
  23202.      Four
  23203.      lines |
  23204.      +--------------------+
  23205.  
  23206. If you want to insert binary data into a `BLOB' column, the following
  23207. characters must be represented by escape sequences:
  23208. `NUL'
  23209.      ASCII 0. You should represent this by `\0' (a backslash and an
  23210.      ASCII `0' character).
  23211.  
  23212. `\'
  23213.      ASCII 92, backslash.  Represent this by `\\'.
  23214.  
  23215. `''
  23216.      ASCII 39, single quote.  Represent this by `\''.
  23217.  
  23218. `"'
  23219.      ASCII 34, double quote.  Represent this by `\"'.
  23220.  
  23221. If you write C code, you can use the C API function
  23222. `mysql_escape_string()' to escape characters for the `INSERT'
  23223. statement.  *Note C API function overview::.  In Perl, you can use the
  23224. `quote' method of the `DBI' package to convert special characters to
  23225. the proper escape sequences.  *Note Perl `DBI' Class: Perl DBI Class.
  23226.  
  23227. You should use an escape function on any string that might contain any
  23228. of the special characters listed above!
  23229.  
  23230. Numbers
  23231. .......
  23232.  
  23233. Integers are represented as a sequence of digits. Floats use `.' as a
  23234. decimal separator.  Either type of number may be preceded by `-' to
  23235. indicate a negative value.
  23236.  
  23237. Examples of valid integers:
  23238.  
  23239.      1221
  23240.      0
  23241.      -32
  23242.  
  23243. Examples of valid floating-point numbers:
  23244.  
  23245.      294.42
  23246.      -32032.6809e+10
  23247.      148.00
  23248.  
  23249. An integer may be used in a floating-point context; it is interpreted
  23250. as the equivalent floating-point number.
  23251.  
  23252. Hexadecimal Values
  23253. ..................
  23254.  
  23255. MySQL supports hexadecimal values.  In number context these act like an
  23256. integer (64-bit precision). In string context these act like a binary
  23257. string where each pair of hex digits is converted to a character:
  23258.  
  23259.      mysql> SELECT 0xa+0;
  23260.             -> 10
  23261.      mysql> select 0x5061756c;
  23262.             -> Paul
  23263.  
  23264. Hexadecimal strings are often used by ODBC to give values for BLOB
  23265. columns.
  23266.  
  23267. `NULL' Values
  23268. .............
  23269.  
  23270. The `NULL' value means "no data" and is different from values such as
  23271. `0' for numeric types or the empty string for string types.  *Note
  23272. Problems with `NULL': Problems with NULL.
  23273.  
  23274. `NULL' may be represented by `\N' when using the text file import or
  23275. export formats (`LOAD DATA INFILE', `SELECT ... INTO OUTFILE').  *Note
  23276. `LOAD DATA': LOAD DATA.
  23277.  
  23278. Database, Table, Index, Column, and Alias Names
  23279. -----------------------------------------------
  23280.  
  23281. Database, table, index, column, and alias names all follow the same
  23282. rules in MySQL.
  23283.  
  23284. Note that the rules changed starting with MySQL Version 3.23.6 when we
  23285. introduced quoting of identifiers (database, table, and column names)
  23286. with ``'. `"' will also work to quote identifiers if you run in ANSI
  23287. mode. *Note ANSI mode::.
  23288.  
  23289. *Identifier**Max        *Allowed characters*
  23290.             length*     
  23291. Database    64          Any character that is allowed in a directory name
  23292.                         except `/' or `.'.
  23293. Table       64          Any character that is allowed in a file name,
  23294.                         except `/' or `.'.
  23295. Column      64          All characters.
  23296. Alias       255         All characters.
  23297.  
  23298. Note that in addition to the above, you can't have ASCII(0) or
  23299. ASCII(255) or the quoting character in an identifier.
  23300.  
  23301. Note that if the identifier is a restricted word or contains special
  23302. characters you must always quote it with ``' when you use it:
  23303.  
  23304.      SELECT * from `select` where `select`.id > 100;
  23305.  
  23306. In previous versions of MySQL, the name rules are as follows:
  23307.  
  23308.    * A name may consist of alphanumeric characters from the current
  23309.      character set and also `_' and `$'. The default character set is
  23310.      ISO-8859-1 Latin1; this may be changed with the
  23311.      `--default-character-set' option to `mysqld'.  *Note Character
  23312.      sets::.
  23313.  
  23314.    * A name may start with any character that is legal in a name.  In
  23315.      particular, a name may start with a number (this differs from many
  23316.      other database systems!).  However, a name cannot consist _only_
  23317.      of numbers.
  23318.  
  23319.    * You cannot use the `.' character in names because it is used to
  23320.      extend the format by which you can refer to columns (see
  23321.      immediately below).
  23322.  
  23323. It is recommended that you do not use names like `1e', because an
  23324. expression like `1e+1' is ambiguous. It may be interpreted as the
  23325. expression `1e + 1' or as the number `1e+1'.
  23326.  
  23327. In MySQL you can refer to a column using any of the following forms:
  23328.  
  23329. *Column reference*        *Meaning*
  23330. `col_name'                Column `col_name' from whichever table used in
  23331.                           the query contains a column of that name.
  23332. `tbl_name.col_name'       Column `col_name' from table `tbl_name' of the
  23333.                           current database.
  23334. `db_name.tbl_name.col_name'Column `col_name' from table `tbl_name' of the
  23335.                           database `db_name'.  This form is available in
  23336.                           MySQL Version 3.22 or later.
  23337. ``column_name`'           A column that is a keyword or contains special
  23338.                           characters.
  23339.  
  23340. You need not specify a `tbl_name' or `db_name.tbl_name' prefix for a
  23341. column reference in a statement unless the reference would be ambiguous.
  23342. For example, suppose tables `t1' and `t2' each contain a column `c',
  23343. and you retrieve `c' in a `SELECT' statement that uses both `t1' and
  23344. `t2'.  In this case, `c' is ambiguous because it is not unique among
  23345. the tables used in the statement, so you must indicate which table you
  23346. mean by writing `t1.c' or `t2.c'.  Similarly, if you are retrieving
  23347. from a table `t' in database `db1' and from a table `t' in database
  23348. `db2', you must refer to columns in those tables as `db1.t.col_name'
  23349. and `db2.t.col_name'.
  23350.  
  23351. The syntax `.tbl_name' means the table `tbl_name' in the current
  23352. database.  This syntax is accepted for ODBC compatibility, because some
  23353. ODBC programs prefix table names with a `.' character.
  23354.  
  23355. Case Sensitivity in Names
  23356. -------------------------
  23357.  
  23358. In MySQL, databases and tables correspond to directories and files
  23359. within those directories.  Consequently, the case sensitivity of the
  23360. underlying operating system determines the case sensitivity of database
  23361. and table names.  This means database and table names are case
  23362. sensitive in Unix and case insensitive in Windows. *Note Extensions to
  23363. ANSI::.
  23364.  
  23365. *NOTE:* Although database and table names are case insensitive for
  23366. Windows, you should not refer to a given database or table using
  23367. different cases within the same query.  The following query would not
  23368. work because it refers to a table both as `my_table' and as `MY_TABLE':
  23369.  
  23370.      mysql> SELECT * FROM my_table WHERE MY_TABLE.col=1;
  23371.  
  23372. Column names are case insensitive in all cases.
  23373.  
  23374. Aliases on tables are case sensitive.  The following query would not
  23375. work because it refers to the alias both as `a' and as `A':
  23376.  
  23377.      mysql> SELECT col_name FROM tbl_name AS a
  23378.                 WHERE a.col_name = 1 OR A.col_name = 2;
  23379.  
  23380. Aliases on columns are case insensitive.
  23381.  
  23382. If you have a problem remembering the used cases for a table names,
  23383. adopt a consistent convention, such as always creating databases and
  23384. tables using lowercase names.
  23385.  
  23386. One way to avoid this problem is to start `mysqld' with `-O
  23387. lower_case_table_names=1'. By default this option is 1 on Windows and 0
  23388. on Unix.
  23389.  
  23390. If `lower_case_table_names' is 1 MySQL will convert all table names to
  23391. lower case on storage and lookup.  Note that if you change this option,
  23392. you need to first convert your old table names to lower case before
  23393. starting `mysqld'.
  23394.  
  23395. User Variables
  23396. --------------
  23397.  
  23398. MySQL supports thread-specific variables with the `@variablename'
  23399. syntax.  A variable name may consist of alphanumeric characters from
  23400. the current character set and also `_', `$', and `.' . The default
  23401. character set is ISO-8859-1 Latin1; this may be changed with the
  23402. `--default-character-set' option to `mysqld'. *Note Character sets::.
  23403.  
  23404. Variables don't have to be initialized.  They contain `NULL' by default
  23405. and can store an integer, real, or string value.  All variables for a
  23406. thread are automatically freed when the thread exits.
  23407.  
  23408. You can set a variable with the `SET' syntax:
  23409.  
  23410.      SET @variable= { integer expression | real expression | string expression }
  23411.      [,@variable= ...].
  23412.  
  23413. You can also set a variable in an expression with the `@variable:=expr'
  23414. syntax:
  23415.  
  23416.      select @t1:=(@t2:=1)+@t3:=4,@t1,@t2,@t3;
  23417.      +----------------------+------+------+------+
  23418.      | @t1:=(@t2:=1)+@t3:=4 | @t1  | @t2  | @t3  |
  23419.      +----------------------+------+------+------+
  23420.      |                    5 |    5 |    1 |    4 |
  23421.      +----------------------+------+------+------+
  23422.  
  23423. (We had to use the `:=' syntax here, because `=' was reserved for
  23424. comparisons.)
  23425.  
  23426. User variables may be used where expressions are allowed.  Note that
  23427. this does not currently include use in contexts where a number is
  23428. explicitly required, such as in the `LIMIT' clause of a `SELECT'
  23429. statement, or the `IGNORE number LINES' clause of a `LOAD DATA'
  23430. statement.
  23431.  
  23432. *NOTE:*  In a `SELECT' statement, each expression is only evaluated
  23433. when it's sent to the client.  This means that in the `HAVING', `GROUP
  23434. BY', or `ORDER BY' clause, you can't refer to an expression that
  23435. involves variables that are set in the `SELECT' part. For example, the
  23436. following statement will NOT work as expected:
  23437.  
  23438.      SELECT (@aa:=id) AS a, (@aa+3) AS b FROM table_name HAVING b=5;
  23439.  
  23440. The reason is that `@aa' will not contain the value of the current row,
  23441. but the value of `id' for the previous accepted row.
  23442.  
  23443. Comment Syntax
  23444. --------------
  23445.  
  23446. The MySQL server supports the `# to end of line', `-- to end of line'
  23447. and `/* in-line or multiple-line */' comment styles:
  23448.  
  23449.      mysql> select 1+1;     # This comment continues to the end of line
  23450.      mysql> select 1+1;     -- This comment continues to the end of line
  23451.      mysql> select 1 /* this is an in-line comment */ + 1;
  23452.      mysql> select 1+
  23453.      /*
  23454.      this is a
  23455.      multiple-line comment
  23456.      */
  23457.      1;
  23458.  
  23459. Note that the `--' comment style requires you to have at least one space
  23460. after the `--'!
  23461.  
  23462. Although the server understands the comment syntax just described,
  23463. there are some limitations on the way that the `mysql' client parses
  23464. `/* ... */' comments:
  23465.  
  23466.    * Single-quote and double-quote characters are taken to indicate the
  23467.      beginning of a quoted string, even within a comment.  If the quote
  23468.      is not matched by a second quote within the comment, the parser
  23469.      doesn't realize the comment has ended.  If you are running `mysql'
  23470.      interactively, you can tell that it has gotten confused like this
  23471.      because the prompt changes from `mysql>' to `'>' or `">'.
  23472.  
  23473.    * A semicolon is taken to indicate the end of the current SQL
  23474.      statement and anything following it to indicate the beginning of
  23475.      the next statement.
  23476.  
  23477. These limitations apply both when you run `mysql' interactively and
  23478. when you put commands in a file and tell `mysql' to read its input from
  23479. that file with `mysql < some-file'.
  23480.  
  23481. MySQL doesn't support the `--' ANSI SQL comment style.  *Note Missing
  23482. comments::.
  23483.  
  23484. Is MySQL Picky About Reserved Words?
  23485. ------------------------------------
  23486.  
  23487. A common problem stems from trying to create a table with column names
  23488. that use the names of datatypes or functions built into MySQL, such as
  23489. `TIMESTAMP' or `GROUP'.  You're allowed to do it (for example, `ABS' is
  23490. an allowed column name), but whitespace is not allowed between a
  23491. function name and the `(' when using functions whose names are also
  23492. column names.
  23493.  
  23494. The following words are explicitly reserved in MySQL. Most of them are
  23495. forbidden by ANSI SQL92 as column and/or table names (for example,
  23496. `group').  A few are reserved because MySQL needs them and is
  23497. (currently) using a `yacc' parser:
  23498.  
  23499. `action'           `add'              `aggregate'        `all'
  23500. `alter'            `after'            `and'              `as'
  23501. `asc'              `avg'              `avg_row_length'   `auto_increment'
  23502. `between'          `bigint'           `bit'              `binary'
  23503. `blob'             `bool'             `both'             `by'
  23504. `cascade'          `case'             `char'             `character'
  23505. `change'           `check'            `checksum'         `column'
  23506. `columns'          `comment'          `constraint'       `create'
  23507. `cross'            `current_date'     `current_time'     `current_timestamp'
  23508. `data'             `database'         `databases'        `date'
  23509. `datetime'         `day'              `day_hour'         `day_minute'
  23510. `day_second'       `dayofmonth'       `dayofweek'        `dayofyear'
  23511. `dec'              `decimal'          `default'          `delayed'
  23512. `delay_key_write'  `delete'           `desc'             `describe'
  23513. `distinct'         `distinctrow'      `double'           `drop'
  23514. `end'              `else'             `escape'           `escaped'
  23515. `enclosed'         `enum'             `explain'          `exists'
  23516. `fields'           `file'             `first'            `float'
  23517. `float4'           `float8'           `flush'            `foreign'
  23518. `from'             `for'              `full'             `function'
  23519. `global'           `grant'            `grants'           `group'
  23520. `having'           `heap'             `high_priority'    `hour'
  23521. `hour_minute'      `hour_second'      `hosts'            `identified'
  23522. `ignore'           `in'               `index'            `infile'
  23523. `inner'            `insert'           `insert_id'        `int'
  23524. `integer'          `interval'         `int1'             `int2'
  23525. `int3'             `int4'             `int8'             `into'
  23526. `if'               `is'               `isam'             `join'
  23527. `key'              `keys'             `kill'             `last_insert_id'
  23528. `leading'          `left'             `length'           `like'
  23529. `lines'            `limit'            `load'             `local'
  23530. `lock'             `logs'             `long'             `longblob'
  23531. `longtext'         `low_priority'     `max'              `max_rows'
  23532. `match'            `mediumblob'       `mediumtext'       `mediumint'
  23533. `middleint'        `min_rows'         `minute'           `minute_second'
  23534. `modify'           `month'            `monthname'        `myisam'
  23535. `natural'          `numeric'          `no'               `not'
  23536. `null'             `on'               `optimize'         `option'
  23537. `optionally'       `or'               `order'            `outer'
  23538. `outfile'          `pack_keys'        `partial'          `password'
  23539. `precision'        `primary'          `procedure'        `process'
  23540. `processlist'      `privileges'       `read'             `real'
  23541. `references'       `reload'           `regexp'           `rename'
  23542. `replace'          `restrict'         `returns'          `revoke'
  23543. `rlike'            `row'              `rows'             `second'
  23544. `select'           `set'              `show'             `shutdown'
  23545. `smallint'         `soname'           `sql_big_tables'   `sql_big_selects'
  23546. `sql_low_priority_updates'`sql_log_off'      `sql_log_update'   `sql_select_limit'
  23547. `sql_small_result' `sql_big_result'   `sql_warnings'     `straight_join'
  23548. `starting'         `status'           `string'           `table'
  23549. `tables'           `temporary'        `terminated'       `text'
  23550. `then'             `time'             `timestamp'        `tinyblob'
  23551. `tinytext'         `tinyint'          `trailing'         `to'
  23552. `type'             `use'              `using'            `unique'
  23553. `unlock'           `unsigned'         `update'           `usage'
  23554. `values'           `varchar'          `variables'        `varying'
  23555. `varbinary'        `with'             `write'            `when'
  23556. `where'            `year'             `year_month'       `zerofill'
  23557.  
  23558. The following symbols (from the table above) are disallowed by ANSI SQL
  23559. but allowed by MySQL as column/table names. This is because some of
  23560. these names are very natural names and a lot of people have already
  23561. used them.
  23562.  
  23563.    * `ACTION'
  23564.  
  23565.    * `BIT'
  23566.  
  23567.    * `DATE'
  23568.  
  23569.    * `ENUM'
  23570.  
  23571.    * `NO'
  23572.  
  23573.    * `TEXT'
  23574.  
  23575.    * `TIME'
  23576.  
  23577.    * `TIMESTAMP'
  23578.  
  23579. Column Types
  23580. ============
  23581.  
  23582. MySQL supports a number of column types, which may be grouped into
  23583. three categories: numeric types, date and time types, and string
  23584. (character) types.  This section first gives an overview of the types
  23585. available and summarizes the storage requirements for each column type,
  23586. then provides a more detailed description of the properties of the
  23587. types in each category.  The overview is intentionally brief.  The more
  23588. detailed descriptions should be consulted for additional information
  23589. about particular column types, such as the allowable formats in which
  23590. you can specify values.
  23591.  
  23592. The column types supported by MySQL are listed below.  The following
  23593. code letters are used in the descriptions:
  23594.  
  23595. `M'
  23596.      Indicates the maximum display size.  The maximum legal display
  23597.      size is 255.
  23598.  
  23599. `D'
  23600.      Applies to floating-point types and indicates the number of digits
  23601.      following the decimal point.  The maximum possible value is 30, but
  23602.      should be no greater than `M'-2.
  23603.  
  23604. Square brackets (`[' and `]') indicate parts of type specifiers that
  23605. are optional.
  23606.  
  23607. Note that if you specify `ZEROFILL' for a column, MySQL will
  23608. automatically add the `UNSIGNED' attribute to the column.
  23609.  
  23610. `TINYINT[(M)] [UNSIGNED] [ZEROFILL]'
  23611.      A very small integer. The signed range is `-128' to `127'. The
  23612.      unsigned range is `0' to `255'.
  23613.  
  23614. `SMALLINT[(M)] [UNSIGNED] [ZEROFILL]'
  23615.      A small integer. The signed range is `-32768' to `32767'. The
  23616.      unsigned range is `0' to `65535'.
  23617.  
  23618. `MEDIUMINT[(M)] [UNSIGNED] [ZEROFILL]'
  23619.      A medium-size integer. The signed range is `-8388608' to
  23620.      `8388607'. The unsigned range is `0' to `16777215'.
  23621.  
  23622. `INT[(M)] [UNSIGNED] [ZEROFILL]'
  23623.      A normal-size integer. The signed range is `-2147483648' to
  23624.      `2147483647'.  The unsigned range is `0' to `4294967295'.
  23625.  
  23626. `INTEGER[(M)] [UNSIGNED] [ZEROFILL]'
  23627.      This is a synonym for `INT'.
  23628.  
  23629. `BIGINT[(M)] [UNSIGNED] [ZEROFILL]'
  23630.      A large integer. The signed range is `-9223372036854775808' to
  23631.      `9223372036854775807'. The unsigned range is `0' to
  23632.      `18446744073709551615'.
  23633.  
  23634.      Some things you should be aware about `BIGINT' columns:
  23635.  
  23636.         * As all arithmetic is done using signed `BIGINT' or `DOUBLE'
  23637.           values, so you shouldn't use unsigned big integers larger than
  23638.           `9223372036854775807' (63 bits) except with bit functions! If
  23639.           you do that, some of the last digits in the result may be
  23640.           wrong because of rounding errors when converting the `BIGINT'
  23641.           to a `DOUBLE'.
  23642.  
  23643.         * You can always store an exact integer value in a `BIGINT'
  23644.           column by storing it as a string, as there is in this case
  23645.           there will be no intermediate double representation.
  23646.  
  23647.         * `-', `+', and `*' will use `BIGINT' arithmetic when both
  23648.           arguments are `INTEGER' values!  This means that if you
  23649.           multiply two big integers (or results from functions that
  23650.           return integers) you may get unexpected results when the
  23651.           result is larger than `9223372036854775807'.
  23652.  
  23653. `FLOAT(precision) [ZEROFILL]'
  23654.      A floating-point number. Cannot be unsigned.  `precision' can be
  23655.      `<=24' for a single-precision floating-point number and between 25
  23656.      and 53 for a double-precision floating-point number. These types
  23657.      are like the `FLOAT' and `DOUBLE' types described immediately
  23658.      below.  `FLOAT(X)' has the same range as the corresponding `FLOAT'
  23659.      and `DOUBLE' types, but the display size and number of decimals is
  23660.      undefined.
  23661.  
  23662.      In MySQL Version 3.23, this is a true floating-point value.  In
  23663.      earlier MySQL versions, `FLOAT(precision)' always has 2 decimals.
  23664.  
  23665.      Note that using `FLOAT' may give you some unexpected problems as
  23666.      all calculation in MySQL is done with double precision.  *Note No
  23667.      matching rows::.
  23668.  
  23669.      This syntax is provided for ODBC compatibility.
  23670.  
  23671. `FLOAT[(M,D)] [ZEROFILL]'
  23672.      A small (single-precision) floating-point number. Cannot be
  23673.      unsigned.  Allowable values are `-3.402823466E+38' to
  23674.      `-1.175494351E-38', `0', and `1.175494351E-38' to
  23675.      `3.402823466E+38'.  The M is the display width and D is the number
  23676.      of decimals.  `FLOAT' without an argument or with an argument of
  23677.      <= 24 stands for a single-precision floating-point number.
  23678.  
  23679. `DOUBLE[(M,D)] [ZEROFILL]'
  23680.      A normal-size (double-precision) floating-point number. Cannot be
  23681.      unsigned. Allowable values are `-1.7976931348623157E+308' to
  23682.      `-2.2250738585072014E-308', `0', and `2.2250738585072014E-308' to
  23683.      `1.7976931348623157E+308'.  The M is the display width and D is
  23684.      the number of decimals.  `DOUBLE' without an argument or
  23685.      `FLOAT(X)' where 25 <= X <= 53 stands for a double-precision
  23686.      floating-point number.
  23687.  
  23688. `DOUBLE PRECISION[(M,D)] [ZEROFILL]'
  23689. `REAL[(M,D)] [ZEROFILL]'
  23690.      These are synonyms for `DOUBLE'.
  23691.  
  23692. `DECIMAL[(M[,D])] [ZEROFILL]'
  23693.      An unpacked floating-point number.  Cannot be unsigned.  Behaves
  23694.      like a `CHAR' column: "unpacked" means the number is stored as a
  23695.      string, using one character for each digit of the value.  The
  23696.      decimal point and, for negative numbers, the `-' sign, are not
  23697.      counted in M (but space for these are reserved). If `D' is 0,
  23698.      values will have no decimal point or fractional part.  The maximum
  23699.      range of `DECIMAL' values is the same as for `DOUBLE', but the
  23700.      actual range for a given `DECIMAL' column may be constrained by
  23701.      the choice of `M' and `D'.
  23702.  
  23703.      If `D' is left out it's set to 0. If `M' is left out it's set to
  23704.      10.
  23705.  
  23706.      Note that in MySQL Version 3.22 the `M' argument had to includes
  23707.      the space needed for the sign and the decimal point.
  23708.  
  23709. `NUMERIC(M,D) [ZEROFILL]'
  23710.      This is a synonym for `DECIMAL'.
  23711.  
  23712. `DATE'
  23713.      A date.  The supported range is `'1000-01-01'' to `'9999-12-31''.
  23714.      MySQL displays `DATE' values in `'YYYY-MM-DD'' format, but allows
  23715.      you to assign values to `DATE' columns using either strings or
  23716.      numbers. *Note DATETIME::.
  23717.  
  23718. `DATETIME'
  23719.      A date and time combination.  The supported range is `'1000-01-01
  23720.      00:00:00'' to `'9999-12-31 23:59:59''.  MySQL displays `DATETIME'
  23721.      values in `'YYYY-MM-DD HH:MM:SS'' format, but allows you to assign
  23722.      values to `DATETIME' columns using either strings or numbers.
  23723.      *Note DATETIME::.
  23724.  
  23725. `TIMESTAMP[(M)]'
  23726.      A timestamp.  The range is `'1970-01-01 00:00:00'' to sometime in
  23727.      the year `2037'.  MySQL displays `TIMESTAMP' values in
  23728.      `YYYYMMDDHHMMSS', `YYMMDDHHMMSS', `YYYYMMDD', or `YYMMDD' format,
  23729.      depending on whether `M' is `14' (or missing), `12', `8', or `6',
  23730.      but allows you to assign values to `TIMESTAMP' columns using
  23731.      either strings or numbers.  A `TIMESTAMP' column is useful for
  23732.      recording the date and time of an `INSERT' or `UPDATE' operation
  23733.      because it is automatically set to the date and time of the most
  23734.      recent operation if you don't give it a value yourself.  You can
  23735.      also set it to the current date and time by assigning it a `NULL'
  23736.      value.  *Note Date and time types::.
  23737.  
  23738.      A `TIMESTAMP' is always stored in 4 bytes.  The `M' argument only
  23739.      affects how the `TIMESTAMP' column is displayed.
  23740.  
  23741.      Note that `TIMESTAMP(X)' columns where X is 8 or 14 are reported to
  23742.      be numbers while other `TIMESTAMP(X)' columns are reported to be
  23743.      strings.  This is just to ensure that one can reliably dump and
  23744.      restore the table with these types!  *Note DATETIME::.
  23745.  
  23746. `TIME'
  23747.      A time.  The range is `'-838:59:59'' to `'838:59:59''.  MySQL
  23748.      displays `TIME' values in `'HH:MM:SS'' format, but allows you to
  23749.      assign values to `TIME' columns using either strings or numbers.
  23750.      *Note TIME::.
  23751.  
  23752. `YEAR[(2|4)]'
  23753.      A year in 2- or 4-digit format (default is 4-digit).  The
  23754.      allowable values are `1901' to `2155', `0000' in the 4-digit year
  23755.      format, and 1970-2069 if you use the 2-digit format (70-69).
  23756.      MySQL displays `YEAR' values in `YYYY' format, but allows you to
  23757.      assign values to `YEAR' columns using either strings or numbers.
  23758.      (The `YEAR' type is new in MySQL Version 3.22.). *Note YEAR::.
  23759.  
  23760. `[NATIONAL] CHAR(M) [BINARY]'
  23761.      A fixed-length string that is always right-padded with spaces to
  23762.      the specified length when stored. The range of `M' is 1 to 255
  23763.      characters.  Trailing spaces are removed when the value is
  23764.      retrieved. `CHAR' values are sorted and compared in
  23765.      case-insensitive fashion according to the default character set
  23766.      unless the `BINARY' keyword is given.
  23767.  
  23768.      `NATIONAL CHAR' (short form `NCHAR') is the ANSI SQL way to define
  23769.      that a CHAR column should use the default CHARACTER set.  This is
  23770.      the default in MySQL.
  23771.  
  23772.      `CHAR' is a shorthand for `CHARACTER'.
  23773.  
  23774.      MySQL allows you to create a column of type `CHAR(0)'. This is
  23775.      mainly useful when you have to be compliant with some old
  23776.      applications that depend on the existence of a column but that do
  23777.      not actually use the value.  This is also quite nice when you need
  23778.      a column that only can take 2 values: A `CHAR(0)', that is not
  23779.      defined as `NOT NULL', will only occupy one bit and can only take
  23780.      2 values: `NULL' or `""'. *Note CHAR::.
  23781.  
  23782. `BIT'
  23783. `BOOL'
  23784. `CHAR'
  23785.      These three are synonyms for `CHAR(1)'.
  23786.  
  23787. `[NATIONAL] VARCHAR(M) [BINARY]'
  23788.      A variable-length string.  *NOTE:* Trailing spaces are removed when
  23789.      the value is stored (this differs from the ANSI SQL
  23790.      specification). The range of `M' is 1 to 255 characters. `VARCHAR'
  23791.      values are sorted and compared in case-insensitive fashion unless
  23792.      the `BINARY' keyword is given. *Note Silent column changes::.
  23793.  
  23794.      `VARCHAR' is a shorthand for `CHARACTER VARYING'.  *Note CHAR::.
  23795.  
  23796. `TINYBLOB'
  23797. `TINYTEXT'
  23798.      A `BLOB' or `TEXT' column with a maximum length of 255 (2^8 - 1)
  23799.      characters. *Note Silent column changes::. *Note BLOB::.
  23800.  
  23801. `BLOB'
  23802. `TEXT'
  23803.      A `BLOB' or `TEXT' column with a maximum length of 65535 (2^16 - 1)
  23804.      characters. *Note Silent column changes::. *Note BLOB::.
  23805.  
  23806. `MEDIUMBLOB'
  23807. `MEDIUMTEXT'
  23808.      A `BLOB' or `TEXT' column with a maximum length of 16777215 (2^24
  23809.      - 1) characters. *Note Silent column changes::. *Note BLOB::.
  23810.  
  23811. `LONGBLOB'
  23812. `LONGTEXT'
  23813.      A `BLOB' or `TEXT' column with a maximum length of 4294967295
  23814.      (2^32 - 1) characters. *Note Silent column changes::.  Note that
  23815.      because the server/client protocol and MyISAM tables has currently
  23816.      a limit of 16M per communication packet / table row, you can't yet
  23817.      use this the whole range of this type. *Note BLOB::.
  23818.  
  23819. `ENUM('value1','value2',...)'
  23820.      An enumeration.  A string object that can have only one value,
  23821.      chosen from the list of values `'value1'', `'value2'', `...',
  23822.      `NULL' or the special `""' error value.  An `ENUM' can have a
  23823.      maximum of 65535 distinct values. *Note ENUM::.
  23824.  
  23825. `SET('value1','value2',...)'
  23826.      A set.  A string object that can have zero or more values, each of
  23827.      which must be chosen from the list of values `'value1'',
  23828.      `'value2'', `...' A `SET' can have a maximum of 64 members. *Note
  23829.      SET::.
  23830.  
  23831. Numeric Types
  23832. -------------
  23833.  
  23834. MySQL supports all of the ANSI/ISO SQL92 numeric types.  These types
  23835. include the exact numeric data types (`NUMERIC', `DECIMAL', `INTEGER',
  23836. and `SMALLINT'), as well as the approximate numeric data types
  23837. (`FLOAT', `REAL', and `DOUBLE PRECISION'). The keyword `INT' is a
  23838. synonym for `INTEGER', and the keyword `DEC' is a synonym for `DECIMAL'.
  23839.  
  23840. The `NUMERIC' and `DECIMAL' types are implemented as the same type by
  23841. MySQL, as permitted by the SQL92 standard.  They are used for values
  23842. for which it is important to preserve exact precision, for example with
  23843. monetary data.  When declaring a column of one of these types the
  23844. precision and scale can be (and usually is) specified; for example:
  23845.  
  23846.          salary DECIMAL(9,2)
  23847.  
  23848. In this example, `9' (`precision') represents the number of significant
  23849. decimal digits that will be stored for values, and `2' (`scale')
  23850. represents the number of digits that will be stored following the
  23851. decimal point.  In this case, therefore, the range of values that can
  23852. be stored in the `salary' column is from `-9999999.99' to `9999999.99'.
  23853. (MySQL can actually store numbers up to `9999999.99' in this column
  23854. because it doesn't have to store the sign for positive numbers)
  23855.  
  23856. In ANSI/ISO SQL92, the syntax `DECIMAL(p)' is equivalent to
  23857. `DECIMAL(p,0)'.  Similarly, the syntax `DECIMAL' is equivalent to
  23858. `DECIMAL(p,0)', where the implementation is allowed to decide the value
  23859. of `p'.  MySQL does not currently support either of these variant forms
  23860. of the `DECIMAL'/`NUMERIC' data types.  This is not generally a serious
  23861. problem, as the principal benefits of these types derive from the
  23862. ability to control both precision and scale explicitly.
  23863.  
  23864. `DECIMAL' and `NUMERIC' values are stored as strings, rather than as
  23865. binary floating-point numbers, in order to preserve the decimal
  23866. precision of those values.  One character is used for each digit of the
  23867. value, the decimal point (if `scale' > 0), and the `-' sign (for
  23868. negative numbers).  If `scale' is 0, `DECIMAL' and `NUMERIC' values
  23869. contain no decimal point or fractional part.
  23870.  
  23871. The maximum range of `DECIMAL' and `NUMERIC' values is the same as for
  23872. `DOUBLE', but the actual range for a given `DECIMAL' or `NUMERIC'
  23873. column can be constrained by the `precision' or `scale' for a given
  23874. column.  When such a column is assigned a value with more digits
  23875. following the decimal point than are allowed by the specified `scale',
  23876. the value is rounded to that `scale'.  When a `DECIMAL' or `NUMERIC'
  23877. column is assigned a value whose magnitude exceeds the range implied by
  23878. the specified (or defaulted) `precision' and `scale', MySQL stores the
  23879. value representing the corresponding end point of that range.
  23880.  
  23881. As an extension to the ANSI/ISO SQL92 standard, MySQL also supports the
  23882. integral types `TINYINT', `MEDIUMINT', and `BIGINT' as listed in the
  23883. tables above.  Another extension is supported by MySQL for optionally
  23884. specifying the display width of an integral value in parentheses
  23885. following the base keyword for the type (for example, `INT(4)').  This
  23886. optional width specification is used to left-pad the display of values
  23887. whose width is less than the width specified for the column, but does
  23888. not constrain the range of values that can be stored in the column, nor
  23889. the number of digits that will be displayed for values whose width
  23890. exceeds that specified for the column.  When used in conjunction with
  23891. the optional extension attribute `ZEROFILL', the default padding of
  23892. spaces is replaced with zeroes.  For example, for a column declared as
  23893. `INT(5) ZEROFILL', a value of `4' is retrieved as `00004'.  Note that
  23894. if you store larger values than the display width in an integer column,
  23895. you may experience problems when MySQL generates temporary tables for
  23896. some complicated joins, as in these cases MySQL trusts that the data
  23897. did fit into the original column width.
  23898.  
  23899. All integral types can have an optional (non-standard) attribute
  23900. `UNSIGNED'.  Unsigned values can be used when you want to allow only
  23901. positive numbers in a column and you need a little bigger numeric range
  23902. for the column.
  23903.  
  23904. The `FLOAT' type is used to represent approximate numeric data types.
  23905. The ANSI/ISO SQL92 standard allows an optional specification of the
  23906. precision (but not the range of the exponent) in bits following the
  23907. keyword `FLOAT' in parentheses.  The MySQL implementation also supports
  23908. this optional precision specification.  When the keyword `FLOAT' is
  23909. used for a column type without a precision specification, MySQL uses
  23910. four bytes to store the values.  A variant syntax is also supported,
  23911. with two numbers given in parentheses following the `FLOAT' keyword.
  23912. With this option, the first number continues to represent the storage
  23913. requirements for the value in bytes, and the second number specifies
  23914. the number of digits to be stored and displayed following the decimal
  23915. point (as with `DECIMAL' and `NUMERIC').  When MySQL is asked to store
  23916. a number for such a column with more decimal digits following the
  23917. decimal point than specified for the column, the value is rounded to
  23918. eliminate the extra digits when the value is stored.
  23919.  
  23920. The `REAL' and `DOUBLE PRECISION' types do not accept precision
  23921. specifications.  As an extension to the ANSI/ISO SQL92 standard, MySQL
  23922. recognizes `DOUBLE' as a synonym for the `DOUBLE PRECISION' type.  In
  23923. contrast with the standard's requirement that the precision for `REAL'
  23924. be smaller than that used for `DOUBLE PRECISION', MySQL implements both
  23925. as 8-byte double-precision floating-point values (when not running in
  23926. "ANSI mode").  For maximum portability, code requiring storage of
  23927. approximate numeric data values should use `FLOAT' or `DOUBLE
  23928. PRECISION' with no specification of precision or number of decimal
  23929. points.
  23930.  
  23931. When asked to store a value in a numeric column that is outside the
  23932. column type's allowable range, MySQL clips the value to the appropriate
  23933. endpoint of the range and stores the resulting value instead.
  23934.  
  23935. For example, the range of an `INT' column is `-2147483648' to
  23936. `2147483647'.  If you try to insert `-9999999999' into an `INT' column,
  23937. the value is clipped to the lower endpoint of the range, and
  23938. `-2147483648' is stored instead. Similarly, if you try to insert
  23939. `9999999999', `2147483647' is stored instead.
  23940.  
  23941. If the `INT' column is `UNSIGNED', the size of the column's range is
  23942. the same but its endpoints shift up to `0' and `4294967295'.  If you
  23943. try to store `-9999999999' and `9999999999', the values stored in the
  23944. column become `0' and `4294967296'.
  23945.  
  23946. Conversions that occur due to clipping are reported as "warnings" for
  23947. `ALTER TABLE', `LOAD DATA INFILE', `UPDATE', and multi-row `INSERT'
  23948. statements.
  23949.  
  23950. Date and Time Types
  23951. -------------------
  23952.  
  23953. The date and time types are `DATETIME', `DATE', `TIMESTAMP', `TIME',
  23954. and `YEAR'.  Each of these has a range of legal values, as well as a
  23955. "zero" value that is used when you specify a really illegal value.
  23956. Note that MySQL allows you to store certain 'not strictly' legal date
  23957. values, for example `1999-11-31'.  The reason for this is that we think
  23958. it's the responsibility of the application to handle date checking, not
  23959. the SQL servers.  To make the date checking 'fast', MySQL only checks
  23960. that the month is in the range of 0-12 and the day is in the range of
  23961. 0-31. The above ranges are defined this way because MySQL allows you to
  23962. store, in a `DATE' or `DATETIME' column, dates where the day or
  23963. month-day is zero.  This is extremely useful for applications that need
  23964. to store a birth-date for which you don't know the exact date. In this
  23965. case you simply store the date like `1999-00-00' or `1999-01-00'.  (You
  23966. cannot expect to get a correct value from functions like `DATE_SUB()'
  23967. or `DATE_ADD' for dates like these.)
  23968.  
  23969. Here are some general considerations to keep in mind when working with
  23970. date and time types:
  23971.  
  23972.    * MySQL retrieves values for a given date or time type in a standard
  23973.      format, but it attempts to interpret a variety of formats for
  23974.      values that you supply (for example, when you specify a value to
  23975.      be assigned to or compared to a date or time type).  Nevertheless,
  23976.      only the formats described in the following sections are
  23977.      supported.  It is expected that you will supply legal values, and
  23978.      unpredictable results may occur if you use values in other formats.
  23979.  
  23980.    * Although MySQL tries to interpret values in several formats, it
  23981.      always expects the year part of date values to be leftmost.  Dates
  23982.      must be given in year-month-day order (for example, `'98-09-04''),
  23983.      rather than in the month-day-year or day-month-year orders
  23984.      commonly used elsewhere (for example, `'09-04-98'', `'04-09-98'').
  23985.  
  23986.    * MySQL automatically converts a date or time type value to a number
  23987.      if the value is used in a numeric context, and vice versa.
  23988.  
  23989.    * When MySQL encounters a value for a date or time type that is out
  23990.      of range or otherwise illegal for the type (see the start of this
  23991.      section), it converts the value to the "zero" value for that type.
  23992.      (The exception is that out-of-range `TIME' values are clipped to
  23993.      the appropriate endpoint of the `TIME' range.)  The table below
  23994.      shows the format of the "zero" value for each type:
  23995.  
  23996.      *Column type*        *"Zero" value*
  23997.      `DATETIME'           `'0000-00-00 00:00:00''
  23998.      `DATE'               `'0000-00-00''
  23999.      `TIMESTAMP'          `00000000000000' (length depends on display
  24000.                           size)
  24001.      `TIME'               `'00:00:00''
  24002.      `YEAR'               `0000'
  24003.  
  24004.    * The "zero" values are special, but you can store or refer to them
  24005.      explicitly using the values shown in the table.  You can also do
  24006.      this using the values `'0'' or `0', which are easier to write.
  24007.  
  24008.    * "Zero" date or time values used through *MyODBC* are converted
  24009.      automatically to `NULL' in *MyODBC* Version 2.50.12 and above,
  24010.      because ODBC can't handle such values.
  24011.  
  24012. Y2K Issues and Date Types
  24013. .........................
  24014.  
  24015. MySQL itself is Y2K-safe (*note Year 2000 compliance::), but input
  24016. values presented to MySQL may not be.  Any input containing 2-digit
  24017. year values is ambiguous, because the century is unknown.  Such values
  24018. must be interpreted into 4-digit form because MySQL stores years
  24019. internally using four digits.
  24020.  
  24021. For `DATETIME', `DATE', `TIMESTAMP', and `YEAR' types, MySQL interprets
  24022. dates with ambiguous year values using the following rules:
  24023.  
  24024.    * Year values in the range `00-69' are converted to `2000-2069'.
  24025.  
  24026.    * Year values in the range `70-99' are converted to `1970-1999'.
  24027.  
  24028. Remember that these rules provide only reasonable guesses as to what
  24029. your data mean.  If the heuristics used by MySQL don't produce the
  24030. correct values, you should provide unambiguous input containing 4-digit
  24031. year values.
  24032.  
  24033. `ORDER BY' will sort 2-digit `YEAR/DATE/DATETIME' types properly.
  24034.  
  24035. Note also that some functions like `MIN()' and `MAX()' will convert a
  24036. `TIMESTAMP/DATE' to a number. This means that a timestamp with a
  24037. 2-digit year will not work properly with these functions.  The fix in
  24038. this case is to convert the `TIMESTAMP/DATE' to 4-digit year format or
  24039. use something like `MIN(DATE_ADD(timestamp,INTERVAL 0 DAYS))'.
  24040.  
  24041. The `DATETIME', `DATE', and `TIMESTAMP' Types
  24042. .............................................
  24043.  
  24044. The `DATETIME', `DATE', and `TIMESTAMP' types are related.  This
  24045. section describes their characteristics, how they are similar, and how
  24046. they differ.
  24047.  
  24048. The `DATETIME' type is used when you need values that contain both date
  24049. and time information.  MySQL retrieves and displays `DATETIME' values
  24050. in `'YYYY-MM-DD HH:MM:SS'' format.  The supported range is `'1000-01-01
  24051. 00:00:00'' to `'9999-12-31 23:59:59''.  ("Supported" means that
  24052. although earlier values might work, there is no guarantee that they
  24053. will.)
  24054.  
  24055. The `DATE' type is used when you need only a date value, without a time
  24056. part.  MySQL retrieves and displays `DATE' values in `'YYYY-MM-DD''
  24057. format.  The supported range is `'1000-01-01'' to `'9999-12-31''.
  24058.  
  24059. The `TIMESTAMP' column type provides a type that you can use to
  24060. automatically mark `INSERT' or `UPDATE' operations with the current
  24061. date and time.  If you have multiple `TIMESTAMP' columns, only the first
  24062. one is updated automatically.
  24063.  
  24064. Automatic updating of the first `TIMESTAMP' column occurs under any of
  24065. the following conditions:
  24066.  
  24067.    * The column is not specified explicitly in an `INSERT' or `LOAD
  24068.      DATA INFILE' statement.
  24069.  
  24070.    * The column is not specified explicitly in an `UPDATE' statement
  24071.      and some other column changes value.  (Note that an `UPDATE' that
  24072.      sets a column to the value it already has will not cause the
  24073.      `TIMESTAMP' column to be updated, because if you set a column to
  24074.      its current value, MySQL ignores the update for efficiency.)
  24075.  
  24076.    * You explicitly set the `TIMESTAMP' column to `NULL'.
  24077.  
  24078. `TIMESTAMP' columns other than the first may also be set to the current
  24079. date and time.  Just set the column to `NULL' or to `NOW()'.
  24080.  
  24081. You can set any `TIMESTAMP' column to a value different than the current
  24082. date and time by setting it explicitly to the desired value.  This is
  24083. true even for the first `TIMESTAMP' column.  You can use this property
  24084. if, for example, you want a `TIMESTAMP' to be set to the current date
  24085. and time when you create a row, but not to be changed whenever the row
  24086. is updated later:
  24087.  
  24088.    * Let MySQL set the column when the row is created.  This will
  24089.      initialize it to the current date and time.
  24090.  
  24091.    * When you perform subsequent updates to other columns in the row,
  24092.      set the `TIMESTAMP' column explicitly to its current value.
  24093.  
  24094. On the other hand, you may find it just as easy to use a `DATETIME'
  24095. column that you initialize to `NOW()' when the row is created and leave
  24096. alone for subsequent updates.
  24097.  
  24098. `TIMESTAMP' values may range from the beginning of 1970 to sometime in
  24099. the year 2037, with a resolution of one second.  Values are displayed as
  24100. numbers.
  24101.  
  24102. The format in which MySQL retrieves and displays `TIMESTAMP' values
  24103. depends on the display size, as illustrated by the table below.  The
  24104. `full' `TIMESTAMP' format is 14 digits, but `TIMESTAMP' columns may be
  24105. created with shorter display sizes:
  24106.  
  24107. *Column type*          *Display format*
  24108. `TIMESTAMP(14)'        `YYYYMMDDHHMMSS'
  24109. `TIMESTAMP(12)'        `YYMMDDHHMMSS'
  24110. `TIMESTAMP(10)'        `YYMMDDHHMM'
  24111. `TIMESTAMP(8)'         `YYYYMMDD'
  24112. `TIMESTAMP(6)'         `YYMMDD'
  24113. `TIMESTAMP(4)'         `YYMM'
  24114. `TIMESTAMP(2)'         `YY'
  24115.  
  24116. All `TIMESTAMP' columns have the same storage size, regardless of
  24117. display size.  The most common display sizes are 6, 8, 12, and 14.  You
  24118. can specify an arbitrary display size at table creation time, but
  24119. values of 0 or greater than 14 are coerced to 14.  Odd-valued sizes in
  24120. the range from 1 to 13 are coerced to the next higher even number.
  24121.  
  24122. You can specify `DATETIME', `DATE', and `TIMESTAMP' values using any of
  24123. a common set of formats:
  24124.  
  24125.    * As a string in either `'YYYY-MM-DD HH:MM:SS'' or `'YY-MM-DD
  24126.      HH:MM:SS'' format.  A "relaxed" syntax is allowed--any punctuation
  24127.      character may be used as the delimiter between date parts or time
  24128.      parts.  For example, `'98-12-31 11:30:45'', `'98.12.31 11+30+45'',
  24129.      `'98/12/31 11*30*45'', and `'98@12@31 11^30^45'' are equivalent.
  24130.  
  24131.    * As a string in either `'YYYY-MM-DD'' or `'YY-MM-DD'' format.  A
  24132.      "relaxed" syntax is allowed here, too.  For example, `'98-12-31'',
  24133.      `'98.12.31'', `'98/12/31'', and `'98@12@31'' are equivalent.
  24134.  
  24135.    * As a string with no delimiters in either `'YYYYMMDDHHMMSS'' or
  24136.      `'YYMMDDHHMMSS'' format, provided that the string makes sense as a
  24137.      date.  For example, `'19970523091528'' and `'970523091528'' are
  24138.      interpreted as `'1997-05-23 09:15:28'', but `'971122129015'' is
  24139.      illegal (it has a nonsensical minute part) and becomes `'0000-00-00
  24140.      00:00:00''.
  24141.  
  24142.    * As a string with no delimiters in either `'YYYYMMDD'' or `'YYMMDD''
  24143.      format, provided that the string makes sense as a date.  For
  24144.      example, `'19970523'' and `'970523'' are interpreted as
  24145.      `'1997-05-23'', but `'971332'' is illegal (it has nonsensical month
  24146.      and day parts) and becomes `'0000-00-00''.
  24147.  
  24148.    * As a number in either `YYYYMMDDHHMMSS' or `YYMMDDHHMMSS' format,
  24149.      provided that the number makes sense as a date.  For example,
  24150.      `19830905132800' and `830905132800' are interpreted as
  24151.      `'1983-09-05 13:28:00''.
  24152.  
  24153.    * As a number in either `YYYYMMDD' or `YYMMDD' format, provided that
  24154.      the number makes sense as a date.  For example, `19830905' and
  24155.      `830905' are interpreted as `'1983-09-05''.
  24156.  
  24157.    * As the result of a function that returns a value that is acceptable
  24158.      in a `DATETIME', `DATE', or `TIMESTAMP' context, such as `NOW()'
  24159.      or `CURRENT_DATE'.
  24160.  
  24161. Illegal `DATETIME', `DATE', or `TIMESTAMP' values are converted to the
  24162. "zero" value of the appropriate type (`'0000-00-00 00:00:00'',
  24163. `'0000-00-00'', or `00000000000000').
  24164.  
  24165. For values specified as strings that include date part delimiters, it
  24166. is not necessary to specify two digits for month or day values that are
  24167. less than `10'.  `'1979-6-9'' is the same as `'1979-06-09''.  Similarly,
  24168. for values specified as strings that include time part delimiters, it
  24169. is not necessary to specify two digits for hour, month, or second
  24170. values that are less than `10'.  `'1979-10-30 1:2:3'' is the same as
  24171. `'1979-10-30 01:02:03''.
  24172.  
  24173. Values specified as numbers should be 6, 8, 12, or 14 digits long.  If
  24174. the number is 8 or 14 digits long, it is assumed to be in `YYYYMMDD' or
  24175. `YYYYMMDDHHMMSS' format and that the year is given by the first 4
  24176. digits.  If the number is 6 or 12 digits long, it is assumed to be in
  24177. `YYMMDD' or `YYMMDDHHMMSS' format and that the year is given by the
  24178. first 2 digits.  Numbers that are not one of these lengths are
  24179. interpreted as though padded with leading zeros to the closest length.
  24180.  
  24181. Values specified as non-delimited strings are interpreted using their
  24182. length as given.  If the string is 8 or 14 characters long, the year is
  24183. assumed to be given by the first 4 characters.  Otherwise the year is
  24184. assumed to be given by the first 2 characters.  The string is
  24185. interpreted from left to right to find year, month, day, hour, minute,
  24186. and second values, for as many parts as are present in the string.
  24187. This means you should not use strings that have fewer than 6
  24188. characters.  For example, if you specify `'9903'', thinking that will
  24189. represent March, 1999, you will find that MySQL inserts a "zero" date
  24190. into your table.  This is because the year and month values are `99'
  24191. and `03', but the day part is missing (zero), so the value is not a
  24192. legal date.
  24193.  
  24194. `TIMESTAMP' columns store legal values using the full precision with
  24195. which the value was specified, regardless of the display size.  This has
  24196. several implications:
  24197.  
  24198.    * Always specify year, month, and day, even if your column types are
  24199.      `TIMESTAMP(4)' or `TIMESTAMP(2)'.  Otherwise, the value will not
  24200.      be a legal date and `0' will be stored.
  24201.  
  24202.    * If you use `ALTER TABLE' to widen a narrow `TIMESTAMP' column,
  24203.      information will be displayed that previously was "hidden".
  24204.  
  24205.    * Similarly, narrowing a `TIMESTAMP' column does not cause
  24206.      information to be lost, except in the sense that less information
  24207.      is shown when the values are displayed.
  24208.  
  24209.    * Although `TIMESTAMP' values are stored to full precision, the only
  24210.      function that operates directly on the underlying stored value is
  24211.      `UNIX_TIMESTAMP()'.  Other functions operate on the formatted
  24212.      retrieved value.  This means you cannot use functions such as
  24213.      `HOUR()' or `SECOND()' unless the relevant part of the `TIMESTAMP'
  24214.      value is included in the formatted value.  For example, the `HH'
  24215.      part of a `TIMESTAMP' column is not displayed unless the display
  24216.      size is at least 10, so trying to use `HOUR()' on shorter
  24217.      `TIMESTAMP' values produces a meaningless result.
  24218.  
  24219. You can to some extent assign values of one date type to an object of a
  24220. different date type.  However, there may be some alteration of the
  24221. value or loss of information:
  24222.  
  24223.    * If you assign a `DATE' value to a `DATETIME' or `TIMESTAMP'
  24224.      object, the time part of the resulting value is set to
  24225.      `'00:00:00'', because the `DATE' value contains no time
  24226.      information.
  24227.  
  24228.    * If you assign a `DATETIME' or `TIMESTAMP' value to a `DATE'
  24229.      object, the time part of the resulting value is deleted, because
  24230.      the `DATE' type stores no time information.
  24231.  
  24232.    * Remember that although `DATETIME', `DATE', and `TIMESTAMP' values
  24233.      all can be specified using the same set of formats, the types do
  24234.      not all have the same range of values.  For example, `TIMESTAMP'
  24235.      values cannot be earlier than `1970' or later than `2037'.  This
  24236.      means that a date such as `'1968-01-01'', while legal as a
  24237.      `DATETIME' or `DATE' value, is not a valid `TIMESTAMP' value and
  24238.      will be converted to `0' if assigned to such an object.
  24239.  
  24240. Be aware of certain pitfalls when specifying date values:
  24241.  
  24242.    * The relaxed format allowed for values specified as strings can be
  24243.      deceiving.  For example, a value such as `'10:11:12'' might look
  24244.      like a time value because of the `:' delimiter, but if used in a
  24245.      date context will be interpreted as the year `'2010-11-12''.  The
  24246.      value `'10:45:15'' will be converted to `'0000-00-00'' because
  24247.      `'45'' is not a legal month.
  24248.  
  24249.    * Year values specified as two digits are ambiguous, because the
  24250.      century is unknown.  MySQL interprets 2-digit year values using
  24251.      the following rules:
  24252.  
  24253.         - Year values in the range `00-69' are converted to `2000-2069'.
  24254.  
  24255.         - Year values in the range `70-99' are converted to `1970-1999'.
  24256.  
  24257. The `TIME' Type
  24258. ...............
  24259.  
  24260. MySQL retrieves and displays `TIME' values in `'HH:MM:SS'' format (or
  24261. `'HHH:MM:SS'' format for large hours values).  `TIME' values may range
  24262. from `'-838:59:59'' to `'838:59:59''.  The reason the hours part may be
  24263. so large is that the `TIME' type may be used not only to represent a
  24264. time of day (which must be less than 24 hours), but also elapsed time
  24265. or a time interval between two events (which may be much greater than
  24266. 24 hours, or even negative).
  24267.  
  24268. You can specify `TIME' values in a variety of formats:
  24269.  
  24270.    * As a string in `'D HH:MM:SS.fraction'' format.  (Note that MySQL
  24271.      doesn't yet store the fraction for the time column).  One can also
  24272.      use one of the following "relaxed" syntax:
  24273.  
  24274.      `HH:MM:SS.fraction', `HH:MM:SS', `HH:MM', `D HH:MM:SS', `D HH:MM',
  24275.      `D HH' or `SS'.  Here `D' is days between 0-33.
  24276.  
  24277.    * As a string with no delimiters in `'HHMMSS'' format, provided that
  24278.      it makes sense as a time.  For example, `'101112'' is understood as
  24279.      `'10:11:12'', but `'109712'' is illegal (it has a nonsensical
  24280.      minute part) and becomes `'00:00:00''.
  24281.  
  24282.    * As a number in `HHMMSS' format, provided that it makes sense as a
  24283.      time.  For example, `101112' is understood as `'10:11:12''.  The
  24284.      following alternative formats are also understood: `SS',
  24285.      `MMSS',`HHMMSS', `HHMMSS.fraction'.  Note that MySQL doesn't yet
  24286.      store the fraction part.
  24287.  
  24288.    * As the result of a function that returns a value that is acceptable
  24289.      in a `TIME' context, such as `CURRENT_TIME'.
  24290.  
  24291. For `TIME' values specified as strings that include a time part
  24292. delimiter, it is not necessary to specify two digits for hours,
  24293. minutes, or seconds values that are less than `10'.  `'8:3:2'' is the
  24294. same as `'08:03:02''.
  24295.  
  24296. Be careful about assigning "short" `TIME' values to a `TIME' column.
  24297. Without semicolon, MySQL interprets values using the assumption that
  24298. the rightmost digits represent seconds. (MySQL interprets `TIME' values
  24299. as elapsed time rather than as time of day.) For example, you might
  24300. think of `'1112'' and `1112' as meaning `'11:12:00'' (12 minutes after
  24301. 11 o'clock), but MySQL interprets them as `'00:11:12'' (11 minutes, 12
  24302. seconds).  Similarly, `'12'' and `12' are interpreted as `'00:00:12''.
  24303. `TIME' values with semicolon, instead, are always treated as time of
  24304. the day. That is `'11:12'' will mean `'11:12:00'', not `'00:11:12''.
  24305.  
  24306. Values that lie outside the `TIME' range but are otherwise legal are
  24307. clipped to the appropriate endpoint of the range.  For example,
  24308. `'-850:00:00'' and `'850:00:00'' are converted to `'-838:59:59'' and
  24309. `'838:59:59''.
  24310.  
  24311. Illegal `TIME' values are converted to `'00:00:00''.  Note that because
  24312. `'00:00:00'' is itself a legal `TIME' value, there is no way to tell,
  24313. from a value of `'00:00:00'' stored in a table, whether the original
  24314. value was specified as `'00:00:00'' or whether it was illegal.
  24315.  
  24316. The `YEAR' Type
  24317. ...............
  24318.  
  24319. The `YEAR' type is a 1-byte type used for representing years.
  24320.  
  24321. MySQL retrieves and displays `YEAR' values in `YYYY' format.  The range
  24322. is `1901' to `2155'.
  24323.  
  24324. You can specify `YEAR' values in a variety of formats:
  24325.  
  24326.    * As a four-digit string in the range `'1901'' to `'2155''.
  24327.  
  24328.    * As a four-digit number in the range `1901' to `2155'.
  24329.  
  24330.    * As a two-digit string in the range `'00'' to `'99''.  Values in the
  24331.      ranges `'00'' to `'69'' and `'70'' to `'99'' are converted to
  24332.      `YEAR' values in the ranges `2000' to `2069' and `1970' to `1999'.
  24333.  
  24334.    * As a two-digit number in the range `1' to `99'.  Values in the
  24335.      ranges `1' to `69' and `70' to `99' are converted to `YEAR' values
  24336.      in the ranges `2001' to `2069' and `1970' to `1999'.  Note that
  24337.      the range for two-digit numbers is slightly different than the
  24338.      range for two-digit strings, because you cannot specify zero
  24339.      directly as a number and have it be interpreted as `2000'.  You
  24340.      _must_ specify it as a string `'0'' or `'00'' or it will be
  24341.      interpreted as `0000'.
  24342.  
  24343.    * As the result of a function that returns a value that is acceptable
  24344.      in a `YEAR' context, such as `NOW()'.
  24345.  
  24346. Illegal `YEAR' values are converted to `0000'.
  24347.  
  24348. String Types
  24349. ------------
  24350.  
  24351. The string types are `CHAR', `VARCHAR', `BLOB', `TEXT', `ENUM', and
  24352. `SET'.  This section describes how these types work, their storage
  24353. requirements, and how to use them in your queries.
  24354.  
  24355. The `CHAR' and `VARCHAR' Types
  24356. ..............................
  24357.  
  24358. The `CHAR' and `VARCHAR' types are similar, but differ in the way they
  24359. are stored and retrieved.
  24360.  
  24361. The length of a `CHAR' column is fixed to the length that you declare
  24362. when you create the table.  The length can be any value between 1 and
  24363. 255.  (As of MySQL Version 3.23, the length of `CHAR' may be 0 to 255.)
  24364. When `CHAR' values are stored, they are right-padded with spaces to the
  24365. specified length.  When `CHAR' values are retrieved, trailing spaces are
  24366. removed.
  24367.  
  24368. Values in `VARCHAR' columns are variable-length strings.  You can
  24369. declare a `VARCHAR' column to be any length between 1 and 255, just as
  24370. for `CHAR' columns.  However, in contrast to `CHAR', `VARCHAR' values
  24371. are stored using only as many characters as are needed, plus one byte
  24372. to record the length.  Values are not padded; instead, trailing spaces
  24373. are removed when values are stored.  (This space removal differs from
  24374. the ANSI SQL specification.)
  24375.  
  24376. If you assign a value to a `CHAR' or `VARCHAR' column that exceeds the
  24377. column's maximum length, the value is truncated to fit.
  24378.  
  24379. The table below illustrates the differences between the two types of
  24380. columns by showing the result of storing various string values into
  24381. `CHAR(4)' and `VARCHAR(4)' columns:
  24382.  
  24383. *Value*        `CHAR(4)'   *Storage       `VARCHAR(4)'   *Storage required*
  24384.                            required*                     
  24385. `'''           `'    ''    4 bytes        `'''           1 byte
  24386. `'ab''         `'ab  ''    4 bytes        `'ab''         3 bytes
  24387. `'abcd''       `'abcd''    4 bytes        `'abcd''       5 bytes
  24388. `'abcdefgh''   `'abcd''    4 bytes        `'abcd''       5 bytes
  24389.  
  24390. The values retrieved from the `CHAR(4)' and `VARCHAR(4)' columns will
  24391. be the same in each case, because trailing spaces are removed from
  24392. `CHAR' columns upon retrieval.
  24393.  
  24394. Values in `CHAR' and `VARCHAR' columns are sorted and compared in
  24395. case-insensitive fashion, unless the `BINARY' attribute was specified
  24396. when the table was created.  The `BINARY' attribute means that column
  24397. values are sorted and compared in case-sensitive fashion according to
  24398. the ASCII order of the machine where the MySQL server is running.
  24399. `BINARY' doesn't affect how the column is stored or retrieved.
  24400.  
  24401. The `BINARY' attribute is sticky.  This means that if a column marked
  24402. `BINARY' is used in an expression, the whole expression is compared as a
  24403. `BINARY' value.
  24404.  
  24405. MySQL may silently change the type of a `CHAR' or `VARCHAR' column at
  24406. table creation time.  *Note Silent column changes::.
  24407.  
  24408. The `BLOB' and `TEXT' Types
  24409. ...........................
  24410.  
  24411. A `BLOB' is a binary large object that can hold a variable amount of
  24412. data.  The four `BLOB' types `TINYBLOB', `BLOB', `MEDIUMBLOB', and
  24413. `LONGBLOB' differ only in the maximum length of the values they can
  24414. hold.  *Note Storage requirements::.
  24415.  
  24416. The four `TEXT' types `TINYTEXT', `TEXT', `MEDIUMTEXT', and `LONGTEXT'
  24417. correspond to the four `BLOB' types and have the same maximum lengths
  24418. and storage requirements.  The only difference between `BLOB' and
  24419. `TEXT' types is that sorting and comparison is performed in
  24420. case-sensitive fashion for `BLOB' values and case-insensitive fashion
  24421. for `TEXT' values.  In other words, a `TEXT' is a case-insensitive
  24422. `BLOB'.
  24423.  
  24424. If you assign a value to a `BLOB' or `TEXT' column that exceeds the
  24425. column type's maximum length, the value is truncated to fit.
  24426.  
  24427. In most respects, you can regard a `TEXT' column as a `VARCHAR' column
  24428. that can be as big as you like.  Similarly, you can regard a `BLOB'
  24429. column as a `VARCHAR BINARY' column.  The differences are:
  24430.  
  24431.    * You can have indexes on `BLOB' and `TEXT' columns with MySQL
  24432.      Version 3.23.2 and newer. Older versions of MySQL did not support
  24433.      this.
  24434.  
  24435.    * There is no trailing-space removal for `BLOB' and `TEXT' columns
  24436.      when values are stored, as there is for `VARCHAR' columns.
  24437.  
  24438.    * `BLOB' and `TEXT' columns cannot have `DEFAULT' values.
  24439.  
  24440. *MyODBC* defines `BLOB' values as `LONGVARBINARY' and `TEXT' values as
  24441. `LONGVARCHAR'.
  24442.  
  24443. Because `BLOB' and `TEXT' values may be extremely long, you may run up
  24444. against some constraints when using them:
  24445.  
  24446.    * If you want to use `GROUP BY' or `ORDER BY' on a `BLOB' or `TEXT'
  24447.      column, you must convert the column value into a fixed-length
  24448.      object. The standard way to do this is with the `SUBSTRING'
  24449.      function.  For example:
  24450.  
  24451.           mysql> select comment from tbl_name,substring(comment,20) as substr
  24452.                  ORDER BY substr;
  24453.  
  24454.      If you don't do this, only the first `max_sort_length' bytes of the
  24455.      column are used when sorting.  The default value of
  24456.      `max_sort_length' is 1024; this value can be changed using the
  24457.      `-O' option when starting the `mysqld' server. You can group on an
  24458.      expression involving `BLOB' or `TEXT' values by specifying the
  24459.      column position or by using an alias:
  24460.  
  24461.           mysql> select id,substring(blob_col,1,100) from tbl_name
  24462.                      GROUP BY 2;
  24463.           mysql> select id,substring(blob_col,1,100) as b from tbl_name
  24464.                      GROUP BY b;
  24465.  
  24466.    * The maximum size of a `BLOB' or `TEXT' object is determined by its
  24467.      type, but the largest value you can actually transmit between the
  24468.      client and server is determined by the amount of available memory
  24469.      and the size of the communications buffers.  You can change the
  24470.      message buffer size, but you must do so on both the server and
  24471.      client ends. *Note Server parameters::.
  24472.  
  24473. Note that each `BLOB' or `TEXT' value is represented internally by a
  24474. separately allocated object. This is in contrast to all other column
  24475. types, for which storage is allocated once per column when the table is
  24476. opened.
  24477.  
  24478. The `ENUM' Type
  24479. ...............
  24480.  
  24481. An `ENUM' is a string object whose value normally is chosen from a list
  24482. of allowed values that are enumerated explicitly in the column
  24483. specification at table creation time.
  24484.  
  24485. The value may also be the empty string (`""') or `NULL' under certain
  24486. circumstances:
  24487.  
  24488.    * If you insert an invalid value into an `ENUM' (that is, a string
  24489.      not present in the list of allowed values), the empty string is
  24490.      inserted instead as a special error value.
  24491.  
  24492.    * If an `ENUM' is declared `NULL', `NULL' is also a legal value for
  24493.      the column, and the default value is `NULL'.  If an `ENUM' is
  24494.      declared `NOT NULL', the default value is the first element of the
  24495.      list of allowed values.
  24496.  
  24497. Each enumeration value has an index:
  24498.  
  24499.    * Values from the list of allowable elements in the column
  24500.      specification are numbered beginning with 1.
  24501.  
  24502.    * The index value of the empty string error value is 0.  This means
  24503.      that you can use the following `SELECT' statement to find rows
  24504.      into which invalid `ENUM' values were assigned:
  24505.  
  24506.           mysql> SELECT * FROM tbl_name WHERE enum_col=0;
  24507.  
  24508.    * The index of the `NULL' value is `NULL'.
  24509.  
  24510. For example, a column specified as `ENUM("one", "two", "three")' can
  24511. have any of the values shown below.  The index of each value is also
  24512. shown:
  24513.  
  24514. *Value*        *Index*
  24515. `NULL'         `NULL'
  24516. `""'           0
  24517. `"one"'        1
  24518. `"two"'        2
  24519. `"three"'      3
  24520.  
  24521. An enumeration can have a maximum of 65535 elements.
  24522.  
  24523. Lettercase is irrelevant when you assign values to an `ENUM' column.
  24524. However, values retrieved from the column later have lettercase
  24525. matching the values that were used to specify the allowable values at
  24526. table creation time.
  24527.  
  24528. If you retrieve an `ENUM' in a numeric context, the column value's
  24529. index is returned.  For example, you can retrieve numeric values from
  24530. an `ENUM' column like this:
  24531.  
  24532.      mysql> SELECT enum_col+0 FROM tbl_name;
  24533.  
  24534. If you store a number into an `ENUM', the number is treated as an
  24535. index, and the value stored is the enumeration member with that index.
  24536. (However, this will not work with `LOAD DATA', which treats all input
  24537. as strings.)
  24538.  
  24539. `ENUM' values are sorted according to the order in which the enumeration
  24540. members were listed in the column specification.  (In other words,
  24541. `ENUM' values are sorted according to their index numbers.)  For
  24542. example, `"a"' sorts before `"b"' for `ENUM("a", "b")', but `"b"' sorts
  24543. before `"a"' for `ENUM("b", "a")'.  The empty string sorts before
  24544. non-empty strings, and `NULL' values sort before all other enumeration
  24545. values.
  24546.  
  24547. If you want to get all possible values for an `ENUM' column, you should
  24548. use: `SHOW COLUMNS FROM table_name LIKE enum_column_name' and parse the
  24549. `ENUM' definition in the second column.
  24550.  
  24551. The `SET' Type
  24552. ..............
  24553.  
  24554. A `SET' is a string object that can have zero or more values, each of
  24555. which must be chosen from a list of allowed values specified when the
  24556. table is created.  `SET' column values that consist of multiple set
  24557. members are specified with members separated by commas (`,').  A
  24558. consequence of this is that `SET' member values cannot themselves
  24559. contain commas.
  24560.  
  24561. For example, a column specified as `SET("one", "two") NOT NULL' can have
  24562. any of these values:
  24563.  
  24564.      ""
  24565.      "one"
  24566.      "two"
  24567.      "one,two"
  24568.  
  24569. A `SET' can have a maximum of 64 different members.
  24570.  
  24571. MySQL stores `SET' values numerically, with the low-order bit of the
  24572. stored value corresponding to the first set member.  If you retrieve a
  24573. `SET' value in a numeric context, the value retrieved has bits set
  24574. corresponding to the set members that make up the column value.  For
  24575. example, you can retrieve numeric values from a `SET' column like this:
  24576.  
  24577.      mysql> SELECT set_col+0 FROM tbl_name;
  24578.  
  24579. If a number is stored into a `SET' column, the bits that are set in the
  24580. binary representation of the number determine the set members in the
  24581. column value.  Suppose a column is specified as `SET("a","b","c","d")'.
  24582. Then the members have the following bit values:
  24583.  
  24584. `SET'          *Decimal       *Binary value*
  24585. *member*       value*         
  24586. `a'            `1'            `0001'
  24587. `b'            `2'            `0010'
  24588. `c'            `4'            `0100'
  24589. `d'            `8'            `1000'
  24590.  
  24591. If you assign a value of `9' to this column, that is `1001' in binary,
  24592. so the first and fourth `SET' value members `"a"' and `"d"' are
  24593. selected and the resulting value is `"a,d"'.
  24594.  
  24595. For a value containing more than one `SET' element, it does not matter
  24596. what order the elements are listed in when you insert the value.  It
  24597. also does not matter how many times a given element is listed in the
  24598. value.  When the value is retrieved later, each element in the value
  24599. will appear once, with elements listed according to the order in which
  24600. they were specified at table creation time.  For example, if a column
  24601. is specified as `SET("a","b","c","d")', then `"a,d"', `"d,a"', and
  24602. `"d,a,a,d,d"' will all appear as `"a,d"' when retrieved.
  24603.  
  24604. `SET' values are sorted numerically.  `NULL' values sort before
  24605. non-`NULL' `SET' values.
  24606.  
  24607. Normally, you perform a `SELECT' on a `SET' column using the `LIKE'
  24608. operator or the `FIND_IN_SET()' function:
  24609.  
  24610.      mysql> SELECT * FROM tbl_name WHERE set_col LIKE '%value%';
  24611.      mysql> SELECT * FROM tbl_name WHERE FIND_IN_SET('value',set_col)>0;
  24612.  
  24613. But the following will also work:
  24614.  
  24615.      mysql> SELECT * FROM tbl_name WHERE set_col = 'val1,val2';
  24616.      mysql> SELECT * FROM tbl_name WHERE set_col & 1;
  24617.  
  24618. The first of these statements looks for an exact match.  The second
  24619. looks for values containing the first set member.
  24620.  
  24621. If you want to get all possible values for a `SET' column, you should
  24622. use: `SHOW COLUMNS FROM table_name LIKE set_column_name' and parse the
  24623. `SET' definition in the second column.
  24624.  
  24625. Choosing the Right Type for a Column
  24626. ------------------------------------
  24627.  
  24628. For the most efficient use of storage, try to use the most precise type
  24629. in all cases. For example, if an integer column will be used for values
  24630. in the range between `1' and `99999', `MEDIUMINT UNSIGNED' is the best
  24631. type.
  24632.  
  24633. Accurate representation of monetary values is a common problem. In
  24634. MySQL, you should use the `DECIMAL' type. This is stored as a string,
  24635. so no loss of accuracy should occur. If accuracy is not too important,
  24636. the `DOUBLE' type may also be good enough.
  24637.  
  24638. For high precision, you can always convert to a fixed-point type stored
  24639. in a `BIGINT'. This allows you to do all calculations with integers and
  24640. convert results back to floating-point values only when necessary.
  24641.  
  24642. Using Column Types from Other Database Engines
  24643. ----------------------------------------------
  24644.  
  24645. To make it easier to use code written for SQL implementations from other
  24646. vendors, MySQL maps column types as shown in the table below.  These
  24647. mappings make it easier to move table definitions from other database
  24648. engines to MySQL:
  24649.  
  24650. *Other vendor type*           *MySQL type*
  24651. `BINARY(NUM)'                 `CHAR(NUM) BINARY'
  24652. `CHAR VARYING(NUM)'           `VARCHAR(NUM)'
  24653. `FLOAT4'                      `FLOAT'
  24654. `FLOAT8'                      `DOUBLE'
  24655. `INT1'                        `TINYINT'
  24656. `INT2'                        `SMALLINT'
  24657. `INT3'                        `MEDIUMINT'
  24658. `INT4'                        `INT'
  24659. `INT8'                        `BIGINT'
  24660. `LONG VARBINARY'              `MEDIUMBLOB'
  24661. `LONG VARCHAR'                `MEDIUMTEXT'
  24662. `MIDDLEINT'                   `MEDIUMINT'
  24663. `VARBINARY(NUM)'              `VARCHAR(NUM) BINARY'
  24664.  
  24665. Column type mapping occurs at table creation time.  If you create a
  24666. table with types used by other vendors and then issue a `DESCRIBE
  24667. tbl_name' statement, MySQL reports the table structure using the
  24668. equivalent MySQL types.
  24669.  
  24670. Column Type Storage Requirements
  24671. --------------------------------
  24672.  
  24673. The storage requirements for each of the column types supported by
  24674. MySQL are listed below by category.
  24675.  
  24676. Storage requirements for numeric types
  24677. ......................................
  24678.  
  24679. *Column type*                        *Storage required*
  24680. `TINYINT'                            1 byte
  24681. `SMALLINT'                           2 bytes
  24682. `MEDIUMINT'                          3 bytes
  24683. `INT'                                4 bytes
  24684. `INTEGER'                            4 bytes
  24685. `BIGINT'                             8 bytes
  24686. `FLOAT(X)'                           4 if X <= 24 or 8 if 25 <= X <= 53
  24687. `FLOAT'                              4 bytes
  24688. `DOUBLE'                             8 bytes
  24689. `DOUBLE PRECISION'                   8 bytes
  24690. `REAL'                               8 bytes
  24691. `DECIMAL(M,D)'                       `M+2' bytes if D > 0, `M+1' bytes
  24692.                                      if D = 0 (`D'+2, if `M < D')
  24693. `NUMERIC(M,D)'                       `M+2' bytes if D > 0, `M+1' bytes
  24694.                                      if D = 0 (`D'+2, if `M < D')
  24695.  
  24696. Storage requirements for date and time types
  24697. ............................................
  24698.  
  24699. *Column type*                        *Storage required*
  24700. `DATE'                               3 bytes
  24701. `DATETIME'                           8 bytes
  24702. `TIMESTAMP'                          4 bytes
  24703. `TIME'                               3 bytes
  24704. `YEAR'                               1 byte
  24705.  
  24706. Storage requirements for string types
  24707. .....................................
  24708.  
  24709. *Column type*                        *Storage required*
  24710. `CHAR(M)'                            `M' bytes, `1 <= M <= 255'
  24711. `VARCHAR(M)'                         `L'+1 bytes, where `L <= M' and `1
  24712.                                      <= M <= 255'
  24713. `TINYBLOB', `TINYTEXT'               `L'+1 bytes, where `L' < 2^8
  24714. `BLOB', `TEXT'                       `L'+2 bytes, where `L' < 2^16
  24715. `MEDIUMBLOB', `MEDIUMTEXT'           `L'+3 bytes, where `L' < 2^24
  24716. `LONGBLOB', `LONGTEXT'               `L'+4 bytes, where `L' < 2^32
  24717. `ENUM('value1','value2',...)'        1 or 2 bytes, depending on the
  24718.                                      number of enumeration values (65535
  24719.                                      values maximum)
  24720. `SET('value1','value2',...)'         1, 2, 3, 4 or 8 bytes, depending on
  24721.                                      the number of set members (64
  24722.                                      members maximum)
  24723.  
  24724. `VARCHAR' and the `BLOB' and `TEXT' types are variable-length types,
  24725. for which the storage requirements depend on the actual length of
  24726. column values (represented by `L' in the preceding table), rather than
  24727. on the type's maximum possible size.  For example, a `VARCHAR(10)'
  24728. column can hold a string with a maximum length of 10 characters.  The
  24729. actual storage required is the length of the string (`L'), plus 1 byte
  24730. to record the length of the string.  For the string `'abcd'', `L' is 4
  24731. and the storage requirement is 5 bytes.
  24732.  
  24733. The `BLOB' and `TEXT' types require 1, 2, 3, or 4 bytes to record the
  24734. length of the column value, depending on the maximum possible length of
  24735. the type.  *Note BLOB::.
  24736.  
  24737. If a table includes any variable-length column types, the record format
  24738. will also be variable-length.  Note that when a table is created, MySQL
  24739. may, under certain conditions, change a column from a variable-length
  24740. type to a fixed-length type, or vice-versa.  *Note Silent column
  24741. changes::.
  24742.  
  24743. The size of an `ENUM' object is determined by the number of different
  24744. enumeration values.  One byte is used for enumerations with up to 255
  24745. possible values.  Two bytes are used for enumerations with up to 65535
  24746. values. *Note ENUM::.
  24747.  
  24748. The size of a `SET' object is determined by the number of different set
  24749. members.  If the set size is `N', the object occupies `(N+7)/8' bytes,
  24750. rounded up to 1, 2, 3, 4, or 8 bytes.  A `SET' can have a maximum of 64
  24751. members. *Note SET::.
  24752.  
  24753. Functions for Use in `SELECT' and `WHERE' Clauses
  24754. =================================================
  24755.  
  24756. A `select_expression' or `where_definition' in a SQL statement can
  24757. consist of any expression using the functions described below.
  24758.  
  24759. An expression that contains `NULL' always produces a `NULL' value
  24760. unless otherwise indicated in the documentation for the operators and
  24761. functions involved in the expression.
  24762.  
  24763. *NOTE:* There must be no whitespace between a function name and the
  24764. parenthesis following it. This helps the MySQL parser distinguish
  24765. between function calls and references to tables or columns that happen
  24766. to have the same name as a function.  Spaces around arguments are
  24767. permitted, though.
  24768.  
  24769. You can force MySQL to accept spaces after the function name by
  24770. starting `mysqld' with `--ansi' or using the `CLIENT_IGNORE_SPACE' to
  24771. `mysql_connect()', but in this case all function names will become
  24772. reserved words. *Note ANSI mode::.
  24773.  
  24774. For the sake of brevity, examples display the output from the `mysql'
  24775. program in abbreviated form.  So this:
  24776.  
  24777.      mysql> select MOD(29,9);
  24778.      1 rows in set (0.00 sec)
  24779.      
  24780.      +-----------+
  24781.      | mod(29,9) |
  24782.      +-----------+
  24783.      |         2 |
  24784.      +-----------+
  24785.  
  24786. is displayed like this:
  24787.  
  24788.      mysql> select MOD(29,9);
  24789.              -> 2
  24790.  
  24791. Non-Type-Specific Operators and Functions
  24792. -----------------------------------------
  24793.  
  24794. Parenthesis
  24795. ...........
  24796.  
  24797.      ( ... )
  24798.  
  24799. Use parenthesis to force the order of evaluation in an expression.  For
  24800. example:
  24801.  
  24802.      mysql> select 1+2*3;
  24803.              -> 7
  24804.      mysql> select (1+2)*3;
  24805.              -> 9
  24806.  
  24807. Comparison Operators
  24808. ....................
  24809.  
  24810. Comparison operations result in a value of `1' (TRUE), `0' (FALSE), or
  24811. `NULL'. These functions work for both numbers and strings.  Strings are
  24812. automatically converted to numbers and numbers to strings as needed (as
  24813. in Perl).
  24814.  
  24815. MySQL performs comparisons using the following rules:
  24816.  
  24817.    * If one or both arguments are `NULL', the result of the comparison
  24818.      is `NULL', except for the `<=>' operator.
  24819.  
  24820.    * If both arguments in a comparison operation are strings, they are
  24821.      compared as strings.
  24822.  
  24823.    * If both arguments are integers, they are compared as integers.
  24824.  
  24825.    * Hexadecimal values are treated as binary strings if not compared
  24826.      to a number.
  24827.  
  24828.    * If one of the arguments is a `TIMESTAMP' or `DATETIME' column and
  24829.      the other argument is a constant, the constant is converted to a
  24830.      timestamp before the comparison is performed. This is done to be
  24831.      more ODBC-friendly.
  24832.  
  24833.    * In all other cases, the arguments are compared as floating-point
  24834.      (real) numbers.
  24835.  
  24836. By default, string comparisons are done in case-independent fashion
  24837. using the current character set (ISO-8859-1 Latin1 by default, which
  24838. also works excellently for English).
  24839.  
  24840. The examples below illustrate conversion of strings to numbers for
  24841. comparison operations:
  24842.  
  24843.      mysql> SELECT 1 > '6x';
  24844.               -> 0
  24845.      mysql> SELECT 7 > '6x';
  24846.               -> 1
  24847.      mysql> SELECT 0 > 'x6';
  24848.               -> 0
  24849.      mysql> SELECT 0 = 'x6';
  24850.               -> 1
  24851.  
  24852. `='
  24853.      Equal:
  24854.           mysql> select 1 = 0;
  24855.                   -> 0
  24856.           mysql> select '0' = 0;
  24857.                   -> 1
  24858.           mysql> select '0.0' = 0;
  24859.                   -> 1
  24860.           mysql> select '0.01' = 0;
  24861.                   -> 0
  24862.           mysql> select '.01' = 0.01;
  24863.                   -> 1
  24864.  
  24865. `<>'
  24866. `!='
  24867.      Not equal:
  24868.           mysql> select '.01' <> '0.01';
  24869.                   -> 1
  24870.           mysql> select .01 <> '0.01';
  24871.                   -> 0
  24872.           mysql> select 'zapp' <> 'zappp';
  24873.                   -> 1
  24874.  
  24875. `<='
  24876.      Less than or equal:
  24877.           mysql> select 0.1 <= 2;
  24878.                   -> 1
  24879.  
  24880. `<'
  24881.      Less than:
  24882.           mysql> select 2 < 2;
  24883.                   -> 0
  24884.  
  24885. `>='
  24886.      Greater than or equal:
  24887.           mysql> select 2 >= 2;
  24888.                   -> 1
  24889.  
  24890. `>'
  24891.      Greater than:
  24892.           mysql> select 2 > 2;
  24893.                   -> 0
  24894.  
  24895. `<=>'
  24896.      Null safe equal:
  24897.           mysql> select 1 <=> 1, NULL <=> NULL, 1 <=> NULL;
  24898.                   -> 1 1 0
  24899.  
  24900. `IS NULL'
  24901. `IS NOT NULL'
  24902.      Test whether or not a value is or is not `NULL':
  24903.           mysql> select 1 IS NULL, 0 IS NULL, NULL IS NULL;
  24904.                   -> 0 0 1
  24905.           mysql> select 1 IS NOT NULL, 0 IS NOT NULL, NULL IS NOT NULL;
  24906.                   -> 1 1 0
  24907.  
  24908. `expr BETWEEN min AND max'
  24909.      If `expr' is greater than or equal to `min' and `expr' is less
  24910.      than or equal to `max', `BETWEEN' returns `1', otherwise it
  24911.      returns `0'.  This is equivalent to the expression `(min <= expr
  24912.      AND expr <= max)' if all the arguments are of the same type.  The
  24913.      first argument (`expr') determines how the comparison is performed
  24914.      as follows:
  24915.  
  24916.         * If `expr' is a `TIMESTAMP', `DATE', or `DATETIME' column,
  24917.           `MIN()' and `MAX()' are formatted to the same format if they
  24918.           are constants.
  24919.  
  24920.         * If `expr' is a case-insensitive string expression, a
  24921.           case-insensitive string comparison is done.
  24922.  
  24923.         * If `expr' is a case-sensitive string expression, a
  24924.           case-sensitive string comparison is done.
  24925.  
  24926.         * If `expr' is an integer expression, an integer comparison is
  24927.           done.
  24928.  
  24929.         * Otherwise, a floating-point (real) comparison is done.
  24930.  
  24931.           mysql> select 1 BETWEEN 2 AND 3;
  24932.                   -> 0
  24933.           mysql> select 'b' BETWEEN 'a' AND 'c';
  24934.                   -> 1
  24935.           mysql> select 2 BETWEEN 2 AND '3';
  24936.                   -> 1
  24937.           mysql> select 2 BETWEEN 2 AND 'x-3';
  24938.                   -> 0
  24939.  
  24940. `expr IN (value,...)'
  24941.      Returns `1' if `expr' is any of the values in the `IN' list, else
  24942.      returns `0'.  If all values are constants, then all values are
  24943.      evaluated according to the type of `expr' and sorted. The search
  24944.      for the item is then done using a binary search. This means `IN'
  24945.      is very quick if the `IN' value list consists entirely of
  24946.      constants.  If `expr' is a case-sensitive string expression, the
  24947.      string comparison is performed in case-sensitive fashion:
  24948.  
  24949.           mysql> select 2 IN (0,3,5,'wefwf');
  24950.                   -> 0
  24951.           mysql> select 'wefwf' IN (0,3,5,'wefwf');
  24952.                   -> 1
  24953.  
  24954. `expr NOT IN (value,...)'
  24955.      Same as `NOT (expr IN (value,...))'.
  24956.  
  24957. `ISNULL(expr)'
  24958.      If `expr' is `NULL', `ISNULL()' returns `1', otherwise it returns
  24959.      `0':
  24960.           mysql> select ISNULL(1+1);
  24961.                   -> 0
  24962.           mysql> select ISNULL(1/0);
  24963.                   -> 1
  24964.  
  24965.      Note that a comparison of `NULL' values using `=' will always be
  24966.      false!
  24967.  
  24968. `COALESCE(list)'
  24969.      Returns first non-`NULL' element in list:
  24970.  
  24971.           mysql> select COALESCE(NULL,1);
  24972.                   -> 1
  24973.           mysql> select COALESCE(NULL,NULL,NULL);
  24974.                   -> NULL
  24975.  
  24976. `INTERVAL(N,N1,N2,N3,...)'
  24977.      Returns `0' if `N' < `N1', `1' if `N' < `N2' and so on. All
  24978.      arguments are treated as integers.  It is required that `N1' <
  24979.      `N2' < `N3' < `...' < `Nn' for this function to work correctly.
  24980.      This is because a binary search is used (very fast):
  24981.  
  24982.           mysql> select INTERVAL(23, 1, 15, 17, 30, 44, 200);
  24983.                   -> 3
  24984.           mysql> select INTERVAL(10, 1, 10, 100, 1000);
  24985.                   -> 2
  24986.           mysql> select INTERVAL(22, 23, 30, 44, 200);
  24987.                   -> 0
  24988.  
  24989. If you are comparing case sensitive string with any of the standard
  24990. operators (`=', `<>'..., but not `LIKE') end space will be ignored.
  24991.  
  24992.      mysql> select "a" ="A ";
  24993.              -> 1
  24994.  
  24995. Logical Operators
  24996. .................
  24997.  
  24998. All logical functions return `1' (TRUE), `0' (FALSE) or `NULL'
  24999. (unknown, which is in most cases the same as FALSE):
  25000.  
  25001. `NOT'
  25002. `!'
  25003.      Logical NOT. Returns `1' if the argument is `0', otherwise returns
  25004.      `0'.  Exception: `NOT NULL' returns `NULL':
  25005.           mysql> select NOT 1;
  25006.                   -> 0
  25007.           mysql> select NOT NULL;
  25008.                   -> NULL
  25009.           mysql> select ! (1+1);
  25010.                   -> 0
  25011.           mysql> select ! 1+1;
  25012.                   -> 1
  25013.      The last example returns `1' because the expression evaluates the
  25014.      same way as `(!1)+1'.
  25015.  
  25016. `OR'
  25017. `||'
  25018.      Logical OR. Returns `1' if either argument is not `0' and not
  25019.      `NULL':
  25020.           mysql> select 1 || 0;
  25021.                   -> 1
  25022.           mysql> select 0 || 0;
  25023.                   -> 0
  25024.           mysql> select 1 || NULL;
  25025.                   -> 1
  25026.  
  25027. `AND'
  25028. `&&'
  25029.      Logical AND. Returns `0' if either argument is `0' or `NULL',
  25030.      otherwise returns `1':
  25031.           mysql> select 1 && NULL;
  25032.                   -> 0
  25033.           mysql> select 1 && 0;
  25034.                   -> 0
  25035.  
  25036. Control Flow Functions
  25037. ......................
  25038.  
  25039. `IFNULL(expr1,expr2)'
  25040.      If `expr1' is not `NULL', `IFNULL()' returns `expr1', else it
  25041.      returns `expr2'.  `IFNULL()' returns a numeric or string value,
  25042.      depending on the context in which it is used:
  25043.           mysql> select IFNULL(1,0);
  25044.                   -> 1
  25045.           mysql> select IFNULL(NULL,10);
  25046.                   -> 10
  25047.           mysql> select IFNULL(1/0,10);
  25048.                   -> 10
  25049.           mysql> select IFNULL(1/0,'yes');
  25050.                   -> 'yes'
  25051.  
  25052. `NULLIF(expr1,expr2)'
  25053.      If `expr1 = expr2' is true, return `NULL' else return `expr1'.
  25054.      This is the same as `CASE WHEN x = y THEN NULL ELSE x END':
  25055.           mysql> select NULLIF(1,1);
  25056.                   -> NULL
  25057.           mysql> select NULLIF(1,2);
  25058.                   -> 1
  25059.  
  25060.      Note that `expr1' is evaluated twice in MySQL if the arguments are
  25061.      equal.
  25062.  
  25063. `IF(expr1,expr2,expr3)'
  25064.      If `expr1' is TRUE (`expr1 <> 0' and `expr1 <> NULL') then `IF()'
  25065.      returns `expr2', else it returns `expr3'.  `IF()' returns a
  25066.      numeric or string value, depending on the context in which it is
  25067.      used:
  25068.  
  25069.           mysql> select IF(1>2,2,3);
  25070.                   -> 3
  25071.           mysql> select IF(1<2,'yes','no');
  25072.                   -> 'yes'
  25073.           mysql> select IF(strcmp('test','test1'),'no','yes');
  25074.                   -> 'no'
  25075.  
  25076.      `expr1' is evaluated as an integer value, which means that if you
  25077.      are testing floating-point or string values, you should do so
  25078.      using a comparison operation:
  25079.  
  25080.           mysql> select IF(0.1,1,0);
  25081.                   -> 0
  25082.           mysql> select IF(0.1<>0,1,0);
  25083.                   -> 1
  25084.  
  25085.      In the first case above, `IF(0.1)' returns `0' because `0.1' is
  25086.      converted to an integer value, resulting in a test of `IF(0)'.
  25087.      This may not be what you expect.  In the second case, the
  25088.      comparison tests the original floating-point value to see whether
  25089.      it is non-zero.  The result of the comparison is used as an
  25090.      integer.
  25091.  
  25092.      The default return type of `IF()' (which may matter when it is
  25093.      stored into a temporary table) is calculated in MySQL Version 3.23
  25094.      as follows:
  25095.  
  25096.      *Expression*                          *Return value*
  25097.      expr2 or expr3 returns string         string
  25098.      expr2 or expr3 returns a              floating-point
  25099.      floating-point value                  
  25100.      expr2 or expr3 returns an integer     integer
  25101.  
  25102. `CASE value WHEN [compare-value] THEN result [WHEN [compare-value] THEN result ...] [ELSE result] END'
  25103.  
  25104. `CASE WHEN [condition] THEN result [WHEN [condition] THEN result ...] [ELSE result] END'
  25105.      The first version returns the `result' where
  25106.      `value=compare-value'. The second version returns the result for
  25107.      the first condition, which is true. If there was no matching result
  25108.      value, then the result after `ELSE' is returned. If there is no
  25109.      `ELSE' part then `NULL' is returned:
  25110.  
  25111.           mysql> SELECT CASE 1 WHEN 1 THEN "one" WHEN 2 THEN "two" ELSE "more" END;
  25112.                  -> "one"
  25113.           mysql> SELECT CASE WHEN 1>0 THEN "true" ELSE "false" END;
  25114.                  -> "true"
  25115.           mysql> SELECT CASE BINARY "B" when "a" then 1 when "b" then 2 END;
  25116.                  -> NULL
  25117.  
  25118. The type of the return value (`INTEGER', `DOUBLE' or `STRING') is the
  25119. same as the type of the first returned value (the expression after the
  25120. first `THEN').
  25121.  
  25122. String Functions
  25123. ----------------
  25124.  
  25125. String-valued functions return `NULL' if the length of the result would
  25126. be greater than the `max_allowed_packet' server parameter.  *Note
  25127. Server parameters::.
  25128.  
  25129. For functions that operate on string positions, the first position is
  25130. numbered 1.
  25131.  
  25132. `ASCII(str)'
  25133.      Returns the ASCII code value of the leftmost character of the
  25134.      string `str'. Returns `0' if `str' is the empty string.  Returns
  25135.      `NULL' if `str' is `NULL':
  25136.  
  25137.           mysql> select ASCII('2');
  25138.                   -> 50
  25139.           mysql> select ASCII(2);
  25140.                   -> 50
  25141.           mysql> select ASCII('dx');
  25142.                   -> 100
  25143.  
  25144.      See also the `ORD()' function.
  25145.  
  25146. `ORD(str)'
  25147.      If the leftmost character of the string str is a multi-byte
  25148.      character, returns the code of multi-byte character by returning
  25149.      the ASCII code value of the character in the format of: `((first
  25150.      byte ASCII code)*256+(second byte ASCII code))[*256+third byte
  25151.      ASCII code...]'.  If the leftmost character is not a multi-byte
  25152.      character, returns the same value as the like `ASCII()' function
  25153.      does:
  25154.  
  25155.           mysql> select ORD('2');
  25156.                   -> 50
  25157.  
  25158. `CONV(N,from_base,to_base)'
  25159.      Converts numbers between different number bases.  Returns a string
  25160.      representation of the number `N', converted from base `from_base'
  25161.      to base `to_base'.  Returns `NULL' if any argument is `NULL'.  The
  25162.      argument `N' is interpreted as an integer, but may be specified as
  25163.      an integer or a string.  The minimum base is `2' and the maximum
  25164.      base is `36'.  If `to_base' is a negative number, `N' is regarded
  25165.      as a signed number.  Otherwise, `N' is treated as unsigned.
  25166.      `CONV' works with 64-bit precision:
  25167.  
  25168.           mysql> select CONV("a",16,2);
  25169.                   -> '1010'
  25170.           mysql> select CONV("6E",18,8);
  25171.                   -> '172'
  25172.           mysql> select CONV(-17,10,-18);
  25173.                   -> '-H'
  25174.           mysql> select CONV(10+"10"+'10'+0xa,10,10);
  25175.                   -> '40'
  25176.  
  25177. `BIN(N)'
  25178.      Returns a string representation of the binary value of `N', where
  25179.      `N' is a longlong (`BIGINT') number.  This is equivalent to
  25180.      `CONV(N,10,2)'.  Returns `NULL' if `N' is `NULL':
  25181.  
  25182.           mysql> select BIN(12);
  25183.                   -> '1100'
  25184.  
  25185. `OCT(N)'
  25186.      Returns a string representation of the octal value of `N', where
  25187.      `N' is a longlong number.  This is equivalent to `CONV(N,10,8)'.
  25188.      Returns `NULL' if `N' is `NULL':
  25189.  
  25190.           mysql> select OCT(12);
  25191.                   -> '14'
  25192.  
  25193. `HEX(N)'
  25194.      Returns a string representation of the hexadecimal value of `N',
  25195.      where `N' is a longlong (`BIGINT') number.  This is equivalent to
  25196.      `CONV(N,10,16)'.  Returns `NULL' if `N' is `NULL':
  25197.  
  25198.           mysql> select HEX(255);
  25199.                   -> 'FF'
  25200.  
  25201. `CHAR(N,...)'
  25202.      `CHAR()' interprets the arguments as integers and returns a string
  25203.      consisting of the characters given by the ASCII code values of
  25204.      those integers. `NULL' values are skipped:
  25205.  
  25206.           mysql> select CHAR(77,121,83,81,'76');
  25207.                   -> 'MySQL'
  25208.           mysql> select CHAR(77,77.3,'77.3');
  25209.                   -> 'MMM'
  25210.  
  25211. `CONCAT(str1,str2,...)'
  25212.      Returns the string that results from concatenating the arguments.
  25213.      Returns `NULL' if any argument is `NULL'.  May have more than 2
  25214.      arguments.  A numeric argument is converted to the equivalent
  25215.      string form:
  25216.  
  25217.           mysql> select CONCAT('My', 'S', 'QL');
  25218.                   -> 'MySQL'
  25219.           mysql> select CONCAT('My', NULL, 'QL');
  25220.                   -> NULL
  25221.           mysql> select CONCAT(14.3);
  25222.                   -> '14.3'
  25223.  
  25224. `CONCAT_WS(separator, str1, str2,...)'
  25225.      `CONCAT_WS()' stands for CONCAT With Separator and is a special
  25226.      form of `CONCAT()'.  The first argument is the separator for the
  25227.      rest of the arguments. The separator can be a string as well as
  25228.      the rest of the arguments. If the separator is `NULL', the result
  25229.      will be `NULL'.  The function will skip any `NULL's and empty
  25230.      strings, after the separator argument. The separator will be added
  25231.      between the strings to be concatenated:
  25232.  
  25233.           mysql> select CONCAT_WS(",","First name","Second name","Last Name");
  25234.                  -> 'First name,Second name,Last Name'
  25235.           mysql> select CONCAT_WS(",","First name",NULL,"Last Name");
  25236.                  -> 'First name,Last Name'
  25237.  
  25238. `LENGTH(str)'
  25239. `OCTET_LENGTH(str)'
  25240. `CHAR_LENGTH(str)'
  25241. `CHARACTER_LENGTH(str)'
  25242.      Returns the length of the string `str':
  25243.  
  25244.           mysql> select LENGTH('text');
  25245.                   -> 4
  25246.           mysql> select OCTET_LENGTH('text');
  25247.                   -> 4
  25248.  
  25249.      Note that for `CHAR_LENGTH()', multi-byte characters are only
  25250.      counted once.
  25251.  
  25252. `LOCATE(substr,str)'
  25253. `POSITION(substr IN str)'
  25254.      Returns the position of the first occurrence of substring `substr'
  25255.      in string `str'. Returns `0' if `substr' is not in `str':
  25256.  
  25257.           mysql> select LOCATE('bar', 'foobarbar');
  25258.                   -> 4
  25259.           mysql> select LOCATE('xbar', 'foobar');
  25260.                   -> 0
  25261.  
  25262.      This function is multi-byte safe.
  25263.  
  25264. `LOCATE(substr,str,pos)'
  25265.      Returns the position of the first occurrence of substring `substr'
  25266.      in string `str', starting at position `pos'.  Returns `0' if
  25267.      `substr' is not in `str':
  25268.  
  25269.           mysql> select LOCATE('bar', 'foobarbar',5);
  25270.                   -> 7
  25271.  
  25272.      This function is multi-byte safe.
  25273.  
  25274. `INSTR(str,substr)'
  25275.      Returns the position of the first occurrence of substring `substr'
  25276.      in string `str'. This is the same as the two-argument form of
  25277.      `LOCATE()', except that the arguments are swapped:
  25278.  
  25279.           mysql> select INSTR('foobarbar', 'bar');
  25280.                   -> 4
  25281.           mysql> select INSTR('xbar', 'foobar');
  25282.                   -> 0
  25283.  
  25284.      This function is multi-byte safe.
  25285.  
  25286. `LPAD(str,len,padstr)'
  25287.      Returns the string `str', left-padded with the string `padstr'
  25288.      until `str' is `len' characters long. If `str' is longer than
  25289.      `len'' then it will be shortened to `len' characters.
  25290.  
  25291.           mysql> select LPAD('hi',4,'??');
  25292.                   -> '??hi'
  25293.  
  25294. `RPAD(str,len,padstr)'
  25295.      Returns the string `str', right-padded with the string `padstr'
  25296.      until `str' is `len' characters long.  If `str' is longer than
  25297.      `len'' then it will be shortened to `len' characters.
  25298.  
  25299.           mysql> select RPAD('hi',5,'?');
  25300.                   -> 'hi???'
  25301.  
  25302. `LEFT(str,len)'
  25303.      Returns the leftmost `len' characters from the string `str':
  25304.  
  25305.           mysql> select LEFT('foobarbar', 5);
  25306.                   -> 'fooba'
  25307.  
  25308.      This function is multi-byte safe.
  25309.  
  25310. `RIGHT(str,len)'
  25311.      Returns the rightmost `len' characters from the string `str':
  25312.  
  25313.           mysql> select RIGHT('foobarbar', 4);
  25314.                   -> 'rbar'
  25315.  
  25316.      This function is multi-byte safe.
  25317.  
  25318. `SUBSTRING(str,pos,len)'
  25319. `SUBSTRING(str FROM pos FOR len)'
  25320. `MID(str,pos,len)'
  25321.      Returns a substring `len' characters long from string `str',
  25322.      starting at position `pos'.  The variant form that uses `FROM' is
  25323.      ANSI SQL92 syntax:
  25324.  
  25325.           mysql> select SUBSTRING('Quadratically',5,6);
  25326.                   -> 'ratica'
  25327.  
  25328.      This function is multi-byte safe.
  25329.  
  25330. `SUBSTRING(str,pos)'
  25331.  
  25332. `SUBSTRING(str FROM pos)'
  25333.      Returns a substring from string `str' starting at position `pos':
  25334.  
  25335.           mysql> select SUBSTRING('Quadratically',5);
  25336.                   -> 'ratically'
  25337.           mysql> select SUBSTRING('foobarbar' FROM 4);
  25338.                   -> 'barbar'
  25339.  
  25340.      This function is multi-byte safe.
  25341.  
  25342. `SUBSTRING_INDEX(str,delim,count)'
  25343.      Returns the substring from string `str' before `count' occurrences
  25344.      of the delimiter `delim'.  If `count' is positive, everything to
  25345.      the left of the final delimiter (counting from the left) is
  25346.      returned.  If `count' is negative, everything to the right of the
  25347.      final delimiter (counting from the right) is returned:
  25348.  
  25349.           mysql> select SUBSTRING_INDEX('www.mysql.com', '.', 2);
  25350.                   -> 'www.mysql'
  25351.           mysql> select SUBSTRING_INDEX('www.mysql.com', '.', -2);
  25352.                   -> 'mysql.com'
  25353.  
  25354.      This function is multi-byte safe.
  25355.  
  25356. `LTRIM(str)'
  25357.      Returns the string `str' with leading space characters removed:
  25358.  
  25359.           mysql> select LTRIM('  barbar');
  25360.                   -> 'barbar'
  25361.  
  25362. `RTRIM(str)'
  25363.      Returns the string `str' with trailing space characters removed:
  25364.  
  25365.           mysql> select RTRIM('barbar   ');
  25366.                   -> 'barbar'
  25367.  
  25368.      This function is multi-byte safe.
  25369.  
  25370. `TRIM([[BOTH | LEADING | TRAILING] [remstr] FROM] str)'
  25371.      Returns the string `str' with all `remstr' prefixes and/or suffixes
  25372.      removed. If none of the specifiers `BOTH', `LEADING' or `TRAILING'
  25373.      are given, `BOTH' is assumed. If `remstr' is not specified, spaces
  25374.      are removed:
  25375.  
  25376.           mysql> select TRIM('  bar   ');
  25377.                   -> 'bar'
  25378.           mysql> select TRIM(LEADING 'x' FROM 'xxxbarxxx');
  25379.                   -> 'barxxx'
  25380.           mysql> select TRIM(BOTH 'x' FROM 'xxxbarxxx');
  25381.                   -> 'bar'
  25382.           mysql> select TRIM(TRAILING 'xyz' FROM 'barxxyz');
  25383.                   -> 'barx'
  25384.  
  25385.      This function is multi-byte safe.
  25386.  
  25387. `SOUNDEX(str)'
  25388.      Returns a soundex string from `str'. Two strings that sound almost
  25389.      the same should have identical soundex strings. A standard soundex
  25390.      string is 4 characters long, but the `SOUNDEX()' function returns
  25391.      an arbitrarily long string. You can use `SUBSTRING()' on the
  25392.      result to get a standard soundex string.  All non-alphanumeric
  25393.      characters are ignored in the given string. All international
  25394.      alpha characters outside the A-Z range are treated as vowels:
  25395.  
  25396.           mysql> select SOUNDEX('Hello');
  25397.                   -> 'H400'
  25398.           mysql> select SOUNDEX('Quadratically');
  25399.                   -> 'Q36324'
  25400.  
  25401. `SPACE(N)'
  25402.      Returns a string consisting of `N' space characters:
  25403.  
  25404.           mysql> select SPACE(6);
  25405.                   -> '      '
  25406.  
  25407. `REPLACE(str,from_str,to_str)'
  25408.      Returns the string `str' with all all occurrences of the string
  25409.      `from_str' replaced by the string `to_str':
  25410.  
  25411.           mysql> select REPLACE('www.mysql.com', 'w', 'Ww');
  25412.                   -> 'WwWwWw.mysql.com'
  25413.  
  25414.      This function is multi-byte safe.
  25415.  
  25416. `REPEAT(str,count)'
  25417.      Returns a string consisting of the string `str' repeated `count'
  25418.      times. If `count <= 0', returns an empty string. Returns `NULL' if
  25419.      `str' or `count' are `NULL':
  25420.  
  25421.           mysql> select REPEAT('MySQL', 3);
  25422.                   -> 'MySQLMySQLMySQL'
  25423.  
  25424. `REVERSE(str)'
  25425.      Returns the string `str' with the order of the characters reversed:
  25426.  
  25427.           mysql> select REVERSE('abc');
  25428.                   -> 'cba'
  25429.  
  25430.      This function is multi-byte safe.
  25431.  
  25432. `INSERT(str,pos,len,newstr)'
  25433.      Returns the string `str', with the substring beginning at position
  25434.      `pos' and `len' characters long replaced by the string `newstr':
  25435.  
  25436.           mysql> select INSERT('Quadratic', 3, 4, 'What');
  25437.                   -> 'QuWhattic'
  25438.  
  25439.      This function is multi-byte safe.
  25440.  
  25441. `ELT(N,str1,str2,str3,...)'
  25442.      Returns `str1' if `N' = `1', `str2' if `N' = `2', and so on.
  25443.      Returns `NULL' if `N' is less than `1' or greater than the number
  25444.      of arguments.  `ELT()' is the complement of `FIELD()':
  25445.  
  25446.           mysql> select ELT(1, 'ej', 'Heja', 'hej', 'foo');
  25447.                   -> 'ej'
  25448.           mysql> select ELT(4, 'ej', 'Heja', 'hej', 'foo');
  25449.                   -> 'foo'
  25450.  
  25451. `FIELD(str,str1,str2,str3,...)'
  25452.      Returns the index of `str' in the `str1', `str2', `str3', `...'
  25453.      list.  Returns `0' if `str' is not found.  `FIELD()' is the
  25454.      complement of `ELT()':
  25455.  
  25456.           mysql> select FIELD('ej', 'Hej', 'ej', 'Heja', 'hej', 'foo');
  25457.                   -> 2
  25458.           mysql> select FIELD('fo', 'Hej', 'ej', 'Heja', 'hej', 'foo');
  25459.                   -> 0
  25460.  
  25461. `FIND_IN_SET(str,strlist)'
  25462.      Returns a value `1' to `N' if the string `str' is in the list
  25463.      `strlist' consisting of `N' substrings. A string list is a string
  25464.      composed of substrings separated by `,' characters. If the first
  25465.      argument is a constant string and the second is a column of type
  25466.      `SET', the `FIND_IN_SET()' function is optimized to use bit
  25467.      arithmetic!  Returns `0' if `str' is not in `strlist' or if
  25468.      `strlist' is the empty string.  Returns `NULL' if either argument
  25469.      is `NULL'.  This function will not work properly if the first
  25470.      argument contains a `,':
  25471.  
  25472.           mysql> SELECT FIND_IN_SET('b','a,b,c,d');
  25473.                   -> 2
  25474.  
  25475. `MAKE_SET(bits,str1,str2,...)'
  25476.      Returns a set (a string containing substrings separated by `,'
  25477.      characters) consisting of the strings that have the corresponding
  25478.      bit in `bits' set.  `str1' corresponds to bit 0, `str2' to bit 1,
  25479.      etc.  `NULL' strings in `str1', `str2', `...' are not appended to
  25480.      the result:
  25481.  
  25482.           mysql> SELECT MAKE_SET(1,'a','b','c');
  25483.                   -> 'a'
  25484.           mysql> SELECT MAKE_SET(1 | 4,'hello','nice','world');
  25485.                   -> 'hello,world'
  25486.           mysql> SELECT MAKE_SET(0,'a','b','c');
  25487.                   -> ''
  25488.  
  25489. `EXPORT_SET(bits,on,off,[separator,[number_of_bits]])'
  25490.      Returns a string where for every bit set in 'bit', you get an 'on'
  25491.      string and for every reset bit you get an 'off' string. Each
  25492.      string is separated with 'separator' (default ',') and only
  25493.      'number_of_bits' (default 64) of 'bits' is used:
  25494.  
  25495.           mysql> select EXPORT_SET(5,'Y','N',',',4)
  25496.                   -> Y,N,Y,N
  25497.  
  25498. `LCASE(str)'
  25499. `LOWER(str)'
  25500.      Returns the string `str' with all characters changed to lowercase
  25501.      according to the current character set mapping (the default is
  25502.      ISO-8859-1 Latin1):
  25503.  
  25504.           mysql> select LCASE('QUADRATICALLY');
  25505.                   -> 'quadratically'
  25506.  
  25507.      This function is multi-byte safe.
  25508.  
  25509. `UCASE(str)'
  25510. `UPPER(str)'
  25511.      Returns the string `str' with all characters changed to uppercase
  25512.      according to the current character set mapping (the default is
  25513.      ISO-8859-1 Latin1):
  25514.  
  25515.           mysql> select UCASE('Hej');
  25516.                   -> 'HEJ'
  25517.  
  25518.      This function is multi-byte safe.
  25519.  
  25520. `LOAD_FILE(file_name)'
  25521.      Reads the file and returns the file contents as a string.  The file
  25522.      must be on the server, you must specify the full pathname to the
  25523.      file, and you must have the *file* privilege.  The file must be
  25524.      readable by all and be smaller than `max_allowed_packet'.
  25525.  
  25526.      If the file doesn't exist or can't be read due to one of the above
  25527.      reasons, the function returns `NULL':
  25528.  
  25529.           mysql> UPDATE table_name
  25530.                      SET blob_column=LOAD_FILE("/tmp/picture")
  25531.                      WHERE id=1;
  25532.  
  25533. If you are not using MySQL Version 3.23, you have to do the reading of
  25534. the file inside your application and create an `INSERT' statement to
  25535. update the database with the file information. One way to do this, if
  25536. you are using the MySQL++ library, can be found at
  25537. `http://www.mysql.com/documentation/mysql++/mysql++-examples.html'.
  25538.  
  25539. MySQL automatically converts numbers to strings as necessary, and
  25540. vice-versa:
  25541.  
  25542.      mysql> SELECT 1+"1";
  25543.              -> 2
  25544.      mysql> SELECT CONCAT(2,' test');
  25545.              -> '2 test'
  25546.  
  25547. If you want to convert a number to a string explicitly, pass it as the
  25548. argument to `CONCAT()'.
  25549.  
  25550. If a string function is given a binary string as an argument, the
  25551. resulting string is also a binary string.  A number converted to a
  25552. string is treated as a binary string.  This only affects comparisons.
  25553.  
  25554. String Comparison Functions
  25555. ...........................
  25556.  
  25557. Normally, if any expression in a string comparison is case sensitive,
  25558. the comparison is performed in case-sensitive fashion.
  25559.  
  25560. `expr LIKE pat [ESCAPE 'escape-char']'
  25561.      Pattern matching using SQL simple regular expression comparison.
  25562.      Returns `1' (TRUE) or `0' (FALSE).  With `LIKE' you can use the
  25563.      following two wild-card characters in the pattern:
  25564.  
  25565.      `%'     Matches any number of characters, even zero characters
  25566.      `_'     Matches exactly one character
  25567.  
  25568.           mysql> select 'David!' LIKE 'David_';
  25569.                   -> 1
  25570.           mysql> select 'David!' LIKE '%D%v%';
  25571.                   -> 1
  25572.  
  25573.      To test for literal instances of a wild-card character, precede
  25574.      the character with the escape character.  If you don't specify the
  25575.      `ESCAPE' character, `\' is assumed:
  25576.  
  25577.      `\%'    Matches one `%' character
  25578.      `\_'    Matches one `_' character
  25579.  
  25580.           mysql> select 'David!' LIKE 'David\_';
  25581.                   -> 0
  25582.           mysql> select 'David_' LIKE 'David\_';
  25583.                   -> 1
  25584.  
  25585.      To specify a different escape character, use the `ESCAPE' clause:
  25586.  
  25587.           mysql> select 'David_' LIKE 'David|_' ESCAPE '|';
  25588.                   -> 1
  25589.  
  25590.      The following two statements illustrate that string comparisons are
  25591.      case insensitive unless one of the operands is a binary string:
  25592.  
  25593.           mysql> select 'abc' LIKE 'ABC';
  25594.                   -> 1
  25595.           mysql> SELECT 'abc' LIKE BINARY 'ABC';
  25596.                   -> 0
  25597.  
  25598.      `LIKE' is allowed on numeric expressions! (This is a MySQL
  25599.      extension to the ANSI SQL `LIKE'.)
  25600.  
  25601.           mysql> select 10 LIKE '1%';
  25602.                   -> 1
  25603.  
  25604.      Note: Because MySQL uses the C escape syntax in strings (for
  25605.      example, `\n'), you must double any `\' that you use in your `LIKE'
  25606.      strings.  For example, to search for `\n', specify it as `\\n'.  To
  25607.      search for `\', specify it as `\\\\' (the backslashes are stripped
  25608.      once by the parser and another time when the pattern match is
  25609.      done, leaving a single backslash to be matched).
  25610.  
  25611. `expr NOT LIKE pat [ESCAPE 'escape-char']'
  25612.      Same as `NOT (expr LIKE pat [ESCAPE 'escape-char'])'.
  25613.  
  25614. `expr REGEXP pat'
  25615. `expr RLIKE pat'
  25616.      Performs a pattern match of a string expression `expr' against a
  25617.      pattern `pat'.  The pattern can be an extended regular expression.
  25618.      *Note Regexp::.  Returns `1' if `expr' matches `pat', otherwise
  25619.      returns `0'.  `RLIKE' is a synonym for `REGEXP', provided for
  25620.      `mSQL' compatibility. Note: Because MySQL uses the C escape syntax
  25621.      in strings (for example, `\n'), you must double any `\' that you
  25622.      use in your `REGEXP' strings.  As of MySQL Version 3.23.4,
  25623.      `REGEXP' is case insensitive for normal (not binary) strings:
  25624.  
  25625.           mysql> select 'Monty!' REGEXP 'm%y%%';
  25626.                   -> 0
  25627.           mysql> select 'Monty!' REGEXP '.*';
  25628.                   -> 1
  25629.           mysql> select 'new*\n*line' REGEXP 'new\\*.\\*line';
  25630.                   -> 1
  25631.           mysql> select "a" REGEXP "A", "a" REGEXP BINARY "A";
  25632.                   -> 1  0
  25633.           mysql> select "a" REGEXP "^[a-d]";
  25634.                   -> 1
  25635.  
  25636. `'
  25637.      `REGEXP' and `RLIKE' use the current character set (ISO-8859-1
  25638.      Latin1 by default) when deciding the type of a character.
  25639.  
  25640. `expr NOT REGEXP pat'
  25641. `expr NOT RLIKE pat'
  25642.      Same as `NOT (expr REGEXP pat)'.
  25643.  
  25644. `STRCMP(expr1,expr2)'
  25645.      `STRCMP()' returns `0' if the strings are the same, `-1' if the
  25646.      first argument is smaller than the second according to the current
  25647.      sort order, and `1' otherwise:
  25648.  
  25649.           mysql> select STRCMP('text', 'text2');
  25650.                   -> -1
  25651.           mysql> select STRCMP('text2', 'text');
  25652.                   -> 1
  25653.           mysql> select STRCMP('text', 'text');
  25654.                   -> 0
  25655.  
  25656. `MATCH (col1,col2,...) AGAINST (expr)'
  25657.      `MATCH ... AGAINST()' is used for full-text search and returns
  25658.      relevance - similarity measure between the text in columns
  25659.      `(col1,col2,...)' and the query `expr'. Relevance is a positive
  25660.      floating-point number. Zero relevance means no similarity.  For
  25661.      `MATCH ... AGAINST()' to work, a *FULLTEXT* index must be created
  25662.      first. *Note `CREATE TABLE': CREATE TABLE.  `MATCH ... AGAINST()'
  25663.      is available in MySQL Version 3.23.23 or later. For details and
  25664.      usage examples *note Fulltext Search::.
  25665.  
  25666. Case Sensitivity
  25667. ................
  25668.  
  25669. ``BINARY''
  25670.      The `BINARY' operator casts the string following it to a binary
  25671.      string.  This is an easy way to force a column comparison to be
  25672.      case sensitive even if the column isn't defined as `BINARY' or
  25673.      `BLOB':
  25674.           mysql> select "a" = "A";
  25675.                   -> 1
  25676.           mysql> select BINARY "a" = "A";
  25677.                   -> 0
  25678.  
  25679.      `BINARY' was introduced in MySQL Version 3.23.0.
  25680.  
  25681.      Note that in some context MySQL will not be able to use the index
  25682.      efficiently when you cast an indexed column to `BINARY'.
  25683.  
  25684. If you want to compare a blob case-insensitively you can always convert
  25685. the blob to upper case before doing the comparison:
  25686.  
  25687.      SELECT 'A' LIKE UPPER(blob_col) FROM table_name;
  25688.  
  25689. We plan to soon introduce casting between different character sets to
  25690. make string comparison even more flexible.
  25691.  
  25692. Numeric Functions
  25693. -----------------
  25694.  
  25695. Arithmetic Operations
  25696. .....................
  25697.  
  25698. The usual arithmetic operators are available. Note that in the case of
  25699. `-', `+', and `*', the result is calculated with `BIGINT' (64-bit)
  25700. precision if both arguments are integers!
  25701.  
  25702. `+'
  25703.      Addition:
  25704.           mysql> select 3+5;
  25705.                   -> 8
  25706.  
  25707. `-'
  25708.      Subtraction:
  25709.           mysql> select 3-5;
  25710.                   -> -2
  25711.  
  25712. `*'
  25713.      Multiplication:
  25714.           mysql> select 3*5;
  25715.                   -> 15
  25716.           mysql> select 18014398509481984*18014398509481984.0;
  25717.                   -> 324518553658426726783156020576256.0
  25718.           mysql> select 18014398509481984*18014398509481984;
  25719.                   -> 0
  25720.  
  25721.      The result of the last expression is incorrect because the result
  25722.      of the integer multiplication exceeds the 64-bit range of `BIGINT'
  25723.      calculations.
  25724.  
  25725. `/'
  25726.      Division:
  25727.           mysql> select 3/5;
  25728.                   -> 0.60
  25729.  
  25730.      Division by zero produces a `NULL' result:
  25731.  
  25732.           mysql> select 102/(1-1);
  25733.                   -> NULL
  25734.  
  25735.      A division will be calculated with `BIGINT' arithmetic only if
  25736.      performed in a context where its result is converted to an integer!
  25737.  
  25738. Mathematical Functions
  25739. ......................
  25740.  
  25741. All mathematical functions return `NULL' in case of an error.
  25742.  
  25743. `-'
  25744.      Unary minus. Changes the sign of the argument:
  25745.           mysql> select - 2;
  25746.                   -> -2
  25747.  
  25748.      Note that if this operator is used with a `BIGINT', the return
  25749.      value is a `BIGINT'!  This means that you should avoid using `-'
  25750.      on integers that may have the value of `-2^63'!
  25751.  
  25752. `ABS(X)'
  25753.      Returns the absolute value of `X':
  25754.           mysql> select ABS(2);
  25755.                   -> 2
  25756.           mysql> select ABS(-32);
  25757.                   -> 32
  25758.  
  25759.      This function is safe to use with `BIGINT' values.
  25760.  
  25761. `SIGN(X)'
  25762.      Returns the sign of the argument as `-1', `0', or `1', depending
  25763.      on whether `X' is negative, zero, or positive:
  25764.           mysql> select SIGN(-32);
  25765.                   -> -1
  25766.           mysql> select SIGN(0);
  25767.                   -> 0
  25768.           mysql> select SIGN(234);
  25769.                   -> 1
  25770.  
  25771. `MOD(N,M)'
  25772. `%'
  25773.      Modulo (like the `%' operator in C).  Returns the remainder of `N'
  25774.      divided by `M':
  25775.           mysql> select MOD(234, 10);
  25776.                   -> 4
  25777.           mysql> select 253 % 7;
  25778.                   -> 1
  25779.           mysql> select MOD(29,9);
  25780.                   -> 2
  25781.  
  25782.      This function is safe to use with `BIGINT' values.
  25783.  
  25784. `FLOOR(X)'
  25785.      Returns the largest integer value not greater than `X':
  25786.           mysql> select FLOOR(1.23);
  25787.                   -> 1
  25788.           mysql> select FLOOR(-1.23);
  25789.                   -> -2
  25790.  
  25791.      Note that the return value is converted to a `BIGINT'!
  25792.  
  25793. `CEILING(X)'
  25794.      Returns the smallest integer value not less than `X':
  25795.           mysql> select CEILING(1.23);
  25796.                   -> 2
  25797.           mysql> select CEILING(-1.23);
  25798.                   -> -1
  25799.  
  25800.      Note that the return value is converted to a `BIGINT'!
  25801.  
  25802. `ROUND(X)'
  25803.      Returns the argument `X', rounded to the nearest integer:
  25804.           mysql> select ROUND(-1.23);
  25805.                   -> -1
  25806.           mysql> select ROUND(-1.58);
  25807.                   -> -2
  25808.           mysql> select ROUND(1.58);
  25809.                   -> 2
  25810.  
  25811.      Note that the behavior of `ROUND()' when the argument is half way
  25812.      between two integers depends on the C library implementation.
  25813.      Some round to the nearest even number, always up, always down, or
  25814.      always towards zero.  If you need one kind of rounding, you should
  25815.      use a well-defined function like `TRUNCATE()' or `FLOOR()' instead.
  25816.  
  25817. `ROUND(X,D)'
  25818.      Returns the argument `X', rounded to a number with `D' decimals.
  25819.      If `D' is `0', the result will have no decimal point or fractional
  25820.      part:
  25821.  
  25822.           mysql> select ROUND(1.298, 1);
  25823.                   -> 1.3
  25824.           mysql> select ROUND(1.298, 0);
  25825.                   -> 1
  25826.  
  25827. `EXP(X)'
  25828.      Returns the value of `e' (the base of natural logarithms) raised to
  25829.      the power of `X':
  25830.           mysql> select EXP(2);
  25831.                   -> 7.389056
  25832.           mysql> select EXP(-2);
  25833.                   -> 0.135335
  25834.  
  25835. `LOG(X)'
  25836.      Returns the natural logarithm of `X':
  25837.           mysql> select LOG(2);
  25838.                   -> 0.693147
  25839.           mysql> select LOG(-2);
  25840.                   -> NULL
  25841.      If you want the log of a number `X' to some arbitary base `B', use
  25842.      the formula `LOG(X)/LOG(B)'.
  25843.  
  25844. `LOG10(X)'
  25845.      Returns the base-10 logarithm of `X':
  25846.           mysql> select LOG10(2);
  25847.                   -> 0.301030
  25848.           mysql> select LOG10(100);
  25849.                   -> 2.000000
  25850.           mysql> select LOG10(-100);
  25851.                   -> NULL
  25852.  
  25853. `POW(X,Y)'
  25854. `POWER(X,Y)'
  25855.      Returns the value of `X' raised to the power of `Y':
  25856.           mysql> select POW(2,2);
  25857.                   -> 4.000000
  25858.           mysql> select POW(2,-2);
  25859.                   -> 0.250000
  25860.  
  25861. `SQRT(X)'
  25862.      Returns the non-negative square root of `X':
  25863.           mysql> select SQRT(4);
  25864.                   -> 2.000000
  25865.           mysql> select SQRT(20);
  25866.                   -> 4.472136
  25867.  
  25868. `PI()'
  25869.      Returns the value of PI. The default shown number of decimals is
  25870.      5, but MySQL internally uses the full double precession for PI.
  25871.           mysql> select PI();
  25872.                   -> 3.141593
  25873.           mysql> SELECT PI()+0.000000000000000000;
  25874.                   -> 3.141592653589793116
  25875.  
  25876. `COS(X)'
  25877.      Returns the cosine of `X', where `X' is given in radians:
  25878.           mysql> select COS(PI());
  25879.                   -> -1.000000
  25880.  
  25881. `SIN(X)'
  25882.      Returns the sine of `X', where `X' is given in radians:
  25883.           mysql> select SIN(PI());
  25884.                   -> 0.000000
  25885.  
  25886. `TAN(X)'
  25887.      Returns the tangent of `X', where `X' is given in radians:
  25888.           mysql> select TAN(PI()+1);
  25889.                   -> 1.557408
  25890.  
  25891. `ACOS(X)'
  25892.      Returns the arc cosine of `X', that is, the value whose cosine is
  25893.      `X'. Returns `NULL' if `X' is not in the range `-1' to `1':
  25894.           mysql> select ACOS(1);
  25895.                   -> 0.000000
  25896.           mysql> select ACOS(1.0001);
  25897.                   -> NULL
  25898.           mysql> select ACOS(0);
  25899.                   -> 1.570796
  25900.  
  25901. `ASIN(X)'
  25902.      Returns the arc sine of `X', that is, the value whose sine is `X'.
  25903.      Returns `NULL' if `X' is not in the range `-1' to `1':
  25904.           mysql> select ASIN(0.2);
  25905.                   -> 0.201358
  25906.           mysql> select ASIN('foo');
  25907.                   -> 0.000000
  25908.  
  25909. `ATAN(X)'
  25910.      Returns the arc tangent of `X', that is, the value whose tangent is
  25911.      `X':
  25912.           mysql> select ATAN(2);
  25913.                   -> 1.107149
  25914.           mysql> select ATAN(-2);
  25915.                   -> -1.107149
  25916.  
  25917. `ATAN(Y,X)'
  25918. `ATAN2(Y,X)'
  25919.      Returns the arc tangent of the two variables `X' and `Y'. It is
  25920.      similar to calculating the arc tangent of `Y / X', except that the
  25921.      signs of both arguments are used to determine the quadrant of the
  25922.      result:
  25923.           mysql> select ATAN(-2,2);
  25924.                   -> -0.785398
  25925.           mysql> select ATAN2(PI(),0);
  25926.                   -> 1.570796
  25927.  
  25928. `COT(X)'
  25929.      Returns the cotangent of `X':
  25930.           mysql> select COT(12);
  25931.                   -> -1.57267341
  25932.           mysql> select COT(0);
  25933.                   -> NULL
  25934.  
  25935. `RAND()'
  25936. `RAND(N)'
  25937.      Returns a random floating-point value in the range `0' to `1.0'.
  25938.      If an integer argument `N' is specified, it is used as the seed
  25939.      value:
  25940.           mysql> select RAND();
  25941.                   -> 0.5925
  25942.           mysql> select RAND(20);
  25943.                   -> 0.1811
  25944.           mysql> select RAND(20);
  25945.                   -> 0.1811
  25946.           mysql> select RAND();
  25947.                   -> 0.2079
  25948.           mysql> select RAND();
  25949.                   -> 0.7888
  25950.      You can't use a column with `RAND()' values in an `ORDER BY'
  25951.      clause, because `ORDER BY' would evaluate the column multiple
  25952.      times.  In MySQL Version 3.23, you can, however, do: `SELECT *
  25953.      FROM table_name ORDER BY RAND()'
  25954.  
  25955.      This is useful to get a random sample of a set `SELECT * FROM
  25956.      table1,table2 WHERE a=b AND c<d ORDER BY RAND() LIMIT 1000'.
  25957.  
  25958.      Note that a `RAND()' in a `WHERE' clause will be re-evaluated
  25959.      every time the `WHERE' is executed.
  25960.  
  25961. `LEAST(X,Y,...)'
  25962.      With two or more arguments, returns the smallest (minimum-valued)
  25963.      argument.  The arguments are compared using the following rules:
  25964.  
  25965.         * If the return value is used in an `INTEGER' context, or all
  25966.           arguments are integer-valued, they are compared as integers.
  25967.  
  25968.         * If the return value is used in a `REAL' context, or all
  25969.           arguments are real-valued, they are compared as reals.
  25970.  
  25971.         * If any argument is a case-sensitive string, the arguments are
  25972.           compared as case-sensitive strings.
  25973.  
  25974.         * In other cases, the arguments are compared as
  25975.           case-insensitive strings:
  25976.  
  25977.           mysql> select LEAST(2,0);
  25978.                   -> 0
  25979.           mysql> select LEAST(34.0,3.0,5.0,767.0);
  25980.                   -> 3.0
  25981.           mysql> select LEAST("B","A","C");
  25982.                   -> "A"
  25983.      In MySQL versions prior to Version 3.22.5, you can use `MIN()'
  25984.      instead of `LEAST'.
  25985.  
  25986. `GREATEST(X,Y,...)'
  25987.      Returns the largest (maximum-valued) argument.  The arguments are
  25988.      compared using the same rules as for `LEAST':
  25989.           mysql> select GREATEST(2,0);
  25990.                   -> 2
  25991.           mysql> select GREATEST(34.0,3.0,5.0,767.0);
  25992.                   -> 767.0
  25993.           mysql> select GREATEST("B","A","C");
  25994.                   -> "C"
  25995.      In MySQL versions prior to Version 3.22.5, you can use `MAX()'
  25996.      instead of `GREATEST'.
  25997.  
  25998. `DEGREES(X)'
  25999.      Returns the argument `X', converted from radians to degrees:
  26000.           mysql> select DEGREES(PI());
  26001.                   -> 180.000000
  26002.  
  26003. `RADIANS(X)'
  26004.      Returns the argument `X', converted from degrees to radians:
  26005.           mysql> select RADIANS(90);
  26006.                   -> 1.570796
  26007.  
  26008. `TRUNCATE(X,D)'
  26009.      Returns the number `X', truncated to `D' decimals.  If `D' is `0',
  26010.      the result will have no decimal point or fractional part:
  26011.           mysql> select TRUNCATE(1.223,1);
  26012.                   -> 1.2
  26013.           mysql> select TRUNCATE(1.999,1);
  26014.                   -> 1.9
  26015.           mysql> select TRUNCATE(1.999,0);
  26016.                   -> 1
  26017.  
  26018.      Note that as decimal numbers are normally not stored as exact
  26019.      numbers in computers, but as double values, you may be fooled by
  26020.      the following result:
  26021.  
  26022.           mysql> select TRUNCATE(10.28*100,0);
  26023.                  -> 1027
  26024.  
  26025.      The above happens because 10.28 is actually stored as something
  26026.      like 10.2799999999999999.
  26027.  
  26028. Date and Time Functions
  26029. -----------------------
  26030.  
  26031. See *Note Date and time types:: for a description of the range of values
  26032. each type has and the valid formats in which date and time values may be
  26033. specified.
  26034.  
  26035. Here is an example that uses date functions.  The query below selects
  26036. all records with a `date_col' value from within the last 30 days:
  26037.  
  26038.      mysql> SELECT something FROM table
  26039.                 WHERE TO_DAYS(NOW()) - TO_DAYS(date_col) <= 30;
  26040.  
  26041. `DAYOFWEEK(date)'
  26042.      Returns the weekday index
  26043.  
  26044.      for `date' (`1' = Sunday, `2' = Monday, ... `7' = Saturday).
  26045.      These index values correspond to the ODBC standard:
  26046.  
  26047.           mysql> select DAYOFWEEK('1998-02-03');
  26048.                   -> 3
  26049.  
  26050. `WEEKDAY(date)'
  26051.      Returns the weekday index for `date' (`0' = Monday, `1' = Tuesday,
  26052.      ... `6' = Sunday):
  26053.  
  26054.           mysql> select WEEKDAY('1997-10-04 22:23:00');
  26055.                   -> 5
  26056.           mysql> select WEEKDAY('1997-11-05');
  26057.                   -> 2
  26058.  
  26059. `DAYOFMONTH(date)'
  26060.      Returns the day of the month for `date', in the range `1' to `31':
  26061.  
  26062.           mysql> select DAYOFMONTH('1998-02-03');
  26063.                   -> 3
  26064.  
  26065. `DAYOFYEAR(date)'
  26066.      Returns the day of the year for `date', in the range `1' to `366':
  26067.  
  26068.           mysql> select DAYOFYEAR('1998-02-03');
  26069.                   -> 34
  26070.  
  26071. `MONTH(date)'
  26072.      Returns the month for `date', in the range `1' to `12':
  26073.  
  26074.           mysql> select MONTH('1998-02-03');
  26075.                   -> 2
  26076.  
  26077. `DAYNAME(date)'
  26078.      Returns the name of the weekday for `date':
  26079.  
  26080.           mysql> select DAYNAME("1998-02-05");
  26081.                   -> 'Thursday'
  26082.  
  26083. `MONTHNAME(date)'
  26084.      Returns the name of the month for `date':
  26085.  
  26086.           mysql> select MONTHNAME("1998-02-05");
  26087.                   -> 'February'
  26088.  
  26089. `QUARTER(date)'
  26090.      Returns the quarter of the year for `date', in the range `1' to
  26091.      `4':
  26092.  
  26093.           mysql> select QUARTER('98-04-01');
  26094.                   -> 2
  26095.  
  26096. `WEEK(date)'
  26097. `WEEK(date,first)'
  26098.      With a single argument, returns the week for `date', in the range
  26099.      `0' to `53' (yes, there may be the beginnings of a week 53), for
  26100.      locations where Sunday is the first day of the week.  The
  26101.      two-argument form of `WEEK()' allows you to specify whether the
  26102.      week starts on Sunday or Monday.  The week starts on Sunday if the
  26103.      second argument is `0', on Monday if the second argument is `1':
  26104.  
  26105.           mysql> select WEEK('1998-02-20');
  26106.                   -> 7
  26107.           mysql> select WEEK('1998-02-20',0);
  26108.                   -> 7
  26109.           mysql> select WEEK('1998-02-20',1);
  26110.                   -> 8
  26111.           mysql> select WEEK('1998-12-31',1);
  26112.                   -> 53
  26113.  
  26114. `YEAR(date)'
  26115.      Returns the year for `date', in the range `1000' to `9999':
  26116.  
  26117.           mysql> select YEAR('98-02-03');
  26118.                   -> 1998
  26119.  
  26120. `YEARWEEK(date)'
  26121. `YEARWEEK(date,first)'
  26122.      Returns year and week for a date.  The second arguments works
  26123.      exactly like the second argument to `WEEK()'.  Note that the year
  26124.      may be different from the year in the date argument for the first
  26125.      and the last week of the year:
  26126.  
  26127.           mysql> select YEARWEEK('1987-01-01');
  26128.                   -> 198653
  26129.  
  26130. `HOUR(time)'
  26131.      Returns the hour for `time', in the range `0' to `23':
  26132.  
  26133.           mysql> select HOUR('10:05:03');
  26134.                   -> 10
  26135.  
  26136. `MINUTE(time)'
  26137.      Returns the minute for `time', in the range `0' to `59':
  26138.  
  26139.           mysql> select MINUTE('98-02-03 10:05:03');
  26140.                   -> 5
  26141.  
  26142. `SECOND(time)'
  26143.      Returns the second for `time', in the range `0' to `59':
  26144.  
  26145.           mysql> select SECOND('10:05:03');
  26146.                   -> 3
  26147.  
  26148. `PERIOD_ADD(P,N)'
  26149.      Adds `N' months to period `P' (in the format `YYMM' or `YYYYMM').
  26150.      Returns a value in the format `YYYYMM'.
  26151.  
  26152.      Note that the period argument `P' is _not_ a date value:
  26153.  
  26154.           mysql> select PERIOD_ADD(9801,2);
  26155.                   -> 199803
  26156.  
  26157. `PERIOD_DIFF(P1,P2)'
  26158.      Returns the number of months between periods `P1' and `P2'.  `P1'
  26159.      and `P2' should be in the format `YYMM' or `YYYYMM'.
  26160.  
  26161.      Note that the period arguments `P1' and `P2' are _not_ date values:
  26162.  
  26163.           mysql> select PERIOD_DIFF(9802,199703);
  26164.                   -> 11
  26165.  
  26166. `DATE_ADD(date,INTERVAL expr type)'
  26167. `DATE_SUB(date,INTERVAL expr type)'
  26168. `ADDDATE(date,INTERVAL expr type)'
  26169. `SUBDATE(date,INTERVAL expr type)'
  26170.      These functions perform date arithmetic.  They are new for MySQL
  26171.      Version 3.22.  `ADDDATE()' and `SUBDATE()' are synonyms for
  26172.      `DATE_ADD()' and `DATE_SUB()'.
  26173.  
  26174.      In MySQL Version 3.23, you can use `+' and `-' instead of
  26175.      `DATE_ADD()' and `DATE_SUB()' if the expression on the right side
  26176.      is a date or datetime column. (See example)
  26177.  
  26178.      `date' is a `DATETIME' or `DATE' value specifying the starting
  26179.      date.  `expr' is an expression specifying the interval value to be
  26180.      added or subtracted from the starting date.  `expr' is a string;
  26181.      it may start with a `-' for negative intervals.  `type' is a
  26182.      keyword indicating how the expression should be interpreted.
  26183.  
  26184.      The related function `EXTRACT(type FROM date)' returns the 'type'
  26185.      interval from the date.
  26186.  
  26187.      The following table shows how the `type' and `expr' arguments are
  26188.      related:
  26189.  
  26190.      `type' *value*                     *Expected* `expr' *format*
  26191.      `SECOND'                           `SECONDS'
  26192.      `MINUTE'                           `MINUTES'
  26193.      `HOUR'                             `HOURS'
  26194.      `DAY'                              `DAYS'
  26195.      `MONTH'                            `MONTHS'
  26196.      `YEAR'                             `YEARS'
  26197.      `MINUTE_SECOND'                    `"MINUTES:SECONDS"'
  26198.      `HOUR_MINUTE'                      `"HOURS:MINUTES"'
  26199.      `DAY_HOUR'                         `"DAYS HOURS"'
  26200.      `YEAR_MONTH'                       `"YEARS-MONTHS"'
  26201.      `HOUR_SECOND'                      `"HOURS:MINUTES:SECONDS"'
  26202.      `DAY_MINUTE'                       `"DAYS HOURS:MINUTES"'
  26203.      `DAY_SECOND'                       `"DAYS HOURS:MINUTES:SECONDS"'
  26204.  
  26205.      MySQL allows any punctuation delimiter in the `expr' format.
  26206.      Those shown in the table are the suggested delimiters.  If the
  26207.      `date' argument is a `DATE' value and your calculations involve
  26208.      only `YEAR', `MONTH', and `DAY' parts (that is, no time parts), the
  26209.      result is a `DATE' value.  Otherwise the result is a `DATETIME'
  26210.      value:
  26211.  
  26212.           mysql> SELECT "1997-12-31 23:59:59" + INTERVAL 1 SECOND;
  26213.                   -> 1998-01-01 00:00:00
  26214.           mysql> SELECT INTERVAL 1 DAY + "1997-12-31";
  26215.                   -> 1998-01-01
  26216.           mysql> SELECT "1998-01-01" - INTERVAL 1 SECOND;
  26217.                  -> 1997-12-31 23:59:59
  26218.           mysql> SELECT DATE_ADD("1997-12-31 23:59:59",
  26219.                                  INTERVAL 1 SECOND);
  26220.                   -> 1998-01-01 00:00:00
  26221.           mysql> SELECT DATE_ADD("1997-12-31 23:59:59",
  26222.                                  INTERVAL 1 DAY);
  26223.                   -> 1998-01-01 23:59:59
  26224.           mysql> SELECT DATE_ADD("1997-12-31 23:59:59",
  26225.                                  INTERVAL "1:1" MINUTE_SECOND);
  26226.                   -> 1998-01-01 00:01:00
  26227.           mysql> SELECT DATE_SUB("1998-01-01 00:00:00",
  26228.                                  INTERVAL "1 1:1:1" DAY_SECOND);
  26229.                   -> 1997-12-30 22:58:59
  26230.           mysql> SELECT DATE_ADD("1998-01-01 00:00:00",
  26231.                                  INTERVAL "-1 10" DAY_HOUR);
  26232.                   -> 1997-12-30 14:00:00
  26233.           mysql> SELECT DATE_SUB("1998-01-02", INTERVAL 31 DAY);
  26234.                   -> 1997-12-02
  26235.  
  26236.      If you specify an interval value that is too short (does not
  26237.      include all the interval parts that would be expected from the
  26238.      `type' keyword), MySQL assumes you have left out the leftmost
  26239.      parts of the interval value.  For example, if you specify a `type'
  26240.      of `DAY_SECOND', the value of `expr' is expected to have days,
  26241.      hours, minutes, and seconds parts.  If you specify a value like
  26242.      `"1:10"', MySQL assumes that the days and hours parts are missing
  26243.      and the value represents minutes and seconds.  In other words,
  26244.      `"1:10" DAY_SECOND' is interpreted in such a way that it is
  26245.      equivalent to `"1:10" MINUTE_SECOND'.  This is analogous to the
  26246.      way that MySQL interprets `TIME' values as representing elapsed
  26247.      time rather than as time of day.
  26248.  
  26249.      Note that if you add or subtract a date value against something
  26250.      that contains a time part, the date value will be automatically
  26251.      converted to a datetime value:
  26252.  
  26253.           mysql> select date_add("1999-01-01", interval 1 day);
  26254.                  -> 1999-01-02
  26255.           mysql> select date_add("1999-01-01", interval 1 hour);
  26256.                  -> 1999-01-01 01:00:00
  26257.  
  26258.      If you use really incorrect dates, the result is `NULL'. If you add
  26259.      `MONTH', `YEAR_MONTH', or `YEAR' and the resulting date has a day
  26260.      that is larger than the maximum day for the new month, the day is
  26261.      adjusted to the maximum days in the new month:
  26262.  
  26263.           mysql> select DATE_ADD('1998-01-30', Interval 1 month);
  26264.                   -> 1998-02-28
  26265.  
  26266.      Note from the preceding example that the word `INTERVAL' and the
  26267.      `type' keyword are not case sensitive.
  26268.  
  26269. `EXTRACT(type FROM date)'
  26270.      The `EXTRACT()' function uses the same kinds of interval type
  26271.      specifiers as `DATE_ADD()' or `DATE_SUB()', but extracts parts
  26272.      from the date rather than performing date arithmetic.
  26273.  
  26274.           mysql> SELECT EXTRACT(YEAR FROM "1999-07-02");
  26275.                  -> 1999
  26276.           mysql> SELECT EXTRACT(YEAR_MONTH FROM "1999-07-02 01:02:03");
  26277.                  -> 199907
  26278.           mysql> SELECT EXTRACT(DAY_MINUTE FROM "1999-07-02 01:02:03");
  26279.                  -> 20102
  26280.  
  26281. `TO_DAYS(date)'
  26282.      Given a date `date', returns a daynumber (the number of days since
  26283.      year 0):
  26284.  
  26285.           mysql> select TO_DAYS(950501);
  26286.                   -> 728779
  26287.           mysql> select TO_DAYS('1997-10-07');
  26288.                   -> 729669
  26289.  
  26290.      `TO_DAYS()' is not intended for use with values that precede the
  26291.      advent of the Gregorian calendar (1582), because it doesn't take
  26292.      into account the days that were lost when the calendar was changed.
  26293.  
  26294. `FROM_DAYS(N)'
  26295.      Given a daynumber `N', returns a `DATE' value:
  26296.  
  26297.           mysql> select FROM_DAYS(729669);
  26298.                   -> '1997-10-07'
  26299.  
  26300.      `FROM_DAYS()' is not intended for use with values that precede the
  26301.      advent of the Gregorian calendar (1582), because it doesn't take
  26302.      into account the days that were lost when the calendar was changed.
  26303.  
  26304. `DATE_FORMAT(date,format)'
  26305.      Formats the `date' value according to the `format' string. The
  26306.      following specifiers may be used in the `format' string:
  26307.      `%M'    Month name (`January'..`December')
  26308.      `%W'    Weekday name (`Sunday'..`Saturday')
  26309.      `%D'    Day of the month with English suffix
  26310.              (`1st', `2nd', `3rd', etc.)
  26311.      `%Y'    Year, numeric, 4 digits
  26312.      `%y'    Year, numeric, 2 digits
  26313.      `%X'    Year for the week where Sunday is the
  26314.              first day of the week, numeric, 4
  26315.              digits, used with '%V'
  26316.      `%x'    Year for the week, where Monday is the
  26317.              first day of the week, numeric, 4
  26318.              digits, used with '%v'
  26319.      `%a'    Abbreviated weekday name (`Sun'..`Sat')
  26320.      `%d'    Day of the month, numeric (`00'..`31')
  26321.      `%e'    Day of the month, numeric (`0'..`31')
  26322.      `%m'    Month, numeric (`01'..`12')
  26323.      `%c'    Month, numeric (`1'..`12')
  26324.      `%b'    Abbreviated month name (`Jan'..`Dec')
  26325.      `%j'    Day of year (`001'..`366')
  26326.      `%H'    Hour (`00'..`23')
  26327.      `%k'    Hour (`0'..`23')
  26328.      `%h'    Hour (`01'..`12')
  26329.      `%I'    Hour (`01'..`12')
  26330.      `%l'    Hour (`1'..`12')
  26331.      `%i'    Minutes, numeric (`00'..`59')
  26332.      `%r'    Time, 12-hour (`hh:mm:ss [AP]M')
  26333.      `%T'    Time, 24-hour (`hh:mm:ss')
  26334.      `%S'    Seconds (`00'..`59')
  26335.      `%s'    Seconds (`00'..`59')
  26336.      `%p'    `AM' or `PM'
  26337.      `%w'    Day of the week
  26338.              (`0'=Sunday..`6'=Saturday)
  26339.      `%U'    Week (`0'..`53'), where Sunday is the
  26340.              first day of the week
  26341.      `%u'    Week (`0'..`53'), where Monday is the
  26342.              first day of the week
  26343.      `%V'    Week (`1'..`53'), where Sunday is the
  26344.              first day of the week. Used with '%X'
  26345.      `%v'    Week (`1'..`53'), where Monday is the
  26346.              first day of the week. Used with '%x'
  26347.      `%%'    A literal `%'.
  26348.  
  26349.      All other characters are just copied to the result without
  26350.      interpretation:
  26351.  
  26352.           mysql> select DATE_FORMAT('1997-10-04 22:23:00', '%W %M %Y');
  26353.                   -> 'Saturday October 1997'
  26354.           mysql> select DATE_FORMAT('1997-10-04 22:23:00', '%H:%i:%s');
  26355.                   -> '22:23:00'
  26356.           mysql> select DATE_FORMAT('1997-10-04 22:23:00',
  26357.                                     '%D %y %a %d %m %b %j');
  26358.                   -> '4th 97 Sat 04 10 Oct 277'
  26359.           mysql> select DATE_FORMAT('1997-10-04 22:23:00',
  26360.                                     '%H %k %I %r %T %S %w');
  26361.                   -> '22 22 10 10:23:00 PM 22:23:00 00 6'
  26362.           mysql> select DATE_FORMAT('1999-01-01', '%X %V');
  26363.                   -> '1998 52'
  26364.  
  26365.      As of MySQL Version 3.23, the `%' character is required before
  26366.      format specifier characters.  In earlier versions of MySQL, `%'
  26367.      was optional.
  26368.  
  26369. `TIME_FORMAT(time,format)'
  26370.      This is used like the `DATE_FORMAT()' function above, but the
  26371.      `format' string may contain only those format specifiers that
  26372.      handle hours, minutes, and seconds.  Other specifiers produce a
  26373.      `NULL' value or `0'.
  26374.  
  26375. `CURDATE()'
  26376. `CURRENT_DATE'
  26377.      Returns today's date as a value in `'YYYY-MM-DD'' or `YYYYMMDD'
  26378.      format, depending on whether the function is used in a string or
  26379.      numeric context:
  26380.  
  26381.           mysql> select CURDATE();
  26382.                   -> '1997-12-15'
  26383.           mysql> select CURDATE() + 0;
  26384.                   -> 19971215
  26385.  
  26386. `CURTIME()'
  26387. `CURRENT_TIME'
  26388.      Returns the current time as a value in `'HH:MM:SS'' or `HHMMSS'
  26389.      format, depending on whether the function is used in a string or
  26390.      numeric context:
  26391.  
  26392.           mysql> select CURTIME();
  26393.                   -> '23:50:26'
  26394.           mysql> select CURTIME() + 0;
  26395.                   -> 235026
  26396.  
  26397. `NOW()'
  26398. `SYSDATE()'
  26399. `CURRENT_TIMESTAMP'
  26400.      Returns the current date and time as a value in `'YYYY-MM-DD
  26401.      HH:MM:SS'' or `YYYYMMDDHHMMSS' format, depending on whether the
  26402.      function is used in a string or numeric context:
  26403.  
  26404.           mysql> select NOW();
  26405.                   -> '1997-12-15 23:50:26'
  26406.           mysql> select NOW() + 0;
  26407.                   -> 19971215235026
  26408.  
  26409. `UNIX_TIMESTAMP()'
  26410. `UNIX_TIMESTAMP(date)'
  26411.      If called with no argument, returns a Unix timestamp (seconds since
  26412.      `'1970-01-01 00:00:00'' GMT). If `UNIX_TIMESTAMP()' is called with
  26413.      a `date' argument, it returns the value of the argument as seconds
  26414.      since `'1970-01-01 00:00:00'' GMT.  `date' may be a `DATE' string,
  26415.      a `DATETIME' string, a `TIMESTAMP', or a number in the format
  26416.      `YYMMDD' or `YYYYMMDD' in local time:
  26417.  
  26418.           mysql> select UNIX_TIMESTAMP();
  26419.                   -> 882226357
  26420.           mysql> select UNIX_TIMESTAMP('1997-10-04 22:23:00');
  26421.                   -> 875996580
  26422.  
  26423.      When `UNIX_TIMESTAMP' is used on a `TIMESTAMP' column, the function
  26424.      will receive the value directly, with no implicit
  26425.      "string-to-unix-timestamp" conversion.  If you give
  26426.      `UNIX_TIMESTAMP()' a wrong or out-of-range date, it will return 0.
  26427.  
  26428. `FROM_UNIXTIME(unix_timestamp)'
  26429.      Returns a representation of the `unix_timestamp' argument as a
  26430.      value in `'YYYY-MM-DD HH:MM:SS'' or `YYYYMMDDHHMMSS' format,
  26431.      depending on whether the function is used in a string or numeric
  26432.      context:
  26433.  
  26434.           mysql> select FROM_UNIXTIME(875996580);
  26435.                   -> '1997-10-04 22:23:00'
  26436.           mysql> select FROM_UNIXTIME(875996580) + 0;
  26437.                   -> 19971004222300
  26438.  
  26439. `FROM_UNIXTIME(unix_timestamp,format)'
  26440.      Returns a string representation of the Unix timestamp, formatted
  26441.      according to the `format' string. `format' may contain the same
  26442.      specifiers as those listed in the entry for the `DATE_FORMAT()'
  26443.      function:
  26444.  
  26445.           mysql> select FROM_UNIXTIME(UNIX_TIMESTAMP(),
  26446.                                       '%Y %D %M %h:%i:%s %x');
  26447.                   -> '1997 23rd December 03:43:30 x'
  26448.  
  26449. `SEC_TO_TIME(seconds)'
  26450.      Returns the `seconds' argument, converted to hours, minutes, and
  26451.      seconds, as a value in `'HH:MM:SS'' or `HHMMSS' format, depending
  26452.      on whether the function is used in a string or numeric context:
  26453.  
  26454.           mysql> select SEC_TO_TIME(2378);
  26455.                   -> '00:39:38'
  26456.           mysql> select SEC_TO_TIME(2378) + 0;
  26457.                   -> 3938
  26458.  
  26459. `TIME_TO_SEC(time)'
  26460.      Returns the `time' argument, converted to seconds:
  26461.  
  26462.           mysql> select TIME_TO_SEC('22:23:00');
  26463.                   -> 80580
  26464.           mysql> select TIME_TO_SEC('00:39:38');
  26465.                   -> 2378
  26466.  
  26467. Other Functions
  26468. ---------------
  26469.  
  26470. Bit Functions
  26471. .............
  26472.  
  26473. MySQL uses `BIGINT' (64-bit) arithmetic for bit operations, so these
  26474. operators have a maximum range of 64 bits.
  26475.  
  26476. `|'
  26477.      Bitwise OR:
  26478.           mysql> select 29 | 15;
  26479.                   -> 31
  26480.  
  26481. `&'
  26482.      Bitwise AND:
  26483.           mysql> select 29 & 15;
  26484.                   -> 13
  26485.  
  26486. `<<'
  26487.      Shifts a longlong (`BIGINT') number to the left:
  26488.           mysql> select 1 << 2;
  26489.                   -> 4
  26490.  
  26491. `>>'
  26492.      Shifts a longlong (`BIGINT') number to the right:
  26493.           mysql> select 4 >> 2;
  26494.                   -> 1
  26495.  
  26496. `~'
  26497.      Invert all bits:
  26498.           mysql> select 5 & ~1;
  26499.                   -> 4
  26500.  
  26501. `BIT_COUNT(N)'
  26502.      Returns the number of bits that are set in the argument `N':
  26503.           mysql> select BIT_COUNT(29);
  26504.                   -> 4
  26505.  
  26506. Miscellaneous Functions
  26507. .......................
  26508.  
  26509. `DATABASE()'
  26510.      Returns the current database name:
  26511.  
  26512.           mysql> select DATABASE();
  26513.                   -> 'test'
  26514.  
  26515.      If there is no current database, `DATABASE()' returns the empty
  26516.      string.
  26517.  
  26518. `USER()'
  26519. `SYSTEM_USER()'
  26520. `SESSION_USER()'
  26521.      Returns the current MySQL user name:
  26522.  
  26523.           mysql> select USER();
  26524.                   -> 'davida@localhost'
  26525.  
  26526.      In MySQL Version 3.22.11 or later, this includes the client
  26527.      hostname as well  as the user name.  You can extract just the user
  26528.      name part like this (which works whether or not the value includes
  26529.      a hostname part):
  26530.  
  26531.           mysql> select substring_index(USER(),"@",1);
  26532.                   -> 'davida'
  26533.  
  26534. `PASSWORD(str)'
  26535.      Calculates a password string from the plaintext password `str'.
  26536.      This is the function that is used for encrypting MySQL passwords
  26537.      for storage in the `Password' column of the `user' grant table:
  26538.  
  26539.           mysql> select PASSWORD('badpwd');
  26540.                   -> '7f84554057dd964b'
  26541.  
  26542.      `PASSWORD()' encryption is non-reversible.
  26543.  
  26544.      `PASSWORD()' does not perform password encryption in the same way
  26545.      that Unix passwords are encrypted.  You should not assume that if
  26546.      your Unix password and your MySQL password are the same,
  26547.      `PASSWORD()' will result in the same encrypted value as is stored
  26548.      in the Unix password file.  See `ENCRYPT()'.
  26549.  
  26550. `ENCRYPT(str[,salt])'
  26551.      Encrypt `str' using the Unix `crypt()' system call. The `salt'
  26552.      argument should be a string with two characters.  (As of MySQL
  26553.      Version 3.22.16, `salt' may be longer than two characters.):
  26554.  
  26555.           mysql> select ENCRYPT("hello");
  26556.                   -> 'VxuFAJXVARROc'
  26557.  
  26558.      If `crypt()' is not available on your system, `ENCRYPT()' always
  26559.      returns `NULL'.
  26560.  
  26561.      `ENCRYPT()' ignores all but the first 8 characters of `str', at
  26562.      least on some systems.  This will be determined by the behavior of
  26563.      the underlying `crypt()' system call.
  26564.  
  26565. `ENCODE(str,pass_str)'
  26566.      Encrypt `str' using `pass_str' as the password.  To decrypt the
  26567.      result, use `DECODE()'.
  26568.  
  26569.      The results is a binary string of the same length as `string'.  If
  26570.      you want to save it in a column, use a `BLOB' column type.
  26571.  
  26572. `DECODE(crypt_str,pass_str)'
  26573.      Descrypts the encrypted string `crypt_str' using `pass_str' as the
  26574.      password.  `crypt_str' should be a string returned from `ENCODE()'.
  26575.  
  26576. `MD5(string)'
  26577.      Calculates a MD5 checksum for the string. Value is returned as a
  26578.      32 long hex number that may, for example, be used as a hash key:
  26579.  
  26580.           mysql> select MD5("testing");
  26581.                   -> 'ae2b1fca515949e5d54fb22b8ed95575'
  26582.  
  26583.      This is an "RSA Data Security, Inc. MD5 Message-Digest Algorithm".
  26584.  
  26585. `LAST_INSERT_ID([expr])'
  26586.      Returns the last automatically generated value that was inserted
  26587.      into an `AUTO_INCREMENT' column.  *Note `mysql_insert_id()':
  26588.      mysql_insert_id.
  26589.  
  26590.           mysql> select LAST_INSERT_ID();
  26591.                   -> 195
  26592.  
  26593.      The last ID that was generated is maintained in the server on a
  26594.      per-connection basis.  It will not be changed by another client.
  26595.      It will not even be changed if you update another `AUTO_INCREMENT'
  26596.      column with a non-magic value (that is, a value that is not `NULL'
  26597.      and not `0').
  26598.  
  26599.      If you insert many rows at the same time with an insert statement,
  26600.      `LAST_INSERT_ID()' returns the value for the first inserted row.
  26601.      The reason for this is so that you it makes it possible to easily
  26602.      reproduce the same `INSERT' statement against some other server.
  26603.  
  26604.      If `expr' is given as an argument to `LAST_INSERT_ID()', then the
  26605.      value of the argument is returned by the function, is set as the
  26606.      next value to be returned by `LAST_INSERT_ID()' and used as the
  26607.      next auto_increment value.  This can be used to simulate sequences:
  26608.  
  26609.      First create the table:
  26610.  
  26611.           mysql> create table sequence (id int not null);
  26612.           mysql> insert into sequence values (0);
  26613.  
  26614.      Then the table can be used to generate sequence numbers like this:
  26615.  
  26616.           mysql> update sequence set id=LAST_INSERT_ID(id+1);
  26617.  
  26618.      You can generate sequences without calling `LAST_INSERT_ID()', but
  26619.      the utility of using the function this way is that the ID value is
  26620.      maintained in the server as the last automatically generated
  26621.      value.  You can retrieve the new ID as you would read any normal
  26622.      `AUTO_INCREMENT' value in MySQL.  For example, `LAST_INSERT_ID()'
  26623.      (without an argument) will return the new ID.  The C API function
  26624.      `mysql_insert_id()' can also be used to get the value.
  26625.  
  26626.      Note that as `mysql_insert_id()' is only updated after `INSERT'
  26627.      and `UPDATE' statements, you can't use this function to retrieve
  26628.      the value for `LAST_INSERT_ID(expr)' after executing other SQL
  26629.      statements like `SELECT' or `SET'.
  26630.  
  26631. `FORMAT(X,D)'
  26632.      Formats the number `X' to a format like `'#,###,###.##'', rounded
  26633.      to `D' decimals.  If `D' is `0', the result will have no decimal
  26634.      point or fractional part:
  26635.  
  26636.           mysql> select FORMAT(12332.123456, 4);
  26637.                   -> '12,332.1235'
  26638.           mysql> select FORMAT(12332.1,4);
  26639.                   -> '12,332.1000'
  26640.           mysql> select FORMAT(12332.2,0);
  26641.                   -> '12,332'
  26642.  
  26643. `VERSION()'
  26644.      Returns a string indicating the MySQL server version:
  26645.  
  26646.           mysql> select VERSION();
  26647.                   -> '3.23.13-log'
  26648.  
  26649.      Note that if your version ends with `-log' this means that logging
  26650.      is enabled.
  26651.  
  26652. `CONNECTION_ID()'
  26653.      Returns the connection id (`thread_id') for the connection.  Every
  26654.      connection has its own unique id:
  26655.  
  26656.           mysql> select CONNECTION_ID();
  26657.                   -> 1
  26658.  
  26659. `GET_LOCK(str,timeout)'
  26660.      Tries to obtain a lock with a name given by the string `str', with
  26661.      a timeout of `timeout' seconds.  Returns `1' if the lock was
  26662.      obtained successfully, `0' if the attempt timed out, or `NULL' if
  26663.      an error occurred (such as running out of memory or the thread was
  26664.      killed with `mysqladmin kill').  A lock is released when you
  26665.      execute `RELEASE_LOCK()', execute a new `GET_LOCK()', or the thread
  26666.      terminates.  This function can be used to implement application
  26667.      locks or to simulate record locks.  It blocks requests by other
  26668.      clients for locks with the same name; clients that agree on a
  26669.      given lock string name can use the string to perform cooperative
  26670.      advisory locking:
  26671.  
  26672.           mysql> select GET_LOCK("lock1",10);
  26673.                   -> 1
  26674.           mysql> select GET_LOCK("lock2",10);
  26675.                   -> 1
  26676.           mysql> select RELEASE_LOCK("lock2");
  26677.                   -> 1
  26678.           mysql> select RELEASE_LOCK("lock1");
  26679.                   -> NULL
  26680.  
  26681.      Note that the second `RELEASE_LOCK()' call returns `NULL' because
  26682.      the lock `"lock1"' was automatically released by the second
  26683.      `GET_LOCK()' call.
  26684.  
  26685. `RELEASE_LOCK(str)'
  26686.      Releases the lock named by the string `str' that was obtained with
  26687.      `GET_LOCK()'. Returns `1' if the lock was released, `0' if the
  26688.      lock wasn't locked by this thread (in which case the lock is not
  26689.      released), and `NULL' if the named lock didn't exist.  The lock
  26690.      will not exist if it was never obtained by a call to `GET_LOCK()'
  26691.      or if it already has been released.
  26692.  
  26693.      The `DO' statement is convinient to use with `RELEASE_LOCK()'.
  26694.      *Note DO::.
  26695.  
  26696. `BENCHMARK(count,expr)'
  26697.      The `BENCHMARK()' function executes the expression `expr'
  26698.      repeatedly `count' times.  It may be used to time how fast MySQL
  26699.      processes the expression.  The result value is always `0'.  The
  26700.      intended use is in the `mysql' client, which reports query
  26701.      execution times:
  26702.  
  26703.           mysql> select BENCHMARK(1000000,encode("hello","goodbye"));
  26704.           +----------------------------------------------+
  26705.           | BENCHMARK(1000000,encode("hello","goodbye")) |
  26706.           +----------------------------------------------+
  26707.           |                                            0 |
  26708.           +----------------------------------------------+
  26709.           1 row in set (4.74 sec)
  26710.  
  26711.      The time reported is elapsed time on the client end, not CPU time
  26712.      on the server end.  It may be advisable to execute `BENCHMARK()'
  26713.      several times, and interpret the result with regard to how heavily
  26714.      loaded the server machine is.
  26715.  
  26716. `INET_NTOA(expr)'
  26717.      Returns the network address (4 or 8 byte) for the numeric
  26718.      expression:
  26719.  
  26720.           mysql> select INET_NTOA(3520061480);
  26721.                  ->  "209.207.224.40"
  26722.  
  26723. `INET_ATON(expr)'
  26724.      Returns an integer that represents the numeric value for a network
  26725.      address.  Addresses may be 4 or 8 byte addresses:
  26726.  
  26727.           mysql> select INET_ATON("209.207.224.40");
  26728.                  ->  3520061480
  26729.  
  26730.      The generated number is always in network byte order; For example
  26731.      the above number is calculated as `209*255^3 + 207*255^2 + 224*255
  26732.      +40'.
  26733.  
  26734. `MASTER_POS_WAIT(log_name, log_pos)'
  26735.      Blocks until the slave reaches the specified position in the
  26736.      master log during replication. If master information is not
  26737.      initialized, returns NULL. If the slave is not running, will block
  26738.      and wait until it is started and goes to or past the specified
  26739.      position. If the slave is already past the specified position,
  26740.      returns immediately. The return value is the number of log events
  26741.      it had to wait to get to the specified position, or NULL in case
  26742.      of error. Useful for control of master-slave synchronization, but
  26743.      was originally written to facilitate replication testing.
  26744.  
  26745. Data Manipulation: `SELECT', `INSERT', `UPDATE', `DELETE'
  26746. =========================================================
  26747.  
  26748. `SELECT' Syntax
  26749. ---------------
  26750.  
  26751.      SELECT [STRAIGHT_JOIN] [SQL_SMALL_RESULT] [SQL_BIG_RESULT] [SQL_BUFFER_RESULT]
  26752.             [HIGH_PRIORITY]
  26753.             [DISTINCT | DISTINCTROW | ALL]
  26754.          select_expression,...
  26755.          [INTO {OUTFILE | DUMPFILE} 'file_name' export_options]
  26756.          [FROM table_references
  26757.              [WHERE where_definition]
  26758.              [GROUP BY {unsigned_integer | col_name | formula} [ASC | DESC], ...]
  26759.              [HAVING where_definition]
  26760.              [ORDER BY {unsigned_integer | col_name | formula} [ASC | DESC] ,...]
  26761.              [LIMIT [offset,] rows]
  26762.              [PROCEDURE procedure_name]
  26763.              [FOR UPDATE | LOCK IN SHARE MODE]]
  26764.  
  26765. `SELECT' is used to retrieve rows selected from one or more tables.
  26766. `select_expression' indicates the columns you want to retrieve.
  26767. `SELECT' may also be used to retrieve rows computed without reference to
  26768. any table.  For example:
  26769.  
  26770.      mysql> SELECT 1 + 1;
  26771.               -> 2
  26772.  
  26773. All keywords used must be given in exactly the order shown above. For
  26774. example, a `HAVING' clause must come after any `GROUP BY' clause and
  26775. before any `ORDER BY' clause.
  26776.  
  26777.    * A `SELECT' expression may be given an alias using `AS'. The alias
  26778.      is used as the expression's column name and can be used with
  26779.      `ORDER BY' or `HAVING' clauses.  For example:
  26780.  
  26781.           mysql> select concat(last_name,', ',first_name) AS full_name
  26782.               from mytable ORDER BY full_name;
  26783.  
  26784.    * The `FROM table_references' clause indicates the tables from which
  26785.      to retrieve rows.  If you name more than one table, you are
  26786.      performing a join.  For information on join syntax, see *Note
  26787.      `JOIN': JOIN.
  26788.  
  26789.    * You can refer to a column as `col_name', `tbl_name.col_name', or
  26790.      `db_name.tbl_name.col_name'.  You need not specify a `tbl_name' or
  26791.      `db_name.tbl_name' prefix for a column reference in a `SELECT'
  26792.      statement unless the reference would be ambiguous.  See *Note
  26793.      Legal names::, for examples of ambiguity that require the more
  26794.      explicit column reference forms.
  26795.  
  26796.    * A table reference may be aliased using `tbl_name [AS] alias_name':
  26797.  
  26798.           mysql> select t1.name, t2.salary from employee AS t1, info AS t2
  26799.                      where t1.name = t2.name;
  26800.           mysql> select t1.name, t2.salary from employee t1, info t2
  26801.                      where t1.name = t2.name;
  26802.  
  26803.    * Columns selected for output may be referred to in `ORDER BY' and
  26804.      `GROUP BY' clauses using column names, column aliases, or column
  26805.      positions.  Column positions begin with 1:
  26806.  
  26807.           mysql> select college, region, seed from tournament
  26808.                      ORDER BY region, seed;
  26809.           mysql> select college, region AS r, seed AS s from tournament
  26810.                      ORDER BY r, s;
  26811.           mysql> select college, region, seed from tournament
  26812.                      ORDER BY 2, 3;
  26813.  
  26814.      To sort in reverse order, add the `DESC' (descending) keyword to
  26815.      the name of the column in the `ORDER BY' clause that you are
  26816.      sorting by.  The default is ascending order; this may be specified
  26817.      explicitly using the `ASC' keyword.
  26818.  
  26819.    * You can in the `WHERE' clause use any of the functions that MySQL
  26820.      support. *Note Functions::.
  26821.  
  26822.    * The `HAVING' clause can refer to any column or alias named in the
  26823.      `select_expression'. It is applied last, just before items are
  26824.      sent to the client, with no optimization. Don't use `HAVING' for
  26825.      items that should be in the `WHERE' clause.  For example, do not
  26826.      write this:
  26827.  
  26828.           mysql> select col_name from tbl_name HAVING col_name > 0;
  26829.  
  26830.      Write this instead:
  26831.  
  26832.           mysql> select col_name from tbl_name WHERE col_name > 0;
  26833.  
  26834.      In MySQL Version 3.22.5 or later, you can also write queries like
  26835.      this:
  26836.  
  26837.           mysql> select user,max(salary) from users
  26838.                      group by user HAVING max(salary)>10;
  26839.  
  26840.      In older MySQL versions, you can write this instead:
  26841.  
  26842.           mysql> select user,max(salary) AS sum from users
  26843.                      group by user HAVING sum>10;
  26844.  
  26845.    * `SQL_SMALL_RESULT', `SQL_BIG_RESULT', `SQL_BUFFER_RESULT',
  26846.      `STRAIGHT_JOIN', and `HIGH_PRIORITY' are MySQL extensions to ANSI
  26847.      SQL92.
  26848.  
  26849.    * `HIGH_PRIORITY' will give the `SELECT' higher priority than a
  26850.      statement that updates a table.  You should only use this for
  26851.      queries that are very fast and must be done at once.  A `SELECT
  26852.      HIGH_PRIORITY' query will run if the table is locked for read even
  26853.      if there is an update statement that is waiting for the table to
  26854.      be free.
  26855.  
  26856.    * `SQL_BIG_RESULT' can be used with `GROUP BY' or `DISTINCT' to tell
  26857.      the optimizer that the result set will have many rows.  In this
  26858.      case, MySQL will directly use disk-based temporary tables if
  26859.      needed.  MySQL will also, in this case, prefer sorting to doing a
  26860.      temporary table with a key on the `GROUP BY' elements.
  26861.  
  26862.    * `SQL_BUFFER_RESULT' will force the result to be put into a
  26863.      temporary table. This will help MySQL free the table locks early
  26864.      and will help in cases where it takes a long time to send the
  26865.      result set to the client.
  26866.  
  26867.    * `SQL_SMALL_RESULT', a MySQL-specific option, can be used with
  26868.      `GROUP BY' or `DISTINCT' to tell the optimizer that the result set
  26869.      will be small.  In this case, MySQL will use fast temporary tables
  26870.      to store the resulting table instead of using sorting. In MySQL
  26871.      Version 3.23 this shouldn't normally be needed.
  26872.  
  26873.    * If you use `GROUP BY', the output rows will be sorted according to
  26874.      the `GROUP BY' as if you would have had an `ORDER BY' over all the
  26875.      fields in the `GROUP BY'. MySQL has extended the `GROUP BY' so that
  26876.      you can also specify `ASC' and `DESC' to `GROUP BY':
  26877.  
  26878.           SELECT a,COUNT(b) FROM test_table GROUP BY a DESC
  26879.  
  26880.    * MySQL has extended the use of `GROUP BY' to allow you to select
  26881.      fields which are not mentioned in the `GROUP BY' clause.  If you
  26882.      are not getting the results you expect from your query, please
  26883.      read the `GROUP BY' description.  *Note Group by functions::.
  26884.  
  26885.    * `STRAIGHT_JOIN' forces the optimizer to join the tables in the
  26886.      order in which they are listed in the `FROM' clause. You can use
  26887.      this to speed up a query if the optimizer joins the tables in
  26888.      non-optimal order.  *Note `EXPLAIN': EXPLAIN.
  26889.  
  26890.    * The `LIMIT' clause can be used to constrain the number of rows
  26891.      returned by the `SELECT' statement.  `LIMIT' takes one or two
  26892.      numeric arguments.
  26893.  
  26894.      If two arguments are given, the first specifies the offset of the
  26895.      first row to return, the second specifies the maximum number of
  26896.      rows to return.  The offset of the initial row is 0 (not 1):
  26897.  
  26898.           mysql> select * from table LIMIT 5,10;  # Retrieve rows 6-15
  26899.  
  26900.      If one argument is given, it indicates the maximum number of rows
  26901.      to return:
  26902.  
  26903.           mysql> select * from table LIMIT 5;     # Retrieve first 5 rows
  26904.  
  26905.      In other words, `LIMIT n' is equivalent to `LIMIT 0,n'.
  26906.  
  26907.    * The `SELECT ... INTO OUTFILE 'file_name'' form of `SELECT' writes
  26908.      the selected rows to a file. The file is created on the server
  26909.      host and cannot already exist (among other things, this prevents
  26910.      database tables and files such as `/etc/passwd' from being
  26911.      destroyed).  You must have the *file* privilege on the server host
  26912.      to use this form of `SELECT'.
  26913.  
  26914.      `SELECT ... INTO OUTFILE' is mainly intended to let you very
  26915.      quickly dump a table on the server machine. If you want to create
  26916.      the resulting file on some other host than the server host you
  26917.      can't use `SELECT ... INTO OUTFILE'. In this case you should
  26918.      instead use some client program like `mysqldump --tab' or `mysql
  26919.      -e "SELECT ..." > outfile' to generate the file.
  26920.  
  26921.      `SELECT ...  INTO OUTFILE' is the complement of `LOAD DATA
  26922.      INFILE'; the syntax for the `export_options' part of the statement
  26923.      consists of the same `FIELDS' and `LINES' clauses that are used
  26924.      with the `LOAD DATA INFILE' statement.  *Note `LOAD DATA': LOAD
  26925.      DATA.
  26926.  
  26927.      In the resulting text file, only the following characters are
  26928.      escaped by the `ESCAPED BY' character:
  26929.  
  26930.         * The `ESCAPED BY' character
  26931.  
  26932.         * The first character in `FIELDS TERMINATED BY'
  26933.  
  26934.         * The first character in `LINES TERMINATED BY'
  26935.  
  26936.      Additionally, `ASCII 0' is converted to `ESCAPED BY' followed by 0
  26937.      (`ASCII 48').
  26938.  
  26939.      The reason for the above is that you MUST escape any `FIELDS
  26940.      TERMINATED BY', `ESCAPED BY', or `LINES TERMINATED BY' characters
  26941.      to reliably be able to read the file back. `ASCII 0' is escaped to
  26942.      make it easier to view with some pagers.
  26943.  
  26944.      As the resulting file doesn't have to conform to the SQL syntax,
  26945.      nothing else need be escaped.
  26946.  
  26947.      Here follows an example of getting a file in the format used by
  26948.      many old programs.
  26949.  
  26950.           SELECT a,b,a+b INTO OUTFILE "/tmp/result.text"
  26951.           FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"'
  26952.           LINES TERMINATED BY "\n"
  26953.           FROM test_table;
  26954.  
  26955.    * If you use `INTO DUMPFILE' instead of `INTO OUTFILE', MySQL will
  26956.      only write one row into the file, without any column or line
  26957.      terminations and without any escaping.  This is useful if you want
  26958.      to store a blob in a file.
  26959.  
  26960.    * Note that any file created by `INTO OUTFILE' and `INTO DUMPFILE'
  26961.      is going to be readable for all users!  The reason is that the
  26962.      MySQL server can't create a file that is owned by anyone else than
  26963.      the user it's running as (you should never run `mysqld' as root),
  26964.      the file has to be word readable so that you can retrieve the rows.
  26965.  
  26966.    * If you are using `FOR UPDATE' on a table handler with page/row
  26967.      locks, the examined rows will be write locked.
  26968.  
  26969. `JOIN' Syntax
  26970. .............
  26971.  
  26972. MySQL supports the following `JOIN' syntaxes for use in `SELECT'
  26973. statements:
  26974.  
  26975.      table_reference, table_reference
  26976.      table_reference [CROSS] JOIN table_reference
  26977.      table_reference INNER JOIN table_reference join_condition
  26978.      table_reference STRAIGHT_JOIN table_reference
  26979.      table_reference LEFT [OUTER] JOIN table_reference join_condition
  26980.      table_reference LEFT [OUTER] JOIN table_reference
  26981.      table_reference NATURAL [LEFT [OUTER]] JOIN table_reference
  26982.      { oj table_reference LEFT OUTER JOIN table_reference ON conditional_expr }
  26983.      table_reference RIGHT [OUTER] JOIN table_reference join_condition
  26984.      table_reference RIGHT [OUTER] JOIN table_reference
  26985.      table_reference NATURAL [RIGHT [OUTER]] JOIN table_reference
  26986.  
  26987. Where `table_reference' is defined as:
  26988.      table_name [[AS] alias] [USE INDEX (key_list)] [IGNORE INDEX (key_list)]
  26989.  
  26990. and `join_condition' is defined as:
  26991.  
  26992.      ON conditional_expr |
  26993.      USING (column_list)
  26994.  
  26995. You should never have any conditions in the `ON' part that are used to
  26996. restrict which rows you have in the result set.  If you want to restrict
  26997. which rows should be in the result, you have to do this in the `WHERE'
  26998. clause.
  26999.  
  27000. Note that in versions before Version 3.23.17, the `INNER JOIN' didn't
  27001. take a `join_condition'!
  27002.  
  27003. The last `LEFT OUTER JOIN' syntax shown above exists only for
  27004. compatibility with ODBC:
  27005.  
  27006.    * A table reference may be aliased using `tbl_name AS alias_name' or
  27007.      `tbl_name alias_name':
  27008.  
  27009.           mysql> select t1.name, t2.salary from employee AS t1, info AS t2
  27010.                      where t1.name = t2.name;
  27011.  
  27012.    * The `ON' conditional is any conditional of the form that may be
  27013.      used in a `WHERE' clause.
  27014.  
  27015.    * If there is no matching record for the right table in the `ON' or
  27016.      `USING' part in a `LEFT JOIN', a row with all columns set to
  27017.      `NULL' is used for the right table.  You can use this fact to find
  27018.      records in a table that have no counterpart in another table:
  27019.  
  27020.           mysql> select table1.* from table1
  27021.                      LEFT JOIN table2 ON table1.id=table2.id
  27022.                      where table2.id is NULL;
  27023.  
  27024.      This example finds all rows in `table1' with an `id' value that is
  27025.      not present in `table2' (that is, all rows in `table1' with no
  27026.      corresponding row in `table2').  This assumes that `table2.id' is
  27027.      declared `NOT NULL', of course. *Note LEFT JOIN optimization::.
  27028.  
  27029.    * The `USING' `(column_list)' clause names a list of columns that
  27030.      must exist in both tables.  A `USING' clause such as:
  27031.  
  27032.           A LEFT JOIN B USING (C1,C2,C3,...)
  27033.  
  27034.      is defined to be semantically identical to an `ON' expression like
  27035.      this:
  27036.  
  27037.           A.C1=B.C1 AND A.C2=B.C2 AND A.C3=B.C3,...
  27038.  
  27039.    * The `NATURAL [LEFT] JOIN' of two tables is defined to be
  27040.      semantically equivalent to an `INNER JOIN' or a `LEFT JOIN' with a
  27041.      `USING' clause that names all columns that exist in both tables.
  27042.  
  27043.    * `RIGHT JOIN' works analogously as `LEFT JOIN'.  To keep code
  27044.      portable across databases, it's recommended to use `LEFT JOIN'
  27045.      instead of `RIGHT JOIN'.
  27046.  
  27047.    * `STRAIGHT_JOIN' is identical to `JOIN', except that the left table
  27048.      is always read before the right table. This can be used for those
  27049.      (few) cases where the join optimizer puts the tables in the wrong
  27050.      order.
  27051.  
  27052.    * As of MySQL Version 3.23.12, you can give hints about which index
  27053.      MySQL should use when retrieving information from a table. This is
  27054.      useful if `EXPLAIN' shows that MySQL is using the wrong index.  By
  27055.      specifying `USE INDEX (key_list)', you can tell MySQL to use only
  27056.      one of the specified indexes to find rows in the table.  The
  27057.      alternative syntax `IGNORE INDEX (key_list)' can be used to tell
  27058.      MySQL to not use some particular index.
  27059.  
  27060. Some examples:
  27061.  
  27062.      mysql> select * from table1,table2 where table1.id=table2.id;
  27063.      mysql> select * from table1 LEFT JOIN table2 ON table1.id=table2.id;
  27064.      mysql> select * from table1 LEFT JOIN table2 USING (id);
  27065.      mysql> select * from table1 LEFT JOIN table2 ON table1.id=table2.id
  27066.                 LEFT JOIN table3 ON table2.id=table3.id;
  27067.      mysql> select * from table1 USE INDEX (key1,key2) WHERE key1=1 and key2=2 AND
  27068.             key3=3;
  27069.      mysql> select * from table1 IGNORE INDEX (key3) WHERE key1=1 and key2=2 AND
  27070.             key3=3;
  27071.  
  27072. *Note `LEFT JOIN' optimization: LEFT JOIN optimization.
  27073.  
  27074. `INSERT' Syntax
  27075. ---------------
  27076.  
  27077.          INSERT [LOW_PRIORITY | DELAYED] [IGNORE]
  27078.              [INTO] tbl_name [(col_name,...)]
  27079.              VALUES (expression,...),(...),...
  27080.      or  INSERT [LOW_PRIORITY | DELAYED] [IGNORE]
  27081.              [INTO] tbl_name [(col_name,...)]
  27082.              SELECT ...
  27083.      or  INSERT [LOW_PRIORITY | DELAYED] [IGNORE]
  27084.              [INTO] tbl_name
  27085.              SET col_name=expression, col_name=expression, ...
  27086.  
  27087. `INSERT' inserts new rows into an existing table.  The `INSERT ...
  27088. VALUES' form of the statement inserts rows based on explicitly
  27089. specified values.  The `INSERT ... SELECT' form inserts rows selected
  27090. from another table or tables.  The `INSERT ... VALUES' form with
  27091. multiple value lists is supported in MySQL Version 3.22.5 or later.
  27092. The `col_name=expression' syntax is supported in MySQL Version 3.22.10
  27093. or later.
  27094.  
  27095. `tbl_name' is the table into which rows should be inserted.  The column
  27096. name list or the `SET' clause indicates which columns the statement
  27097. specifies values for:
  27098.  
  27099.    * If you specify no column list for `INSERT ... VALUES' or `INSERT
  27100.      ... SELECT', values for all columns must be provided in the
  27101.      `VALUES()' list or by the `SELECT'.  If you don't know the order of
  27102.      the columns in the table, use `DESCRIBE tbl_name' to find out.
  27103.  
  27104.    * Any column not explicitly given a value is set to its default
  27105.      value.  For example, if you specify a column list that doesn't
  27106.      name all the columns in the table, unnamed columns are set to
  27107.      their default values.  Default value assignment is described in
  27108.      *Note `CREATE TABLE': CREATE TABLE.
  27109.  
  27110.    * An `expression' may refer to any column that was set earlier in a
  27111.      value list.  For example, you can say this:
  27112.  
  27113.           mysql> INSERT INTO tbl_name (col1,col2) VALUES(15,col1*2);
  27114.  
  27115.      But not this:
  27116.  
  27117.           mysql> INSERT INTO tbl_name (col1,col2) VALUES(col2*2,15);
  27118.  
  27119.    * If you specify the keyword `LOW_PRIORITY', execution of the
  27120.      `INSERT' is delayed until no other clients are reading from the
  27121.      table.  In this case the client has to wait until the insert
  27122.      statement is completed, which may take a long time if the table is
  27123.      in heavy use. This is in contrast to `INSERT DELAYED', which lets
  27124.      the client continue at once.  *Note INSERT DELAYED::.  Note that
  27125.      `LOW_PRIORITY' should normally not be used with `MyISAM' tables as
  27126.      this disables concurrent inserts. *Note MyISAM::.
  27127.  
  27128.    * If you specify the keyword `IGNORE' in an `INSERT' with many value
  27129.      rows, any rows that duplicate an existing `PRIMARY' or `UNIQUE'
  27130.      key in the table are ignored and are not inserted.  If you do not
  27131.      specify `IGNORE', the insert is aborted if there is any row that
  27132.      duplicates an existing key value.  You can determine with the C
  27133.      API function `mysql_info()' how many rows were inserted into the
  27134.      table.
  27135.  
  27136.    * If MySQL was configured using the `DONT_USE_DEFAULT_FIELDS'
  27137.      option, `INSERT' statements generate an error unless you explicitly
  27138.      specify values for all columns that require a non-`NULL' value.
  27139.      *Note `configure' options: configure options.
  27140.  
  27141.    * You can find the value used for an `AUTO_INCREMENT' column with
  27142.      the `mysql_insert_id' function.  *Note `mysql_insert_id()':
  27143.      mysql_insert_id.
  27144.  
  27145. If you use `INSERT ... SELECT' or an `INSERT ... VALUES' statement with
  27146. multiple value lists, you can use the C API function `mysql_info()' to
  27147. get information about the query.  The format of the information string
  27148. is shown below:
  27149.  
  27150.      Records: 100 Duplicates: 0 Warnings: 0
  27151.  
  27152. `Duplicates' indicates the number of rows that couldn't be inserted
  27153. because they would duplicate some existing unique index value.
  27154. `Warnings' indicates the number of attempts to insert column values that
  27155. were problematic in some way. Warnings can occur under any of the
  27156. following conditions:
  27157.  
  27158.    * Inserting `NULL' into a column that has been declared `NOT NULL'.
  27159.      The column is set to its default value.
  27160.  
  27161.    * Setting a numeric column to a value that lies outside the column's
  27162.      range.  The value is clipped to the appropriate endpoint of the
  27163.      range.
  27164.  
  27165.    * Setting a numeric column to a value such as `'10.34 a''.  The
  27166.      trailing garbage is stripped and the remaining numeric part is
  27167.      inserted.  If the value doesn't make sense as a number at all, the
  27168.      column is set to `0'.
  27169.  
  27170.    * Inserting a string into a `CHAR', `VARCHAR', `TEXT', or `BLOB'
  27171.      column that exceeds the column's maximum length.  The value is
  27172.      truncated to the column's maximum length.
  27173.  
  27174.    * Inserting a value into a date or time column that is illegal for
  27175.      the column type.  The column is set to the appropriate zero value
  27176.      for the type.
  27177.  
  27178. `INSERT ... SELECT' Syntax
  27179. ..........................
  27180.  
  27181.      INSERT [LOW_PRIORITY] [IGNORE] [INTO] tbl_name [(column list)] SELECT ...
  27182.  
  27183. With `INSERT ... SELECT' statement you can quickly insert many rows
  27184. into a table from one or many tables.
  27185.  
  27186.      INSERT INTO tblTemp2 (fldID) SELECT tblTemp1.fldOrder_ID FROM tblTemp1 WHERE
  27187.      tblTemp1.fldOrder_ID > 100;
  27188.  
  27189. The following conditions hold for an `INSERT ... SELECT' statement:
  27190.  
  27191.    - The target table of the `INSERT' statement cannot appear in the
  27192.      `FROM' clause of the `SELECT' part of the query because it's
  27193.      forbidden in ANSI SQL to `SELECT' from the same table into which
  27194.      you are inserting.  (The problem is that the `SELECT' possibly
  27195.      would find records that were inserted earlier during the same run.
  27196.      When using sub-select clauses, the situation could easily be very
  27197.      confusing!)
  27198.  
  27199.    - `AUTO_INCREMENT' columns work as usual.
  27200.  
  27201.    - You can use the C API function `mysql_info()' to get information
  27202.      about the query. *Note INSERT::.
  27203.  
  27204.    - To ensure that the update log/binary log can be used to re-create
  27205.      the original tables, MySQL will not allow concurrent inserts during
  27206.      `INSERT .... SELECT'.
  27207.  
  27208. You can of course also use `REPLACE' instead of `INSERT' to overwrite
  27209. old rows.
  27210.  
  27211. `INSERT DELAYED' syntax
  27212. -----------------------
  27213.  
  27214.      INSERT DELAYED ...
  27215.  
  27216. The `DELAYED' option for the `INSERT' statement is a MySQL-specific
  27217. option that is very useful if you have clients that can't wait for the
  27218. `INSERT' to complete.  This is a common problem when you use MySQL for
  27219. logging and you also periodically run `SELECT' and `UPDATE' statements
  27220. that take a long time to complete.  `DELAYED' was introduced in MySQL
  27221. Version 3.22.15.  It is a MySQL extension to ANSI SQL92.
  27222.  
  27223. `INSERT DELAYED' only works with `ISAM' and `MyISAM' tables.  Note that
  27224. as `MyISAM' tables supports concurrent `SELECT' and `INSERT', if there
  27225. is no free blocks in the middle of the data file, you very seldom need
  27226. to use `INSERT DELAYED' with `MyISAM'. *Note MyISAM::.
  27227.  
  27228. When you use `INSERT DELAYED', the client will get an OK at once and
  27229. the row will be inserted when the table is not in use by any other
  27230. thread.
  27231.  
  27232. Another major benefit of using `INSERT DELAYED' is that inserts from
  27233. many clients are bundled together and written in one block. This is much
  27234. faster than doing many separate inserts.
  27235.  
  27236. Note that currently the queued rows are only stored in memory until
  27237. they are inserted into the table.  This means that if you kill `mysqld'
  27238. the hard way (`kill -9') or if `mysqld' dies unexpectedly, any queued
  27239. rows that weren't written to disk are lost!
  27240.  
  27241. The following describes in detail what happens when you use the
  27242. `DELAYED' option to `INSERT' or `REPLACE'.  In this description, the
  27243. "thread" is the thread that received an `INSERT DELAYED' command and
  27244. "handler" is the thread that handles all `INSERT DELAYED' statements
  27245. for a particular table.
  27246.  
  27247.    * When a thread executes a `DELAYED' statement for a table, a handler
  27248.      thread is created to process all `DELAYED' statements for the
  27249.      table, if no such handler already exists.
  27250.  
  27251.    * The thread checks whether or not the handler has acquired a
  27252.      `DELAYED' lock already; if not, it tells the handler thread to do
  27253.      so.  The `DELAYED' lock can be obtained even if other threads have
  27254.      a `READ' or `WRITE' lock on the table.  However, the handler will
  27255.      wait for all `ALTER TABLE' locks or `FLUSH TABLES' to ensure that
  27256.      the table structure is up to date.
  27257.  
  27258.    * The thread executes the `INSERT' statement, but instead of writing
  27259.      the row to the table, it puts a copy of the final row into a queue
  27260.      that is managed by the handler thread. Any syntax errors are
  27261.      noticed by the thread and reported to the client program.
  27262.  
  27263.    * The client can't report the number of duplicates or the
  27264.      `AUTO_INCREMENT' value for the resulting row; it can't obtain them
  27265.      from the server, because the `INSERT' returns before the insert
  27266.      operation has been completed.  If you use the C API, the
  27267.      `mysql_info()' function doesn't return anything meaningful, for
  27268.      the same reason.
  27269.  
  27270.    * The update log is updated by the handler thread when the row is
  27271.      inserted into the table.  In case of multiple-row inserts, the
  27272.      update log is updated when the first row is inserted.
  27273.  
  27274.    * After every `delayed_insert_limit' rows are written, the handler
  27275.      checks whether or not any `SELECT' statements are still pending.
  27276.      If so, it allows these to execute before continuing.
  27277.  
  27278.    * When the handler has no more rows in its queue, the table is
  27279.      unlocked.  If no new `INSERT DELAYED' commands are received within
  27280.      `delayed_insert_timeout' seconds, the handler terminates.
  27281.  
  27282.    * If more than `delayed_queue_size' rows are pending already in a
  27283.      specific handler queue, the thread requesting `INSERT DELAYED'
  27284.      waits until there is room in the queue.  This is done to ensure
  27285.      that the `mysqld' server doesn't use all memory for the delayed
  27286.      memory queue.
  27287.  
  27288.    * The handler thread will show up in the MySQL process list with
  27289.      `delayed_insert' in the `Command' column.  It will be killed if
  27290.      you execute a `FLUSH TABLES' command or kill it with `KILL
  27291.      thread_id'. However, it will first store all queued rows into the
  27292.      table before exiting. During this time it will not accept any new
  27293.      `INSERT' commands from another thread. If you execute an `INSERT
  27294.      DELAYED' command after this, a new handler thread will be created.
  27295.  
  27296.    * Note that the above means that `INSERT DELAYED' commands have
  27297.      higher priority than normal `INSERT' commands if there is an
  27298.      `INSERT DELAYED' handler already running!  Other update commands
  27299.      will have to wait until the `INSERT DELAYED' queue is empty,
  27300.      someone kills the handler thread (with `KILL thread_id'), or
  27301.      someone executes `FLUSH TABLES'.
  27302.  
  27303.    * The following status variables provide information about `INSERT
  27304.      DELAYED' commands:
  27305.  
  27306.      *Variable*              *Meaning*
  27307.      `Delayed_insert_threads'Number of handler threads
  27308.      `Delayed_writes'        Number of rows written with `INSERT DELAYED'
  27309.      `Not_flushed_delayed_rows'Number of rows waiting to be written
  27310.  
  27311.      You can view these variables by issuing a `SHOW STATUS' statement
  27312.      or by executing a `mysqladmin extended-status' command.
  27313.  
  27314. Note that `INSERT DELAYED' is slower than a normal INSERT if the table
  27315. is not in use.  There is also the additional overhead for the server to
  27316. handle a separate thread for each table on which you use `INSERT
  27317. DELAYED'.  This means that you should only use `INSERT DELAYED' when
  27318. you are really sure you need it!
  27319.  
  27320. `UPDATE' Syntax
  27321. ---------------
  27322.  
  27323.      UPDATE [LOW_PRIORITY] [IGNORE] tbl_name
  27324.          SET col_name1=expr1, [col_name2=expr2, ...]
  27325.          [WHERE where_definition]
  27326.          [LIMIT #]
  27327.  
  27328. `UPDATE' updates columns in existing table rows with new values.  The
  27329. `SET' clause indicates which columns to modify and the values they
  27330. should be given.  The `WHERE' clause, if given, specifies which rows
  27331. should be updated.  Otherwise all rows are updated. If the `ORDER BY'
  27332. clause is specified, the rows will be updated in the order that is
  27333. specified.
  27334.  
  27335. If you specify the keyword `LOW_PRIORITY', execution of the `UPDATE' is
  27336. delayed until no other clients are reading from the table.
  27337.  
  27338. If you specify the keyword `IGNORE', the update statement will not
  27339. abort even if we get duplicate key errors during the update.  Rows that
  27340. would cause conflicts will not be updated.
  27341.  
  27342. If you access a column from `tbl_name' in an expression, `UPDATE' uses
  27343. the current value of the column.  For example, the following statement
  27344. sets the `age' column to one more than its current value:
  27345.  
  27346.      mysql> UPDATE persondata SET age=age+1;
  27347.  
  27348. `UPDATE' assignments are evaluated from left to right.  For example, the
  27349. following statement doubles the `age' column, then increments it:
  27350.  
  27351.      mysql> UPDATE persondata SET age=age*2, age=age+1;
  27352.  
  27353. If you set a column to the value it currently has, MySQL notices this
  27354. and doesn't update it.
  27355.  
  27356. `UPDATE' returns the number of rows that were actually changed.  In
  27357. MySQL Version 3.22 or later, the C API function `mysql_info()' returns
  27358. the number of rows that were matched and updated and the number of
  27359. warnings that occurred during the `UPDATE'.
  27360.  
  27361. In MySQL Version 3.23, you can use `LIMIT #' to ensure that only a
  27362. given number of rows are changed.
  27363.  
  27364. `DELETE' Syntax
  27365. ---------------
  27366.  
  27367.      DELETE [LOW_PRIORITY] FROM tbl_name
  27368.          [WHERE where_definition]
  27369.          [LIMIT rows]
  27370.  
  27371. `DELETE' deletes rows from `tbl_name' that satisfy the condition given
  27372. by `where_definition', and returns the number of records deleted.
  27373.  
  27374. If you issue a `DELETE' with no `WHERE' clause, all rows are deleted.
  27375. If you do this in `AUTOCOMMIT' mode, this works as `TRUNCATE'. *Note
  27376. TRUNCATE::. One problem with this is that `DELETE' will return zero as
  27377. the number of affected records, but this will be fixed in 4.0.
  27378.  
  27379. If you really want to know how many records are deleted when you are
  27380. deleting all rows, and are willing to suffer a speed penalty, you can
  27381. use a `DELETE' statement of this form:
  27382.  
  27383.      mysql> DELETE FROM tbl_name WHERE 1>0;
  27384.  
  27385. Note that this is MUCH slower than `DELETE FROM tbl_name' with no
  27386. `WHERE' clause, because it deletes rows one at a time.
  27387.  
  27388. If you specify the keyword `LOW_PRIORITY', execution of the `DELETE' is
  27389. delayed until no other clients are reading from the table.
  27390.  
  27391. Deleted records are maintained in a linked list and subsequent `INSERT'
  27392. operations reuse old record positions. To reclaim unused space and
  27393. reduce file sizes, use the `OPTIMIZE TABLE' statement or the `myisamchk'
  27394. utility to reorganize tables.  `OPTIMIZE TABLE' is easier, but
  27395. `myisamchk' is faster.  See *Note `OPTIMIZE TABLE': OPTIMIZE TABLE and
  27396. *Note Optimization::.
  27397.  
  27398. The MySQL-specific `LIMIT rows' option to `DELETE' tells the server the
  27399. maximum number of rows to be deleted before control is returned to the
  27400. client.  This can be used to ensure that a specific `DELETE' command
  27401. doesn't take too much time.  You can simply repeat the `DELETE' command
  27402. until the number of affected rows is less than the `LIMIT' value.
  27403.  
  27404. `TRUNCATE' Syntax
  27405. -----------------
  27406.  
  27407.      TRUNCATE TABLE table_name
  27408.  
  27409. Is in 3.23 and the same thing as `DELETE FROM table_name'. *Note
  27410. DELETE::.  The differences are:
  27411.  
  27412.    * Implemented as a drop and re-create of the table, which makes this
  27413.      much faster when deleting many rows.
  27414.  
  27415.    * Not transaction-safe; `TRUNCATE TABLE' will automatically end the
  27416.      current transaction as if `COMMIT' would have been called.
  27417.  
  27418.    * Doesn't return the number of deleted rows.
  27419.  
  27420.    * As long as the table definition file `table_name.frm' is valid,
  27421.      the table can be re-created this way, even if the data or index
  27422.      files have become corrupted.
  27423.  
  27424. `TRUNCATE' is an Oracle SQL extension.
  27425.  
  27426. `REPLACE' Syntax
  27427. ----------------
  27428.  
  27429.          REPLACE [LOW_PRIORITY | DELAYED]
  27430.              [INTO] tbl_name [(col_name,...)]
  27431.              VALUES (expression,...),(...),...
  27432.      or  REPLACE [LOW_PRIORITY | DELAYED]
  27433.              [INTO] tbl_name [(col_name,...)]
  27434.              SELECT ...
  27435.      or  REPLACE [LOW_PRIORITY | DELAYED]
  27436.              [INTO] tbl_name
  27437.              SET col_name=expression, col_name=expression,...
  27438.  
  27439. `REPLACE' works exactly like `INSERT', except that if an old record in
  27440. the table has the same value as a new record on a unique index, the old
  27441. record is deleted before the new record is inserted.  *Note `INSERT':
  27442. INSERT.
  27443.  
  27444. In other words, you can't access the values of the old row from a
  27445. `REPLACE' statement.  In some old MySQL version it looked like you
  27446. could do this, but that was a bug that has been corrected.
  27447.  
  27448. When one uses a `REPLACE' command, `mysql_affected_rows()' will return
  27449. 2 if the new row replaced and old row.  This is because in this case
  27450. one row was inserted and then the duplicate was deleted.
  27451.  
  27452. The above makes it easy to check if `REPLACE' added or replaced a row.
  27453.  
  27454. `LOAD DATA INFILE' Syntax
  27455. -------------------------
  27456.  
  27457.      LOAD DATA [LOW_PRIORITY | CONCURRENT] [LOCAL] INFILE 'file_name.txt'
  27458.          [REPLACE | IGNORE]
  27459.          INTO TABLE tbl_name
  27460.          [FIELDS
  27461.              [TERMINATED BY '\t']
  27462.              [[OPTIONALLY] ENCLOSED BY '']
  27463.              [ESCAPED BY '\\' ]
  27464.          ]
  27465.          [LINES TERMINATED BY '\n']
  27466.          [IGNORE number LINES]
  27467.          [(col_name,...)]
  27468.  
  27469. The `LOAD DATA INFILE' statement reads rows from a text file into a
  27470. table at a very high speed.  If the `LOCAL' keyword is specified, the
  27471. file is read from the client host.  If `LOCAL' is not specified, the
  27472. file must be located on the server.  (`LOCAL' is available in MySQL
  27473. Version 3.22.6 or later.)
  27474.  
  27475. For security reasons, when reading text files located on the server, the
  27476. files must either reside in the database directory or be readable by
  27477. all.  Also, to use `LOAD DATA INFILE' on server files, you must have the
  27478. *file* privilege on the server host.  *Note Privileges provided::.
  27479.  
  27480. If you specify the keyword `LOW_PRIORITY', execution of the `LOAD DATA'
  27481. statement is delayed until no other clients are reading from the table.
  27482.  
  27483. If you specify the keyword `CONCURRENT' with a `MyISAM' table, then
  27484. other threads can retrieve data from the table while `LOAD DATA' is
  27485. executing. Using this option will of course affect the performance of
  27486. `LOAD DATA' a bit even if no other thread is using the table at the
  27487. same time.
  27488.  
  27489. Using `LOCAL' will be a bit slower than letting the server access the
  27490. files directly, because the contents of the file must travel from the
  27491. client host to the server host.  On the other hand, you do not need the
  27492. *file* privilege to load local files.
  27493.  
  27494. If you are using MySQL before Version 3.23.24 you can't read from a
  27495. FIFO with `LOAD DATA INFILE'.  If you need to read from a FIFO (for
  27496. example the output from gunzip), use `LOAD DATA LOCAL INFILE' instead.
  27497.  
  27498. You can also load data files by using the `mysqlimport' utility; it
  27499. operates by sending a `LOAD DATA INFILE' command to the server.  The
  27500. `--local' option causes `mysqlimport' to read data files from the
  27501. client host.  You can specify the `--compress' option to get better
  27502. performance over slow networks if the client and server support the
  27503. compressed protocol.
  27504.  
  27505. When locating files on the server host, the server uses the following
  27506. rules:
  27507.  
  27508.    * If an absolute pathname is given, the server uses the pathname as
  27509.      is.
  27510.  
  27511.    * If a relative pathname with one or more leading components is
  27512.      given, the server searches for the file relative to the server's
  27513.      data directory.
  27514.  
  27515.    * If a filename with no leading components is given, the server
  27516.      looks for the file in the database directory of the current
  27517.      database.
  27518.  
  27519. Note that these rules mean a file given as `./myfile.txt' is read from
  27520. the server's data directory, whereas a file given as `myfile.txt' is
  27521. read from the database directory of the current database.  For example,
  27522. the following `LOAD DATA' statement reads the file `data.txt' from the
  27523. database directory for `db1' because `db1' is the current database,
  27524. even though the statement explicitly loads the file into a table in the
  27525. `db2' database:
  27526.  
  27527.      mysql> USE db1;
  27528.      mysql> LOAD DATA INFILE "data.txt" INTO TABLE db2.my_table;
  27529.  
  27530. The `REPLACE' and `IGNORE' keywords control handling of input records
  27531. that duplicate existing records on unique key values.  If you specify
  27532. `REPLACE', new rows replace existing rows that have the same unique key
  27533. value. If you specify `IGNORE', input rows that duplicate an existing
  27534. row on a unique key value are skipped.  If you don't specify either
  27535. option, an error occurs when a duplicate key value is found, and the
  27536. rest of the text file is ignored.
  27537.  
  27538. If you load data from a local file using the `LOCAL' keyword, the server
  27539. has no way to stop transmission of the file in the middle of the
  27540. operation, so the default bahavior is the same as if `IGNORE' is
  27541. specified.
  27542.  
  27543. If you use `LOAD DATA INFILE' on an empty `MyISAM' table, all
  27544. non-unique indexes are created in a separate batch (like in `REPAIR').
  27545. This normally makes `LOAD DATA INFILE' much faster when you have many
  27546. indexes.
  27547.  
  27548. `LOAD DATA INFILE' is the complement of `SELECT ... INTO OUTFILE'.
  27549. *Note `SELECT': SELECT.  To write data from a database to a file, use
  27550. `SELECT ... INTO OUTFILE'.  To read the file back into the database,
  27551. use `LOAD DATA INFILE'.  The syntax of the `FIELDS' and `LINES' clauses
  27552. is the same for both commands.  Both clauses are optional, but `FIELDS'
  27553. must precede `LINES' if both are specified.
  27554.  
  27555. If you specify a `FIELDS' clause, each of its subclauses (`TERMINATED
  27556. BY', `[OPTIONALLY] ENCLOSED BY', and `ESCAPED BY') is also optional,
  27557. except that you must specify at least one of them.
  27558.  
  27559. If you don't specify a `FIELDS' clause, the defaults are the same as if
  27560. you had written this:
  27561.  
  27562.      FIELDS TERMINATED BY '\t' ENCLOSED BY '' ESCAPED BY '\\'
  27563.  
  27564. If you don't specify a `LINES' clause, the default is the same as if
  27565. you had written this:
  27566.  
  27567.      LINES TERMINATED BY '\n'
  27568.  
  27569. In other words, the defaults cause `LOAD DATA INFILE' to act as follows
  27570. when reading input:
  27571.  
  27572.    * Look for line boundaries at newlines.
  27573.  
  27574.    * Break lines into fields at tabs.
  27575.  
  27576.    * Do not expect fields to be enclosed within any quoting characters.
  27577.  
  27578.    * Interpret occurrences of tab, newline, or `\' preceded by `\' as
  27579.      literal characters that are part of field values.
  27580.  
  27581. Conversely, the defaults cause `SELECT ... INTO OUTFILE' to act as
  27582. follows when writing output:
  27583.  
  27584.    * Write tabs between fields.
  27585.  
  27586.    * Do not enclose fields within any quoting characters.
  27587.  
  27588.    * Use `\' to escape instances of tab, newline or `\' that occur
  27589.      within field values.
  27590.  
  27591.    * Write newlines at the ends of lines.
  27592.  
  27593. Note that to write `FIELDS ESCAPED BY '\\'', you must specify two
  27594. backslashes for the value to be read as a single backslash.
  27595.  
  27596. The `IGNORE number LINES' option can be used to ignore a header of
  27597. column names at the start of the file:
  27598.  
  27599.      mysql> LOAD DATA INFILE "/tmp/file_name" into table test IGNORE 1 LINES;
  27600.  
  27601. When you use `SELECT ... INTO OUTFILE' in tandem with `LOAD DATA
  27602. INFILE' to write data from a database into a file and then read the
  27603. file back into the database later, the field and line handling options
  27604. for both commands must match.  Otherwise, `LOAD DATA INFILE' will not
  27605. interpret the contents of the file properly.  Suppose you use `SELECT
  27606. ... INTO OUTFILE' to write a file with fields delimited by commas:
  27607.  
  27608.      mysql> SELECT * INTO OUTFILE 'data.txt'
  27609.                 FIELDS TERMINATED BY ','
  27610.                 FROM ...;
  27611.  
  27612. To read the comma-delimited file back in, the correct statement would
  27613. be:
  27614.  
  27615.      mysql> LOAD DATA INFILE 'data.txt' INTO TABLE table2
  27616.                 FIELDS TERMINATED BY ',';
  27617.  
  27618. If instead you tried to read in the file with the statement shown
  27619. below, it wouldn't work because it instructs `LOAD DATA INFILE' to look
  27620. for tabs between fields:
  27621.  
  27622.      mysql> LOAD DATA INFILE 'data.txt' INTO TABLE table2
  27623.                 FIELDS TERMINATED BY '\t';
  27624.  
  27625. The likely result is that each input line would be interpreted as a
  27626. single field.
  27627.  
  27628. `LOAD DATA INFILE' can be used to read files obtained from external
  27629. sources, too. For example, a file in dBASE format will have fields
  27630. separated by commas and enclosed in double quotes.  If lines in the
  27631. file are terminated by newlines, the command shown below illustrates
  27632. the field and line handling options you would use to load the file:
  27633.  
  27634.      mysql> LOAD DATA INFILE 'data.txt' INTO TABLE tbl_name
  27635.                 FIELDS TERMINATED BY ',' ENCLOSED BY '"'
  27636.                 LINES TERMINATED BY '\n';
  27637.  
  27638. Any of the field or line handling options may specify an empty string
  27639. (`''').  If not empty, the `FIELDS [OPTIONALLY] ENCLOSED BY' and
  27640. `FIELDS ESCAPED BY' values must be a single character.  The `FIELDS
  27641. TERMINATED BY' and `LINES TERMINATED BY' values may be more than one
  27642. character.  For example, to write lines that are terminated by carriage
  27643. return-linefeed pairs, or to read a file containing such lines, specify
  27644. a `LINES TERMINATED BY '\r\n'' clause.
  27645.  
  27646. For example, to read a file of jokes, that are separated with a line of
  27647. `%%', into a SQL table you can do:
  27648.  
  27649.      create table jokes (a int not null auto_increment primary key, joke text
  27650.      not null);
  27651.      load data infile "/tmp/jokes.txt" into table jokes fields terminated by ""
  27652.      lines terminated by "\n%%\n" (joke);
  27653.  
  27654. `FIELDS [OPTIONALLY] ENCLOSED BY' controls quoting of fields.  For
  27655. output (`SELECT ... INTO OUTFILE'), if you omit the word `OPTIONALLY',
  27656. all fields are enclosed by the `ENCLOSED BY' character.  An example of
  27657. such output (using a comma as the field delimiter) is shown below:
  27658.  
  27659.      "1","a string","100.20"
  27660.      "2","a string containing a , comma","102.20"
  27661.      "3","a string containing a \" quote","102.20"
  27662.      "4","a string containing a \", quote and comma","102.20"
  27663.  
  27664. If you specify `OPTIONALLY', the `ENCLOSED BY' character is used only
  27665. to enclose `CHAR' and `VARCHAR' fields:
  27666.  
  27667.      1,"a string",100.20
  27668.      2,"a string containing a , comma",102.20
  27669.      3,"a string containing a \" quote",102.20
  27670.      4,"a string containing a \", quote and comma",102.20
  27671.  
  27672. Note that occurrences of the `ENCLOSED BY' character within a field
  27673. value are escaped by prefixing them with the `ESCAPED BY' character.
  27674. Also note that if you specify an empty `ESCAPED BY' value, it is
  27675. possible to generate output that cannot be read properly by `LOAD DATA
  27676. INFILE'. For example, the output just shown above would appear as shown
  27677. below if the escape character is empty.  Observe that the second field
  27678. in the fourth line contains a comma following the quote, which
  27679. (erroneously) appears to terminate the field:
  27680.  
  27681.      1,"a string",100.20
  27682.      2,"a string containing a , comma",102.20
  27683.      3,"a string containing a " quote",102.20
  27684.      4,"a string containing a ", quote and comma",102.20
  27685.  
  27686. For input, the `ENCLOSED BY' character, if present, is stripped from the
  27687. ends of field values.  (This is true whether or not `OPTIONALLY' is
  27688. specified; `OPTIONALLY' has no effect on input interpretation.)
  27689. Occurrences of the `ENCLOSED BY' character preceded by the `ESCAPED BY'
  27690. character are interpreted as part of the current field value.  In
  27691. addition, duplicated `ENCLOSED BY' characters occurring within fields
  27692. are interpreted as single `ENCLOSED BY' characters if the field itself
  27693. starts with that character.  For example, if `ENCLOSED BY '"'' is
  27694. specified, quotes are handled as shown below:
  27695.  
  27696.      "The ""BIG"" boss"  -> The "BIG" boss
  27697.      The "BIG" boss      -> The "BIG" boss
  27698.      The ""BIG"" boss    -> The ""BIG"" boss
  27699.  
  27700. `FIELDS ESCAPED BY' controls how to write or read special characters.
  27701. If the `FIELDS ESCAPED BY' character is not empty, it is used to prefix
  27702. the following characters on output:
  27703.    * The `FIELDS ESCAPED BY' character
  27704.  
  27705.    * The `FIELDS [OPTIONALLY] ENCLOSED BY' character
  27706.  
  27707.    * The first character of the `FIELDS TERMINATED BY' and `LINES
  27708.      TERMINATED BY' values
  27709.  
  27710.    * ASCII `0' (what is actually written following the escape character
  27711.      is ASCII `'0'', not a zero-valued byte)
  27712.  
  27713. If the `FIELDS ESCAPED BY' character is empty, no characters are
  27714. escaped.  It is probably not a good idea to specify an empty escape
  27715. character, particularly if field values in your data contain any of the
  27716. characters in the list just given.
  27717.  
  27718. For input, if the `FIELDS ESCAPED BY' character is not empty,
  27719. occurrences of that character are stripped and the following character
  27720. is taken literally as part of a field value.  The exceptions are an
  27721. escaped `0' or `N' (for example, `\0' or `\N' if the escape character is
  27722. `\').  These sequences are interpreted as ASCII `0' (a zero-valued
  27723. byte) and `NULL'.  See below for the rules on `NULL' handling.
  27724.  
  27725. For more information about `\'-escape syntax, see *Note Literals::.
  27726.  
  27727. In certain cases, field and line handling options interact:
  27728.  
  27729.    * If `LINES TERMINATED BY' is an empty string and `FIELDS TERMINATED
  27730.      BY' is non-empty, lines are also terminated with `FIELDS
  27731.      TERMINATED BY'.
  27732.  
  27733.    * If the `FIELDS TERMINATED BY' and `FIELDS ENCLOSED BY' values are
  27734.      both empty (`'''), a fixed-row (non-delimited) format is used.
  27735.      With fixed-row format, no delimiters are used between fields.
  27736.      Instead, column values are written and read using the "display"
  27737.      widths of the columns.  For example, if a column is declared as
  27738.      `INT(7)', values for the column are written using 7-character
  27739.      fields.  On input, values for the column are obtained by reading 7
  27740.      characters.  Fixed-row format also affects handling of `NULL'
  27741.      values; see below.  Note that fixed-size format will not work if
  27742.      you are using a multi-byte character set.
  27743.  
  27744. Handling of `NULL' values varies, depending on the `FIELDS' and `LINES'
  27745. options you use:
  27746.  
  27747.    * For the default `FIELDS' and `LINES' values, `NULL' is written as
  27748.      `\N' for output and `\N' is read as `NULL' for input (assuming the
  27749.      `ESCAPED BY' character is `\').
  27750.  
  27751.    * If `FIELDS ENCLOSED BY' is not empty, a field containing the
  27752.      literal word `NULL' as its value is read as a `NULL' value (this
  27753.      differs from the word `NULL' enclosed within `FIELDS ENCLOSED BY'
  27754.      characters, which is read as the string `'NULL'').
  27755.  
  27756.    * If `FIELDS ESCAPED BY' is empty, `NULL' is written as the word
  27757.      `NULL'.
  27758.  
  27759.    * With fixed-row format (which happens when `FIELDS TERMINATED BY'
  27760.      and `FIELDS ENCLOSED BY' are both empty), `NULL' is written as an
  27761.      empty string.  Note that this causes both `NULL' values and empty
  27762.      strings in the table to be indistinguishable when written to the
  27763.      file because they are both written as empty strings.  If you need
  27764.      to be able to tell the two apart when reading the file back in,
  27765.      you should not use fixed-row format.
  27766.  
  27767. Some cases are not supported by `LOAD DATA INFILE':
  27768.    * Fixed-size rows (`FIELDS TERMINATED BY' and `FIELDS ENCLOSED BY'
  27769.      both empty) and `BLOB' or `TEXT' columns.
  27770.  
  27771.    * If you specify one separator that is the same as or a prefix of
  27772.      another, `LOAD DATA INFILE' won't be able to interpret the input
  27773.      properly.  For example, the following `FIELDS' clause would cause
  27774.      problems:
  27775.  
  27776.           FIELDS TERMINATED BY '"' ENCLOSED BY '"'
  27777.  
  27778.    * If `FIELDS ESCAPED BY' is empty, a field value that contains an
  27779.      occurrence of `FIELDS ENCLOSED BY' or `LINES TERMINATED BY'
  27780.      followed by the `FIELDS TERMINATED BY' value will cause `LOAD DATA
  27781.      INFILE' to stop reading a field or line too early.  This happens
  27782.      because `LOAD DATA INFILE' cannot properly determine where the
  27783.      field or line value ends.
  27784.  
  27785. The following example loads all columns of the `persondata' table:
  27786.  
  27787.      mysql> LOAD DATA INFILE 'persondata.txt' INTO TABLE persondata;
  27788.  
  27789. No field list is specified, so `LOAD DATA INFILE' expects input rows to
  27790. contain a field for each table column.  The default `FIELDS' and
  27791. `LINES' values are used.
  27792.  
  27793. If you wish to load only some of a table's columns, specify a field
  27794. list:
  27795.  
  27796.      mysql> LOAD DATA INFILE 'persondata.txt'
  27797.                 INTO TABLE persondata (col1,col2,...);
  27798.  
  27799. You must also specify a field list if the order of the fields in the
  27800. input file differs from the order of the columns in the table.
  27801. Otherwise, MySQL cannot tell how to match up input fields with table
  27802. columns.
  27803.  
  27804. If a row has too few fields, the columns for which no input field is
  27805. present are set to default values.  Default value assignment is
  27806. described in *Note `CREATE TABLE': CREATE TABLE.
  27807.  
  27808. An empty field value is interpreted differently than if the field value
  27809. is missing:
  27810.  
  27811.    * For string types, the column is set to the empty string.
  27812.  
  27813.    * For numeric types, the column is set to `0'.
  27814.  
  27815.    * For date and time types, the column is set to the appropriate
  27816.      "zero" value for the type.  *Note Date and time types::.
  27817.  
  27818. Note that these are the same values that result if you assign an empty
  27819. string explicitly to a string, numeric, or date or time type explicitly
  27820. in an `INSERT' or `UPDATE' statement.
  27821.  
  27822. `TIMESTAMP' columns are only set to the current date and time if there
  27823. is a `NULL' value for the column, or (for the first `TIMESTAMP' column
  27824. only) if the `TIMESTAMP' column is left out from the field list when a
  27825. field list is specified.
  27826.  
  27827. If an input row has too many fields, the extra fields are ignored and
  27828. the number of warnings is incremented.
  27829.  
  27830. `LOAD DATA INFILE' regards all input as strings, so you can't use
  27831. numeric values for `ENUM' or `SET' columns the way you can with
  27832. `INSERT' statements.  All `ENUM' and `SET' values must be specified as
  27833. strings!
  27834.  
  27835. If you are using the C API, you can get information about the query by
  27836. calling the API function `mysql_info()' when the `LOAD DATA INFILE'
  27837. query finishes.  The format of the information string is shown below:
  27838.  
  27839.      Records: 1  Deleted: 0  Skipped: 0  Warnings: 0
  27840.  
  27841. Warnings occur under the same circumstances as when values are inserted
  27842. via the `INSERT' statement (*note `INSERT': INSERT.), except that `LOAD
  27843. DATA INFILE' also generates warnings when there are too few or too many
  27844. fields in the input row.  The warnings are not stored anywhere; the
  27845. number of warnings can only be used as an indication if everything went
  27846. well.  If you get warnings and want to know exactly why you got them,
  27847. one way to do this is to use `SELECT ... INTO OUTFILE' into another
  27848. file and compare this to your original input file.
  27849.  
  27850. If you need `LOAD DATA' to read from a pipe, you can use the following
  27851. trick:
  27852.  
  27853.      mkfifo /mysql/db/x/x
  27854.      chmod 666 /mysql/db/x/x
  27855.      cat < /dev/tcp/10.1.1.12/4711 > /nt/mysql/db/x/x
  27856.      mysql -e "LOAD DATA INFILE 'x' INTO TABLE x" x
  27857.  
  27858. If you are using a version of MySQL older than 3.23.25 you can only do
  27859. the above with `LOAD DATA LOCAL INFILE'.
  27860.  
  27861. For more information about the efficiency of `INSERT' versus `LOAD DATA
  27862. INFILE' and speeding up `LOAD DATA INFILE', *Note Insert speed::.
  27863.  
  27864. `DO' Syntax
  27865. -----------
  27866.  
  27867.      DO expression, [expression, ...]
  27868.  
  27869. Execute the expression but don't return any results.  This is a
  27870. shorthand of `SELECT expression, expression', but has the advantage
  27871. that it's slightly faster when you don't care about the result.
  27872.  
  27873. This is mainly useful with functions that has side effects, like
  27874. `RELEASE_LOCK'.
  27875.  
  27876. Data Definition: `CREATE', `DROP', `ALTER'
  27877. ==========================================
  27878.  
  27879. `CREATE DATABASE' Syntax
  27880. ------------------------
  27881.  
  27882.      CREATE DATABASE [IF NOT EXISTS] db_name
  27883.  
  27884. `CREATE DATABASE' creates a database with the given name.  Rules for
  27885. allowable database names are given in *Note Legal names::.  An error
  27886. occurs if the database already exists and you didn't specify `IF NOT
  27887. EXISTS'.
  27888.  
  27889. Databases in MySQL are implemented as directories containing files that
  27890. correspond to tables in the database.  Because there are no tables in a
  27891. database when it is initially created, the `CREATE DATABASE' statement
  27892. only creates a directory under the MySQL data directory.
  27893.  
  27894. You can also create databases with `mysqladmin'.  *Note Client-Side
  27895. Scripts::.
  27896.  
  27897. `DROP DATABASE' Syntax
  27898. ----------------------
  27899.  
  27900.      DROP DATABASE [IF EXISTS] db_name
  27901.  
  27902. `DROP DATABASE' drops all tables in the database and deletes the
  27903. database.  If you do a `DROP DATABASE' on a symbolic linked database,
  27904. both the link and the original database is deleted. *Be VERY careful
  27905. with this command!*
  27906.  
  27907. `DROP DATABASE' returns the number of files that were removed from the
  27908. database directory.  Normally, this is three times the number of
  27909. tables, because normally each table corresponds to a `.MYD' file, a
  27910. `.MYI' file, and a `.frm' file.
  27911.  
  27912. The `DROP DATABASE' command removes from the given database directory
  27913. all files with the following extensions:
  27914.  
  27915. .BAK               .DAT               .HSH               .ISD
  27916. .ISM               .ISM               .MRG               .MYD
  27917. .MYI               .db                .frm               
  27918.  
  27919. All subdirectories that consists of 2 digits (`RAID' directories) are
  27920. also removed.
  27921.  
  27922. In MySQL Version 3.22 or later, you can use the keywords `IF EXISTS' to
  27923. prevent an error from occurring if the database doesn't exist.
  27924.  
  27925. You can also drop databases with `mysqladmin'. *Note Client-Side
  27926. Scripts::.
  27927.  
  27928. `CREATE TABLE' Syntax
  27929. ---------------------
  27930.  
  27931.      CREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name [(create_definition,...)]
  27932.      [table_options] [select_statement]
  27933.      
  27934.      create_definition:
  27935.        col_name type [NOT NULL | NULL] [DEFAULT default_value] [AUTO_INCREMENT]
  27936.                  [PRIMARY KEY] [reference_definition]
  27937.        or    PRIMARY KEY (index_col_name,...)
  27938.        or    KEY [index_name] (index_col_name,...)
  27939.        or    INDEX [index_name] (index_col_name,...)
  27940.        or    UNIQUE [INDEX] [index_name] (index_col_name,...)
  27941.        or    FULLTEXT [INDEX] [index_name] (index_col_name,...)
  27942.        or    [CONSTRAINT symbol] FOREIGN KEY index_name (index_col_name,...)
  27943.                  [reference_definition]
  27944.        or    CHECK (expr)
  27945.      
  27946.      type:
  27947.              TINYINT[(length)] [UNSIGNED] [ZEROFILL]
  27948.        or    SMALLINT[(length)] [UNSIGNED] [ZEROFILL]
  27949.        or    MEDIUMINT[(length)] [UNSIGNED] [ZEROFILL]
  27950.        or    INT[(length)] [UNSIGNED] [ZEROFILL]
  27951.        or    INTEGER[(length)] [UNSIGNED] [ZEROFILL]
  27952.        or    BIGINT[(length)] [UNSIGNED] [ZEROFILL]
  27953.        or    REAL[(length,decimals)] [UNSIGNED] [ZEROFILL]
  27954.        or    DOUBLE[(length,decimals)] [UNSIGNED] [ZEROFILL]
  27955.        or    FLOAT[(length,decimals)] [UNSIGNED] [ZEROFILL]
  27956.        or    DECIMAL(length,decimals) [UNSIGNED] [ZEROFILL]
  27957.        or    NUMERIC(length,decimals) [UNSIGNED] [ZEROFILL]
  27958.        or    CHAR(length) [BINARY]
  27959.        or    VARCHAR(length) [BINARY]
  27960.        or    DATE
  27961.        or    TIME
  27962.        or    TIMESTAMP
  27963.        or    DATETIME
  27964.        or    TINYBLOB
  27965.        or    BLOB
  27966.        or    MEDIUMBLOB
  27967.        or    LONGBLOB
  27968.        or    TINYTEXT
  27969.        or    TEXT
  27970.        or    MEDIUMTEXT
  27971.        or    LONGTEXT
  27972.        or    ENUM(value1,value2,value3,...)
  27973.        or    SET(value1,value2,value3,...)
  27974.      
  27975.      index_col_name:
  27976.              col_name [(length)]
  27977.      
  27978.      reference_definition:
  27979.              REFERENCES tbl_name [(index_col_name,...)]
  27980.                         [MATCH FULL | MATCH PARTIAL]
  27981.                         [ON DELETE reference_option]
  27982.                         [ON UPDATE reference_option]
  27983.      
  27984.      reference_option:
  27985.              RESTRICT | CASCADE | SET NULL | NO ACTION | SET DEFAULT
  27986.      
  27987.      table_options:
  27988.          TYPE = {BDB | HEAP | ISAM | InnoDB | MERGE | MYISAM }
  27989.      or    AUTO_INCREMENT = #
  27990.      or    AVG_ROW_LENGTH = #
  27991.      or    CHECKSUM = {0 | 1}
  27992.      or    COMMENT = "string"
  27993.      or    MAX_ROWS = #
  27994.      or    MIN_ROWS = #
  27995.      or    PACK_KEYS = {0 | 1}
  27996.      or    PASSWORD = "string"
  27997.      or    DELAY_KEY_WRITE = {0 | 1}
  27998.      or      ROW_FORMAT= { default | dynamic | fixed | compressed }
  27999.      or    RAID_TYPE= {1 | STRIPED | RAID0 } RAID_CHUNKS=#  RAID_CHUNKSIZE=#
  28000.      or    UNION = (table_name,[table_name...])
  28001.      or      DATA DIRECTORY="directory"
  28002.      or      INDEX DIRECTORY="directory"
  28003.      
  28004.      select_statement:
  28005.          [IGNORE | REPLACE] SELECT ...  (Some legal select statement)
  28006.  
  28007. `CREATE TABLE' creates a table with the given name in the current
  28008. database.  Rules for allowable table names are given in *Note Legal
  28009. names::.  An error occurs if there is no current database or if the
  28010. table already exists.
  28011.  
  28012. In MySQL Version 3.22 or later, the table name can be specified as
  28013. `db_name.tbl_name'.  This works whether or not there is a current
  28014. database.
  28015.  
  28016. In MySQL Version 3.23, you can use the `TEMPORARY' keyword when you
  28017. create a table.  A temporary table will automatically be deleted if a
  28018. connection dies and the name is per connection.  This means that two
  28019. different connections can both use the same temporary table name
  28020. without conflicting with each other or with an existing table of the
  28021. same name. (The existing table is hidden until the temporary table is
  28022. deleted).
  28023.  
  28024. In MySQL Version 3.23 or later, you can use the keywords `IF NOT
  28025. EXISTS' so that an error does not occur if the table already exists.
  28026. Note that there is no verification that the table structures are
  28027. identical.
  28028.  
  28029. Each table `tbl_name' is represented by some files in the database
  28030. directory. In the case of MyISAM-type tables you will get:
  28031.  
  28032. *File*         *Purpose*
  28033. `tbl_name.frm' Table definition (form) file
  28034. `tbl_name.MYD' Data file
  28035. `tbl_name.MYI' Index file
  28036.  
  28037. For more information on the properties of the various column types, see
  28038. *Note Column types:::
  28039.  
  28040.    * If neither `NULL' nor `NOT NULL' is specified, the column is
  28041.      treated as though `NULL' had been specified.
  28042.  
  28043.    * An integer column may have the additional attribute
  28044.      `AUTO_INCREMENT'.  When you insert a value of `NULL' (recommended)
  28045.      or `0' into an `AUTO_INCREMENT' column, the column is set to
  28046.      `value+1', where `value' is the largest value for the column
  28047.      currently in the table.  `AUTO_INCREMENT' sequences begin with `1'.
  28048.      *Note `mysql_insert_id()': mysql_insert_id.
  28049.  
  28050.      If you delete the row containing the maximum value for an
  28051.      `AUTO_INCREMENT' column, the value will be reused with an `ISAM',
  28052.      or `BDB' table but not with a `MyISAM' or `InnoDB' table.  If you
  28053.      delete all rows in the table with `DELETE FROM table_name'
  28054.      (without a `WHERE') in `AUTOCOMMIT' mode, the sequence starts over
  28055.      for all table types.
  28056.  
  28057.      *NOTE:* There can be only one `AUTO_INCREMENT' column per table,
  28058.      and it must be indexed. MySQL Version 3.23 will also only work
  28059.      properly if the auto_increment column only has positive values.
  28060.      Inserting a negative number is regarded as inserting a very large
  28061.      positive number.  This is done to avoid precision problems when
  28062.      numbers 'wrap' over from positive to negative and also to ensure
  28063.      that one doesn't accidentally get an auto_increment column that
  28064.      contains 0.
  28065.  
  28066.      To make MySQL compatible with some ODBC applications, you can find
  28067.      the last inserted row with the following query:
  28068.  
  28069.           SELECT * FROM tbl_name WHERE auto_col IS NULL
  28070.  
  28071.    * `NULL' values are handled differently for `TIMESTAMP' columns than
  28072.      for other column types.  You cannot store a literal `NULL' in a
  28073.      `TIMESTAMP' column; setting the column to `NULL' sets it to the
  28074.      current date and time.  Because `TIMESTAMP' columns behave this
  28075.      way, the `NULL' and `NOT NULL' attributes do not apply in the
  28076.      normal way and are ignored if you specify them.
  28077.  
  28078.      On the other hand, to make it easier for MySQL clients to use
  28079.      `TIMESTAMP' columns, the server reports that such columns may be
  28080.      assigned `NULL' values (which is true), even though `TIMESTAMP'
  28081.      never actually will contain a `NULL' value.  You can see this when
  28082.      you use `DESCRIBE tbl_name' to get a description of your table.
  28083.  
  28084.      Note that setting a `TIMESTAMP' column to `0' is not the same as
  28085.      setting it to `NULL', because `0' is a valid `TIMESTAMP' value.
  28086.  
  28087.    * If no `DEFAULT' value is specified for a column, MySQL
  28088.      automatically assigns one.
  28089.  
  28090.      If the column may take `NULL' as a value, the default value is
  28091.      `NULL'.
  28092.  
  28093.      If the column is declared as `NOT NULL', the default value depends
  28094.      on the column type:
  28095.  
  28096.         - For numeric types other than those declared with the
  28097.           `AUTO_INCREMENT' attribute, the default is `0'.  For an
  28098.           `AUTO_INCREMENT' column, the default value is the next value
  28099.           in the sequence.
  28100.  
  28101.         - For date and time types other than `TIMESTAMP', the default
  28102.           is the appropriate zero value for the type.  For the first
  28103.           `TIMESTAMP' column in a table, the default value is the
  28104.           current date and time.  *Note Date and time types::.
  28105.  
  28106.         - For string types other than `ENUM', the default value is the
  28107.           empty string.  For `ENUM', the default is the first
  28108.           enumeration value.
  28109.  
  28110.      Default values must be constants. This means, for example, that
  28111.      you cannot set the default for a date column to be the value of a
  28112.      function such as `NOW()' or `CURRENT_DATE'.
  28113.  
  28114.    * `KEY' is a synonym for `INDEX'.
  28115.  
  28116.    * In MySQL, a `UNIQUE' key can have only distinct values. An error
  28117.      occurs if you try to add a new row with a key that matches an
  28118.      existing row.
  28119.  
  28120.    * A `PRIMARY KEY' is a unique `KEY' with the extra constraint that
  28121.      all key columns must be defined as `NOT NULL'.  In MySQL the key
  28122.      is named `PRIMARY'. A table can have only one `PRIMARY KEY'.  If
  28123.      you don't have a `PRIMARY KEY' and some applications ask for the
  28124.      `PRIMARY KEY' in your tables, MySQL will return the first `UNIQUE'
  28125.      key, which doesn't have any `NULL' columns, as the `PRIMARY KEY'.
  28126.  
  28127.    * A `PRIMARY KEY' can be a multiple-column index.  However, you
  28128.      cannot create a multiple-column index using the `PRIMARY KEY' key
  28129.      attibute in a column specification.  Doing so will mark only that
  28130.      single column as primary.  You must use the `PRIMARY
  28131.      KEY(index_col_name, ...)' syntax.
  28132.  
  28133.    * If the `PRIMARY' or `UNIQUE' key consists of only one column and
  28134.      this is of type integer, you can also refer to it as `_rowid' (new
  28135.      in Version 3.23.11).
  28136.  
  28137.    * If you don't assign a name to an index, the index will be assigned
  28138.      the same name as the first `index_col_name', with an optional
  28139.      suffix (`_2', `_3', `...') to make it unique.  You can see index
  28140.      names for a table using `SHOW INDEX FROM tbl_name'.  *Note `SHOW':
  28141.      SHOW.
  28142.  
  28143.    * Only the `MyISAM' table type supports indexes on columns that can
  28144.      have `NULL' values. In other cases you must declare such columns
  28145.      `NOT NULL' or an error results.
  28146.  
  28147.    * With `col_name(length)' syntax, you can specify an index that uses
  28148.      only a part of a `CHAR' or `VARCHAR' column. This can make the
  28149.      index file much smaller.  *Note Indexes::.
  28150.  
  28151.    * Only the `MyISAM' table type supports indexing on `BLOB' and
  28152.      `TEXT' columns.  When putting an index on a `BLOB' or `TEXT'
  28153.      column you MUST always specify the length of the index:
  28154.           CREATE TABLE test (blob_col BLOB, index(blob_col(10)));
  28155.  
  28156.    * When you use `ORDER BY' or `GROUP BY' with a `TEXT' or `BLOB'
  28157.      column, only the first `max_sort_length' bytes are used.  *Note
  28158.      `BLOB': BLOB.
  28159.  
  28160.    * In MySQL Version 3.23.23 or later, you can also create special
  28161.      *FULLTEXT* indexes. They are used for full-text search. Only the
  28162.      `MyISAM' table type supports `FULLTEXT' indexes. They can be
  28163.      created only from `VARCHAR' and `TEXT' columns.  Indexing always
  28164.      happens over the entire column, partial indexing is not supported.
  28165.      See *Note Fulltext Search:: for details of operation.
  28166.  
  28167.    * The `FOREIGN KEY', `CHECK', and `REFERENCES' clauses don't
  28168.      actually do anything.  The syntax for them is provided only for
  28169.      compatibility, to make it easier to port code from other SQL
  28170.      servers and to run applications that create tables with references.
  28171.      *Note Missing functions::.
  28172.  
  28173.    * Each `NULL' column takes one bit extra, rounded up to the nearest
  28174.      byte.
  28175.  
  28176.    * The maximum record length in bytes can be calculated as follows:
  28177.  
  28178.           row length = 1
  28179.                        + (sum of column lengths)
  28180.                        + (number of NULL columns + 7)/8
  28181.                        + (number of variable-length columns)
  28182.  
  28183.    * The `table_options' and `SELECT' options are only implemented in
  28184.      MySQL Version 3.23 and above.
  28185.  
  28186.      The different table types are:
  28187.  
  28188.      BDB or        Transaction-safe tables with page locking. *Note
  28189.      Berkeley_db   BDB::.
  28190.      HEAP          The data for this table is only stored in memory.
  28191.                    *Note HEAP::.
  28192.      ISAM          The original table handler. *Note ISAM::.
  28193.      InnoDB        Transaction-safe tables with row locking. *Note
  28194.                    InnoDB::.
  28195.      MERGE         A collection of MyISAM tables used as one table.
  28196.                    *Note MERGE::.
  28197.      MyISAM        The new binary portable table handler that is
  28198.                    replacing ISAM. *Note MyISAM::.
  28199.      *Note Table types::.
  28200.  
  28201.      If a table type is specified, and that particular type is not
  28202.      available, MySQL will choose the closest table type to the one
  28203.      that you have specified.  For example, if `TYPE=BDB' is specified,
  28204.      and that distribution of MySQL does not support `BDB' tables, the
  28205.      table will be created as `MyISAM' instead.
  28206.  
  28207.      The other table options are used to optimize the behavior of the
  28208.      table. In most cases, you don't have to specify any of them.  The
  28209.      options work for all table types, if not otherwise indicated:
  28210.  
  28211.      `AUTO_INCREMENT'The next auto_increment value you want to set for
  28212.                    your table (MyISAM).
  28213.      `AVG_ROW_LENGTH'An approximation of the average row length for your
  28214.                    table. You only need to set this for large tables
  28215.                    with variable size records.
  28216.      `CHECKSUM'    Set this to 1 if you want MySQL to maintain a
  28217.                    checksum for all rows (makes the table a little
  28218.                    slower to update but makes it easier to find
  28219.                    corrupted tables) (MyISAM).
  28220.      `COMMENT'     A 60-character comment for your table.
  28221.      `MAX_ROWS'    Max number of rows you plan to store in the table.
  28222.      `MIN_ROWS'    Minimum number of rows you plan to store in the table.
  28223.      `PACK_KEYS'   Set this to 1 if you want to have a smaller index.
  28224.                    This usually makes updates slower and reads faster
  28225.                    (MyISAM, ISAM).
  28226.      `PASSWORD'    Encrypt the `.frm' file with a password.  This option
  28227.                    doesn't do anything in the standard MySQL version.
  28228.      `DELAY_KEY_WRITE'Set this to 1 if want to delay key table updates
  28229.                    until the table is closed (MyISAM).
  28230.      `ROW_FORMAT'  Defines how the rows should be stored. Currently you
  28231.                    can only use the DYNAMIC and STATIC options for
  28232.                    MyISAM tables.
  28233.  
  28234.      When you use a `MyISAM' table, MySQL uses the product of `max_rows
  28235.      * avg_row_length' to decide how big the resulting table will be.
  28236.      If you don't specify any of the above options, the maximum size
  28237.      for a table will be 4G (or 2G if your operating systems only
  28238.      supports 2G tables). The reason for this is just to keep down the
  28239.      pointer sizes to make the index smaller and faster if you don't
  28240.      really need big files.
  28241.  
  28242.      If you don't use `PACK_KEYS', the default is to only pack strings,
  28243.      not numbers.  If you use `PACK_KEYS=1', numbers will be packed as
  28244.      well.
  28245.  
  28246.      When packing binary number keys, MySQL will use prefix compression.
  28247.      This means that you will only get a big benefit of this if you have
  28248.      many numbers that are the same.  Prefix compression means that
  28249.      every key needs one extra byte to indicate how many bytes of the
  28250.      previous key are the same for the next key (note that the pointer
  28251.      to the row is stored in high-byte-first-order directly after the
  28252.      key, to improve compression.)  This means that if you have many
  28253.      equal keys on two rows in a row, all following 'same' keys will
  28254.      usually only take 2 bytes (including the pointer to the row).
  28255.      Compare this to the ordinary case where the following keys will
  28256.      take storage_size_for_key + pointer_size (usually 4).  On the
  28257.      other hand, if all keys are totally different, you will lose 1
  28258.      byte per key, if the key isn't a key that can have `NULL' values
  28259.      (In this case the packed key length will be stored in the same
  28260.      byte that is used to mark if a key is `NULL'.)
  28261.  
  28262.    * If you specify a `SELECT' after the `CREATE' statement, MySQL will
  28263.      create new fields for all elements in the `SELECT'.  For example:
  28264.  
  28265.           mysql> CREATE TABLE test (a int not null auto_increment,
  28266.                      primary key (a), key(b))
  28267.                      TYPE=MyISAM SELECT b,c from test2;
  28268.  
  28269.      This will create a `MyISAM' table with three columns, a, b, and c.
  28270.      Notice that the columns from the `SELECT' statement are appended to
  28271.      the right side of the table, not overlapped onto it.  Take the
  28272.      following example:
  28273.  
  28274.           mysql> select * from foo;
  28275.           +---+
  28276.           | n |
  28277.           +---+
  28278.           | 1 |
  28279.           +---+
  28280.           
  28281.           mysql> create table bar (m int) select n from foo;
  28282.           Query OK, 1 row affected (0.02 sec)
  28283.           Records: 1  Duplicates: 0  Warnings: 0
  28284.           
  28285.           mysql> select * from bar;
  28286.           +------+---+
  28287.           | m    | n |
  28288.           +------+---+
  28289.           | NULL | 1 |
  28290.           +------+---+
  28291.           1 row in set (0.00 sec)
  28292.  
  28293.      For each row in table `foo', a row is inserted in `bar' with the
  28294.      values from `foo' and default values for the new columns.
  28295.  
  28296.      `CREATE TABLE ... SELECT' will not automatically create any indexes
  28297.      for you.  This is done intentionally to make the command as
  28298.      flexible as possible.  If you want to have indexes in the created
  28299.      table, you should specify these before the `SELECT' statement:
  28300.  
  28301.           mysql> create table bar (unique (n)) select n from foo;
  28302.  
  28303.      If any errors occur while copying the data to the table, it will
  28304.      automatically be deleted.
  28305.  
  28306.      To ensure that the update log/binary log can be used to re-create
  28307.      the original tables, MySQL will not allow concurrent inserts during
  28308.      `CREATE TABLE .... SELECT'.
  28309.  
  28310.    * The `RAID_TYPE' option will help you to break the 2G/4G limit for
  28311.      the MyISAM data file (not the index file) on operating systems
  28312.      that don't support big files. You can get also more speed from the
  28313.      I/O bottleneck by putting `RAID' directories on different physical
  28314.      disks. `RAID_TYPE' will work on any OS, as long as you have
  28315.      configured MySQL with `--with-raid'.  For now the only allowed
  28316.      `RAID_TYPE' is `STRIPED' (`1' and `RAID0' are aliases for this).
  28317.  
  28318.      If you specify `RAID_TYPE=STRIPED' for a `MyISAM' table, `MyISAM'
  28319.      will create `RAID_CHUNKS' subdirectories named 00, 01, 02 in the
  28320.      database directory.  In each of these directories `MyISAM' will
  28321.      create a `table_name.MYD'.  When writing data to the data file,
  28322.      the `RAID' handler will map the first `RAID_CHUNKSIZE' *1024 bytes
  28323.      to the first file, the next `RAID_CHUNKSIZE' *1024 bytes to the
  28324.      next file and so on.
  28325.  
  28326.    * `UNION' is used when you want to use a collection of identical
  28327.      tables as one. This only works with MERGE tables. *Note MERGE::.
  28328.  
  28329.      For the moment you need to have `SELECT', `UPDATE', and `DELETE'
  28330.      privileges on the tables you map to a `MERGE' table.  All mapped
  28331.      tables must be in the same database as the `MERGE' table.
  28332.  
  28333.    * In the created table the `PRIMARY' key will be placed first,
  28334.      followed by all `UNIQUE' keys and then the normal keys.  This
  28335.      helps the MySQL optimizer to prioritize which key to use and also
  28336.      more quickly detect duplicated `UNIQUE' keys.
  28337.  
  28338.    * By using `DATA DIRECTORY="directory"' or `INDEX
  28339.      DIRECTORY="directory"' you can specify where the table handler
  28340.      should put it's table and index files.  This only works for
  28341.      `MyISAM' tables in `MySQL' 4.0, when you are not using the
  28342.      `--skip-symlink' option. *Note Symbolic links to tables::.
  28343.  
  28344.  
  28345. Silent Column Specification Changes
  28346. ...................................
  28347.  
  28348. In some cases, MySQL silently changes a column specification from that
  28349. given in a `CREATE TABLE' statement.  (This may also occur with `ALTER
  28350. TABLE'.):
  28351.  
  28352.    * `VARCHAR' columns with a length less than four are changed to
  28353.      `CHAR'.
  28354.  
  28355.    * If any column in a table has a variable length, the entire row is
  28356.      variable-length as a result.  Therefore, if a table contains any
  28357.      variable-length columns (`VARCHAR', `TEXT', or `BLOB'), all `CHAR'
  28358.      columns longer than three characters are changed to `VARCHAR'
  28359.      columns.  This doesn't affect how you use the columns in any way;
  28360.      in MySQL, `VARCHAR' is just a different way to store characters.
  28361.      MySQL performs this conversion because it saves space and makes
  28362.      table operations faster.  *Note Table types::.
  28363.  
  28364.    * `TIMESTAMP' display sizes must be even and in the range from 2 to
  28365.      14.  If you specify a display size of 0 or greater than 14, the
  28366.      size is coerced to 14.  Odd-valued sizes in the range from 1 to 13
  28367.      are coerced to the next higher even number.
  28368.  
  28369.    * You cannot store a literal `NULL' in a `TIMESTAMP' column; setting
  28370.      it to `NULL' sets it to the current date and time.  Because
  28371.      `TIMESTAMP' columns behave this way, the `NULL' and `NOT NULL'
  28372.      attributes do not apply in the normal way and are ignored if you
  28373.      specify them.  `DESCRIBE tbl_name' always reports that a
  28374.      `TIMESTAMP' column may be assigned `NULL' values.
  28375.  
  28376.    * MySQL maps certain column types used by other SQL database vendors
  28377.      to MySQL types.  *Note Other-vendor column types::.
  28378.  
  28379. If you want to see whether or not MySQL used a column type other than
  28380. the one you specified, issue a `DESCRIBE tbl_name' statement after
  28381. creating or altering your table.
  28382.  
  28383. Certain other column type changes may occur if you compress a table
  28384. using `myisampack'. *Note Compressed format::.
  28385.  
  28386. `ALTER TABLE' Syntax
  28387. --------------------
  28388.  
  28389.      ALTER [IGNORE] TABLE tbl_name alter_spec [, alter_spec ...]
  28390.      
  28391.      alter_specification:
  28392.              ADD [COLUMN] create_definition [FIRST | AFTER column_name ]
  28393.        or    ADD [COLUMN] (create_definition, create_definition,...)
  28394.        or    ADD INDEX [index_name] (index_col_name,...)
  28395.        or    ADD PRIMARY KEY (index_col_name,...)
  28396.        or    ADD UNIQUE [index_name] (index_col_name,...)
  28397.        or    ADD FULLTEXT [index_name] (index_col_name,...)
  28398.        or    ADD [CONSTRAINT symbol] FOREIGN KEY index_name (index_col_name,...)
  28399.                  [reference_definition]
  28400.        or    ALTER [COLUMN] col_name {SET DEFAULT literal | DROP DEFAULT}
  28401.        or    CHANGE [COLUMN] old_col_name create_definition
  28402.        or    MODIFY [COLUMN] create_definition
  28403.        or    DROP [COLUMN] col_name
  28404.        or    DROP PRIMARY KEY
  28405.        or    DROP INDEX index_name
  28406.        or    RENAME [TO] new_tbl_name
  28407.        or    ORDER BY col
  28408.        or    table_options
  28409.  
  28410. `ALTER TABLE' allows you to change the structure of an existing table.
  28411. For example, you can add or delete columns, create or destroy indexes,
  28412. change the type of existing columns, or rename columns or the table
  28413. itself.  You can also change the comment for the table and type of the
  28414. table.  *Note `CREATE TABLE': CREATE TABLE.
  28415.  
  28416. If you use `ALTER TABLE' to change a column specification but `DESCRIBE
  28417. tbl_name' indicates that your column was not changed, it is possible
  28418. that MySQL ignored your modification for one of the reasons described
  28419. in *Note Silent column changes::.  For example, if you try to change a
  28420. `VARCHAR' column to `CHAR', MySQL will still use `VARCHAR' if the table
  28421. contains other variable-length columns.
  28422.  
  28423. `ALTER TABLE' works by making a temporary copy of the original table.
  28424. The alteration is performed on the copy, then the original table is
  28425. deleted and the new one is renamed. This is done in such a way that all
  28426. updates are automatically redirected to the new table without any
  28427. failed updates. While `ALTER TABLE' is executing, the original table is
  28428. readable by other clients. Updates and writes to the table are stalled
  28429. until the new table is ready.
  28430.  
  28431. Note that if you use any other option to `ALTER TABLE' than `RENAME',
  28432. MySQL will always create a temporary table, even if the data wouldn't
  28433. strictly need to be copied (like when you change the name of a column).
  28434. We plan to fix this in the future, but as one doesn't normally do
  28435. `ALTER TABLE' that often this isn't that high on our TODO.
  28436.  
  28437.    * To use `ALTER TABLE', you need *ALTER*, *INSERT*, and *CREATE*
  28438.      privileges on the table.
  28439.  
  28440.    * `IGNORE' is a MySQL extension to ANSI SQL92.  It controls how
  28441.      `ALTER TABLE' works if there are duplicates on unique keys in the
  28442.      new table.  If `IGNORE' isn't specified, the copy is aborted and
  28443.      rolled back.  If `IGNORE' is specified, then for rows with
  28444.      duplicates on a unique key, only the first row is used; the others
  28445.      are deleted.
  28446.  
  28447.    * You can issue multiple `ADD', `ALTER', `DROP', and `CHANGE'
  28448.      clauses in a single `ALTER TABLE' statement. This is a MySQL
  28449.      extension to ANSI SQL92, which allows only one of each clause per
  28450.      `ALTER TABLE' statement.
  28451.  
  28452.    * `CHANGE col_name', `DROP col_name', and `DROP INDEX' are MySQL
  28453.      extensions to ANSI SQL92.
  28454.  
  28455.    * `MODIFY' is an Oracle extension to `ALTER TABLE'.
  28456.  
  28457.    * The optional word `COLUMN' is a pure noise word and can be omitted.
  28458.  
  28459.    * If you use `ALTER TABLE tbl_name RENAME TO new_name' without any
  28460.      other options, MySQL simply renames the files that correspond to
  28461.      the table `tbl_name'.  There is no need to create the temporary
  28462.      table.  *Note `RENAME TABLE': RENAME TABLE.
  28463.  
  28464.    * `create_definition' clauses use the same syntax for `ADD' and
  28465.      `CHANGE' as for `CREATE TABLE'.  Note that this syntax includes
  28466.      the column name, not just the column type.  *Note `CREATE TABLE':
  28467.      CREATE TABLE.
  28468.  
  28469.    * You can rename a column using a `CHANGE old_col_name
  28470.      create_definition' clause.  To do so, specify the old and new
  28471.      column names and the type that the column currently has.  For
  28472.      example, to rename an `INTEGER' column from `a' to `b', you can do
  28473.      this:
  28474.  
  28475.           mysql> ALTER TABLE t1 CHANGE a b INTEGER;
  28476.  
  28477.      If you want to change a column's type but not the name, `CHANGE'
  28478.      syntax still requires two column names even if they are the same.
  28479.      For example:
  28480.  
  28481.           mysql> ALTER TABLE t1 CHANGE b b BIGINT NOT NULL;
  28482.  
  28483.      However, as of MySQL Version 3.22.16a, you can also use `MODIFY'
  28484.      to change a column's type without renaming it:
  28485.  
  28486.           mysql> ALTER TABLE t1 MODIFY b BIGINT NOT NULL;
  28487.  
  28488.    * If you use `CHANGE' or `MODIFY' to shorten a column for which an
  28489.      index exists on part of the column (for instance, if you have an
  28490.      index on the first 10 characters of a `VARCHAR' column), you
  28491.      cannot make the column shorter than the number of characters that
  28492.      are indexed.
  28493.  
  28494.    * When you change a column type using `CHANGE' or `MODIFY', MySQL
  28495.      tries to convert data to the new type as well as possible.
  28496.  
  28497.    * In MySQL Version 3.22 or later, you can use `FIRST' or `ADD ...
  28498.      AFTER col_name' to add a column at a specific position within a
  28499.      table row. The default is to add the column last.
  28500.  
  28501.    * `ALTER COLUMN' specifies a new default value for a column or
  28502.      removes the old default value.  If the old default is removed and
  28503.      the column can be `NULL', the new default is `NULL'. If the column
  28504.      cannot be `NULL', MySQL assigns a default value, as described in
  28505.      *Note `CREATE TABLE': CREATE TABLE.
  28506.  
  28507.    * `DROP INDEX' removes an index. This is a MySQL extension to ANSI
  28508.      SQL92. *Note DROP INDEX::.
  28509.  
  28510.    * If columns are dropped from a table, the columns are also removed
  28511.      from any index of which they are a part.  If all columns that make
  28512.      up an index are dropped, the index is dropped as well.
  28513.  
  28514.    * If a table contains only one column, the column cannot be dropped.
  28515.      If what you intend is to remove the table, use `DROP TABLE'
  28516.      instead.
  28517.  
  28518.    * `DROP PRIMARY KEY' drops the primary index. If no such index
  28519.      exists, it drops the first `UNIQUE' index in the table.  (MySQL
  28520.      marks the first `UNIQUE' key as the `PRIMARY KEY' if no `PRIMARY
  28521.      KEY' was specified explicitly.)
  28522.  
  28523.      If you add a `UNIQUE INDEX' or `PRIMARY KEY' to a table, this is
  28524.      stored before any not `UNIQUE' index so that MySQL can detect
  28525.      duplicate keys as early as possible.
  28526.  
  28527.    * `ORDER BY' allows you to create the new table with the rows in a
  28528.      specific order.  Note that the table will not remain in this order
  28529.      after inserts and deletes.  In some cases, it may make sorting
  28530.      easier for MySQL if the table is in order by the column that you
  28531.      wish to order it by later.  This option is mainly useful when you
  28532.      know that you are mostly going to query the rows in a certain
  28533.      order; By using this option after big changes to the table, you
  28534.      may be able to get higher performance.
  28535.  
  28536.    * If you use `ALTER TABLE' on a `MyISAM' table, all non-unique
  28537.      indexes are created in a separate batch (like in `REPAIR').  This
  28538.      should make `ALTER TABLE' much faster when you have many indexes.
  28539.  
  28540.    * With the C API function `mysql_info()', you can find out how many
  28541.      records were copied, and (when `IGNORE' is used) how many records
  28542.      were deleted due to duplication of unique key values.
  28543.  
  28544.    * The `FOREIGN KEY', `CHECK', and `REFERENCES' clauses don't
  28545.      actually do anything.  The syntax for them is provided only for
  28546.      compatibility, to make it easier to port code from other SQL
  28547.      servers and to run applications that create tables with references.
  28548.      *Note Missing functions::.
  28549.  
  28550. Here is an example that shows some of the uses of `ALTER TABLE'.  We
  28551. begin with a table `t1' that is created as shown below:
  28552.  
  28553.      mysql> CREATE TABLE t1 (a INTEGER,b CHAR(10));
  28554.  
  28555. To rename the table from `t1' to `t2':
  28556.  
  28557.      mysql> ALTER TABLE t1 RENAME t2;
  28558.  
  28559. To change column `a' from `INTEGER' to `TINYINT NOT NULL' (leaving the
  28560. name the same), and to change column `b' from `CHAR(10)' to `CHAR(20)'
  28561. as well as renaming it from `b' to `c':
  28562.  
  28563.      mysql> ALTER TABLE t2 MODIFY a TINYINT NOT NULL, CHANGE b c CHAR(20);
  28564.  
  28565. To add a new `TIMESTAMP' column named `d':
  28566.  
  28567.      mysql> ALTER TABLE t2 ADD d TIMESTAMP;
  28568.  
  28569. To add an index on column `d', and make column `a' the primary key:
  28570.  
  28571.      mysql> ALTER TABLE t2 ADD INDEX (d), ADD PRIMARY KEY (a);
  28572.  
  28573. To remove column `c':
  28574.  
  28575.      mysql> ALTER TABLE t2 DROP COLUMN c;
  28576.  
  28577. To add a new `AUTO_INCREMENT' integer column named `c':
  28578.  
  28579.      mysql> ALTER TABLE t2 ADD c INT UNSIGNED NOT NULL AUTO_INCREMENT,
  28580.                 ADD INDEX (c);
  28581.  
  28582. Note that we indexed `c', because `AUTO_INCREMENT' columns must be
  28583. indexed, and also that we declare `c' as `NOT NULL', because indexed
  28584. columns cannot be `NULL'.
  28585.  
  28586. When you add an `AUTO_INCREMENT' column, column values are filled in
  28587. with sequence numbers for you automatically.  You can set the first
  28588. sequence number by executing `SET INSERT_ID=#' before `ALTER TABLE' or
  28589. using the `AUTO_INCREMENT = #' table option.  *Note SET OPTION::.
  28590.  
  28591. With MyISAM tables, if you don't change the `AUTO_INCREMENT' column,
  28592. the sequence number will not be affected. If you drop an
  28593. `AUTO_INCREMENT' column and then add another `AUTO_INCREMENT' column,
  28594. the numbers will start from 1 again.
  28595.  
  28596. *Note ALTER TABLE problems::.
  28597.  
  28598. `RENAME TABLE' Syntax
  28599. ---------------------
  28600.  
  28601.      RENAME TABLE tbl_name TO new_table_name[, tbl_name2 TO new_table_name2,...]
  28602.  
  28603. The rename is done atomically, which means that no other thread can
  28604. access any of the tables while the rename is running. This makes it
  28605. possible to replace a table with an empty one:
  28606.  
  28607.      CREATE TABLE new_table (...);
  28608.      RENAME TABLE old_table TO backup_table, new_table TO old_table;
  28609.  
  28610. The rename is done from left to right, which means that if you want to
  28611. swap two tables names, you have to:
  28612.  
  28613.      RENAME TABLE old_table    TO backup_table,
  28614.                   new_table    TO old_table,
  28615.                   backup_table TO new_table;
  28616.  
  28617. As long as two databases are on the same disk you can also rename from
  28618. one database to another:
  28619.  
  28620.      RENAME TABLE current_database.table_name TO other_database.table_name;
  28621.  
  28622. When you execute `RENAME', you can't have any locked tables or active
  28623. transactions.  You must also have the `ALTER' and `DROP' privilege on
  28624. the original table and `CREATE' and `INSERT' privilege on the new table.
  28625.  
  28626. If MySQL encounters any errors in a multiple table rename, it will do a
  28627. reverse rename for all renamed tables to get everything back to the
  28628. original state.
  28629.  
  28630. `DROP TABLE' Syntax
  28631. -------------------
  28632.  
  28633.      DROP TABLE [IF EXISTS] tbl_name [, tbl_name,...] [RESTRICT | CASCADE]
  28634.  
  28635. `DROP TABLE' removes one or more tables. All table data and the table
  28636. definition are _removed_, so *be careful* with this command!
  28637.  
  28638. In MySQL Version 3.22 or later, you can use the keywords `IF EXISTS' to
  28639. prevent an error from occurring for tables that don't exist.
  28640.  
  28641. `RESTRICT' and `CASCADE' are allowed to make porting easier.  For the
  28642. moment they don't do anything.
  28643.  
  28644. *NOTE*: `DROP TABLE' is not transaction-safe and will automatically
  28645. commit any active transactions.
  28646.  
  28647. `CREATE INDEX' Syntax
  28648. ---------------------
  28649.  
  28650.      CREATE [UNIQUE|FULLTEXT] INDEX index_name ON tbl_name (col_name[(length)],... )
  28651.  
  28652. The `CREATE INDEX' statement doesn't do anything in MySQL prior to
  28653. Version 3.22.  In Version 3.22 or later, `CREATE INDEX' is mapped to an
  28654. `ALTER TABLE' statement to create indexes.  *Note `ALTER TABLE': ALTER
  28655. TABLE.
  28656.  
  28657. Normally, you create all indexes on a table at the time the table itself
  28658. is created with `CREATE TABLE'.  *Note `CREATE TABLE': CREATE TABLE.
  28659. `CREATE INDEX' allows you to add indexes to existing tables.
  28660.  
  28661. A column list of the form `(col1,col2,...)' creates a multiple-column
  28662. index.  Index values are formed by concatenating the values of the given
  28663. columns.
  28664.  
  28665. For `CHAR' and `VARCHAR' columns, indexes can be created that use only
  28666. part of a column, using `col_name(length)' syntax.  (On `BLOB' and
  28667. `TEXT' columns the length is required). The statement shown below
  28668. creates an index using the first 10 characters of the `name' column:
  28669.  
  28670.      mysql> CREATE INDEX part_of_name ON customer (name(10));
  28671.  
  28672. Because most names usually differ in the first 10 characters, this
  28673. index should not be much slower than an index created from the entire
  28674. `name' column.  Also, using partial columns for indexes can make the
  28675. index file much smaller, which could save a lot of disk space and might
  28676. also speed up `INSERT' operations!
  28677.  
  28678. Note that you can only add an index on a column that can have `NULL'
  28679. values or on a `BLOB'/`TEXT' column if you are using MySQL Version
  28680. 3.23.2 or newer and are using the `MyISAM' table type.
  28681.  
  28682. For more information about how MySQL uses indexes, see *Note MySQL
  28683. indexes: MySQL indexes.
  28684.  
  28685. `FULLTEXT' indexes can index only `VARCHAR' and `TEXT' columns, and
  28686. only in `MyISAM' tables. `FULLTEXT' indexes are available in MySQL
  28687. Version 3.23.23 and later.  *Note Fulltext Search::.
  28688.  
  28689. `DROP INDEX' Syntax
  28690. -------------------
  28691.  
  28692.      DROP INDEX index_name ON tbl_name
  28693.  
  28694. `DROP INDEX' drops the index named `index_name' from the table
  28695. `tbl_name'.  `DROP INDEX' doesn't do anything in MySQL prior to Version
  28696. 3.22.  In Version 3.22 or later, `DROP INDEX' is mapped to an `ALTER
  28697. TABLE' statement to drop the index.  *Note `ALTER TABLE': ALTER TABLE.
  28698.  
  28699. Basic MySQL User Utility Commands
  28700. =================================
  28701.  
  28702. `USE' Syntax
  28703. ------------
  28704.  
  28705.      USE db_name
  28706.  
  28707. The `USE db_name' statement tells MySQL to use the `db_name' database
  28708. as the default database for subsequent queries.  The database remains
  28709. current until the end of the session or until another `USE' statement
  28710. is issued:
  28711.  
  28712.      mysql> USE db1;
  28713.      mysql> SELECT count(*) FROM mytable;      # selects from db1.mytable
  28714.      mysql> USE db2;
  28715.      mysql> SELECT count(*) FROM mytable;      # selects from db2.mytable
  28716.  
  28717. Making a particular database current by means of the `USE' statement
  28718. does not preclude you from accessing tables in other databases.  The
  28719. example below accesses the `author' table from the `db1' database and
  28720. the `editor' table from the `db2' database:
  28721.  
  28722.      mysql> USE db1;
  28723.      mysql> SELECT author_name,editor_name FROM author,db2.editor
  28724.                 WHERE author.editor_id = db2.editor.editor_id;
  28725.  
  28726. The `USE' statement is provided for Sybase compatibility.
  28727.  
  28728. `DESCRIBE' Syntax (Get Information About Columns)
  28729. -------------------------------------------------
  28730.  
  28731.      {DESCRIBE | DESC} tbl_name {col_name | wild}
  28732.  
  28733. `DESCRIBE' is a shortcut for `SHOW COLUMNS FROM'.  *Note SHOW DATABASE
  28734. INFO::.
  28735.  
  28736. `DESCRIBE' provides information about a table's columns.  `col_name'
  28737. may be a column name or a string containing the SQL `%' and `_'
  28738. wild-card characters.
  28739.  
  28740. If the column types are different than you expect them to be based on a
  28741. `CREATE TABLE' statement, note that MySQL sometimes changes column
  28742. types.  *Note Silent column changes::.
  28743.  
  28744. This statement is provided for Oracle compatibility.
  28745.  
  28746. The `SHOW' statement provides similar information.  *Note `SHOW': SHOW.
  28747.  
  28748. MySQL Transactional and Locking Commands
  28749. ========================================
  28750.  
  28751. `BEGIN/COMMIT/ROLLBACK' Syntax
  28752. ------------------------------
  28753.  
  28754. By default, MySQL runs in `autocommit' mode. This means that as soon as
  28755. you execute an update, MySQL will store the update on disk.
  28756.  
  28757. If you are using transactions safe tables (like `BDB', `InnoDB', you
  28758. can put MySQL into non-`autocommit' mode with the following command:
  28759.  
  28760.      SET AUTOCOMMIT=0
  28761.  
  28762. After this you must use `COMMIT' to store your changes to disk or
  28763. `ROLLBACK' if you want to ignore the changes you have made since the
  28764. beginning of your transaction.
  28765.  
  28766. If you want to switch from `AUTOCOMMIT' mode for one series of
  28767. statements, you can use the `BEGIN' or `BEGIN WORK' statement:
  28768.  
  28769.      BEGIN;
  28770.      SELECT @A:=SUM(salary) FROM table1 WHERE type=1;
  28771.      UPDATE table2 SET summmary=@A WHERE type=1;
  28772.      COMMIT;
  28773.  
  28774. Note that if you are using non-transaction-safe tables, the changes
  28775. will be stored at once, independent of the status of the `autocommit'
  28776. mode.
  28777.  
  28778. If you do a `ROLLBACK' when you have updated a non-transactional table
  28779. you will get an error (`ER_WARNING_NOT_COMPLETE_ROLLBACK') as a
  28780. warning.  All transactional safe tables will be restored but any
  28781. non-transactional table will not change.
  28782.  
  28783. If you are using `BEGIN' or `SET AUTOCOMMIT=0', you should use the
  28784. MySQL binary log for backups instead of the older update log.
  28785. Transactions are stored in the binary log in one chunk, upon `COMMIT',
  28786. to ensure that transactions which are rolled back are not stored.
  28787. *Note Binary log::.
  28788.  
  28789. The following commands automatically end a transaction (as if you had
  28790. done a `COMMIT' before executing the command):
  28791.  
  28792. `ALTER TABLE'            `BEGIN'                  `CREATE INDEX'
  28793. `DROP DATABASE'          `DROP TABLE'             `RENAME TABLE'
  28794. `TRUNCATE'                                        
  28795.  
  28796. You can change the isolation level for transactions with `SET
  28797. TRANSACTION ISOLATION LEVEL ...'. *Note SET TRANSACTION::.
  28798.  
  28799. `LOCK TABLES/UNLOCK TABLES' Syntax
  28800. ----------------------------------
  28801.  
  28802.      LOCK TABLES tbl_name [AS alias] {READ | [READ LOCAL] | [LOW_PRIORITY] WRITE}
  28803.                  [, tbl_name {READ | [LOW_PRIORITY] WRITE} ...]
  28804.      ...
  28805.      UNLOCK TABLES
  28806.  
  28807. `LOCK TABLES' locks tables for the current thread.  `UNLOCK TABLES'
  28808. releases any locks held by the current thread.  All tables that are
  28809. locked by the current thread are automatically unlocked when the thread
  28810. issues another `LOCK TABLES', or when the connection to the server is
  28811. closed.
  28812.  
  28813. The main reasons to use `LOCK TABLES' are for emulating transactions or
  28814. getting more speed when updating tables.  This is explained in more
  28815. detail later.
  28816.  
  28817. If a thread obtains a `READ' lock on a table, that thread (and all other
  28818. threads) can only read from the table. If a thread obtains a `WRITE'
  28819. lock on a table, then only the thread holding the lock can `READ' from
  28820. or `WRITE' to the table.  Other threads are blocked.
  28821.  
  28822. The difference between `READ LOCAL' and `READ' is that `READ LOCAL'
  28823. allows non-conflicting `INSERT' statements to execute while the lock is
  28824. held.  This can't however be used if you are going to manipulate the
  28825. database files outside MySQL while you hold the lock.
  28826.  
  28827. When you use `LOCK TABLES', you must lock all tables that you are going
  28828. to use and you must use the same alias that you are going to use in
  28829. your queries!  If you are using a table multiple times in a query (with
  28830. aliases), you must get a lock for each alias!
  28831.  
  28832. `WRITE' locks normally have higher priority than `READ' locks, to
  28833. ensure that updates are processed as soon as possible. This means that
  28834. if one thread obtains a `READ' lock and then another thread requests a
  28835. `WRITE' lock, subsequent `READ' lock requests will wait until the
  28836. `WRITE' thread has gotten the lock and released it.  You can use
  28837. `LOW_PRIORITY WRITE' locks to allow other threads to obtain `READ'
  28838. locks while the thread is waiting for the `WRITE' lock. You should only
  28839. use `LOW_PRIORITY WRITE' locks if you are sure that there will
  28840. eventually be a time when no threads will have a `READ' lock.
  28841.  
  28842. `LOCK TABLES' works as follows:
  28843.   1. Sort all tables to be locked in a internally defined order (from
  28844.      the user standpoint the order is undefined).
  28845.  
  28846.   2. If a table is locked with a read and a write lock, put the write
  28847.      lock before the read lock.
  28848.  
  28849.   3. Lock one table at a time until the thread gets all locks.
  28850.  
  28851. This policy ensures that table locking is deadlock free. There is
  28852. however other things one needs to be aware of with this schema:
  28853.  
  28854. If you are using a `LOW_PRIORITY_WRITE' lock for a table, this means
  28855. only that MySQL will wait for this particlar lock until there is no
  28856. threads that wants a `READ' lock.  When the thread has got the `WRITE'
  28857. lock and is waiting to get the lock for the next table in the lock
  28858. table list, all other threads will wait for the `WRITE' lock to be
  28859. released.  If this becomes a serious problem with your application, you
  28860. should consider converting some of your tables to transactions safe
  28861. tables.
  28862.  
  28863. You can safely kill a thread that is waiting for a table lock with
  28864. `KILL'.  *Note KILL::.
  28865.  
  28866. Note that you should *NOT* lock any tables that you are using with
  28867. `INSERT DELAYED'.  This is because that in this case the `INSERT' is
  28868. done by a separate thread.
  28869.  
  28870. Normally, you don't have to lock tables, as all single `UPDATE'
  28871. statements are atomic; no other thread can interfere with any other
  28872. currently executing SQL statement. There are a few cases when you would
  28873. like to lock tables anyway:
  28874.  
  28875.    * If you are going to run many operations on a bunch of tables, it's
  28876.      much faster to lock the tables you are going to use.  The downside
  28877.      is, of course, that no other thread can update a `READ'-locked
  28878.      table and no other thread can read a `WRITE'-locked table.
  28879.  
  28880.      The reason some things are faster under `LOCK TABLES' is that
  28881.      MySQL will not flush the key cache for the locked tables until
  28882.      `UNLOCK TABLES' is called (normally the key cache is flushed after
  28883.      each SQL statement). This speeds up inserting/updateing/deletes on
  28884.      `MyISAM' tables.
  28885.  
  28886.    * If you are using a table handler in MySQL that doesn't support
  28887.      transactions, you must use `LOCK TABLES' if you want to ensure that
  28888.      no other thread comes between a `SELECT' and an `UPDATE'. The
  28889.      example shown below requires `LOCK TABLES' in order to execute
  28890.      safely:
  28891.  
  28892.           mysql> LOCK TABLES trans READ, customer WRITE;
  28893.           mysql> select sum(value) from trans where customer_id= some_id;
  28894.           mysql> update customer set total_value=sum_from_previous_statement
  28895.                      where customer_id=some_id;
  28896.           mysql> UNLOCK TABLES;
  28897.  
  28898.      Without `LOCK TABLES', there is a chance that another thread might
  28899.      insert a new row in the `trans' table between execution of the
  28900.      `SELECT' and `UPDATE' statements.
  28901.  
  28902. By using incremental updates (`UPDATE customer SET
  28903. value=value+new_value') or the `LAST_INSERT_ID()' function, you can
  28904. avoid using `LOCK TABLES' in many cases.
  28905.  
  28906. You can also solve some cases by using the user-level lock functions
  28907. `GET_LOCK()' and `RELEASE_LOCK()'.  These locks are saved in a hash
  28908. table in the server and implemented with `pthread_mutex_lock()' and
  28909. `pthread_mutex_unlock()' for high speed.  *Note Miscellaneous
  28910. functions::.
  28911.  
  28912. See *Note Internal locking::, for more information on locking policy.
  28913.  
  28914. You can lock all tables in all databases with read locks with the
  28915. `FLUSH TABLES WITH READ LOCK' command. *Note FLUSH::. This is very
  28916. convenient way to get backups if you have a file system, like Veritas,
  28917. that can take snapshots in time.
  28918.  
  28919. *NOTE*: `LOCK TABLES' is not transaction-safe and will automatically
  28920. commit any active transactions before attempting to lock the tables.
  28921.  
  28922. `SET TRANSACTION' Syntax
  28923. ------------------------
  28924.  
  28925.      SET [GLOBAL | SESSION] TRANSACTION ISOLATION LEVEL
  28926.      [READ UNCOMMITTED | READ COMMITTED | REPEATABLE READ | SERIALIZABLE]
  28927.  
  28928. Sets the transaction isolation level for the global, whole session or
  28929. the next transaction.
  28930.  
  28931. The default behavior is to set the isolation level for the next (not
  28932. started) transaction.
  28933.  
  28934. If you set the `GLOBAL' privilege it will affect all new created
  28935. threads.  You will need the `PROCESS' privilege to do do this.
  28936.  
  28937. Setting the `SESSION' privilege will affect the following and all
  28938. future transactions.
  28939.  
  28940. You can set the default isolation level for `mysqld' with
  28941. `--transaction-isolation=...'. *Note Command-line options::.
  28942.  
  28943. MySQL Full-text Search
  28944. ======================
  28945.  
  28946. Since Version 3.23.23, MySQL has support for full-text indexing and
  28947. searching.  Full-text indexes in MySQL are an index of type `FULLTEXT'.
  28948. `FULLTEXT' indexes can be created from `VARCHAR' and `TEXT' columns at
  28949. `CREATE TABLE' time or added later with `ALTER TABLE' or `CREATE
  28950. INDEX'.  For large datasets, adding `FULLTEXT' index with `ALTER TABLE'
  28951. (or `CREATE INDEX') would be much faster than inserting rows into the
  28952. empty table with a `FULLTEXT' index.
  28953.  
  28954. Full-text search is performed with the `MATCH' function.
  28955.  
  28956.      mysql> CREATE TABLE articles (
  28957.          ->   id INT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY,
  28958.          ->   title VARCHAR(200),
  28959.          ->   body TEXT,
  28960.          ->   FULLTEXT (title,body)
  28961.          -> );
  28962.      Query OK, 0 rows affected (0.00 sec)
  28963.      
  28964.      mysql> INSERT INTO articles VALUES
  28965.          -> (0,'MySQL Tutorial', 'DBMS stands for DataBase Management ...'),
  28966.          -> (0,'How To Use MySQL Efficiently', 'After you went through a ...'),
  28967.          -> (0,'Optimizing MySQL','In this tutorial we will show how to ...'),
  28968.          -> (0,'1001 MySQL Trick','1. Never run mysqld as root. 2. Normalize ...'),
  28969.          -> (0,'MySQL vs. YourSQL', 'In the following database comparison we ...'),
  28970.          -> (0,'MySQL Security', 'When configured properly, MySQL could be ...');
  28971.      Query OK, 5 rows affected (0.00 sec)
  28972.      Records: 5  Duplicates: 0  Warnings: 0
  28973.      
  28974.      mysql> SELECT * FROM articles WHERE MATCH (title,body) AGAINST ('database');
  28975.      +----+-------------------+---------------------------------------------+
  28976.      | id | title             | body                                        |
  28977.      +----+-------------------+---------------------------------------------+
  28978.      |  5 | MySQL vs. YourSQL | In the following database comparison we ... |
  28979.      |  1 | MySQL Tutorial    | DBMS stands for DataBase Management ...     |
  28980.      +----+-------------------+---------------------------------------------+
  28981.      2 rows in set (0.00 sec)
  28982.  
  28983. The function `MATCH' matches a natural language query `AGAINST' a text
  28984. collection (which is simply the set of columns covered by a `FULLTEXT'
  28985. index).  For every row in a table it returns relevance - a similarity
  28986. measure between the text in that row (in the columns that are part of
  28987. the collection) and the query.  When it is used in a `WHERE' clause
  28988. (see example above) the rows returned are automatically sorted with
  28989. relevance decreasing.  Relevance is a non-negative floating-point
  28990. number.  Zero relevance means no similarity.  Relevance is computed
  28991. based on the number of words in the row, the number of unique words in
  28992. that row, the total number of words in the collection, and the number
  28993. of documents (rows) that contain a particular word.
  28994.  
  28995. The above is a basic example of using `MATCH' function. Rows are
  28996. returned with relevance decreasing.
  28997.  
  28998.      mysql> SELECT id,MATCH (title,body) AGAINST ('Tutorial') FROM articles;
  28999.      +----+-----------------------------------------+
  29000.      | id | MATCH (title,body) AGAINST ('Tutorial') |
  29001.      +----+-----------------------------------------+
  29002.      |  1 |                        0.64840710366884 |
  29003.      |  2 |                                       0 |
  29004.      |  3 |                        0.66266459031789 |
  29005.      |  4 |                                       0 |
  29006.      |  5 |                                       0 |
  29007.      |  6 |                                       0 |
  29008.      +----+-----------------------------------------+
  29009.      5 rows in set (0.00 sec)
  29010.  
  29011. This example shows how to retrieve the relevances. As neither `WHERE'
  29012. nor `ORDER BY' clauses are present, returned rows are not ordered.
  29013.  
  29014.      mysql> SELECT id, body, MATCH (title,body) AGAINST (
  29015.          -> 'Security implications of running MySQL as root') AS score
  29016.          -> FROM articles WHERE MATCH (title,body) AGAINST
  29017.          -> ('Security implications of running MySQL as root');
  29018.      +----+-----------------------------------------------+-----------------+
  29019.      | id | body                                          | score           |
  29020.      +----+-----------------------------------------------+-----------------+
  29021.      |  4 | 1. Never run mysqld as root. 2. Normalize ... | 1.5055546709332 |
  29022.      |  6 | When configured properly, MySQL could be ...  |   1.31140957288 |
  29023.      +----+-----------------------------------------------+-----------------+
  29024.      2 rows in set (0.00 sec)
  29025.  
  29026. This is more complex example - the query returns the relevance and still
  29027. sorts the rows with relevance decreasing. To achieve it one should
  29028. specify `MATCH' twice. Note, that this will cause no additional
  29029. overhead, as MySQL optimizer will notice that these two `MATCH' calls
  29030. are identical and will call full-text search code only once.
  29031.  
  29032. MySQL uses a very simple parser to split text into words.  A "word" is
  29033. any sequence of letters, numbers, `'', and `_'.  Any "word" that is
  29034. present in the stopword list or just too short (3 characters or less)
  29035. is ignored.
  29036.  
  29037. Every correct word in the collection and in the query is weighted,
  29038. according to its significance in the query or collection.  This way, a
  29039. word that is present in many documents will have lower weight (and may
  29040. even have a zero weight), because it has lower semantic value in this
  29041. particular collection.  Otherwise, if the word is rare, it will receive
  29042. a higher weight.  The weights of the words are then combined to compute
  29043. the relevance of the row.
  29044.  
  29045. Such a technique works best with large collections (in fact, it was
  29046. carefully tuned this way).  For very small tables, word distribution
  29047. does not reflect adequately their semantical value, and this model may
  29048. sometimes produce bizarre results.
  29049.  
  29050.      mysql> SELECT * FROM articles WHERE MATCH (title,body) AGAINST ('MySQL');
  29051.      Empty set (0.00 sec)
  29052.  
  29053. Search for the word `MySQL' produces no results in the above example.
  29054. Word `MySQL' is present in more than half of rows, and as such, is
  29055. effectively treated as a stopword (that is, with semantical value zero).
  29056. It is, really, the desired behavior - a natural language query should
  29057. not return every second row in 1GB table.
  29058.  
  29059. A word that matches half of rows in a table is less likely to locate
  29060. relevant documents.  In fact, it will most likely find plenty of
  29061. irrelevant documents.  We all know this happens far too often when we
  29062. are trying to find something on the Internet with a search engine.  It
  29063. is with this reasoning that such rows have been assigned a low
  29064. semantical value in *this particular dataset*.
  29065.  
  29066. Fulltext restrictions
  29067. ---------------------
  29068.  
  29069.    * All parameters to the `MATCH' function must be columns from the
  29070.      same table that is part of the same fulltext index.
  29071.  
  29072.    * The argument to `AGAINST' must be a constant string.
  29073.  
  29074. Fine-tuning MySQL Full-text Search
  29075. ----------------------------------
  29076.  
  29077. Unfortunately, full-text search has no user-tunable parameters yet,
  29078. although adding some is very high on the TODO.  However, if you have a
  29079. MySQL source distribution (*Note Installing source::.), you can
  29080. somewhat alter the full-text search behavior.
  29081.  
  29082. Note that full-text search was carefully tuned for the best searching
  29083. effectiveness.  Modifying the default behavior will, in most cases,
  29084. only make the search results worse.  Do not alter the MySQL sources
  29085. unless you know what you are doing!
  29086.  
  29087.    * Minimal length of word to be indexed is defined in
  29088.      `myisam/ftdefs.h' file by the line
  29089.           #define MIN_WORD_LEN 4
  29090.      Change it to the value you prefer, recompile MySQL, and rebuild
  29091.      your `FULLTEXT' indexes.
  29092.  
  29093.    * The stopword list is defined in `myisam/ft_static.c' Modify it to
  29094.      your taste, recompile MySQL and rebuild your `FULLTEXT' indexes.
  29095.  
  29096.    * The 50% threshold is caused by the particular weighting scheme
  29097.      chosen. To disable it, change the following line in
  29098.      `myisam/ftdefs.h':
  29099.           #define GWS_IN_USE GWS_PROB
  29100.      to
  29101.           #define GWS_IN_USE GWS_FREQ
  29102.      and recompile MySQL.  There is no need to rebuild the indexes in
  29103.      this case.
  29104.  
  29105.  
  29106. New Features of Full-text Search to Appear in MySQL 4.0
  29107. -------------------------------------------------------
  29108.  
  29109. This section includes a list of the fulltext features that are already
  29110. implemented in the 4.0 tree. It explains *More functions for full-text
  29111. search* entry of *Note TODO MySQL 4.0::.
  29112.  
  29113.    * `REPAIR TABLE' with `FULLTEXT' indexes, `ALTER TABLE' with
  29114.      `FULLTEXT' indexes, and `OPTIMIZE TABLE' with `FULLTEXT' indexes
  29115.      are now up to 100 times faster.
  29116.  
  29117.    * `MATCH ... AGAINST' is going to supports the following *boolean
  29118.      operators*:
  29119.  
  29120.         * `+'word means the that word *must* be present in every row
  29121.           returned.
  29122.  
  29123.         * `-'word means the that word *must not* be present in every
  29124.           row returned.
  29125.  
  29126.         * `<' and `>' can be used to decrease and increase word weight
  29127.           in the query.
  29128.  
  29129.         * `~' can be used to assign a *negative* weight to a noise word.
  29130.  
  29131.         * `*' is a truncation operator.
  29132.  
  29133.      Boolean search utilizes a more simplistic way of calculating the
  29134.      relevance, that does not have a 50% threshold.
  29135.  
  29136.    * Searches are now up to 2 times faster due to optimized search
  29137.      algorithm.
  29138.  
  29139.    * Utility program `ft_dump' added for low-level `FULLTEXT' index
  29140.      operations (querying/dumping/statistics).
  29141.  
  29142.  
  29143. Full-text Search TODO
  29144. ---------------------
  29145.  
  29146.    * Make all operations with `FULLTEXT' index *faster*.
  29147.  
  29148.    * Support for braces `()' in boolean full-text search.
  29149.  
  29150.    * Phrase search, proximity operators
  29151.  
  29152.    * Boolean search can work without `FULLTEXT' index (yes, *very*
  29153.      slow).
  29154.  
  29155.    * Support for "always-index words". They could be any strings the
  29156.      user wants to treat as words, examples are "C++", "AS/400",
  29157.      "TCP/IP", etc.
  29158.  
  29159.    * Support for full-text search in `MERGE' tables.
  29160.  
  29161.    * Support for multi-byte charsets.
  29162.  
  29163.    * Make stopword list to depend of the language of the data.
  29164.  
  29165.    * Stemming (dependent of the language of the data, of course).
  29166.  
  29167.    * Generic user-supplyable UDF (?) preparser.
  29168.  
  29169.    * Make the model more flexible (by adding some adjustable parameters
  29170.      to `FULLTEXT' in `CREATE/ALTER TABLE').
  29171.  
  29172. MySQL Table Types
  29173. *****************
  29174.  
  29175. As of MySQL Version 3.23.6, you can choose between three basic table
  29176. formats (`ISAM', `HEAP' and `MyISAM'.  Newer MySQL may support
  29177. additional table type (`BDB', or `InnoDB'), depending on how you
  29178. compile it.
  29179.  
  29180. When you create a new table, you can tell MySQL which table type it
  29181. should use for the table.  MySQL will always create a `.frm' file to
  29182. hold the table and column definitions.  Depending on the table type,
  29183. the index and data will be stored in other files.
  29184.  
  29185. Note that to use `InnoDB' tables you have to use at least the
  29186. `innodb_data_file_path' startup option. *Note InnoDB start::.
  29187.  
  29188. The default table type in MySQL is `MyISAM'. If you are trying to use a
  29189. table type that is not compiled-in or activated, MySQL will instead
  29190. create a table of type `MyISAM'.  This is a very useful feature when
  29191. you want to copy tables between different SQL servers that supports
  29192. different table types (like copying tables to a slave that is optimized
  29193. for speed by not having transactional tables).  This automatic table
  29194. changing can however also be very confusing for new MySQL users. We
  29195. plan to fix this by introducing warnings in MySQL 4.0 and giving a
  29196. warning when a table type is automatically changed.
  29197.  
  29198. You can convert tables between different types with the `ALTER TABLE'
  29199. statement. *Note `ALTER TABLE': ALTER TABLE.
  29200.  
  29201. Note that MySQL supports two different kinds of tables.
  29202. Transaction-safe tables (`BDB', `InnoDB' and not transaction-safe
  29203. tables (`HEAP', `ISAM', `MERGE', and `MyISAM').
  29204.  
  29205. Advantages of transaction-safe tables (TST):
  29206.  
  29207.    * Safer. Even if MySQL crashes or you get hardware problems, you can
  29208.      get your data back, either by automatic recovery or from a backup
  29209.      + the transaction log.
  29210.  
  29211.    * You can combine many statements and accept these all in one go with
  29212.      the `COMMIT' command.
  29213.  
  29214.    * You can execute `ROLLBACK' to ignore your changes (if you are not
  29215.      running in auto commit mode).
  29216.  
  29217.    * If an update fails, all your changes will be restored. (With NTST
  29218.      tables all changes that have taken place are permanent)
  29219.  
  29220. Advantages of not transaction-safe tables (NTST):
  29221.  
  29222.    * Much faster as there is no transaction overhead.
  29223.  
  29224.    * Will use less disk space as there is no overhead of transactions.
  29225.  
  29226.    * Will use less memory to do updates.
  29227.  
  29228. You can combine TST and NTST tables in the same statements to get the
  29229. best of both worlds.
  29230.  
  29231. MyISAM Tables
  29232. =============
  29233.  
  29234. `MyISAM' is the default table type in MySQL Version 3.23. It's based on
  29235. the `ISAM' code and has a lot of useful extensions.
  29236.  
  29237. The index is stored in a file with the `.MYI' (MYIndex) extension, and
  29238. the data is stored in a file with the `.MYD' (MYData) extension.  You
  29239. can check/repair `MyISAM' tables with the `myisamchk' utility. *Note
  29240. Crash recovery::. You can compress `MyISAM' tables with `myisampack' to
  29241. take up much less space. *Note myisampack::.
  29242.  
  29243. The following is new in `MyISAM':
  29244.  
  29245.    * There is a flag in the `MyISAM' file that indicates whether or not
  29246.      the table was closed correctly.  If `mysqld' is started with
  29247.      `--myisam-recover', `MyISAM' tables will automatically be checked
  29248.      and/or repaired on open if the table wasn't closed properly.
  29249.  
  29250.    * You can `INSERT' new rows in a table that doesn't have free blocks
  29251.      in the middle of the data file, at the same time other threads are
  29252.      reading from the table (concurrent insert).  An free block can
  29253.      come from an update of a dynamic length row with much data to a
  29254.      row with less data or when deleting rows. When all free blocks are
  29255.      used up, all future inserts will be concurrent again.
  29256.  
  29257.    * Support for big files (63-bit) on filesystems/operating systems
  29258.      that support big files.
  29259.  
  29260.    * All data is stored with the low byte first. This makes the data
  29261.      machine and OS independent. The only requirement is that the
  29262.      machine uses two's-complement signed integers (as every machine
  29263.      for the last 20 years has) and IEEE floating-point format (also
  29264.      totally dominant among mainstream machines). The only area of
  29265.      machines that may not support binary compatibility are embedded
  29266.      systems (because they sometimes have peculiar processors).
  29267.  
  29268.      There is no big speed penalty in storing data low byte first; The
  29269.      bytes in a table row is normally unaligned and it doesn't take
  29270.      that much more power to read an unaligned byte in order than in
  29271.      reverse order.  The actual fetch-column-value code is also not
  29272.      time critical compared to other code.
  29273.  
  29274.    * All number keys are stored with high byte first to give better
  29275.      index compression.
  29276.  
  29277.    * Internal handling of one `AUTO_INCREMENT' column. `MyISAM' will
  29278.      automatically update this on `INSERT/UPDATE'. The `AUTO_INCREMENT'
  29279.      value can be reset with `myisamchk'. This will make
  29280.      `AUTO_INCREMENT' columns faster (at least 10 %) and old numbers
  29281.      will not be reused as with the old `ISAM'. Note that when an
  29282.      `AUTO_INCREMENT' is defined on the end of a multi-part-key the old
  29283.      behavior is still present.
  29284.  
  29285.    * When inserted in sorted order (as when you are using an
  29286.      `AUTO_INCREMENT' column) the key tree will be split so that the
  29287.      high node only contains one key. This will improve the space
  29288.      utilization in the key tree.
  29289.  
  29290.    * `BLOB' and `TEXT' columns can be indexed.
  29291.  
  29292.    * `NULL' values are allowed in indexed columns.  This takes 0-1
  29293.      bytes/key.
  29294.  
  29295.    * Maximum key length is 500 bytes by default (can be changed by
  29296.      recompiling).  In cases of keys longer than 250 bytes, a bigger key
  29297.      block size than the default of 1024 bytes is used for this key.
  29298.  
  29299.    * Maximum number of keys/table is 32 as default. This can be
  29300.      enlarged to 64 without having to recompile `myisamchk'.
  29301.  
  29302.    * `myisamchk' will mark tables as checked if one runs it with
  29303.      `--update-state'. `myisamchk --fast' will only check those tables
  29304.      that don't have this mark.
  29305.  
  29306.    * `myisamchk -a' stores statistics for key parts (and not only for
  29307.      whole keys as in `ISAM').
  29308.  
  29309.    * Dynamic size rows will now be much less fragmented when mixing
  29310.      deletes with updates and inserts.  This is done by automatically
  29311.      combining adjacent deleted blocks and by extending blocks if the
  29312.      next block is deleted.
  29313.  
  29314.    * `myisampack' can pack `BLOB' and `VARCHAR' columns.
  29315.  
  29316.    * You can use put the datafile and index file on different
  29317.      directories to get more speed (with the `DATA/INDEX
  29318.      DIRECTORY="path"' option to `CREATE TABLE'). *Note CREATE TABLE::.
  29319.  
  29320. `MyISAM' also supports the following things, which MySQL will be able
  29321. to use in the near future:
  29322.  
  29323.    * Support for a true `VARCHAR' type; A `VARCHAR' column starts with
  29324.      a length stored in 2 bytes.
  29325.  
  29326.    * Tables with `VARCHAR' may have fixed or dynamic record length.
  29327.  
  29328.    * `VARCHAR' and `CHAR' may be up to 64K.  All key segments have
  29329.      their own language definition. This will enable MySQL to have
  29330.      different language definitions per column.
  29331.  
  29332.    * A hashed computed index can be used for `UNIQUE'. This will allow
  29333.      you to have `UNIQUE' on any combination of columns in a table. (You
  29334.      can't search on a `UNIQUE' computed index, however.)
  29335.  
  29336. Note that index files are usually much smaller with `MyISAM' than with
  29337. `ISAM'. This means that `MyISAM' will normally use less system
  29338. resources than `ISAM', but will need more CPU when inserting data into
  29339. a compressed index.
  29340.  
  29341. The following options to `mysqld' can be used to change the behavior of
  29342. `MyISAM' tables. *Note SHOW VARIABLES::.
  29343.  
  29344. *Option*                      *Meaning*
  29345. `--myisam-recover=#'          Automatic recover of crashed tables.
  29346. `-O                           Buffer used when recovering tables.
  29347. myisam_sort_buffer_size=#'    
  29348. `--delay-key-write-for-all-tables'Don't flush key buffers between writes for
  29349.                               any MyISAM table
  29350. `-O                           Used to help MySQL to decide when to use
  29351. myisam_max_extra_sort_file_size=#'the slow but safe key cache index create
  29352.                               method. *NOTE* that this parameter is
  29353.                               given in megabytes!
  29354. `-O                           Don't use the fast sort index method to
  29355. myisam_max_sort_file_size=#'  created index if the temporary file would
  29356.                               get bigger than this.  *NOTE* that this
  29357.                               paramter is given in megabytes!
  29358.  
  29359. The automatic recovery is activated if you start `mysqld' with
  29360. `--myisam-recover=#'. *Note Command-line options::.  On open, the table
  29361. is checked if it's marked as crashed or if the open count variable for
  29362. the table is not 0 and you are running with `--skip-locking'.  If
  29363. either of the above is true the following happens.
  29364.  
  29365.    * The table is checked for errors.
  29366.  
  29367.    * If we found an error, try to do a fast repair (with sorting and
  29368.      without re-creating the data file) of the table.
  29369.  
  29370.    * If the repair fails because of an error in the data file (for
  29371.      example a duplicate key error), we try again, but this time we
  29372.      re-create the data file.
  29373.  
  29374.    * If the repair fails, retry once more with the old repair option
  29375.      method (write row by row without sorting) which should be able to
  29376.      repair any type of error with little disk requirements..
  29377.  
  29378. If the recover wouldn't be able to recover all rows from a previous
  29379. completed statement and you didn't specify `FORCE' as an option to
  29380. `myisam-recover', then the automatic repair will abort with an error
  29381. message in the error file:
  29382.  
  29383.      Error: Couldn't repair table: test.g00pages
  29384.  
  29385. If you in this case had used the `FORCE' option you would instead have
  29386. got a warning in the error file:
  29387.  
  29388.      Warning: Found 344 of 354 rows when repairing ./test/g00pages
  29389.  
  29390. Note that if you run automatic recover with the `BACKUP' option, you
  29391. should have a cron script that automatically moves file with names like
  29392. `tablename-datetime.BAK' from the database directories to a backup
  29393. media.
  29394.  
  29395. *Note Command-line options::.
  29396.  
  29397. Space Needed for Keys
  29398. ---------------------
  29399.  
  29400. MySQL can support different index types, but the normal type is ISAM or
  29401. MyISAM.  These use a B-tree index, and you can roughly calculate the
  29402. size for the index file as `(key_length+4)/0.67', summed over all keys.
  29403. (This is for the worst case when all keys are inserted in sorted order
  29404. and we don't have any compressed keys.)
  29405.  
  29406. String indexes are space compressed. If the first index part is a
  29407. string, it will also be prefix compressed.  Space compression makes the
  29408. index file smaller than the above figures if the string column has a lot
  29409. of trailing space or is a `VARCHAR' column that is not always used to
  29410. the full length. Prefix compression is used on keys that start with a
  29411. string.  Prefix compression helps if there are many strings with an
  29412. identical prefix.
  29413.  
  29414. In `MyISAM' tables, you can also prefix compress numbers by specifying
  29415. `PACK_KEYS=1' when you create the table.  This helps when you have many
  29416. integer keys that have an identical prefix when the numbers are stored
  29417. high-byte first.
  29418.  
  29419. MyISAM Table Formats
  29420. --------------------
  29421.  
  29422. *MyISAM* supports 3 different table types. Two of them are chosen
  29423. automatically depending on the type of columns you are using. The third,
  29424. compressed tables, can only be created with the `myisampack' tool.
  29425.  
  29426. Static (Fixed-length) Table Characteristics
  29427. ...........................................
  29428.  
  29429. This is the default format. It's used when the table contains no
  29430. `VARCHAR', `BLOB', or `TEXT' columns.
  29431.  
  29432. This format is the simplest and most secure format. It is also the
  29433. fastest of the on-disk formats. The speed comes from the easy way data
  29434. can be found on disk. When looking up something with an index and static
  29435. format it is very simple. Just multiply the row number by the row
  29436. length.
  29437.  
  29438. Also, when scanning a table it is very easy to read a constant number of
  29439. records with each disk read.
  29440.  
  29441. The security is evidenced if your computer crashes when writing to a
  29442. fixed-size MyISAM file, in which case `myisamchk' can easily figure out
  29443. where each row starts and ends. So it can usually reclaim all records
  29444. except the partially written one. Note that in MySQL all indexes can
  29445. always be reconstructed:
  29446.  
  29447.    * All `CHAR', `NUMERIC', and `DECIMAL' columns are space-padded to
  29448.      the column width.
  29449.  
  29450.    * Very quick.
  29451.  
  29452.    * Easy to cache.
  29453.  
  29454.    * Easy to reconstruct after a crash, because records are located in
  29455.      fixed positions.
  29456.  
  29457.    * Doesn't have to be reorganized (with `myisamchk') unless a huge
  29458.      number of records are deleted and you want to return free disk
  29459.      space to the operating system.
  29460.  
  29461.    * Usually requires more disk space than dynamic tables.
  29462.  
  29463. Dynamic Table Characteristics
  29464. .............................
  29465.  
  29466. This format is used if the table contains any `VARCHAR', `BLOB', or
  29467. `TEXT' columns or if the table was created with `ROW_FORMAT=dynamic'.
  29468.  
  29469. This format is a little more complex because each row has to have a
  29470. header that says how long it is. One record can also end up at more
  29471. than one location when it is made longer at an update.
  29472.  
  29473. You can use `OPTIMIZE table' or `myisamchk' to defragment a table. If
  29474. you have static data that you access/change a lot in the same table as
  29475. some `VARCHAR' or `BLOB' columns, it might be a good idea to move the
  29476. dynamic columns to other tables just to avoid fragmentation:
  29477.  
  29478.    * All string columns are dynamic (except those with a length less
  29479.      than 4).
  29480.  
  29481.    * Each record is preceded by a bitmap indicating which columns are
  29482.      empty (`''') for string columns, or zero for numeric columns.
  29483.      (This isn't the same as columns containing `NULL' values.) If a
  29484.      string column has a length of zero after removal of trailing
  29485.      spaces, or a numeric column has a value of zero, it is marked in
  29486.      the bit map and not saved to disk.  Non-empty strings are saved as
  29487.      a length byte plus the string contents.
  29488.  
  29489.    * Usually takes much less disk space than fixed-length tables.
  29490.  
  29491.    * Each record uses only as much space as is required. If a record
  29492.      becomes larger, it is split into as many pieces as are required.
  29493.      This results in record fragmentation.
  29494.  
  29495.    * If you update a row with information that extends the row length,
  29496.      the row will be fragmented.  In this case, you may have to run
  29497.      `myisamchk -r' from time to time to get better performance.  Use
  29498.      `myisamchk -ei tbl_name' for some statistics.
  29499.  
  29500.    * Not as easy to reconstruct after a crash, because a record may be
  29501.      fragmented into many pieces and a link (fragment) may be missing.
  29502.  
  29503.    * The expected row length for dynamic sized records is:
  29504.  
  29505.           3
  29506.           + (number of columns + 7) / 8
  29507.           + (number of char columns)
  29508.           + packed size of numeric columns
  29509.           + length of strings
  29510.           + (number of NULL columns + 7) / 8
  29511.  
  29512.      There is a penalty of 6 bytes for each link. A dynamic record is
  29513.      linked whenever an update causes an enlargement of the record.
  29514.      Each new link will be at least 20 bytes, so the next enlargement
  29515.      will probably go in the same link.  If not, there will be another
  29516.      link. You may check how many links there are with `myisamchk -ed'.
  29517.      All links may be removed with `myisamchk -r'.
  29518.  
  29519. Compressed Table Characteristics
  29520. ................................
  29521.  
  29522. This is a read-only type that is generated with the optional
  29523. `myisampack' tool (`pack_isam' for `ISAM' tables):
  29524.  
  29525.    * All MySQL distributions, even those that existed before MySQL went
  29526.      GPL, can read tables that were compressed with `myisampack'.
  29527.  
  29528.    * Compressed tables take very little disk space. This minimizes disk
  29529.      usage, which is very nice when using slow disks (like CD-ROMs).
  29530.  
  29531.    * Each record is compressed separately (very little access
  29532.      overhead).  The header for a record is fixed (1-3 bytes) depending
  29533.      on the biggest record in the table.  Each column is compressed
  29534.      differently. Some of the compression types are:
  29535.         - There is usually a different Huffman table for each column.
  29536.  
  29537.         - Suffix space compression.
  29538.  
  29539.         - Prefix space compression.
  29540.  
  29541.         - Numbers with value `0' are stored using 1 bit.
  29542.  
  29543.         - If values in an integer column have a small range, the column
  29544.           is stored using the smallest possible type. For example, a
  29545.           `BIGINT' column (8 bytes) may be stored as a `TINYINT' column
  29546.           (1 byte) if all values are in the range `0' to `255'.
  29547.  
  29548.         - If a column has only a small set of possible values, the
  29549.           column type is converted to `ENUM'.
  29550.  
  29551.         - A column may use a combination of the above compressions.
  29552.  
  29553.    * Can handle fixed- or dynamic-length records, but not `BLOB' or
  29554.      `TEXT' columns.
  29555.  
  29556.    * Can be uncompressed with `myisamchk'.
  29557.  
  29558. MyISAM table problems.
  29559. ----------------------
  29560.  
  29561. The file format that MySQL uses to store data has been extensively
  29562. tested, but there are always circumstances that may cause database
  29563. tables to become corrupted.
  29564.  
  29565. Corrupted MyISAM tables.
  29566. ........................
  29567.  
  29568. Even if the MyISAM table format is very reliable (all changes to a table
  29569. is written before the SQL statements returns) , you can still get
  29570. corrupted tables if some of the following things happens:
  29571.  
  29572.    * The `mysqld' process being killed in the middle of a write.
  29573.  
  29574.    * Unexpected shutdown of the computer (for example, if the computer
  29575.      is turned off).
  29576.  
  29577.    * A hardware error.
  29578.  
  29579.    * You are using an external program (like myisamchk) on a live table.
  29580.  
  29581.    * A software bug in the MySQL or MyISAM code.
  29582.  
  29583. Typial typical symptoms for a corrupt table is:
  29584.  
  29585.    * You get the error `Incorrect key file for table: '...'. Try to
  29586.      repair it' while selecting data from the table.
  29587.  
  29588.    * Queries doesn't find rows in the table or returns incomplete data.
  29589.  
  29590. You can check if a table is ok with the command `CHECK TABLE'. *Note
  29591. CHECK TABLE::.
  29592.  
  29593. You can repair a corrupted table with `REPAIR TABLE'. *Note REPAIR
  29594. TABLE::.  You can also repair a table, when `mysqld' is not running with
  29595. the `myisamchk' command. `myisamchk syntax'.
  29596.  
  29597. If your tables get corrupted a lot you should try to find the reason for
  29598. this! *Note Crashing::.
  29599.  
  29600. In this case the most important thing to know is if the table got
  29601. corrupted if the `mysqld' died (one can easily verify this by checking
  29602. if there is a recent row `restarted mysqld' in the mysqld error file).
  29603. If this isn't the case, then you should try to make a test case of
  29604. this.  *Note Reproduceable test case::.
  29605.  
  29606. Clients is using or hasn't closed the table properly
  29607. ....................................................
  29608.  
  29609. Each `MyISAM' `.MYI' file has in the header a counter that can be used
  29610. to check if a table has been closed properly.
  29611.  
  29612. If you get the following warning from `CHECK TABLE' or `myisamchk':
  29613.  
  29614.      # clients is using or hasn't closed the table properly
  29615.  
  29616. this means that this counter has come out of sync.  This doesn't mean
  29617. that the table is corrupted, but means that you should at least do a
  29618. check on the table to verify that it's ok.
  29619.  
  29620. The counter works as follows:
  29621.  
  29622.    * The first time a table is updated in MySQL, a counter in the
  29623.      header of the index files is incremented.
  29624.  
  29625.    * The counter is not changed during further updates.
  29626.  
  29627.    * When the last instance of a table is closed (because of a `FLUSH'
  29628.      or because there isn't room in the table cache) the counter is
  29629.      decremented if the table has been updated at any point.
  29630.  
  29631.    * When you repair the table or check the table and it was ok, the
  29632.      counter is reset to 0.
  29633.  
  29634.    * To avoid problems with interaction with other processes that may
  29635.      do a check on the table, the counter is not decremented on close
  29636.      if it was 0.
  29637.  
  29638. In other words, the only ways this can go out of sync are:
  29639.  
  29640.    * The `MyISAM' tables are copied without a `LOCK' and `FLUSH TABLES'.
  29641.  
  29642.    * MySQL has crashed between an update and the final close (Note that
  29643.      the table may still be ok, as MySQL always issues writes for
  29644.      everything between each statement).
  29645.  
  29646.    * Someone has done a `myisamchk --repair' or `myisamchk
  29647.      --update-state'on a table that was in use by `mysqld'.
  29648.  
  29649.    * Many `mysqld' servers are using the table and one has done a
  29650.      `REPAIR' or `CHECK' of the table while it was in use by another
  29651.      server.  In this setup the `CHECK' is safe to do (even if you will
  29652.      get the warning from other servers), but `REPAIR' should be
  29653.      avoided as it currently replaces the data file with a new one,
  29654.      which is not signaled to the other servers.
  29655.  
  29656. MERGE Tables
  29657. ============
  29658.  
  29659. `MERGE' tables are new in MySQL Version 3.23.25. The code is still in
  29660. gamma, but should be resonable stable.
  29661.  
  29662. A `MERGE' table is a collection of identical `MyISAM' tables that can
  29663. be used as one.  You can only `SELECT', `DELETE', and `UPDATE' from the
  29664. collection of tables.  If you `DROP' the `MERGE' table, you are only
  29665. dropping the `MERGE' specification.
  29666.  
  29667. Note that `DELETE FROM merge_table' used without a `WHERE' will only
  29668. clear the mapping for the table, not delete everything in the mapped
  29669. tables. (We plan to fix this in 4.0).
  29670.  
  29671. With identical tables we mean that all tables are created with identical
  29672. column and key information.  You can't put a MERGE over tables where the
  29673. columns are packed differently, doesn't have exactly the same columns or
  29674. have the keys in different order.  Some of the tables can however be
  29675. compressed with `myisampack'.  *Note myisampack::.
  29676.  
  29677. When you create a `MERGE' table, you will get a `.frm' table definition
  29678. file and a `.MRG' table list file.  The `.MRG' just contains a list of
  29679. the index files (`.MYI' files) that should be used as one.  All used
  29680. tables must be in the same database as the `MERGE' table itself.
  29681.  
  29682. For the moment you need to have `SELECT', `UPDATE', and `DELETE'
  29683. privileges on the tables you map to a `MERGE' table.
  29684.  
  29685. `MERGE' tables can help you solve the following problems:
  29686.  
  29687.    * Easily manage a set of log tables. For example, you can put data
  29688.      from different months into separate files, compress some of them
  29689.      with `myisampack', and then create a `MERGE' to use these as one.
  29690.  
  29691.    * Give you more speed. You can split a big read-only table based on
  29692.      some criteria and then put the different table part on different
  29693.      disks.  A `MERGE' table on this could be much faster than using
  29694.      the big table. (You can, of course, also use a RAID to get the same
  29695.      kind of benefits.)
  29696.  
  29697.    * Do more efficient searches. If you know exactly what you are
  29698.      looking after, you can search in just one of the split tables for
  29699.      some queries and use *MERGE* table for others.  You can even have
  29700.      many different `MERGE' tables active, with possible overlapping
  29701.      files.
  29702.  
  29703.    * More efficient repairs. It's easier to repair the individual files
  29704.      that are mapped to a `MERGE' file than trying to repair a real big
  29705.      file.
  29706.  
  29707.    * Instant mapping of many files as one. A `MERGE' table uses the
  29708.      index of the individual tables. It doesn't need to maintain an
  29709.      index of its one.  This makes `MERGE' table collections VERY fast
  29710.      to make or remap.  Note that you must specify the key definitions
  29711.      when you create a `MERGE' table!.
  29712.  
  29713.    * If you have a set of tables that you join to a big table on demand
  29714.      or batch, you should instead create a `MERGE' table on them on
  29715.      demand.  This is much faster and will save a lot of disk space.
  29716.  
  29717.    * Go around the file size limit for the operating system.
  29718.  
  29719.    * You can create an alias/synonym for a table by just using MERGE
  29720.      over one table. There shouldn't be any really notable performance
  29721.      impacts of doing this (only a couple of indirect calls and
  29722.      memcpy's for each read).
  29723.  
  29724. The disadvantages with `MERGE' tables are:
  29725.  
  29726.    * You can't use `INSERT' on `MERGE' tables, as MySQL can't know in
  29727.      which of the tables we should insert the row.
  29728.  
  29729.    * You can only use identical `MyISAM' tables for a `MERGE' table.
  29730.  
  29731.    * `MERGE' tables uses more file descriptors. If you are using a
  29732.      *MERGE* that maps over 10 tables and 10 users are using this, you
  29733.      are using 10*10 + 10 file descriptors.  (10 data files for 10 users
  29734.      and 10 shared index files.)
  29735.  
  29736.    * Key reads are slower. When you do a read on a key, the `MERGE'
  29737.      handler will need to issue a read on all underlying tables to check
  29738.      which one most closely matches the given key.  If you then do a
  29739.      'read-next' then the merge table handler will need to search the
  29740.      read buffers to find the next key. Only when one key buffer is
  29741.      used up, the handler will need to read the next key block. This
  29742.      makes `MERGE' keys much slower on `eq_ref' searches, but not much
  29743.      slower on `ref' searches.  *Note EXPLAIN::.
  29744.  
  29745.    * You can't do `DROP TABLE', `ALTER TABLE' or `DELETE FROM
  29746.      table_name' without a `WHERE' clause on any of the table that is
  29747.      mapped by a `MERGE' table that is 'open'.  If you do this, the
  29748.      `MERGE' table may still refer to the original table and you will
  29749.      get unexpected results.
  29750.  
  29751. The following example shows you how to use `MERGE' tables:
  29752.  
  29753.      CREATE TABLE t1 (a INT AUTO_INCREMENT PRIMARY KEY, message CHAR(20));
  29754.      CREATE TABLE t2 (a INT AUTO_INCREMENT PRIMARY KEY, message CHAR(20));
  29755.      INSERT INTO t1 (message) VALUES ("Testing"),("table"),("t1");
  29756.      INSERT INTO t2 (message) VALUES ("Testing"),("table"),("t2");
  29757.      CREATE TABLE total (a INT NOT NULL, message CHAR(20), KEY(a)) TYPE=MERGE UNION=(t1,t2);
  29758.  
  29759. Note that we didn't create a `UNIQUE' or `PRIMARY KEY' in the `total'
  29760. table as the key isn't going to be unique in the `total' table.
  29761.  
  29762. Note that you can also manipulate the `.MRG' file directly from the
  29763. outside of the MySQL server:
  29764.  
  29765.      shell> cd /mysql-data-directory/current-database
  29766.      shell> ls -1 t1.MYI t2.MYI > total.MRG
  29767.      shell> mysqladmin flush-tables
  29768.  
  29769. Now you can do things like:
  29770.  
  29771.      mysql> select * from total;
  29772.      +---+---------+
  29773.      | a | message |
  29774.      +---+---------+
  29775.      | 1 | Testing |
  29776.      | 2 | table   |
  29777.      | 3 | t1      |
  29778.      | 1 | Testing |
  29779.      | 2 | table   |
  29780.      | 3 | t2      |
  29781.      +---+---------+
  29782.  
  29783. To remap a `MERGE' table you can do one of the following:
  29784.  
  29785.    * `DROP' the table and re-create it
  29786.  
  29787.    * Use `ALTER TABLE table_name UNION(...)'
  29788.  
  29789.    * Change the `.MRG' file and issue a `FLUSH TABLE' on the `MERGE'
  29790.      table and all underlying tables to force the handler to read the
  29791.      new definition file.
  29792.  
  29793. ISAM Tables
  29794. ===========
  29795.  
  29796. You can also use the deprecated ISAM table type. This will disappear
  29797. rather soon because `MyISAM' is a better implementation of the same
  29798. thing. ISAM uses a `B-tree' index. The index is stored in a file with
  29799. the `.ISM' extension, and the data is stored in a file with the `.ISD'
  29800. extension.  You can check/repair ISAM tables with the `isamchk'
  29801. utility. *Note Crash recovery::.
  29802.  
  29803. `ISAM' has the following features/properties:
  29804.  
  29805.    * Compressed and fixed-length keys
  29806.  
  29807.    * Fixed and dynamic record length
  29808.  
  29809.    * 16 keys with 16 key parts/key
  29810.  
  29811.    * Max key length 256 (default)
  29812.  
  29813.    * Data is stored in machine format; this is fast, but is machine/OS
  29814.      dependent.
  29815.  
  29816. Most of the things true for `MyISAM' tables are also true for `ISAM'
  29817. tables. *Note MyISAM::. The major differences compared to `MyISAM'
  29818. tables are:
  29819.  
  29820.    * ISAM tables are not binary portable across OS/Platforms.
  29821.  
  29822.    * Can't handle tables > 4G.
  29823.  
  29824.    * Only support prefix compression on strings.
  29825.  
  29826.    * Smaller key limits.
  29827.  
  29828.    * Dynamic tables get more fragmented.
  29829.  
  29830.    * Tables are compressed with `pack_isam' rather than with
  29831.      `myisampack'.
  29832.  
  29833. If you want to convert an `ISAM' table to a `MyISAM' table so that you
  29834. can use utilities such as `mysqlcheck', use an `ALTER TABLE' statement:
  29835.  
  29836.      mysql> ALTER TABLE tbl_name TYPE = MYISAM;
  29837.  
  29838. HEAP Tables
  29839. ===========
  29840.  
  29841. `HEAP' tables use a hashed index and are stored in memory.  This makes
  29842. them very fast, but if MySQL crashes you will lose all data stored in
  29843. them.  `HEAP' is very useful for temporary tables!
  29844.  
  29845. The MySQL internal HEAP tables use 100% dynamic hashing without
  29846. overflow areas. There is no extra space needed for free lists.  `HEAP'
  29847. tables also don't have problems with delete + inserts, which normally
  29848. is common with hashed tables:
  29849.  
  29850.      mysql> CREATE TABLE test TYPE=HEAP SELECT ip,SUM(downloads) as down
  29851.              FROM log_table GROUP BY ip;
  29852.      mysql> SELECT COUNT(ip),AVG(down) FROM test;
  29853.      mysql> DROP TABLE test;
  29854.  
  29855. Here are some things you should consider when you use `HEAP' tables:
  29856.  
  29857.    * You should always use specify `MAX_ROWS' in the `CREATE' statement
  29858.      to ensure that you accidentally do not use all memory.
  29859.  
  29860.    * Indexes will only be used with `=' and `<=>' (but are VERY fast).
  29861.  
  29862.    * `HEAP' tables can only use whole keys to search for a row; compare
  29863.      this to `MyISAM' tables where any prefix of the key can be used to
  29864.      find rows.
  29865.  
  29866.    * `HEAP' tables use a fixed record length format.
  29867.  
  29868.    * `HEAP' doesn't support `BLOB'/`TEXT' columns.
  29869.  
  29870.    * `HEAP' doesn't support `AUTO_INCREMENT' columns.
  29871.  
  29872.    * `HEAP' doesn't support an index on a `NULL' column.
  29873.  
  29874.    * You can have non-unique keys in a `HEAP' table (this isn't common
  29875.      for hashed tables).
  29876.  
  29877.    * `HEAP' tables are shared between all clients (just like any other
  29878.      table).
  29879.  
  29880.    * You can't search for the next entry in order (that is, to use the
  29881.      index to do an `ORDER BY').
  29882.  
  29883.    * Data for `HEAP' tables are allocated in small blocks. The tables
  29884.      are 100% dynamic (on inserting). No overflow areas and no extra key
  29885.      space are needed.  Deleted rows are put in a linked list and are
  29886.      reused when you insert new data into the table.
  29887.  
  29888.    * You need enough extra memory for all HEAP tables that you want to
  29889.      use at the same time.
  29890.  
  29891.    * To free memory, you should execute `DELETE FROM heap_table',
  29892.      `TRUNCATE heap_table' or `DROP TABLE heap_table'.
  29893.  
  29894.    * MySQL cannot find out approximately how many rows there are
  29895.      between two values (this is used by the range optimizer to decide
  29896.      which index to use).  This may affect some queries if you change a
  29897.      `MyISAM' table to a `HEAP' table.
  29898.  
  29899.    * To ensure that you accidentally don't do anything foolish, you
  29900.      can't create `HEAP' tables bigger than `max_heap_table_size'.
  29901.  
  29902. The memory needed for one row in a `HEAP' table is:
  29903.  
  29904.      SUM_OVER_ALL_KEYS(max_length_of_key + sizeof(char*) * 2)
  29905.      + ALIGN(length_of_row+1, sizeof(char*))
  29906.  
  29907. `sizeof(char*)' is 4 on 32-bit machines and 8 on 64-bit machines.
  29908.  
  29909. BDB or Berkeley_DB Tables
  29910. =========================
  29911.  
  29912. Overview of BDB Tables
  29913. ----------------------
  29914.  
  29915. Support for BDB tables is included in the MySQL source distribution
  29916. starting from Version 3.23.34 and is activated in the MySQL-Max binary.
  29917.  
  29918. BerkeleyDB, available at `http://www.sleepycat.com/' has provided MySQL
  29919. with a transactional table handler.  By using BerkeleyDB tables, your
  29920. tables may have a greater chance of surviving crashes, and also
  29921. provides `COMMIT' and `ROLLBACK' on transactions.  The MySQL source
  29922. distribution comes with a BDB distribution that has a couple of small
  29923. patches to make it work more smoothly with MySQL.  You can't use a
  29924. non-patched `BDB' version with MySQL.
  29925.  
  29926. We at MySQL AB are working in close cooperation with Sleepycat to keep
  29927. the quality of the MySQL/BDB interface high.
  29928.  
  29929. When it comes to supporting BDB tables, we are committed to help our
  29930. users to locate the problem and help creating a reproducable test case
  29931. for any problems involving BDB tables.  Any such test case will be
  29932. forwarded to Sleepycat who in turn will help us find and fix the
  29933. problem.  As this is a two stage operation, any problems with BDB tables
  29934. may take a little longer for us to fix than for other table handlers.
  29935. However, as the BerkeleyDB code itself has been used by many other
  29936. applications than MySQL, we don't envision any big problems with this.
  29937. *Note Table handler support::.
  29938.  
  29939. Installing BDB
  29940. --------------
  29941.  
  29942. If you have downloaded a binary version of MySQL that includes support
  29943. for BerkeleyDB, simply follow the instructions for installing a binary
  29944. version of MySQL.  *Note Installing binary::.  *Note `mysqld-max':
  29945. mysqld-max.
  29946.  
  29947. To compile MySQL with Berkeley DB support, download MySQL Version
  29948. 3.23.34 or newer and configure `MySQL' with the `--with-berkeley-db'
  29949. option.  *Note Installing source::.
  29950.  
  29951.      cd /path/to/source/of/mysql-3.23.34
  29952.      ./configure --with-berkeley-db
  29953.  
  29954. Please refer to the manual provided with the `BDB' distribution for
  29955. more updated information.
  29956.  
  29957. Even though Berkeley DB is in itself very tested and reliable, the
  29958. MySQL interface is still considered beta quality.  We are actively
  29959. improving and optimizing it to get it stable very soon.
  29960.  
  29961. BDB startup options
  29962. -------------------
  29963.  
  29964. If you are running with `AUTOCOMMIT=0' then your changes in `BDB'
  29965. tables will not be updated until you execute `COMMIT'.  Instead of
  29966. commit you can execute `ROLLBACK' to forget your changes. *Note
  29967. COMMIT::.
  29968.  
  29969. If you are running with `AUTOCOMMIT=1' (the default), your changes will
  29970. be committed immediately.  You can start an extended transaction with
  29971. the `BEGIN WORK' SQL command, after which your changes will not be
  29972. committed until you execute `COMMIT' (or decide to `ROLLBACK' the
  29973. changes).
  29974.  
  29975. The following options to `mysqld' can be used to change the behavior of
  29976. BDB tables:
  29977.  
  29978. *Option*               *Meaning*
  29979. `--bdb-home=directory' Base directory for BDB tables. This should be the
  29980.                        same directory you use for -datadir.
  29981. `--bdb-lock-detect=#'  Berkeley lock detect. One of (DEFAULT, OLDEST,
  29982.                        RANDOM, or YOUNGEST).
  29983. `--bdb-logdir=directory'Berkeley DB log file directory.
  29984. `--bdb-no-sync'        Don't synchronously flush logs.
  29985. `--bdb-no-recover'     Don't start Berkeley DB in recover mode.
  29986. `--bdb-shared-data'    Start Berkeley DB in multi-process mode (Don't
  29987.                        use `DB_PRIVATE' when initializing Berkeley DB)
  29988. `--bdb-tmpdir=directory'Berkeley DB tempfile name.
  29989. `--skip-bdb'           Don't use berkeley db.
  29990. `-O                    Set the maximum number of locks possible. *Note
  29991. bdb_max_lock=1000'     SHOW VARIABLES::.
  29992.  
  29993. If you use `--skip-bdb', MySQL will not initialize the Berkeley DB
  29994. library and this will save a lot of memory. Of course, you cannot use
  29995. `BDB' tables if you are using this option.
  29996.  
  29997. Normally you should start `mysqld' without `--bdb-no-recover' if you
  29998. intend to use BDB tables.  This may, however, give you problems when you
  29999. try to start `mysqld' if the BDB log files are corrupted. *Note
  30000. Starting server::.
  30001.  
  30002. With `bdb_max_lock' you can specify the maximum number of locks (10000
  30003. by default) you can have active on a BDB table. You should increase
  30004. this if you get errors of type `bdb: Lock table is out of available
  30005. locks' or `Got error 12 from ...'  when you have do long transactions
  30006. or when `mysqld' has to examine a lot of rows to calculate the query.
  30007.  
  30008. You may also want to change `binlog_cache_size' and
  30009. `max_binlog_cache_size' if you are using big multi-line transactions.
  30010. *Note COMMIT::.
  30011.  
  30012. Some characteristic of `BDB' tables:
  30013. ------------------------------------
  30014.  
  30015.    * To be able to rollback transactions BDB maintain log files.  For
  30016.      maximum performance you should place these on another disk than
  30017.      your databases by using the `--bdb_log_dir' options.
  30018.  
  30019.    * MySQL performs a checkpoint each time a new BDB log file is
  30020.      started, and removes any log files that are not needed for current
  30021.      transactions.  One can also run `FLUSH LOGS' at any time to
  30022.      checkpoint the Berkeley DB tables.
  30023.  
  30024.      For disaster recovery, one should use table backups plus MySQL's
  30025.      binary log. *Note Backup::.
  30026.  
  30027.      *Warning*: If you delete old log files that are in use, BDB will
  30028.      not be able to do recovery at all and you may lose data if
  30029.      something goes wrong.
  30030.  
  30031.    * MySQL requires a `PRIMARY KEY' in each BDB table to be able to
  30032.      refer to previously read rows. If you don't create one, MySQL will
  30033.      create an maintain a hidden `PRIMARY KEY' for you.  The hidden key
  30034.      has a length of 5 bytes and is incremented for each insert attempt.
  30035.  
  30036.    * If all columns you access in a `BDB' table are part of the same
  30037.      index or part of the primary key, then MySQL can execute the query
  30038.      without having to access the actual row.  In a `MyISAM' table the
  30039.      above holds only if the columns are part of the same index.
  30040.  
  30041.    * The `PRIMARY KEY' will be faster than any other key, as the
  30042.      `PRIMARY KEY' is stored together with the row data.  As the other
  30043.      keys are stored as the key data + the `PRIMARY KEY', it's
  30044.      important to keep the `PRIMARY KEY' as short as possible to save
  30045.      disk and get better speed.
  30046.  
  30047.    * `LOCK TABLES' works on `BDB' tables as with other tables.  If you
  30048.      don't use `LOCK TABLE', MYSQL will issue an internal
  30049.      multiple-write lock on the table to ensure that the table will be
  30050.      properly locked if another thread issues a table lock.
  30051.  
  30052.    * Internal locking in `BDB' tables is done on page level.
  30053.  
  30054.    * `SELECT COUNT(*) FROM table_name' is slow as `BDB' tables doesn't
  30055.      maintain a count of the number of rows in the table.
  30056.  
  30057.    * Scanning is slower than with `MyISAM' tables as one has data in BDB
  30058.      tables stored in B-trees and not in a separate data file.
  30059.  
  30060.    * The application must always be prepared to handle cases where any
  30061.      change of a `BDB' table may make an automatic rollback and any
  30062.      read may fail with a deadlock error.
  30063.  
  30064.    * Keys are not compressed to previous keys as with ISAM or MyISAM
  30065.      tables. In other words, the key information will take a little more
  30066.      space in `BDB' tables compared to MyISAM tables which don't use
  30067.      `PACK_KEYS=0'.
  30068.  
  30069.    * There is often holes in the BDB table to allow you to insert new
  30070.      rows in the middle of the key tree.  This makes BDB tables
  30071.      somewhat larger than MyISAM tables.
  30072.  
  30073.    * The optimizer needs to know an approximation of the number of rows
  30074.      in the table.  MySQL solves this by counting inserts and
  30075.      maintaining this in a separate segment in each BDB table.  If you
  30076.      don't do a lot of `DELETE' or `ROLLBACK':s this number should be
  30077.      accurate enough for the MySQL optimizer, but as MySQL only store
  30078.      the number on close, it may be wrong if MySQL dies unexpectedly.
  30079.      It should not be fatal even if this number is not 100 % correct.
  30080.      One can update the number of rows by executing `ANALYZE TABLE' or
  30081.      `OPTIMIZE TABLE'. *Note ANALYZE TABLE:: . *Note OPTIMIZE TABLE::.
  30082.  
  30083.    * If you get full disk with a `BDB' table, you will get an error
  30084.      (probably error 28) and the transaction should roll back.  This is
  30085.      in contrast with `MyISAM' and `ISAM' tables where `mysqld' will
  30086.      wait for enough free disk before continuing.
  30087.  
  30088. Some things we need to fix for BDB in the near future:
  30089. ------------------------------------------------------
  30090.  
  30091.    * It's very slow to open many BDB tables at the same time. If you are
  30092.      going to use BDB tables, you should not have a very big table
  30093.      cache (> 256 ?) and you should use `--no-auto-rehash' with the
  30094.      `mysql' client.  We plan to partly fix this in 4.0.
  30095.  
  30096.    * `SHOW TABLE STATUS' doesn't yet provide that much information for
  30097.      BDB tables.
  30098.  
  30099.    * Optimize performance.
  30100.  
  30101.    * Change to not use page locks at all when we are scanning tables.
  30102.  
  30103. Operating systems supported by *BDB*
  30104. ------------------------------------
  30105.  
  30106. If you after having built MySQL with support for BDB tables get the
  30107. following error in the log file when you start `mysqld':
  30108.  
  30109.      bdb: architecture lacks fast mutexes: applications cannot be threaded
  30110.      Can't init dtabases
  30111.  
  30112. This means that `BDB' tables are not supported for your architecture.
  30113. In this case you have to rebuild MySQL without BDB table support.
  30114.  
  30115. NOTE: The following list is not complete; We will update this as we get
  30116. more information about this.
  30117.  
  30118. Currently we know that BDB tables works with the following operating
  30119. system.
  30120.  
  30121.    * Linux 2.x intel
  30122.  
  30123.    * Solaris sparc
  30124.  
  30125.    * SCO OpenServer
  30126.  
  30127.    * SCO UnixWare 7.0.1
  30128.  
  30129. It doesn't work with the following operating systems:
  30130.  
  30131.    * Linux 2.x Alpha
  30132.  
  30133.    * Max OS X
  30134.  
  30135. Errors You May Get When Using BDB Tables
  30136. ----------------------------------------
  30137.  
  30138.    * If you get the following error in the `hostname.err log' when
  30139.      starting `mysqld':
  30140.  
  30141.           bdb:  Ignoring log file: .../log.XXXXXXXXXX: unsupported log version #
  30142.      it means that the new `BDB' version doesn't support the old log
  30143.      file format.  In this case you have to delete all `BDB' log BDB
  30144.      from your database directory (the files that has the format
  30145.      `log.XXXXXXXXXX' ) and restart `mysqld'.  We would also recommend
  30146.      you to do a `mysqldump --opt' of your old `BDB' tables, delete the
  30147.      old table and restore the dump.
  30148.  
  30149.    * If you are running in not `auto_commit' mode and delete a table you
  30150.      are using by another thread you may get the following error
  30151.      messages in the MySQL error file:
  30152.  
  30153.           001119 23:43:56  bdb:  Missing log fileid entry
  30154.           001119 23:43:56  bdb:  txn_abort: Log undo failed for LSN: 1 3644744: Invalid
  30155.  
  30156.      This is not fatal but we don't recommend that you delete tables if
  30157.      you are not in `auto_commit' mode, until this problem is fixed
  30158.      (the fix is not trivial).
  30159.  
  30160. InnoDB Tables
  30161. =============
  30162.  
  30163. InnoDB tables overview
  30164. ----------------------
  30165.  
  30166. InnoDB tables are included in the MySQL source distribution starting
  30167. from 3.23.34a and are activated in the *MySQL -max* binary.
  30168.  
  30169. If you have downloaded a binary version of MySQL that includes support
  30170. for InnoDB (mysqld-max), simply follow the instructions for installing
  30171. a binary version of MySQL. *Note Installing binary::.  *Note
  30172. `mysqld-max': mysqld-max.
  30173.  
  30174. To compile MySQL with InnoDB support, download MySQL-3.23.37 or newer
  30175. and configure MySQL with the `--with-innodb' option.  *Note Installing
  30176. source::.
  30177.  
  30178.      cd /path/to/source/of/mysql-3.23.37
  30179.      ./configure --with-innodb
  30180.  
  30181. To get InnoDB to work you have to specify where the data for InnoDB
  30182. tables should be stored by specifying the `innodb_data_file_path'
  30183. option on the command line or in an MySQL option file. *Note InnoDB
  30184. start::.  If you have configured MySQL for InnoDB but you have not
  30185. specified the above option, `mysqld' will print at start:
  30186.  
  30187.      Can't initialize InnoDB as 'innodb_data_file_path' is not set
  30188.  
  30189. InnoDB provides MySQL with a transaction-safe table handler with
  30190. commit, rollback, and crash recovery capabilities. InnoDB does locking
  30191. on row level, and also provides an Oracle-style consistent non-locking
  30192. read in `SELECTS', which increases transaction concurrency. There is
  30193. not need for lock escalation in InnoDB, because row level locks in
  30194. InnoDB fit in very small space.
  30195.  
  30196. InnoDB has been designed for maximum performance when processing large
  30197. data volumes. Its CPU efficiency is probably not matched by any other
  30198. disk-based relational database engine.
  30199.  
  30200. You can find the latest information about InnoDB at
  30201. `http://www.innodb.com'. The most up-to-date version of the InnoDB
  30202. manual is always placed there, and you can also order commercial
  30203. support for InnoDB.
  30204.  
  30205. Technically, InnoDB is a database backend placed under MySQL. InnoDB
  30206. has its own buffer pool for caching data and indexes in main memory.
  30207. InnoDB stores its tables and indexes in a tablespace, which may consist
  30208. of several files. This is different from, for example, `MyISAM' tables
  30209. where each table is stored as a separate file.
  30210.  
  30211. InnoDB is distributed under the GNU GPL License Version 2 (of June
  30212. 1991).  In the source distribution of MySQL, InnoDB appears as a
  30213. subdirectory.
  30214.  
  30215. InnoDB startup options
  30216. ----------------------
  30217.  
  30218. Beginning from MySQL-3.23.37 the prefix of the options is changed from
  30219. `innobase_...' to `innodb_...'.
  30220.  
  30221. To use InnoDB tables you *MUST* specify configuration parameters in the
  30222. MySQL configuration file in the `[mysqld]' section of the configuration
  30223. file `my.cnf'. *Note Option files::.
  30224.  
  30225. The only required parameter to use InnoDB is `innodb_data_file_path',
  30226. but you should set others if you want to get a better performance.
  30227.  
  30228. Suppose you have a Windows NT machine with 128 MB RAM and a single 10 GB
  30229. hard disk.  Below is an example of possible configuration parameters in
  30230. `my.cnf' for InnoDB:
  30231.  
  30232.      innodb_data_file_path = ibdata1:2000M;ibdata2:2000M
  30233.      innodb_data_home_dir = c:\ibdata
  30234.      set-variable = innodb_mirrored_log_groups=1
  30235.      innodb_log_group_home_dir = c:\iblogs
  30236.      set-variable = innodb_log_files_in_group=3
  30237.      set-variable = innodb_log_file_size=30M
  30238.      set-variable = innodb_log_buffer_size=8M
  30239.      innodb_flush_log_at_trx_commit=1
  30240.      innodb_log_arch_dir = c:\iblogs
  30241.      innodb_log_archive=0
  30242.      set-variable = innodb_buffer_pool_size=80M
  30243.      set-variable = innodb_additional_mem_pool_size=10M
  30244.      set-variable = innodb_file_io_threads=4
  30245.      set-variable = innodb_lock_wait_timeout=50
  30246.  
  30247. Note that data files must be < 4G, and < 2G on some file systems! The
  30248. total size of data files has to be >= 10 MB.  InnoDB does not create
  30249. directories: you have to create them yourself.
  30250.  
  30251. Suppose you have a Linux machine with 512 MB RAM and three 20 GB hard
  30252. disks (at directory paths `/', `/dr2' and `/dr3').  Below is an example
  30253. of possible configuration parameters in `my.cnf' for InnoDB:
  30254.  
  30255.      innodb_data_file_path = ibdata/ibdata1:2000M;dr2/ibdata/ibdata2:2000M
  30256.      innodb_data_home_dir = /
  30257.      set-variable = innodb_mirrored_log_groups=1
  30258.      innodb_log_group_home_dir = /dr3
  30259.      set-variable = innodb_log_files_in_group=3
  30260.      set-variable = innodb_log_file_size=50M
  30261.      set-variable = innodb_log_buffer_size=8M
  30262.      innodb_flush_log_at_trx_commit=1
  30263.      innodb_log_arch_dir = /dr3/iblogs
  30264.      innodb_log_archive=0
  30265.      set-variable = innodb_buffer_pool_size=400M
  30266.      set-variable = innodb_additional_mem_pool_size=20M
  30267.      set-variable = innodb_file_io_threads=4
  30268.      set-variable = innodb_lock_wait_timeout=50
  30269.  
  30270. Note that we have placed the two data files on different disks.  The
  30271. reason for the name `innodb_data_file_path' is that you can also
  30272. specify paths to your data files, and `innodb_data_home_dir' is just
  30273. textually catenated before your data file paths, adding a possible
  30274. slash or backslash in between. InnoDB will fill the tablespace formed
  30275. by the data files from bottom up. In some cases it will improve the
  30276. performance of the database if all data is not placed on the same
  30277. physical disk. Putting log files on a different disk from data is very
  30278. often beneficial for performance.
  30279.  
  30280. The meanings of the configuration parameters are the following:
  30281.  
  30282. `innodb_data_home_dir'  The common part of the directory path for all
  30283.                        InnoDB data files.
  30284. `innodb_data_file_path' Paths to individual data files and their sizes.
  30285.                        The full directory path to each data file is
  30286.                        acquired by concatenating innodb_data_home_dir to
  30287.                        the paths specified here. The file sizes are
  30288.                        specified in megabytes, hence the 'M' after the
  30289.                        size specification above. Do not set a file size
  30290.                        bigger than 4000M, and on most operating systems
  30291.                        not bigger than 2000M.  InnoDB also understands
  30292.                        the abbreviation 'G', 1G meaning 1024M.  The sum
  30293.                        of the sizes of the files must be at least 10 MB.
  30294. `innodb_mirrored_log_groups' Number of identical copies of log groups we keep
  30295.                        for the database. Currently this should be set to
  30296.                        1.
  30297. `innodb_log_group_home_dir' Directory path to InnoDB log files.
  30298. `innodb_log_files_in_group' Number of log files in the log group. InnoDB
  30299.                        writes to the files in a circular fashion. Value
  30300.                        3 is recommended here.
  30301. `innodb_log_file_size'  Size of each log file in a log group in
  30302.                        megabytes. Sensible values range from 1M to the
  30303.                        size of the buffer pool specified below. The
  30304.                        bigger the value, the less checkpoint flush
  30305.                        activity is needed in the buffer pool, saving
  30306.                        disk i/o. But bigger log files also mean that
  30307.                        recovery will be slower in case of a crash. File
  30308.                        size restriction as for a data file.
  30309. `innodb_log_buffer_size' The size of the buffer which InnoDB uses to
  30310.                        write log to the log files on disk.  Sensible
  30311.                        values range from 1M to half the combined size of
  30312.                        log files. A big log buffer allows large
  30313.                        transactions to run without a need to write the
  30314.                        log to disk until the transaction commit. Thus,
  30315.                        if you have big transactions, making the log
  30316.                        buffer big will save disk i/o.
  30317. `innodb_flush_log_at_trx_commit' Normally this is set to 1, meaning that at a
  30318.                        transaction commit the log is flushed to disk,
  30319.                        and the modifications made by the transaction
  30320.                        become permanent, and survive a database crash.
  30321.                        If you are willing to compromise this safety, and
  30322.                        you are running small transactions, you may set
  30323.                        this to 0 to reduce disk i/o to the logs.
  30324. `innodb_log_arch_dir'   The directory where fully written log files
  30325.                        would be archived if we used log archiving.  The
  30326.                        value of this parameter should currently be set
  30327.                        the same as `innodb_log_group_home_dir'.
  30328. `innodb_log_archive'    This value should currently be set to 0.  As
  30329.                        recovery from a backup is done by MySQL using its
  30330.                        own log files, there is currently no need to
  30331.                        archive InnoDB log files.
  30332. `innodb_buffer_pool_size' The size of the memory buffer InnoDB uses to
  30333.                        cache data and indexes of its tables.  The bigger
  30334.                        you set this the less disk i/o is needed to
  30335.                        access data in tables. On a dedicated database
  30336.                        server you may set this parameter up to 90 % of
  30337.                        the machine physical memory size. Do not set it
  30338.                        too large, though, because competition of the
  30339.                        physical memory may cause paging in the operating
  30340.                        system.
  30341. `innodb_additional_mem_pool_size' Size of a memory pool InnoDB uses to store data
  30342.                        dictionary information and other internal data
  30343.                        structures. A sensible value for this might be
  30344.                        2M, but the more tables you have in your
  30345.                        application the more you will need to allocate
  30346.                        here. If InnoDB runs out of memory in this pool,
  30347.                        it will start to allocate memory from the
  30348.                        operating system, and write warning messages to
  30349.                        the MySQL error log.
  30350. `innodb_file_io_threads' Number of file i/o threads in InnoDB. Normally,
  30351.                        this should be 4, but on Windows NT disk i/o may
  30352.                        benefit from a larger number.
  30353. `innodb_lock_wait_timeout' Timeout in seconds an InnoDB transaction may
  30354.                        wait for a lock before being rolled back.  InnoDB
  30355.                        automatically detects transaction deadlocks in
  30356.                        its own lock table and rolls back the
  30357.                        transaction. If you use `LOCK TABLES' command, or
  30358.                        other transaction-safe table handlers than InnoDB
  30359.                        in the same transaction, then a deadlock may
  30360.                        arise which InnoDB cannot notice. In cases like
  30361.                        this the timeout is useful to resolve the
  30362.                        situation.
  30363. `innodb_flush_method'   (Available from 3.23.40 up.)  The default value
  30364.                        for this is `fdatasync'.  Another option is
  30365.                        `O_DSYNC'.
  30366.  
  30367. Creating InnoDB table space
  30368. ---------------------------
  30369.  
  30370. Suppose you have installed MySQL and have edited `my.cnf' so that it
  30371. contains the necessary InnoDB configuration parameters.  Before
  30372. starting MySQL you should check that the directories you have specified
  30373. for InnoDB data files and log files exist and that you have access
  30374. rights to those directories. InnoDB cannot create directories, only
  30375. files. Check also you have enough disk space for the data and log files.
  30376.  
  30377. When you now start MySQL, InnoDB will start creating your data files
  30378. and log files. InnoDB will print something like the following:
  30379.  
  30380.      ~/mysqlm/sql > mysqld
  30381.      InnoDB: The first specified data file /home/heikki/data/ibdata1 did not exist:
  30382.      InnoDB: a new database to be created!
  30383.      InnoDB: Setting file /home/heikki/data/ibdata1 size to 134217728
  30384.      InnoDB: Database physically writes the file full: wait...
  30385.      InnoDB: Data file /home/heikki/data/ibdata2 did not exist: new to be created
  30386.      InnoDB: Setting file /home/heikki/data/ibdata2 size to 262144000
  30387.      InnoDB: Database physically writes the file full: wait...
  30388.      InnoDB: Log file /home/heikki/data/logs/ib_logfile0 did not exist: new to be c
  30389.      reated
  30390.      InnoDB: Setting log file /home/heikki/data/logs/ib_logfile0 size to 5242880
  30391.      InnoDB: Log file /home/heikki/data/logs/ib_logfile1 did not exist: new to be c
  30392.      reated
  30393.      InnoDB: Setting log file /home/heikki/data/logs/ib_logfile1 size to 5242880
  30394.      InnoDB: Log file /home/heikki/data/logs/ib_logfile2 did not exist: new to be c
  30395.      reated
  30396.      InnoDB: Setting log file /home/heikki/data/logs/ib_logfile2 size to 5242880
  30397.      InnoDB: Started
  30398.      mysqld: ready for connections
  30399.  
  30400. A new InnoDB database has now been created. You can connect to the MySQL
  30401. server with the usual MySQL client programs like `mysql'.  When you
  30402. shut down the MySQL server with `mysqladmin shutdown', InnoDB output
  30403. will be like the following:
  30404.  
  30405.      010321 18:33:34  mysqld: Normal shutdown
  30406.      010321 18:33:34  mysqld: Shutdown Complete
  30407.      InnoDB: Starting shutdown...
  30408.      InnoDB: Shutdown completed
  30409.  
  30410. You can now look at the data files and logs directories and you will
  30411. see the files created. The log directory will also contain a small file
  30412. named `ib_arch_log_0000000000'. That file resulted from the database
  30413. creation, after which InnoDB switched off log archiving.  When MySQL is
  30414. again started, the output will be like the following:
  30415.  
  30416.      ~/mysqlm/sql > mysqld
  30417.      InnoDB: Started
  30418.      mysqld: ready for connections
  30419.  
  30420. If something goes wrong in database creation
  30421. ............................................
  30422.  
  30423. If something goes wrong in an InnoDB database creation, you should
  30424. delete all files created by InnoDB. This means all data files, all log
  30425. files, the small archived log file, and in the case you already did
  30426. create some InnoDB tables, delete also the corresponding `.frm' files
  30427. for these tables from the MySQL database directories. Then you can try
  30428. the InnoDB database creation again.
  30429.  
  30430. Creating InnoDB tables
  30431. ----------------------
  30432.  
  30433. Suppose you have started the MySQL client with the command `mysql test'.
  30434. To create a table in the InnoDB format you must specify `TYPE = InnoDB'
  30435. in the table creation SQL command:
  30436.  
  30437.      CREATE TABLE CUSTOMER (A INT, B CHAR (20), INDEX (A)) TYPE = InnoDB;
  30438.  
  30439. This SQL command will create a table and an index on column `A' into
  30440. the InnoDB tablespace consisting of the data files you specified in
  30441. `my.cnf'. In addition MySQL will create a file `CUSTOMER.frm' to the
  30442. MySQL database directory `test'.  Internally, InnoDB will add to its
  30443. own data dictionary an entry for table `'test/CUSTOMER''. Thus you can
  30444. create a table of the same name `CUSTOMER' in another database of
  30445. MySQL, and the table names will not collide inside InnoDB.
  30446.  
  30447. You can query the amount of free space in the InnoDB tablespace by
  30448. issuing the table status command of MySQL for any table you have
  30449. created with `TYPE = InnoDB'. Then the amount of free space in the
  30450. tablespace appears in the table comment section in the output of
  30451. `SHOW'. An example:
  30452.  
  30453.      SHOW TABLE STATUS FROM test LIKE 'CUSTOMER'
  30454.  
  30455. Note that the statistics `SHOW' gives about InnoDB tables are only
  30456. approximate: they are used in SQL optimization. Table and index
  30457. reserved sizes in bytes are accurate, though.
  30458.  
  30459. NOTE: `DROP DATABASE' does not currently work for InnoDB tables!  You
  30460. must drop the tables individually. Also take care not to delete or add
  30461. `.frm' files to your InnoDB database manually: use `CREATE TABLE' and
  30462. `DROP TABLE' commands.  InnoDB has its own internal data dictionary,
  30463. and you will get problems if the MySQL `.frm' files are out of 'sync'
  30464. with the InnoDB internal data dictionary.
  30465.  
  30466. Converting MyISAM tables to InnoDB
  30467. ..................................
  30468.  
  30469. InnoDB does not have a special optimization for separate index creation.
  30470. Therefore it does not pay to export and import the table and create
  30471. indexes afterwards.  The fastest way to alter a table to InnoDB is to
  30472. do the inserts directly to an InnoDB table, that is, use `ALTER TABLE
  30473. ... TYPE=INNODB', or create an empty InnoDB table with identical
  30474. definitions and insert the rows with `INSERT INTO ... SELECT * FROM
  30475. ...'.
  30476.  
  30477. To get better control over the insertion process, it may be good to
  30478. insert big tables in pieces:
  30479.  
  30480.      INSERT INTO newtable SELECT * FROM oldtable WHERE yourkey > something
  30481.                                                   AND yourkey <= somethingelse;
  30482.  
  30483. After all data has been inserted you can rename the tables.
  30484.  
  30485. During the conversion of big tables you should set the InnoDB buffer
  30486. pool size big to reduce disk i/o. Not bigger than 80 % of the physical
  30487. memory, though.  You should set InnoDB log files big, and also the log
  30488. buffer large.
  30489.  
  30490. Make sure you do not run out of tablespace: InnoDB tables take a lot
  30491. more space than MyISAM tables. If an `ALTER TABLE' runs out of space,
  30492. it will start a rollback, and that can take hours if it is disk-bound.
  30493. In inserts InnoDB uses the insert buffer to merge secondary index
  30494. records to indexes in batches. That saves a lot of disk i/o. In
  30495. rollback no such mechanism is used, and the rollback can take 30 times
  30496. longer than the insertion.
  30497.  
  30498. In the case of a runaway rollback, if you do not have valuable data in
  30499. your database, it is better that you kill the database process and
  30500. delete all InnoDB data and log files and all InnoDB table `.frm' files,
  30501. and start your job again, rather than wait for millions of disk i/os to
  30502. complete.
  30503.  
  30504. Adding and removing InnoDB data and log files
  30505. ---------------------------------------------
  30506.  
  30507. You cannot increase the size of an InnoDB data file. To add more into
  30508. your tablespace you have to add a new data file. To do this you have to
  30509. shut down your MySQL database, edit the `my.cnf' file, adding a new
  30510. file to `innodb_data_file_path', and then start MySQL again.
  30511.  
  30512. Currently you cannot remove a data file from InnoDB. To decrease the
  30513. size of your database you have to use `mysqldump' to dump all your
  30514. tables, create a new database, and import your tables to the new
  30515. database.
  30516.  
  30517. If you want to change the number or the size of your InnoDB log files,
  30518. you have to shut down MySQL and make sure that it shuts down without
  30519. errors.  Then copy the old log files into a safe place just in case
  30520. something went wrong in the shutdown and you will need them to recover
  30521. the database. Delete then the old log files from the log file directory,
  30522. edit `my.cnf', and start MySQL again. InnoDB will tell you at the
  30523. startup that it is creating new log files.
  30524.  
  30525. Backing up and recovering an InnoDB database
  30526. --------------------------------------------
  30527.  
  30528. The key to safe database management is taking regular backups.  To take
  30529. a 'binary' backup of your database you have to do the following:
  30530.  
  30531.    * Shut down your MySQL database and make sure it shuts down without
  30532.      errors.
  30533.  
  30534.    * Copy all your data files into a safe place.
  30535.  
  30536.    * Copy all your InnoDB log files to a safe place.
  30537.  
  30538.    * Copy your `my.cnf' configuration file(s) to a safe place.
  30539.  
  30540.    * Copy all the `.frm' files for your InnoDB tables into a safe place.
  30541.  
  30542. There is currently no on-line or incremental backup tool available for
  30543. InnoDB, though they are in the TODO list.
  30544.  
  30545. In addition to taking the binary backups described above, you should
  30546. also regularly take dumps of your tables with `mysqldump'. The reason
  30547. to this is that a binary file may be corrupted without you noticing it.
  30548. Dumped tables are stored into text files which are human-readable and
  30549. much simpler than database binary files. Seeing table corruption from
  30550. dumped files is easier, and since their format is simpler, the chance
  30551. for serious data corruption in them is smaller.
  30552.  
  30553. A good idea is to take the dumps at the same time you take a binary
  30554. backup of your database. You have to shut out all clients from your
  30555. database to get a consistent snapshot of all your tables into your
  30556. dumps. Then you can take the binary backup, and you will then have a
  30557. consistent snapshot of your database in two formats.
  30558.  
  30559. To be able to recover your InnoDB database to the present from the
  30560. binary backup described above, you have to run your MySQL database with
  30561. the general logging and log archiving of MySQL switched on. Here by the
  30562. general logging we mean the logging mechanism of the MySQL server which
  30563. is independent of InnoDB logs.
  30564.  
  30565. To recover from a crash of your MySQL server process, the only thing
  30566. you have to do is to restart it. InnoDB will automatically check the
  30567. logs and perform a roll-forward of the database to the present.  InnoDB
  30568. will automatically roll back uncommitted transactions which were
  30569. present at the time of the crash. During recovery, InnoDB will print
  30570. out something like the following:
  30571.  
  30572.      ~/mysqlm/sql > mysqld
  30573.      InnoDB: Database was not shut down normally.
  30574.      InnoDB: Starting recovery from log files...
  30575.      InnoDB: Starting log scan based on checkpoint at
  30576.      InnoDB: log sequence number 0 13674004
  30577.      InnoDB: Doing recovery: scanned up to log sequence number 0 13739520
  30578.      InnoDB: Doing recovery: scanned up to log sequence number 0 13805056
  30579.      InnoDB: Doing recovery: scanned up to log sequence number 0 13870592
  30580.      InnoDB: Doing recovery: scanned up to log sequence number 0 13936128
  30581.      ...
  30582.      InnoDB: Doing recovery: scanned up to log sequence number 0 20555264
  30583.      InnoDB: Doing recovery: scanned up to log sequence number 0 20620800
  30584.      InnoDB: Doing recovery: scanned up to log sequence number 0 20664692
  30585.      InnoDB: 1 uncommitted transaction(s) which must be rolled back
  30586.      InnoDB: Starting rollback of uncommitted transactions
  30587.      InnoDB: Rolling back trx no 16745
  30588.      InnoDB: Rolling back of trx no 16745 completed
  30589.      InnoDB: Rollback of uncommitted transactions completed
  30590.      InnoDB: Starting an apply batch of log records to the database...
  30591.      InnoDB: Apply batch completed
  30592.      InnoDB: Started
  30593.      mysqld: ready for connections
  30594.  
  30595. If your database gets corrupted or your disk fails, you have to do the
  30596. recovery from a backup. In the case of corruption, you should first
  30597. find a backup which is not corrupted. From a backup do the recovery
  30598. from the general log files of MySQL according to instructions in the
  30599. MySQL manual.
  30600.  
  30601. Checkpoints
  30602. ...........
  30603.  
  30604. InnoDB implements a checkpoint mechanism called a fuzzy checkpoint.
  30605. InnoDB will flush modified database pages from the buffer pool in small
  30606. batches, there is no need to flush the buffer pool in one single batch,
  30607. which would in practice stop processing of user SQL statements for a
  30608. while.
  30609.  
  30610. In crash recovery InnoDB looks for a checkpoint label written to the
  30611. log files. It knows that all modifications to the database before the
  30612. label are already present on the disk image of the database.  Then
  30613. InnoDB scans the log files forward from the place of the checkpoint
  30614. applying the logged modifications to the database.
  30615.  
  30616. InnoDB writes to the log files in a circular fashion.  All committed
  30617. modifications which make the database pages in the buffer pool
  30618. different from the images on disk must be available in the log files in
  30619. case InnoDB has to do a recovery. This means that when InnoDB starts to
  30620. reuse a log file in the circular fashion, it has to make sure that the
  30621. database page images on disk already contain the modifications logged
  30622. in the log file InnoDB is going to reuse. In other words, InnoDB has to
  30623. make a checkpoint and often this involves flushing of modified database
  30624. pages to disk.
  30625.  
  30626. The above explains why making your log files very big may save disk i/o
  30627. in checkpointing. It can make sense to set the total size of the log
  30628. files as big as the buffer pool or even bigger.  The drawback in big
  30629. log files is that crash recovery can last longer because there will be
  30630. more log to apply to the database.
  30631.  
  30632. Moving an InnoDB database to another machine
  30633. --------------------------------------------
  30634.  
  30635. InnoDB data and log files are binary-compatible on all platforms if the
  30636. floating point number format on the machines is the same.  You can move
  30637. an InnoDB database simply by copying all the relevant files, which we
  30638. already listed in the previous section on backing up a database. If the
  30639. floating point formats on the machines are different but you have not
  30640. used `FLOAT' or `DOUBLE' data types in your tables then the procedure
  30641. is the same: just copy the relevant files. If the formats are different
  30642. and your tables contain floating point data, you have to use `mysqldump'
  30643. and `mysqlimport' to move those tables.
  30644.  
  30645. A performance tip is to switch off the auto commit when you import data
  30646. into your database, assuming your tablespace has enough space for the
  30647. big rollback segment the big import transaction will generate.  Do the
  30648. commit only after importing a whole table or a segment of a table.
  30649.  
  30650. InnoDB transaction model
  30651. ------------------------
  30652.  
  30653. In the InnoDB transaction model the goal has been to combine the best
  30654. sides of a multiversioning database to traditional two-phase locking.
  30655. InnoDB does locking on row level and runs queries by default as
  30656. non-locking consistent reads, in the style of Oracle.  The lock table
  30657. in InnoDB is stored so space-efficiently that lock escalation is not
  30658. needed: typically several users are allowed to lock every row in the
  30659. database, or any random subset of the rows, without InnoDB running out
  30660. of memory.
  30661.  
  30662. In InnoDB all user activity happens inside transactions. If the auto
  30663. commit mode is used in MySQL, then each SQL statement will form a
  30664. single transaction. If the auto commit mode is switched off, then we
  30665. can think that a user always has a transaction open. If he issues the
  30666. SQL `COMMIT' or `ROLLBACK' statement, that ends the current
  30667. transaction, and a new starts. Both statements will release all InnoDB
  30668. locks that were set during the current transaction. A `COMMIT' means
  30669. that the changes made in the current transaction are made permanent and
  30670. become visible to other users. A `ROLLBACK' on the other hand cancels
  30671. all modifications made by the current transaction.
  30672.  
  30673. Consistent read
  30674. ...............
  30675.  
  30676. A consistent read means that InnoDB uses its multiversioning to present
  30677. to a query a snapshot of the database at a point in time.  The query
  30678. will see the changes made by exactly those transactions that committed
  30679. before that point of time, and no changes made by later or uncommitted
  30680. transactions. The exception to this rule is that the query will see the
  30681. changes made by the transaction itself which issues the query.
  30682.  
  30683. When a transaction issues its first consistent read, InnoDB assigns the
  30684. snapshot, or the point of time, which all consistent reads in the same
  30685. transaction will use. In the snapshot are all transactions that
  30686. committed before assigning the snapshot. Thus the consistent reads
  30687. within the same transaction will also be consistent with respect to each
  30688. other. You can get a fresher snapshot for your queries by committing
  30689. the current transaction and after that issuing new queries.
  30690.  
  30691. Consistent read is the default mode in which InnoDB processes `SELECT'
  30692. statements. A consistent read does not set any locks on the tables it
  30693. accesses, and therefore other users are free to modify those tables at
  30694. the same time a consistent read is being performed on the table.
  30695.  
  30696. Locking reads
  30697. .............
  30698.  
  30699. A consistent read is not convenient in some circumstances.  Suppose you
  30700. want to add a new row into your table `CHILD', and make sure that the
  30701. child already has a parent in table `PARENT'.
  30702.  
  30703. Suppose you use a consistent read to read the table `PARENT' and indeed
  30704. see the parent of the child in the table. Can you now safely add the
  30705. child row to table `CHILD'? No, because it may happen that meanwhile
  30706. some other user has deleted the parent row from the table `PARENT', and
  30707. you are not aware of that.
  30708.  
  30709. The solution is to perform the `SELECT' in a locking mode, `LOCK IN
  30710. SHARE MODE'.
  30711.  
  30712.      SELECT * FROM PARENT WHERE NAME = 'Jones' LOCK IN SHARE MODE;
  30713.  
  30714. Performing a read in share mode means that we read the latest available
  30715. data, and set a shared mode lock on the rows we read.  If the latest
  30716. data belongs to a yet uncommitted transaction of another user, we will
  30717. wait until that transaction commits.  A shared mode lock prevents
  30718. others from updating or deleting the row we have read. After we see
  30719. that the above query returns the parent `'Jones'', we can safely add
  30720. his child to table `CHILD', and commit our transaction.  This example
  30721. shows how to implement referential integrity in your application code.
  30722.  
  30723. Let us look at another example: we have an integer counter field in a
  30724. table `CHILD_CODES' which we use to assign a unique identifier to each
  30725. child we add to table `CHILD'.  Obviously, using a consistent read or a
  30726. shared mode read to read the present value of the counter is not a good
  30727. idea, since then two users of the database may see the same value for
  30728. the counter, and we will get a duplicate key error when we add the two
  30729. children with the same identifier to the table.
  30730.  
  30731. In this case there are two good ways to implement the reading and
  30732. incrementing of the counter: (1) update the counter first by
  30733. incrementing it by 1 and only after that read it, or (2) read the
  30734. counter first with a lock mode `FOR UPDATE', and increment after that:
  30735.  
  30736.      SELECT COUNTER_FIELD FROM CHILD_CODES FOR UPDATE;
  30737.      UPDATE CHILD_CODES SET COUNTER_FIELD = COUNTER_FIELD + 1;
  30738.  
  30739. A `SELECT ... FOR UPDATE' will read the latest available data setting
  30740. exclusive locks on each row it reads.  Thus it sets the same locks a
  30741. searched SQL `UPDATE' would set on the rows.
  30742.  
  30743. Next-key locking: avoiding the phantom problem
  30744. ..............................................
  30745.  
  30746. In row level locking InnoDB uses an algorithm called next-key locking.
  30747. InnoDB does the row level locking so that when it searches or scans an
  30748. index of a table, it sets shared or exclusive locks on the index
  30749. records in encounters. Thus the row level locks are more precisely
  30750. called index record locks.
  30751.  
  30752. The locks InnoDB sets on index records also affect the 'gap' before
  30753. that index record. If a user has a shared or exclusive lock on record R
  30754. in an index, then another user cannot insert a new index record
  30755. immediately before R in the index order.  This locking of gaps is done
  30756. to prevent the so-called phantom problem. Suppose I want to read and
  30757. lock all children with identifier bigger than 100 from table `CHILD',
  30758. and update some field in the selected rows.
  30759.  
  30760.      SELECT * FROM CHILD WHERE ID > 100 FOR UPDATE;
  30761.  
  30762. Suppose there is an index on table `CHILD' on column `ID'. Our query
  30763. will scan that index starting from the first record where `ID' is
  30764. bigger than 100.  Now, if the locks set on the index records would not
  30765. lock out inserts made in the gaps, a new child might meanwhile be
  30766. inserted to the table. If now I in my transaction execute
  30767.  
  30768.      SELECT * FROM CHILD WHERE ID > 100 FOR UPDATE;
  30769.  
  30770. again, I will see a new child in the result set the query returns.
  30771. This is against the isolation principle of transactions: a transaction
  30772. should be able to run so that the data it has read does not change
  30773. during the transaction. If we regard a set of rows as a data item, then
  30774. the new 'phantom' child would break this isolation principle.
  30775.  
  30776. When InnoDB scans an index it can also lock the gap after the last
  30777. record in the index. Just that happens in the previous example: the
  30778. locks set by InnoDB will prevent any insert to the table where `ID'
  30779. would be bigger than 100.
  30780.  
  30781. You can use the next-key locking to implement a uniqueness check in
  30782. your application: if you read your data in share mode and do not see a
  30783. duplicate for a row you are going to insert, then you can safely insert
  30784. your row and know that the next-key lock set on the successor of your
  30785. row during the read will prevent anyone meanwhile inserting a duplicate
  30786. for your row. Thus the next-key locking allows you to 'lock' the
  30787. non-existence of something in your table.
  30788.  
  30789. Locks set by different SQL statements in InnoDB
  30790. ...............................................
  30791.  
  30792.    * `SELECT ... FROM ...' : this is a consistent read, reading a
  30793.      snapshot of the database and setting no locks.
  30794.  
  30795.    * `SELECT ... FROM ... LOCK IN SHARE MODE' : sets shared next-key
  30796.      locks on all index records the read encounters.
  30797.  
  30798.    * `SELECT ... FROM ... FOR UPDATE' : sets exclusive next-key locks
  30799.      on all index records the read encounters.
  30800.  
  30801.    * `INSERT INTO ... VALUES (...)' : sets an exclusive lock on the
  30802.      inserted row; note that this lock is not a next-key lock and does
  30803.      not prevent other users from inserting to the gap before the
  30804.      inserted row. If a duplicate key error occurs, sets a shared lock
  30805.      on the duplicate index record.
  30806.  
  30807.    * `INSERT INTO T SELECT ... FROM S WHERE ...' sets an exclusive
  30808.      (non-next-key) lock on each row inserted into `T'. Does the search
  30809.      on `S' as a consistent read, but sets shared next-key locks on `S'
  30810.      if the MySQL logging is on. InnoDB has to set locks in the latter
  30811.      case because in roll-forward recovery from a backup every SQL
  30812.      statement has to be executed in exactly the same way as it was
  30813.      done originally.
  30814.  
  30815.    * `CREATE TABLE ... SELECT ...' performs the `SELECT' as a
  30816.      consistent read or with shared locks, like in the previous item.
  30817.  
  30818.    * `REPLACE' is done like an insert if there is no collision on a
  30819.      unique key. Otherwise, an exclusive next-key lock is placed on the
  30820.      row which has to be updated.
  30821.  
  30822.    * `UPDATE ... SET ... WHERE ...' : sets an exclusive next-key lock
  30823.      on every record the search encounters.
  30824.  
  30825.    * `DELETE FROM ... WHERE ...' : sets an exclusive next-key lock on
  30826.      every record the search encounters.
  30827.  
  30828.    * `LOCK TABLES ... ' : sets table locks. In the implementation the
  30829.      MySQL layer of code sets these locks. The automatic deadlock
  30830.      detection of InnoDB cannot detect deadlocks where such table locks
  30831.      are involved: see the next section below. See also section 13
  30832.      'InnoDB restrictions' about the following: since MySQL does know
  30833.      about row level locks, it is possible that you get a table lock on
  30834.      a table where another user currently has row level locks. But that
  30835.      does not put transaction integerity into danger.
  30836.  
  30837. Deadlock detection and rollback
  30838. ...............................
  30839.  
  30840. InnoDB automatically detects a deadlock of transactions and rolls back
  30841. the transaction whose lock request was the last one to build a
  30842. deadlock, that is, a cycle in the waits-for graph of transactions.
  30843. InnoDB cannot detect deadlocks where a lock set by a MySQL `LOCK
  30844. TABLES' statement is involved, or if a lock set in another table
  30845. handler than InnoDB is involved. You have to resolve these situations
  30846. using `innodb_lock_wait_timeout' set in `my.cnf'.
  30847.  
  30848. When InnoDB performs a complete rollback of a transaction, all the
  30849. locks of the transaction are released. However, if just a single SQL
  30850. statement is rolled back as a result of an error, some of the locks set
  30851. by the SQL statement may be preserved. This is because InnoDB stores
  30852. row locks in a format where it cannot afterwards know which was set by
  30853. which SQL statement.
  30854.  
  30855. An example of how the consistent read works in InnoDB
  30856. .....................................................
  30857.  
  30858. When you issue a consistent read, that is, an ordinary `SELECT'
  30859. statement, InnoDB will give your transaction a timepoint according to
  30860. which your query sees the database. Thus, if transaction B deletes a
  30861. row and commits after your timepoint was assigned, then you will not
  30862. see the row deleted. Similarly with inserts and updates.
  30863.  
  30864. You can advance your timepoint by committing your transaction and then
  30865. doing another `SELECT'.
  30866.  
  30867. This is called multiversioned concurrency control.
  30868.  
  30869.                        User A                 User B
  30870.      
  30871.                    set autocommit=0;      set autocommit=0;
  30872.      time
  30873.      |             SELECT * FROM t;
  30874.      |             empty set
  30875.      |                                    INSERT INTO t VALUES (1, 2);
  30876.      |
  30877.      v             SELECT * FROM t;
  30878.                    empty set
  30879.                                           COMMIT;
  30880.      
  30881.                    SELECT * FROM t;
  30882.                    empty set;
  30883.      
  30884.                    COMMIT;
  30885.      
  30886.                    SELECT * FROM t;
  30887.                    ----------------------
  30888.                    |     1    |    2   |
  30889.                    ----------------------
  30890.  
  30891. Thus user A sees the row inserted by B only when B has committed the
  30892. insert, and A has committed his own transaction so that the timepoint
  30893. is advanced past the the commit of B.
  30894.  
  30895. If you want to see the 'freshest' state of the database, you should use
  30896. a locking read:
  30897.  
  30898.      SELECT * FROM t LOCK IN SHARE MODE;
  30899.  
  30900. Performance tuning tips
  30901. -----------------------
  30902.  
  30903. *1.* If the Unix `top' or the Windows `Task Manager' shows that the CPU
  30904. usage percentage with your workload is less than 70 %, your workload is
  30905. probably disk-bound. Maybe you are making too many transaction commits,
  30906. or the buffer pool is too small.  Making the buffer pool bigger can
  30907. help, but do not set it bigger than 80 % of physical memory.
  30908.  
  30909. *2.* Wrap several modifications into one transaction. InnoDB must flush
  30910. the log to disk at each transaction commit, if that transaction made
  30911. modifications to the database. Since the rotation speed of a disk is
  30912. typically at most 167 revolutions/second, that constrains the number of
  30913. commits to the same 167/second if the disk does not fool the operating
  30914. system.
  30915.  
  30916. *3.* If you can afford the loss of some latest committed transactions,
  30917. you can set the `my.cnf' parameter `innodb_flush_log_at_trx_commit' to
  30918. zero. InnoDB tries to flush the log anyway once in a second, though the
  30919. flush is not guaranteed.
  30920.  
  30921. *4.* Make your log files big, even as big as the buffer pool. When
  30922. InnoDB has written the log files full, it has to write the modified
  30923. contents of the buffer pool to disk in a checkpoint. Small log files
  30924. will cause many unnecessary disk writes. The drawback in big log files
  30925. is that recovery time will be longer.
  30926.  
  30927. *5.* Also the log buffer should be quite big, say 8 MB.
  30928.  
  30929. *6.* (Relevant from 3.23.39 up.)  In some versions of Linux and Unix,
  30930. flushing files to disk with the Unix `fdatasync' and other similar
  30931. methods is surprisingly slow.  The default method InnoDB uses is the
  30932. `fdatasync' function.  If you are not satisfied with the database write
  30933. performance, you may try setting `innodb_flush_method' in `my.cnf' to
  30934. `O_DSYNC', though O_DSYNC seems to be slower on most systems.
  30935.  
  30936. *7.* In importing data to InnoDB, make sure that MySQL does not have
  30937. `autocommit=1' on. Then every insert requires a log flush to disk.  Put
  30938. before your plain SQL import file line
  30939.  
  30940.      set autocommit=0;
  30941.  
  30942. and after it
  30943.  
  30944.      commit;
  30945.  
  30946. If you use the `mysqldump' option `--opt', you will get dump files
  30947. which are fast to import also to an InnoDB table, even without wrapping
  30948. them to the above `set autocommit=0; ... commit;' wrappers.
  30949.  
  30950. *8.* Beware of big rollbacks of mass inserts: InnoDB uses the insert
  30951. buffer to save disk i/o in inserts, but in a corresponding rollback no
  30952. such mechanism is used. A disk-bound rollback can take 30 times the time
  30953. of the corresponding insert. Killing the database process will not help
  30954. because the rollback will start again at the database startup. The only
  30955. way to get rid of a runaway rollback is to increase the buffer pool so
  30956. that the rollback becomes CPU-bound and runs fast, or delete the whole
  30957. InnoDB database.
  30958.  
  30959. *9.* Beware also of other big disk-bound operations.  Use `DROP TABLE'
  30960. or `TRUNCATE' (from MySQL-4.0 up) to empty a table, not `DELETE FROM
  30961. yourtable'.
  30962.  
  30963. *10.* Use the multi-line `INSERT' to reduce communication overhead
  30964. between the client and the server if you need to insert many rows:
  30965.  
  30966.      INSERT INTO yourtable VALUES (1, 2), (5, 5);
  30967.  
  30968. This tip is of course valid for inserts into any table type, not just
  30969. InnoDB.
  30970.  
  30971. The InnoDB Monitor
  30972. ..................
  30973.  
  30974. Starting from version 3.23.41 InnoDB includes the InnoDB Monitor which
  30975. prints information on the InnoDB internal state.  When swithed on,
  30976. InnoDB Monitor will make the MySQL server to print data to the standard
  30977. output about once every 10 seconds. This data is useful in performance
  30978. tuning.
  30979.  
  30980. The printed information includes data on:
  30981.    * table and record locks held by each active transaction,
  30982.  
  30983.    * lock waits of a transactions,
  30984.  
  30985.    * semaphore waits of threads,
  30986.  
  30987.    * pending file i/o requests,
  30988.  
  30989.    * buffer pool statistics, and
  30990.  
  30991.    * purge and insert buffer merge activity of the main thread of
  30992.      InnoDB.
  30993.  
  30994. You can start InnoDB Monitor through the following SQL command:
  30995.  
  30996.      CREATE TABLE innodb_monitor(a int) type = innodb;
  30997.  
  30998. and stop it by
  30999.  
  31000.      DROP TABLE innodb_monitor;
  31001.  
  31002. The `CREATE TABLE' syntax is just a way to pass a command to the InnoDB
  31003. engine through the MySQL SQL parser: the created table is not relevant
  31004. at all for InnoDB Monitor. If you shut down the database when the
  31005. monitor is running, and you want to start the monitor again, you have
  31006. to drop the table before you can issue a new `CREATE TABLE' to start
  31007. the monitor.  This syntax may change in a future release.
  31008.  
  31009. A sample output of the InnoDB Monitor:
  31010.  
  31011.      ================================
  31012.      010809 18:45:06 INNODB MONITOR OUTPUT
  31013.      ================================
  31014.      --------------------------
  31015.      LOCKS HELD BY TRANSACTIONS
  31016.      --------------------------
  31017.      LOCK INFO:
  31018.      Number of locks in the record hash table 1294
  31019.      LOCKS FOR TRANSACTION ID 0 579342744
  31020.      TABLE LOCK table test/mytable trx id 0 582333343 lock_mode IX
  31021.      
  31022.      RECORD LOCKS space id 0 page no 12758 n bits 104 table test/mytable index
  31023.      PRIMARY trx id 0 582333343 lock_mode X
  31024.      Record lock, heap no 2 PHYSICAL RECORD: n_fields 74; 1-byte offs FALSE;
  31025.      info bits 0
  31026.       0: len 4; hex 0001a801; asc ;; 1: len 6; hex 000022b5b39f; asc ";; 2: len 7;
  31027.      hex 000002001e03ec; asc ;; 3: len 4; hex 00000001;
  31028.      ...
  31029.      -----------------------------------------------
  31030.      CURRENT SEMAPHORES RESERVED AND SEMAPHORE WAITS
  31031.      -----------------------------------------------
  31032.      SYNC INFO:
  31033.      Sorry, cannot give mutex list info in non-debug version!
  31034.      Sorry, cannot give rw-lock list info in non-debug version!
  31035.      -----------------------------------------------------
  31036.      SYNC ARRAY INFO: reservation count 6041054, signal count 2913432
  31037.      4a239430 waited for by thread 49627477 op. S-LOCK file NOT KNOWN line 0
  31038.      Mut ex 0 sp 5530989 r 62038708 sys 2155035; rws 0 8257574 8025336; rwx 0 1121090 1848344
  31039.      -----------------------------------------------------
  31040.      CURRENT PENDING FILE I/O'S
  31041.      --------------------------
  31042.      Pending normal aio reads:
  31043.      Reserved slot, messages 40157658 4a4a40b8
  31044.      Reserved slot, messages 40157658 4a477e28
  31045.      ...
  31046.      Reserved slot, messages 40157658 4a4424a8
  31047.      Reserved slot, messages 40157658 4a39ea38
  31048.      Total of 36 reserved aio slots
  31049.      Pending aio writes:
  31050.      Total of 0 reserved aio slots
  31051.      Pending insert buffer aio reads:
  31052.      Total of 0 reserved aio slots
  31053.      Pending log writes or reads:
  31054.      Reserved slot, messages 40158c98 40157f98
  31055.      Total of 1 reserved aio slots
  31056.      Pending synchronous reads or writes:
  31057.      Total of 0 reserved aio slots
  31058.      -----------
  31059.      BUFFER POOL
  31060.      -----------
  31061.      LRU list length 8034
  31062.      Free list length 0
  31063.      Flush list length 999
  31064.      Buffer pool size in pages 8192
  31065.      Pending reads 39
  31066.      Pending writes: LRU 0, flush list 0, single page 0
  31067.      Pages read 31383918, created 51310, written 2985115
  31068.      ----------------------------
  31069.      END OF INNODB MONITOR OUTPUT
  31070.      ============================
  31071.      010809 18:45:22 InnoDB starts purge
  31072.      010809 18:45:22 InnoDB purged 0 pages
  31073.  
  31074. Some notes on the output:
  31075.  
  31076.    * If the section LOCKS HELD BY TRANSACTIONS reports lock waits, then
  31077.      your application may have lock contention. The output can also
  31078.      help to trace reasons for transaction deadlocks.
  31079.  
  31080.    * Section SYNC INFO will report reserved semaphores if you compile
  31081.      InnoDB with <code>UNIV_SYNC_DEBUG</code> defined in
  31082.      <tt>univ.i</tt>.
  31083.  
  31084.    * Section SYNC ARRAY INFO reports threads waiting for a semaphore
  31085.      and statistics on how many times threads have needed a spin or a
  31086.      wait on a mutex or a rw-lock semaphore. A big number of threads
  31087.      waiting for semaphores may be a result of disk i/o, or contention
  31088.      problems inside InnoDB. Contention can be due to heavy parallelism
  31089.      of queries, or problems in operating system thread scheduling.
  31090.  
  31091.    * Section CURRENT PENDING FILE I/O'S lists pending file i/o
  31092.      requests. A large number of these indicates that the workload is
  31093.      disk i/o -bound.
  31094.  
  31095.    * Section BUFFER POOL gives you statistics on pages read and
  31096.      written. You can calculate from these numbers how many data file
  31097.      i/o's your queries are currently doing.
  31098.  
  31099. Implementation of multiversioning
  31100. ---------------------------------
  31101.  
  31102. Since InnoDB is a multiversioned database, it must keep information of
  31103. old versions of rows in the tablespace. This information is stored in a
  31104. data structure we call a rollback segment after an analogous data
  31105. structure in Oracle.
  31106.  
  31107. InnoDB internally adds two fields to each row stored in the database.
  31108. A 6-byte field tells the transaction identifier for the last
  31109. transaction which inserted or updated the row. Also a deletion is
  31110. internally treated as an update where a special bit in the row is set
  31111. to mark it as deleted. Each row also contains a 7-byte field called the
  31112. roll pointer. The roll pointer points to an undo log record written to
  31113. the rollback segment. If the row was updated, then the undo log record
  31114. contains the information necessary to rebuild the content of the row
  31115. before it was updated.
  31116.  
  31117. InnoDB uses the information in the rollback segment to perform the undo
  31118. operations needed in a transaction rollback. It also uses the
  31119. information to build earlier versions of a row for a consistent read.
  31120.  
  31121. Undo logs in the rollback segment are divided into insert and update
  31122. undo logs. Insert undo logs are only needed in transaction rollback and
  31123. can be discarded as soon as the transaction commits. Update undo logs
  31124. are used also in consistent reads, and they can be discarded only after
  31125. there is no transaction present for which InnoDB has assigned a
  31126. snapshot that in a consistent read could need the information in the
  31127. update undo log to build an earlier version of a database row.
  31128.  
  31129. You must remember to commit your transactions regularly. Otherwise
  31130. InnoDB cannot discard data from the update undo logs, and the rollback
  31131. segment may grow too big, filling up your tablespace.
  31132.  
  31133. The physical size of an undo log record in the rollback segment is
  31134. typically smaller than the corresponding inserted or updated row. You
  31135. can use this information to calculate the space need for your rollback
  31136. segment.
  31137.  
  31138. In our multiversioning scheme a row is not physically removed from the
  31139. database immediately when you delete it with an SQL statement.  Only
  31140. when InnoDB can discard the update undo log record written for the
  31141. deletion, it can also physically remove the corresponding row and its
  31142. index records from the database. This removal operation is called a
  31143. purge, and it is quite fast, usually taking the same order of time as
  31144. the SQL statement which did the deletion.
  31145.  
  31146. Table and index structures
  31147. --------------------------
  31148.  
  31149. Every InnoDB table has a special index called the clustered index where
  31150. the data of the rows is stored. If you define a `PRIMARY KEY' on your
  31151. table, then the index of the primary key will be the clustered index.
  31152.  
  31153. If you do not define a primary key for your table, InnoDB will
  31154. internally generate a clustered index where the rows are ordered by the
  31155. row id InnoDB assigns to the rows in such a table. The row id is a
  31156. 6-byte field which monotonically increases as new rows are inserted.
  31157. Thus the rows ordered by the row id will be physically in the insertion
  31158. order.
  31159.  
  31160. Accessing a row through the clustered index is fast, because the row
  31161. data will be on the same page where the index search leads us. In many
  31162. databases the data is traditionally stored on a different page from the
  31163. index record. If a table is large, the clustered index architecture
  31164. often saves a disk i/o when compared to the traditional solution.
  31165.  
  31166. The records in non-clustered indexes (we also call them secondary
  31167. indexes), in InnoDB contain the primary key value for the row. InnoDB
  31168. uses this primary key value to search for the row from the clustered
  31169. index. Note that if the primary key is long, the secondary indexes will
  31170. use more space.
  31171.  
  31172. Physical structure of an index
  31173. ..............................
  31174.  
  31175. All indexes in InnoDB are B-trees where the index records are stored in
  31176. the leaf pages of the tree. The default size of an index page is 16 kB.
  31177. When new records are inserted, InnoDB tries to leave 1 / 16 of the page
  31178. free for future insertions and updates of the index records.
  31179.  
  31180. If index records are inserted in a sequential (ascending or descending)
  31181. order, the resulting index pages will be about 15/16 full.  If records
  31182. are inserted in a random order, then the pages will be 1/2 - 15/16
  31183. full. If the fillfactor of an index page drops below 1/2, InnoDB will
  31184. try to contract the index tree to free the page.
  31185.  
  31186. Insert buffering
  31187. ................
  31188.  
  31189. It is a common situation in a database application that the primary key
  31190. is a unique identifier and new rows are inserted in the ascending order
  31191. of the primary key. Thus the insertions to the clustered index do not
  31192. require random reads from a disk.
  31193.  
  31194. On the other hand, secondary indexes are usually non-unique and
  31195. insertions happen in a relatively random order into secondary indexes.
  31196. This would cause a lot of random disk i/o's without a special mechanism
  31197. used in InnoDB.
  31198.  
  31199. If an index record should be inserted to a non-unique secondary index,
  31200. InnoDB checks if the secondary index page is already in the buffer
  31201. pool. If that is the case, InnoDB will do the insertion directly to the
  31202. index page. But, if the index page is not found from the buffer pool,
  31203. InnoDB inserts the record to a special insert buffer structure.  The
  31204. insert buffer is kept so small that it entirely fits in the buffer
  31205. pool, and insertions can be made to it very fast.
  31206.  
  31207. The insert buffer is periodically merged to the secondary index trees
  31208. in the database. Often we can merge several insertions on the same page
  31209. in of the index tree, and hence save disk i/o's.  It has been measured
  31210. that the insert buffer can speed up insertions to a table up to 15
  31211. times.
  31212.  
  31213. Adaptive hash indexes
  31214. .....................
  31215.  
  31216. If a database fits almost entirely in main memory, then the fastest way
  31217. to perform queries on it is to use hash indexes. InnoDB has an
  31218. automatic mechanism which monitors index searches made to the indexes
  31219. defined for a table, and if InnoDB notices that queries could benefit
  31220. from building of a hash index, such an index is automatically built.
  31221.  
  31222. But note that the hash index is always built based on an existing
  31223. B-tree index on the table. InnoDB can build a hash index on a prefix of
  31224. any length of the key defined for the B-tree, depending on what search
  31225. pattern InnoDB observes on the B-tree index.  A hash index can be
  31226. partial: it is not required that the whole B-tree index is cached in
  31227. the buffer pool. InnoDB will build hash indexes on demand to those
  31228. pages of the index which are often accessed.
  31229.  
  31230. In a sense, through the adaptive hash index mechanism InnoDB adapts
  31231. itself to ample main memory, coming closer to the architecture of main
  31232. memory databases.
  31233.  
  31234. Physical record structure
  31235. .........................
  31236.  
  31237.    * Each index record in InnoDB contains a header of 6 bytes. The
  31238.      header is used to link consecutive records together, and also in
  31239.      the row level locking.
  31240.  
  31241.    * Records in the clustered index contain fields for all user-defined
  31242.      columns. In addition, there is a 6-byte field for the transaction
  31243.      id and a 7-byte field for the roll pointer.
  31244.  
  31245.    * If the user has not defined a primary key for a table, then each
  31246.      clustered index record contains also a 6-byte row id field.
  31247.  
  31248.    * Each secondary index record contains also all the fields defined
  31249.      for the clustered index key.
  31250.  
  31251.    * A record contains also a pointer to each field of the record.  If
  31252.      the total length of the fields in a record is < 128 bytes, then
  31253.      the pointer is 1 byte, else 2 bytes.
  31254.  
  31255. How an auto-increment column works in InnoDB
  31256. ............................................
  31257.  
  31258. After a database startup, when a user first does an insert to a table
  31259. `T' where an auto-increment column has been defined, and the user does
  31260. not provide an explicit value for the column, then InnoDB executes
  31261. `SELECT MAX(auto-inc-column) FROM T', and assigns that value incremented
  31262. by one to the the column and the auto-increment counter of the table.
  31263. We say that the auto-increment counter for table `T' has been
  31264. initialized.
  31265.  
  31266. InnoDB follows the same procedure in initializing the auto-increment
  31267. counter for a freshly created table.
  31268.  
  31269. Note that if the user specifies in an insert the value 0 to the
  31270. auto-increment column, then InnoDB treats the row like the value would
  31271. not have been specified.
  31272.  
  31273. After the auto-increment counter has been initialized, if a user inserts
  31274. a row where he explicitly specifies the column value, and the value is
  31275. bigger than the current counter value, then the counter is set to the
  31276. specified column value. If the user does not explicitly specify a
  31277. value, then InnoDB increments the counter by one and assigns its new
  31278. value to the column.
  31279.  
  31280. The auto-increment mechanism, when assigning values from the counter,
  31281. bypasses locking and transaction handling. Therefore you may also get
  31282. gaps in the number sequence if you roll back transactions which have
  31283. got numbers from the counter.
  31284.  
  31285. The behavior of auto-increment is not defined if a user gives a negative
  31286. value to the column or if the value becomes bigger than the maximum
  31287. integer that can be stored in the specified integer type.
  31288.  
  31289. File space management and disk i/o
  31290. ----------------------------------
  31291.  
  31292. Disk i/o
  31293. ........
  31294.  
  31295. In disk i/o InnoDB uses asynchronous i/o. On Windows NT it uses the
  31296. native asynchronous i/o provided by the operating system.  On Unix,
  31297. InnoDB uses simulated asynchronous i/o built into InnoDB: InnoDB
  31298. creates a number of i/o threads to take care of i/o operations, such as
  31299. read-ahead. In a future version we will add support for simulated aio
  31300. on Windows NT and native aio on those versions of Unix which have one.
  31301.  
  31302. On Windows NT InnoDB uses non-buffered i/o. That means that the disk
  31303. pages InnoDB reads or writes are not buffered in the operating system
  31304. file cache. This saves some memory bandwidth.
  31305.  
  31306. Starting from 3.23.41 InnoDB uses a novel file flush technique called
  31307. doublewrite.  It adds safety to crash recovery after an operating
  31308. system crash or a power outage, and improves performance on most Unix
  31309. flavors by reducing the need for fsync operations.
  31310.  
  31311. Doublewrite means that InnoDB before writing pages to a data file first
  31312. writes them to a contiguous tablespace area called the doublewrite
  31313. buffer. Only after the write and the flush to the doublewrite buffer
  31314. has completed, InnoDB writes the pages to their proper positions in the
  31315. data file. If the operating system crashes in the middle of a page
  31316. write, InnoDB will in recovery find a good copy of the page from the
  31317. doublewrite buffer.
  31318.  
  31319. Starting from 3.23.41 you can also use a raw disk partition as a data
  31320. file, though this has not been tested yet. When you create a new data
  31321. file you have to put the keyword `newraw' immediately after the data
  31322. file size in `innodb_data_file_path'. The partition must be >= than you
  31323. specify as the size. Note that 1M in InnoDB is 1024 x 1024 bytes, while
  31324. in disk specifications 1 MB usually means 1000 000 bytes.
  31325.  
  31326.      innodb_data_file_path=hdd1:3Gnewraw;hdd2:2Gnewraw
  31327.  
  31328. When you start the database again you MUST change the keyword to `raw'.
  31329. Otherwise InnoDB will write over your partition!
  31330.  
  31331.      innodb_data_file_path=hdd1:3Graw;hdd2:2Graw
  31332.  
  31333. Using a raw disk you can on some Unixes perform non-buffered i/o.
  31334.  
  31335. There are two read-ahead heuristics in InnoDB: sequential read-ahead
  31336. and random read-ahead. In sequential read-ahead InnoDB notices that the
  31337. access pattern to a segment in the tablespace is sequential.  Then
  31338. InnoDB will post in advance a batch of reads of database pages to the
  31339. i/o system. In random read-ahead InnoDB notices that some area in a
  31340. tablespace seems to be in the process of being fully read into the
  31341. buffer pool. Then InnoDB posts the remaining reads to the i/o system.
  31342.  
  31343. File space management
  31344. .....................
  31345.  
  31346. The data files you define in the configuration file form the tablespace
  31347. of InnoDB. The files are simply catenated to form the tablespace, there
  31348. is no striping in use.  Currently you cannot directly instruct where
  31349. the space is allocated for your tables, except by using the following
  31350. fact: from a newly created tablespace InnoDB will allocate space
  31351. starting from the low end.
  31352.  
  31353. The tablespace consists of database pages whose default size is 16 kB.
  31354. The pages are grouped into extents of 64 consecutive pages. The 'files'
  31355. inside a tablespace are called segments in InnoDB. The name of the
  31356. rollback segment is somewhat misleading because it actually contains
  31357. many segments in the tablespace.
  31358.  
  31359. For each index in InnoDB we allocate two segments: one is for non-leaf
  31360. nodes of the B-tree, the other is for the leaf nodes. The idea here is
  31361. to achieve better sequentiality for the leaf nodes, which contain the
  31362. data.
  31363.  
  31364. When a segment grows inside the tablespace, InnoDB allocates the first
  31365. 32 pages to it individually. After that InnoDB starts to allocate whole
  31366. extents to the segment.  InnoDB can add to a large segment up to 4
  31367. extents at a time to ensure good sequentiality of data.
  31368.  
  31369. Some pages in the tablespace contain bitmaps of other pages, and
  31370. therefore a few extents in an InnoDB tablespace cannot be allocated to
  31371. segments as a whole, but only as individual pages.
  31372.  
  31373. When you issue a query `SHOW TABLE STATUS FROM ... LIKE ...' to ask for
  31374. available free space in the tablespace, InnoDB will report you the
  31375. space which is certainly usable in totally free extents of the
  31376. tablespace. InnoDB always reserves some extents for clean-up and other
  31377. internal purposes; these reserved extents are not included in the free
  31378. space.
  31379.  
  31380. When you delete data from a table, InnoDB will contract the
  31381. corresponding B-tree indexes. It depends on the pattern of deletes if
  31382. that frees individual pages or extents to the tablespace, so that the
  31383. freed space is available for other users. Dropping a table or deleting
  31384. all rows from it is guaranteed to release the space to other users, but
  31385. remember that deleted rows can be physically removed only in a purge
  31386. operation after they are no longer needed in transaction rollback or
  31387. consistent read.
  31388.  
  31389. Defragmenting a table
  31390. .....................
  31391.  
  31392. If there are random insertions or deletions in the indexes of a table,
  31393. the indexes may become fragmented. By fragmentation we mean that the
  31394. physical ordering of the index pages on the disk is not close to the
  31395. alphabetical ordering of the records on the pages, or that there are
  31396. many unused pages in the 64-page blocks which were allocated to the
  31397. index.
  31398.  
  31399. It can speed up index scans if you periodically use `mysqldump' to dump
  31400. the table to a text file, drop the table, and reload it from the dump.
  31401. Another way to do the defragmenting is to `ALTER' the table type to
  31402. `MyISAM' and back to `InnoDB' again.  Note that a `MyISAM' table must
  31403. fit in a single file on your operating system.
  31404.  
  31405. If the insertions to and index are always ascending and records are
  31406. deleted only from the end, then the the file space management algorithm
  31407. of InnoDB guarantees that fragmentation in the index will not occur.
  31408.  
  31409. Error handling
  31410. --------------
  31411.  
  31412. The error handling in InnoDB is not always the same as specified in the
  31413. ANSI SQL standards. According to the ANSI standard, any error during an
  31414. SQL statement should cause the rollback of that statement. InnoDB
  31415. sometimes rolls back only part of the statement.  The following list
  31416. specifies the error handling of InnoDB.
  31417.  
  31418.    * If you run out of file space in the tablespace, you will get the
  31419.      MySQL `'Table is full'' error and InnoDB rolls back the SQL
  31420.      statement.
  31421.  
  31422.    * A transaction deadlock or a timeout in a lock wait will give
  31423.      `'Table handler error 1000000'' and InnoDB rolls back the SQL
  31424.      statement.
  31425.  
  31426.    * A duplicate key error only rolls back the insert of that
  31427.      particular row, even in a statement like `INSERT INTO ... SELECT
  31428.      ...'.  This will probably change so that the SQL statement will be
  31429.      rolled back if you have not specified the `IGNORE' option in your
  31430.      statement.
  31431.  
  31432.    * A 'row too long' error rolls back the SQL statement.
  31433.  
  31434.    * Other errors are mostly detected by the MySQL layer of code, and
  31435.      they roll back the corresponding SQL statement.
  31436.  
  31437. Some restrictions on InnoDB tables
  31438. ----------------------------------
  31439.  
  31440.    * `SHOW TABLE STATUS' does not give accurate statistics on InnoDB
  31441.      tables, except for the physical size reserved by the table.  The
  31442.      row count is only a rough estimate used in SQL optimization.
  31443.  
  31444.    * If you try to create an unique index on a prefix of a column you
  31445.      will get an error:
  31446.  
  31447.           CREATE TABLE T (A CHAR(20), B INT, UNIQUE (A(5))) TYPE = InnoDB;
  31448.  
  31449.      If you create a non unique index on a prefix of a column, InnoDB
  31450.      will create an index over the whole column.
  31451.  
  31452.    * `INSERT DELAYED' is not supported for InnoDB tables.
  31453.  
  31454.    * The MySQL `LOCK TABLES' operation does not know of InnoDB row
  31455.      level locks set in already completed SQL statements: this means
  31456.      that you can get a table lock on a table even if there still exist
  31457.      transactions of other users which have row level locks on the same
  31458.      table. Thus your operations on the table may have to wait if they
  31459.      collide with these locks of other users. Also a deadlock is
  31460.      possible. However, this does not endanger transaction integrity,
  31461.      because the row level locks set by InnoDB will always take care of
  31462.      the integrity.  Also, a table lock prevents other transactions
  31463.      from acquiring more row level locks (in a conflicting lock mode)
  31464.      on the table.
  31465.  
  31466.    * You cannot have a key on a `BLOB' or `TEXT' column.
  31467.  
  31468.    * A table cannot contain more than 1000 columns.
  31469.  
  31470.    * `DELETE FROM TABLE' does not regenerate the table but instead
  31471.      deletes all rows, one by one, which is not that fast. In future
  31472.      versions of MySQL you can use `TRUNCATE' which is fast.
  31473.  
  31474.    * Before dropping a database with InnoDB tables one has to drop the
  31475.      individual InnoDB tables first.
  31476.  
  31477.    * The default database page size in InnoDB is 16 kB. By recompiling
  31478.      the code one can set it from 8 kB to 64 kB.  The maximun row
  31479.      length is slightly less than half of a database page in versions
  31480.      <= 3.23.40 of InnoDB. Starting from source release 3.23.41 BLOB and
  31481.      TEXT columns are allowed to be < 4 GB, the total row length must
  31482.      also be < 4 GB. InnoDB does not store fields whose size is <= 30
  31483.      bytes on separate pages. After InnoDB has modified the row by
  31484.      storing long fields on separate pages, the remaining length of the
  31485.      row must be slightly less than half a database page.
  31486.  
  31487.    * The maximum data or log file size is 2 GB or 4 GB depending on how
  31488.      large files your operating system supports. Support for > 4 GB
  31489.      files will be added to InnoDB in a future version.
  31490.  
  31491.    * The maximum tablespace size is 4 billion database pages. This is
  31492.      also the maximum size for a table. The minimum tablespace size is
  31493.      10 MB.
  31494.  
  31495. InnoDB contact information
  31496. --------------------------
  31497.  
  31498. Contact information of Innobase Oy, producer of the InnoDB engine.
  31499. Website: `http://www.innodb.com'. Email: <Heikki.Tuuri@innodb.com>
  31500.  
  31501.      phone: 358-9-6969 3250 (office) 358-40-5617367 (mobile)
  31502.      InnoDB Oy Inc.
  31503.      World Trade Center Helsinki
  31504.      Aleksanterinkatu 17
  31505.      P.O.Box 800
  31506.      00101 Helsinki
  31507.      Finland
  31508.  
  31509. MySQL APIs
  31510. **********
  31511.  
  31512. This chapter describes the APIs available for MySQL, where to get them,
  31513. and how to use them.  The C API is the most extensively covered, as it
  31514. was developed by the MySQL team, and is the basis for most of the other
  31515. APIs.
  31516.  
  31517. MySQL PHP API
  31518. =============
  31519.  
  31520. PHP is a server-side, HTML-embedded scripting language that may be used
  31521. to create dynamic Web pages.  It contains support for accessing several
  31522. databases, including MySQL.  PHP may be run as a separate program or
  31523. compiled as a module for use with the Apache Web server.
  31524.  
  31525. The distribution and documentation are available at the PHP web site
  31526. (http://www.php.net/).
  31527.  
  31528. Common Problems with MySQL and PHP
  31529. ----------------------------------
  31530.  
  31531.    * Error: "Maximum Execution Time Exceeded" This is a PHP limit;  Go
  31532.      into the `php3.ini' file and set the maximum execution time up
  31533.      from 30 seconds to something higher, as needed.  It is also not a
  31534.      bad idea to double the ram allowed per script to 16MB instead of 8
  31535.      MB.
  31536.  
  31537.    * Error: "Fatal error: Call to unsupported or undefined function
  31538.      mysql_connect() in .."  This means that your PHP version isn't
  31539.      compiled with MySQL support.  You can either compile a dynamic
  31540.      MySQL module and load it into PHP or recompile PHP with built-in
  31541.      MySQL support.  This is described in detail in the PHP manual.
  31542.  
  31543.    * Error: "undefined reference to `uncompress'" This means that the
  31544.      client library is compiled with support for a compressed
  31545.      client/server protocol. The fix is to add `-lz' last when linking
  31546.      with `-lmysqlclient'.
  31547.  
  31548. MySQL Perl API
  31549. ==============
  31550.  
  31551. This section documents the Perl `DBI' interface.  The former interface
  31552. was called `mysqlperl'.  `DBI'/`DBD' now is the recommended Perl
  31553. interface, so `mysqlperl' is obsolete and is not documented here.
  31554.  
  31555. `DBI' with `DBD::mysql'
  31556. -----------------------
  31557.  
  31558. `DBI' is a generic interface for many databases. That means that you
  31559. can write a script that works with many different database engines
  31560. without change. You need a DataBase Driver (DBD) defined for each
  31561. database type. For MySQL, this driver is called `DBD::mysql'.
  31562.  
  31563. For more information on the Perl5 DBI, please visit the `DBI' Web page
  31564. and read the documentation:
  31565.      `http://www.symbolstone.org/technology/perl/DBI/index.html'
  31566. For more information on Object Oriented Programming (OOP) as defined in
  31567. Perl5, see the Perl OOP page:
  31568.      `http://language.perl.com/info/documentation.html'
  31569.  
  31570. Note that if you want to use transactions with Perl, you need to have
  31571. `Msql-Mysql-modules' version 1.2216 or newer.
  31572.  
  31573. Installation instructions for MySQL Perl support are given in *Note
  31574. Perl support::.
  31575.  
  31576. The `DBI' Interface
  31577. -------------------
  31578.  
  31579. *Portable DBI Methods*
  31580.  
  31581. `connect'              Establishes a connection to a database server.
  31582. `disconnect'           Disconnects from the database server.
  31583. `prepare'              Prepares a SQL statement for execution.
  31584. `execute'              Executes prepared statements.
  31585. `do'                   Prepares and executes a SQL statement.
  31586. `quote'                Quotes string or `BLOB' values to be inserted.
  31587. `fetchrow_array'       Fetches the next row as an array of fields.
  31588. `fetchrow_arrayref'    Fetches next row as a reference array of fields.
  31589. `fetchrow_hashref'     Fetches next row as a reference to a hashtable.
  31590. `fetchall_arrayref'    Fetches all data as an array of arrays.
  31591. `finish'               Finishes a statement and lets the system free
  31592.                        resources.
  31593. `rows'                 Returns the number of rows affected.
  31594. `data_sources'         Returns an array of databases available on
  31595.                        localhost.
  31596. `ChopBlanks'           Controls whether `fetchrow_*' methods trim spaces.
  31597. `NUM_OF_PARAMS'        The number of placeholders in the prepared
  31598.                        statement.
  31599. `NULLABLE'             Which columns can be `NULL'.
  31600. `trace'                Perform tracing for debugging.
  31601.  
  31602. *MySQL-specific Methods*
  31603.  
  31604. `insertid'             The latest `AUTO_INCREMENT' value.
  31605. `is_blob'              Which columns are `BLOB' values.
  31606. `is_key'               Which columns are keys.
  31607. `is_num'               Which columns are numeric.
  31608. `is_pri_key'           Which columns are primary keys.
  31609. `is_not_null'          Which columns CANNOT be `NULL'. See `NULLABLE'.
  31610. `length'               Maximum possible column sizes.
  31611. `max_length'           Maximum column sizes actually present in result.
  31612. `NAME'                 Column names.
  31613. `NUM_OF_FIELDS'        Number of fields returned.
  31614. `table'                Table names in returned set.
  31615. `type'                 All column types.
  31616.  
  31617. The Perl methods are described in more detail in the following sections.
  31618. Variables used for method return values have these meanings:
  31619.  
  31620. `$dbh'
  31621.      Database handle
  31622.  
  31623. `$sth'
  31624.      Statement handle
  31625.  
  31626. `$rc'
  31627.      Return code (often a status)
  31628.  
  31629. `$rv'
  31630.      Return value (often a row count)
  31631.  
  31632. *Portable DBI Methods*
  31633.  
  31634. `connect($data_source, $username, $password)'
  31635.      Use the `connect' method to make a database connection to the data
  31636.      source. The `$data_source' value should begin with
  31637.      `DBI:driver_name:'.  Example uses of `connect' with the
  31638.      `DBD::mysql' driver:
  31639.           $dbh = DBI->connect("DBI:mysql:$database", $user, $password);
  31640.           $dbh = DBI->connect("DBI:mysql:$database:$hostname",
  31641.                               $user, $password);
  31642.           $dbh = DBI->connect("DBI:mysql:$database:$hostname:$port",
  31643.                               $user, $password);
  31644.      If the user name and/or password are undefined, `DBI' uses the
  31645.      values of the `DBI_USER' and `DBI_PASS' environment variables,
  31646.      respectively. If you don't specify a hostname, it defaults to
  31647.      `'localhost''. If you don't specify a port number, it defaults to
  31648.      the default MySQL port (3306).
  31649.  
  31650.      As of `Msql-Mysql-modules' Version 1.2009, the `$data_source'
  31651.      value allows certain modifiers:
  31652.  
  31653.     `mysql_read_default_file=file_name'
  31654.           Read `filename' as an option file.  For information on option
  31655.           files, see *Note Option files::.
  31656.  
  31657.     `mysql_read_default_group=group_name'
  31658.           The default group when reading an option file is normally the
  31659.           `[client]' group.  By specifying the
  31660.           `mysql_read_default_group' option, the default group becomes
  31661.           the `[group_name]' group.
  31662.  
  31663.     `mysql_compression=1'
  31664.           Use compressed communication between the client and server
  31665.           (MySQL Version 3.22.3 or later).
  31666.  
  31667.     `mysql_socket=/path/to/socket'
  31668.           Specify the pathname of the Unix socket that is used to
  31669.           connect to the server (MySQL Version 3.21.15 or later).
  31670.  
  31671.      Multiple modifiers may be given; each must be preceded by a
  31672.      semicolon.
  31673.  
  31674.      For example, if you want to avoid hardcoding the user name and
  31675.      password into a `DBI' script, you can take them from the user's
  31676.      `~/.my.cnf' option file instead by writing your `connect' call
  31677.      like this:
  31678.  
  31679.           $dbh = DBI->connect("DBI:mysql:$database"
  31680.                           . ";mysql_read_default_file=$ENV{HOME}/.my.cnf",
  31681.                           $user, $password);
  31682.  
  31683.      This call will read options defined for the `[client]' group in the
  31684.      option file.  If you wanted to do the same thing but use options
  31685.      specified for the `[perl]' group as well, you could use this:
  31686.  
  31687.           $dbh = DBI->connect("DBI:mysql:$database"
  31688.                           . ";mysql_read_default_file=$ENV{HOME}/.my.cnf"
  31689.                           . ";mysql_read_default_group=perl",
  31690.                           $user, $password);
  31691.  
  31692. `disconnect'
  31693.      The `disconnect' method disconnects the database handle from the
  31694.      database.  This is typically called right before you exit from the
  31695.      program.  Example:
  31696.           $rc = $dbh->disconnect;
  31697.  
  31698. `prepare($statement)'
  31699.      Prepares a SQL statement for execution by the database engine and
  31700.      returns a statement handle `($sth)', which you can use to invoke
  31701.      the `execute' method.  Typically you handle `SELECT' statements
  31702.      (and `SELECT'-like statements such as `SHOW', `DESCRIBE', and
  31703.      `EXPLAIN') by means of `prepare' and `execute'.  Example:
  31704.           $sth = $dbh->prepare($statement)
  31705.               or die "Can't prepare $statement: $dbh->errstr\n";
  31706.  
  31707. `execute'
  31708.      The `execute' method executes a prepared statement. For
  31709.      non-`SELECT' statements, `execute' returns the number of rows
  31710.      affected.  If no rows are affected, `execute' returns `"0E0"',
  31711.      which Perl treats as zero but regards as true. If an error occurs,
  31712.      `execute' returns `undef'. For `SELECT' statements, `execute' only
  31713.      starts the SQL query in the database; you need to use one of the
  31714.      `fetch_*' methods described below to retrieve the data.  Example:
  31715.           $rv = $sth->execute
  31716.                     or die "can't execute the query: $sth->errstr;
  31717.  
  31718. `do($statement)'
  31719.      The `do' method prepares and executes a SQL statement and returns
  31720.      the number of rows affected.  If no rows are affected, `do' returns
  31721.      `"0E0"', which Perl treats as zero but regards as true.  This
  31722.      method is generally used for non-`SELECT' statements that cannot
  31723.      be prepared in advance (due to driver limitations) or that do not
  31724.      need to be executed more than once (inserts, deletes, etc.).
  31725.      Example:
  31726.           $rv = $dbh->do($statement)
  31727.                   or die "Can't execute $statement: $dbh- >errstr\n";
  31728.  
  31729.      Generally the 'do' statement is MUCH faster (and is preferable)
  31730.      than prepare/execute for statements that don't contain parameters.
  31731.  
  31732. `quote($string)'
  31733.      The `quote' method is used to "escape" any special characters
  31734.      contained in the string and to add the required outer quotation
  31735.      marks.  Example:
  31736.           $sql = $dbh->quote($string)
  31737.  
  31738. `fetchrow_array'
  31739.      This method fetches the next row of data and returns it as an
  31740.      array of field values.  Example:
  31741.           while(@row = $sth->fetchrow_array) {
  31742.                   print qw($row[0]\t$row[1]\t$row[2]\n);
  31743.           }
  31744.  
  31745. `fetchrow_arrayref'
  31746.      This method fetches the next row of data and returns it as a
  31747.      reference to an array of field values. Example:
  31748.           while($row_ref = $sth->fetchrow_arrayref) {
  31749.                   print qw($row_ref->[0]\t$row_ref->[1]\t$row_ref->[2]\n);
  31750.           }
  31751.  
  31752. `fetchrow_hashref'
  31753.      This method fetches a row of data and returns a reference to a hash
  31754.      table containing field name/value pairs. This method is not nearly
  31755.      as efficient as using array references as demonstrated above.
  31756.      Example:
  31757.           while($hash_ref = $sth->fetchrow_hashref) {
  31758.                   print qw($hash_ref->{firstname}\t$hash_ref->{lastname}\t\
  31759.                           $hash_ref- > title}\n);
  31760.           }
  31761.  
  31762. `fetchall_arrayref'
  31763.      This method is used to get all the data (rows) to be returned from
  31764.      the SQL statement. It returns a reference to an array of
  31765.      references to arrays for each row. You access or print the data by
  31766.      using a nested loop. Example:
  31767.           my $table = $sth->fetchall_arrayref
  31768.                           or die "$sth->errstr\n";
  31769.           my($i, $j);
  31770.           for $i ( 0 .. $#{$table} ) {
  31771.                   for $j ( 0 .. $#{$table->[$i]} ) {
  31772.                           print "$table->[$i][$j]\t";
  31773.                   }
  31774.                   print "\n";
  31775.           }
  31776.  
  31777. `finish'
  31778.      Indicates that no more data will be fetched from this statement
  31779.      handle. You call this method to free up the statement handle and
  31780.      any system resources associated with it.  Example:
  31781.           $rc = $sth->finish;
  31782.  
  31783. `rows'
  31784.      Returns the number of rows changed (updated, deleted, etc.) by the
  31785.      last command.  This is usually used after a non-`SELECT' `execute'
  31786.      statement.  Example:
  31787.           $rv = $sth->rows;
  31788.  
  31789. `NULLABLE'
  31790.      Returns a reference to an array of boolean values; for each
  31791.      element of the array, a value of TRUE indicates that this column
  31792.      may contain `NULL' values.  Example:
  31793.           $null_possible = $sth->{NULLABLE};
  31794.  
  31795. `NUM_OF_FIELDS'
  31796.      This attribute indicates the number of fields returned by a
  31797.      `SELECT' or `SHOW FIELDS' statement.  You may use this for
  31798.      checking whether a statement returned a result: A zero value
  31799.      indicates a non-`SELECT' statement like `INSERT', `DELETE', or
  31800.      `UPDATE'.  Example:
  31801.           $nr_of_fields = $sth->{NUM_OF_FIELDS};
  31802.  
  31803. `data_sources($driver_name)'
  31804.      This method returns an array containing names of databases
  31805.      available to the MySQL server on the host `'localhost''.  Example:
  31806.           @dbs = DBI->data_sources("mysql");
  31807.  
  31808. `ChopBlanks'
  31809.      This attribute determines whether the `fetchrow_*' methods will
  31810.      chop leading and trailing blanks from the returned values.
  31811.      Example:
  31812.           $sth->{'ChopBlanks'} =1;
  31813.  
  31814. `trace($trace_level)'
  31815. `trace($trace_level, $trace_filename)'
  31816.      The `trace' method enables or disables tracing.  When invoked as a
  31817.      `DBI' class method, it affects tracing for all handles.  When
  31818.      invoked as a database or statement handle method, it affects
  31819.      tracing for the given handle (and any future children of the
  31820.      handle).  Setting `$trace_level' to 2 provides detailed trace
  31821.      information.  Setting `$trace_level' to 0 disables tracing.  Trace
  31822.      output goes to the standard error output by default.  If
  31823.      `$trace_filename' is specified, the file is opened in append mode
  31824.      and output for _all_ traced handles is written to that file.
  31825.      Example:
  31826.           DBI->trace(2);                # trace everything
  31827.           DBI->trace(2,"/tmp/dbi.out"); # trace everything to
  31828.                                         # /tmp/dbi.out
  31829.           $dth->trace(2);               # trace this database handle
  31830.           $sth->trace(2);               # trace this statement handle
  31831.  
  31832.      You can also enable `DBI' tracing by setting the `DBI_TRACE'
  31833.      environment variable.  Setting it to a numeric value is equivalent
  31834.      to calling `DBI->(value)'.  Setting it to a pathname is equivalent
  31835.      to calling `DBI->(2,value)'.
  31836.  
  31837. *MySQL-specific Methods*
  31838.  
  31839. The methods shown below are MySQL-specific and not part of the `DBI'
  31840. standard.  Several of them are now deprecated: `is_blob', `is_key',
  31841. `is_num', `is_pri_key', `is_not_null', `length', `max_length', and
  31842. `table'.  Where `DBI'-standard alternatives exist, they are noted below:
  31843.  
  31844. `insertid'
  31845.      If you use the `AUTO_INCREMENT' feature of MySQL, the new
  31846.      auto-incremented values will be stored here.  Example:
  31847.           $new_id = $sth->{insertid};
  31848.  
  31849.      As an alternative, you can use `$dbh->{'mysql_insertid'}'.
  31850.  
  31851. `is_blob'
  31852.      Returns a reference to an array of boolean values; for each
  31853.      element of the array, a value of TRUE indicates that the
  31854.      respective column is a `BLOB'.  Example:
  31855.           $keys = $sth->{is_blob};
  31856.  
  31857. `is_key'
  31858.      Returns a reference to an array of boolean values; for each
  31859.      element of the array, a value of TRUE indicates that the
  31860.      respective column is a key.  Example:
  31861.           $keys = $sth->{is_key};
  31862.  
  31863. `is_num'
  31864.      Returns a reference to an array of boolean values; for each
  31865.      element of the array, a value of TRUE indicates that the
  31866.      respective column contains numeric values.  Example:
  31867.           $nums = $sth->{is_num};
  31868.  
  31869. `is_pri_key'
  31870.      Returns a reference to an array of boolean values; for each
  31871.      element of the array, a value of TRUE indicates that the
  31872.      respective column is a primary key.  Example:
  31873.           $pri_keys = $sth->{is_pri_key};
  31874.  
  31875. `is_not_null'
  31876.      Returns a reference to an array of boolean values; for each
  31877.      element of the array, a value of FALSE indicates that this column
  31878.      may contain `NULL' values.  Example:
  31879.           $not_nulls = $sth->{is_not_null};
  31880.  
  31881.      `is_not_null' is deprecated; it is preferable to use the
  31882.      `NULLABLE' attribute (described above), because that is a DBI
  31883.      standard.
  31884.  
  31885. `length'
  31886. `max_length'
  31887.      Each of these methods returns a reference to an array of column
  31888.      sizes.  The `length' array indicates the maximum possible sizes
  31889.      that each column may be (as declared in the table description).
  31890.      The `max_length' array indicates the maximum sizes actually
  31891.      present in the result table.  Example:
  31892.  
  31893.           $lengths = $sth->{length};
  31894.           $max_lengths = $sth->{max_length};
  31895.  
  31896. `NAME'
  31897.      Returns a reference to an array of column names.  Example:
  31898.           $names = $sth->{NAME};
  31899.  
  31900. `table'
  31901.      Returns a reference to an array of table names.  Example:
  31902.           $tables = $sth->{table};
  31903.  
  31904. `type'
  31905.      Returns a reference to an array of column types.  Example:
  31906.           $types = $sth->{type};
  31907.  
  31908. More `DBI'/`DBD' Information
  31909. ----------------------------
  31910.  
  31911. You can use the `perldoc' command to get more information about `DBI'.
  31912.  
  31913.      perldoc DBI
  31914.      perldoc DBI::FAQ
  31915.      perldoc DBD::mysql
  31916.  
  31917. You can also use the `pod2man', `pod2html', etc., tools to translate to
  31918. other formats.
  31919.  
  31920. You can find the latest `DBI' information at the `DBI' Web page:
  31921.      `http://www.symbolstone.org/technology/perl/DBI/index.html'
  31922.  
  31923. MySQL ODBC Support
  31924. ==================
  31925.  
  31926. MySQL provides support for ODBC by means of the *MyODBC* program.  This
  31927. chapter will teach you how to install *MyODBC*, and how to use it.
  31928. Here, you will also find a list of common programs that are known to
  31929. work with *MyODBC*.
  31930.  
  31931. How To Install MyODBC
  31932. ---------------------
  31933.  
  31934. *MyODBC* is a 32-bit ODBC (2.50) level 0 (with level 1 and level 2
  31935. features) driver for connecting an ODBC-aware application to MySQL.
  31936. *MyODBC* works on Windows95, Windows98, NT, and on most Unix platforms.
  31937.  
  31938. *MyODBC* is in public domain, and you can find the newest version at
  31939. `http://www.mysql.com/downloads/api-myodbc.html'.
  31940.  
  31941. If you have problem with *MyODBC* and your program also works with
  31942. OLEDB, you should try the OLEDB driver that you can find in the Contrib
  31943. section.  *Note Contrib::.
  31944.  
  31945. Normally you only need to install *MyODBC* on Windows machines.  You
  31946. only need *MyODBC* for Unix if you have a program like ColdFusion that
  31947. is running on the Unix machine and uses ODBC to connect to the
  31948. databases.
  31949.  
  31950. If you want to install *MyODBC* on a Unix box, you will also need an
  31951. *ODBC* manager.  *MyODBC* is known to work with most of the Unix ODBC
  31952. managers.  You can find a list at these in the *ODBC*-related links
  31953. section on the MySQL useful links page.  *Note Useful Links::.
  31954.  
  31955. To install *MyODBC* on Windows, you should download the appropriate
  31956. *MyODBC* .zip file (for Windows or NT/Win2000), unpack it with
  31957. `WINZIP', or some similar program, and execute the `SETUP.EXE' file.
  31958.  
  31959. On Windows/NT you may get the following error when trying to install
  31960. *MyODBC*:
  31961.  
  31962.      An error occurred while copying C:\WINDOWS\SYSTEM\MFC30.DLL. Restart
  31963.      Windows and try installing again (before running any applications which
  31964.      use ODBC)
  31965.  
  31966. The problem in this case is that some other program is using ODBC and
  31967. because of how Windows is designed, you may not in this case be able to
  31968. install a new ODBC drivers with Microsoft's ODBC setup program. In most
  31969. cases you can continue by just pressing `Ignore' to copy the rest of
  31970. the MyODBC files and the final installation should still work.  If this
  31971. doesn't work, the solution is to reboot your computer in "safe mode"
  31972. (Choose this by pressing F8 just before your machine starts Windows
  31973. during rebooting), install *MyODBC*, and reboot to normal mode.
  31974.  
  31975.    * To make a connection to a Unix box from a Windows box, with an ODBC
  31976.      application (one that doesn't support MySQL natively), you must
  31977.      first install *MyODBC* on the Windows machine.
  31978.  
  31979.    * The user and Windows machine must have the access privileges to the
  31980.      MySQL server on the Unix machine.  This is set up with the `GRANT'
  31981.      command. *Note `GRANT': GRANT.
  31982.  
  31983.    * You must create an ODBC DSN entry as follows:
  31984.  
  31985.         - Open the Control Panel on the Windows machine.
  31986.  
  31987.         - Double-click the ODBC Data Sources 32 bits icon.
  31988.  
  31989.         - Click the tab User DSN.
  31990.  
  31991.         - Click the button Add.
  31992.  
  31993.         - Select MySQL in the screen Create New Data Source and click
  31994.           the Finish button.
  31995.  
  31996.         - The MySQL Driver default configuration screen is shown.
  31997.           *Note ODBC administrator::.
  31998.  
  31999.    * Now start your application and select the ODBC driver with the DSN
  32000.      you specified in the ODBC administrator.
  32001.  
  32002. Notice that there are other configuration options on the screen of
  32003. MySQL (trace, don't prompt on connect, etc) that you can try if you run
  32004. into problems.
  32005.  
  32006. How to Fill in the Various Fields in the ODBC Administrator Program
  32007. -------------------------------------------------------------------
  32008.  
  32009. There are three possibilities for specifying the server name on
  32010. Windows95:
  32011.  
  32012.    * Use the IP address of the server.
  32013.  
  32014.    * Add a file `\windows\lmhosts' with the following information:
  32015.  
  32016.           ip hostname
  32017.  
  32018.      For example:
  32019.  
  32020.           194.216.84.21 my_hostname
  32021.  
  32022.    * Configure the PC to use DNS.
  32023.  
  32024. Example of how to fill in the `ODBC setup':
  32025.      Windows DSN name:   test
  32026.      Description:        This is my test database
  32027.      MySql Database:     test
  32028.      Server:             194.216.84.21
  32029.      User:               monty
  32030.      Password:           my_password
  32031.      Port:
  32032.  
  32033. The value for the `Windows DSN name' field is any name that is unique
  32034. in your Windows ODBC setup.
  32035.  
  32036. You don't have to specify values for the `Server', `User', `Password',
  32037. or `Port' fields in the ODBC setup screen.  However, if you do, the
  32038. values will be used as the defaults later when you attempt to make a
  32039. connection.  You have the option of changing the values at that time.
  32040.  
  32041. If the port number is not given, the default port (3306) is used.
  32042.  
  32043. If you specify the option `Read options from C:\my.cnf', the groups
  32044. `client' and `odbc' will be read from the `C:\my.cnf' file.  You can
  32045. use all options that are usable by `mysql_options()'.  *Note
  32046. `mysql_options': mysql_options.
  32047.  
  32048. Connect parameters for MyODBC
  32049. -----------------------------
  32050.  
  32051. One can specify the following parameters for *MyODBC* on the
  32052. `[Servername]' section of an `ODBC.INI' file or through  the
  32053. `InConnectionString' argument in the `SQLDriverConnect()' call.
  32054.  
  32055. *Parameter*    *Default       *Comment*
  32056.                value*         
  32057. user           ODBC (on       The username used to connect to MySQL.
  32058.                Windows)       
  32059. server         localhost      The hostname of the MySQL server.
  32060. database                      The default database
  32061. option         0              A integer by which you can specify how
  32062.                               *MyODBC* should work. See below.
  32063. port           3306           The TCP/IP port to use if `server' is not
  32064.                               `localhost'.
  32065. stmt                          A statement that will be executed when
  32066.                               connection to `MySQL'.
  32067. password                      The password for the `server' `user'
  32068.                               combination.
  32069. socket                        The socket or Windows pipe to connect to.
  32070.  
  32071. The option argument is used to tell *MyODBC* that the client isn't 100%
  32072. ODBC compliant. On Windows, one normally sets the option flag by
  32073. toggling the different options on the connection screen but one can also
  32074. set this in the opton argument. The following options are listed in the
  32075. same order as they appear in the *MyODBC* connect screen:
  32076.  
  32077. *Bit*   *Meaning*
  32078. 1       The client can't handle that *MyODBC* returns the real width of
  32079.         a column.
  32080. 2       The client can't handle that MySQL returns the true value of
  32081.         affected rows.  If this flag is set then MySQL returns 'found
  32082.         rows' instead.  One must have MySQL 3.21.14 or newer to get this
  32083.         to work.
  32084. 4       Make a debug log in c:\myodbc.log.  This is the same as putting
  32085.         `MYSQL_DEBUG=d:t:O,c::\myodbc.log' in `AUTOEXEC.BAT'
  32086. 8       Don't set any packet limit for results and parameters.
  32087. 16      Don't prompt for questions even if driver would like to prompt
  32088. 32      Simulate a ODBC 1.0 driver in some context.
  32089. 64      Ignore use of database name in 'database.table.column'.
  32090. 128     Force use of ODBC manager cursors (experimental).
  32091. 256     Disable the use of extended fetch (experimental)
  32092. 512     Pad CHAR fields to full column length.
  32093. 1024    SQLDescribeCol() will return fully qualifed column names
  32094. 2048    Use the compressed server/client protocol
  32095. 4096    Tell server to ignore space after function name and before `'(''
  32096.         (needed by PowerBuilder).  This will make all function names
  32097.         keywords!
  32098. 8192    Connect with named pipes to a `mysqld' server running on NT.
  32099. 16384   Change LONGLONG columns to INT columns (Some applications can't
  32100.         handle LONGLONG).
  32101. 32768   Return 'user' as Table_qualifier and Table_owner from SQLTables
  32102.         (experimental)
  32103. 65536   Read parameters from the `client' and `odbc' groups from `my.cnf'
  32104. 131072  Add some extra safety checks (should not bee needed but...)
  32105.  
  32106. If you want to have many options, you should add the above flags!  For
  32107. example setting option to 12 (4+8) gives you debugging without package
  32108. limits!
  32109.  
  32110. The default `MYODBC.DLL' is compiled for optimal performance.  If you
  32111. want to to debug *MyODBC* (for example to enable tracing), you should
  32112. instead use `MYODBCD.DLL'.  To install this file, copy `MYODBCD.DLL'
  32113. over the installed `MYODBC.DLL' file.
  32114.  
  32115. How to Report Problems with MyODBC
  32116. ----------------------------------
  32117.  
  32118. *MyODBC* has been tested with Access, Admndemo.exe, C++-Builder,
  32119. Borland Builder 4, Centura Team Developer (formerly Gupta SQL/Windows),
  32120. ColdFusion (on Solaris and NT with svc pack 5), Crystal Reports,
  32121. DataJunction, Delphi, ERwin, Excel, iHTML, FileMaker Pro, FoxPro, Notes
  32122. 4.5/4.6, SBSS, Perl DBD-ODBC, Paradox, Powerbuilder, Powerdesigner 32
  32123. bit, VC++, and Visual Basic.
  32124.  
  32125. If you know of any other applications that work with *MyODBC*, please
  32126. send mail to <myodbc@lists.mysql.com> about this!
  32127.  
  32128. With some programs you may get an error like: `Another user has
  32129. modifies the record that you have modified'. In most cases this can be
  32130. solved by doing one of the following things:
  32131.  
  32132.    * Add a primary key for the table if there isn't one already.
  32133.  
  32134.    * Add a timestamp column if there isn't one already.
  32135.  
  32136.    * Only use double float fields. Some programs may fail when they
  32137.      compare single floats.
  32138.  
  32139. If the above doesn't help, you should do a `MyODBC' trace file and try
  32140. to figure out why things go wrong.
  32141.  
  32142. Programs Known to Work with MyODBC
  32143. ----------------------------------
  32144.  
  32145. Most programs should work with *MyODBC*, but for each of those listed
  32146. below, we have tested it ourselves or received confirmation from some
  32147. user that it works:
  32148.  
  32149. *Program*
  32150.      *Comment*
  32151.  
  32152. Access
  32153.      To make Access work:
  32154.         * If you are using Access 2000, you should get and install the
  32155.           newest (version 2.6 or above) Microsoft MDAC (`Microsoft Data
  32156.           Access Components') from `http://www.microsoft.com/data'.
  32157.           This will fix the following bug in Access: when you export
  32158.           data to MySQL, the table and column names aren't specified.
  32159.           Another way to around this bug is to upgrade to MyODBC
  32160.           Version 2.50.33 and MySQL Version 3.23.x, which together
  32161.           provide a workaround for this bug!
  32162.  
  32163.           You should also get and apply the Microsoft Jet 4.0 Service
  32164.           Pack 5 (SP5) which can be found here
  32165.           `http://support.microsoft.com/support/kb/articles/Q
  32166.           239/1/14.ASP'.  This will fix some cases where columns are
  32167.           marked as `#deleted#' in Access.
  32168.  
  32169.           Note that if you are using MySQL Version 3.22, you must to
  32170.           apply the MDAC patch and use MyODBC 2.50.32 or 2.50.34 and
  32171.           above to go around this problem.
  32172.  
  32173.         * Set the "Return matching rows" MyODBC option field when
  32174.           connecting to MySQL.
  32175.  
  32176.         * You should have a primary key in the table. If not, new or
  32177.           updated rows may show up as `#Deleted#'.
  32178.  
  32179.         * You should have a timestamp in all tables you want to be able
  32180.           to update.  For maximum portability `TIMESTAMP(14)' or simple
  32181.           `TIMESTAMP' is recommended instead of other `TIMESTAMP(X)'
  32182.           variations.
  32183.  
  32184.         * Only use double float fields. Access fails when comparing
  32185.           with single floats.  The symptom usually is that new or
  32186.           updated rows may show up as `#Deleted#' or that you can't
  32187.           find or update rows.
  32188.  
  32189.         * If you still get the error `Another user has changed your
  32190.           data' after adding a `TIMESTAMP' column, the following trick
  32191.           may help you:
  32192.  
  32193.           Don't use `table' data sheet view. Create instead a form with
  32194.           the fields you want, and use that `form' data sheet view.
  32195.           You should set the `DefaultValue' property for the
  32196.           `TIMESTAMP' column to `NOW()'.  It may be a good idea to hide
  32197.           the `TIMESTAMP' column from view so your users are not
  32198.           confused.
  32199.  
  32200.         * Access on NT will report `BLOB' columns as `OLE OBJECTS'. If
  32201.           you want to have `MEMO' columns instead, you should change the
  32202.           column to `TEXT' with `ALTER TABLE'.
  32203.  
  32204.         * Access can't always handle `DATE' columns properly. If you
  32205.           have a problem with these, change the columns to `DATETIME'.
  32206.  
  32207.         * In some cases, Access may generate illegal SQL queries that
  32208.           MySQL can't understand. You can fix this by selecting
  32209.           `"Query|SQLSpecific|Pass-Through"' from the Access menu.
  32210.  
  32211.         * If you have in Access a column defined as BYTE, Access will
  32212.           try to export this as `TINYINT' instead of `TINYINT
  32213.           UNSIGNED'.  This will give you problems if you have values >
  32214.           127 in the column!
  32215.  
  32216.         * If you are using Access 7.0, You should use the option flag
  32217.           `Return matching rows'.
  32218.  
  32219.         * If you are using Access 2.0, You should use the option flags
  32220.           `Return matching rows' and `Simulate ODBC 1.0'.
  32221.  
  32222. ADO
  32223.      When you are coding with the ADO API and *MyODBC* you need to put
  32224.      attention in some default properties that aren't supported by the
  32225.      MySQL server.  For example, using the `CursorLocation Property' as
  32226.      `adUseServer' will return for the `RecordCount Property' a result
  32227.      of -1. To have the right value, you need to set this property to
  32228.      `adUseClient', like is showing in the VB code below:
  32229.  
  32230.           Dim myconn As New ADODB.Connection
  32231.           Dim myrs As New Recordset
  32232.           Dim mySQL As String
  32233.           Dim myrows As Long
  32234.           
  32235.           myconn.Open "DSN=MyODBCsample"
  32236.           mySQL = "SELECT * from user"
  32237.           myrs.Source = mySQL
  32238.           Set myrs.ActiveConnection = myconn
  32239.           myrs.CursorLocation = adUseClient
  32240.           myrs.Open
  32241.           myrows = myrs.RecordCount
  32242.           
  32243.           myrs.Close
  32244.           myconn.Close
  32245.  
  32246.      Another workaround is to use a `SELECT COUNT(*)' statement for a
  32247.      similar query to get the correct row count.
  32248.  
  32249. Active server pages (ASP)
  32250.      You should use the option flag `Return matching rows'.
  32251.  
  32252. BDE applications
  32253.      To get these to work, you should set the option flags `Don't
  32254.      optimize column widths' and `Return matching rows'.
  32255.  
  32256. Borland Builder 4
  32257.      When you start a query you can use the property `Active' or use the
  32258.      method `Open'.  Note that `Active' will start by automatically
  32259.      issuing a `SELECT * FROM ...' query that may not be a good thing if
  32260.      your tables are big!
  32261.  
  32262. ColdFusion (On Unix)
  32263.      The following information is taken from the ColdFusion
  32264.      documentation:
  32265.  
  32266.      Use the following information to configure ColdFusion Server for
  32267.      Linux to use the unixODBC driver with *MyODBC* for MySQL data
  32268.      sources.  Allaire has verified that *MyODBC* Version 2.50.26 works
  32269.      with MySQL Version 3.22.27 and ColdFusion for Linux. (Any newer
  32270.      version should also work.) You can download *MyODBC* at
  32271.      `http://www.mysql.com/downloads/api-myodbc.html'
  32272.  
  32273.      ColdFusion Version 4.5.1 allows you to us the ColdFusion
  32274.      Administrator to add the MySQL data source. However, the driver is
  32275.      not included with ColdFusion Version 4.5.1. Before the MySQL driver
  32276.      will appear in the ODBC datasources drop-down list, you must build
  32277.      and copy the *MyODBC* driver to `/opt/coldfusion/lib/libmyodbc.so'.
  32278.  
  32279.      The Contrib directory contains the program mydsn-xxx.zip which
  32280.      allows you to build and remove the DSN registry file for the
  32281.      MyODBC driver on Coldfusion applications.
  32282.  
  32283. DataJunction
  32284.      You have to change it to output `VARCHAR' rather than `ENUM', as
  32285.      it exports the latter in a manner that causes MySQL grief.
  32286.  
  32287. Excel
  32288.      Works. Some tips:
  32289.         * If you have problems with dates, try to select them as
  32290.           strings using the `CONCAT()' function. For example:
  32291.                select CONCAT(rise_time), CONCAT(set_time)
  32292.                    from sunrise_sunset;
  32293.           Values retrieved as strings this way should be correctly
  32294.           recognized as time values by Excel97.
  32295.  
  32296.           The purpose of `CONCAT()' in this example is to fool ODBC
  32297.           into thinking the column is of "string type". Without the
  32298.           `CONCAT()', ODBC knows the column is of time type, and Excel
  32299.           does not understand that.
  32300.  
  32301.           Note that this is a bug in Excel, because it automatically
  32302.           converts a string to a time. This would be great if the
  32303.           source was a text file, but is plain stupid when the source
  32304.           is an ODBC connection that reports exact types for each
  32305.           column.
  32306.  
  32307. Word
  32308.      To retrieve data from MySQL to Word/Excel documents, you need to
  32309.      use the `MyODBC' driver and the Add-in Microsoft Query help.
  32310.  
  32311.      For example, create a db with a table containing 2 columns of text:
  32312.  
  32313.         * Insert rows using the `mysql' client command-line tool.
  32314.  
  32315.         * Create a DSN file using the MyODBC driver, for example, my
  32316.           for the db above.
  32317.  
  32318.         * Open the Word application.
  32319.  
  32320.         * Create a blank new documentation.
  32321.  
  32322.         * Using the tool bar called Database, press the button insert
  32323.           database.
  32324.  
  32325.         * Press the button Get Data.
  32326.  
  32327.         * At the right hand of the screen Get Data, press the button Ms
  32328.           Query.
  32329.  
  32330.         * In the Ms Query create a New Data Source using the DSN file
  32331.           my.
  32332.  
  32333.         * Select the new query.
  32334.  
  32335.         * Select the columns that you want.
  32336.  
  32337.         * Make a filter if you want.
  32338.  
  32339.         * Make a Sort if you want.
  32340.  
  32341.         * Select Return Data to Microsoft Word.
  32342.  
  32343.         * Click Finish.
  32344.  
  32345.         * Click Insert data and select the records.
  32346.  
  32347.         * Click OK and you see the rows in your Word document.
  32348.  
  32349. odbcadmin
  32350.      Test program for ODBC.
  32351.  
  32352. Delphi
  32353.      You must use BDE Version 3.2 or newer.  Set the `Don't optimize
  32354.      column width' option field when connecting to MySQL.
  32355.  
  32356.      Also, here is some potentially useful Delphi code that sets up
  32357.      both an ODBC entry and a BDE entry for *MyODBC* (the BDE entry
  32358.      requires a BDE Alias Editor that is free at a Delphi Super Page
  32359.      near you. (Thanks to Bryan Brunton <bryan@flesherfab.com> for
  32360.      this):
  32361.  
  32362.           fReg:= TRegistry.Create;
  32363.             fReg.OpenKey('\Software\ODBC\ODBC.INI\DocumentsFab', True);
  32364.             fReg.WriteString('Database', 'Documents');
  32365.             fReg.WriteString('Description', ' ');
  32366.             fReg.WriteString('Driver', 'C:\WINNT\System32\myodbc.dll');
  32367.             fReg.WriteString('Flag', '1');
  32368.             fReg.WriteString('Password', '');
  32369.             fReg.WriteString('Port', ' ');
  32370.             fReg.WriteString('Server', 'xmark');
  32371.             fReg.WriteString('User', 'winuser');
  32372.             fReg.OpenKey('\Software\ODBC\ODBC.INI\ODBC Data Sources', True);
  32373.             fReg.WriteString('DocumentsFab', 'MySQL');
  32374.             fReg.CloseKey;
  32375.             fReg.Free;
  32376.           
  32377.             Memo1.Lines.Add('DATABASE NAME=');
  32378.             Memo1.Lines.Add('USER NAME=');
  32379.             Memo1.Lines.Add('ODBC DSN=DocumentsFab');
  32380.             Memo1.Lines.Add('OPEN MODE=READ/WRITE');
  32381.             Memo1.Lines.Add('BATCH COUNT=200');
  32382.             Memo1.Lines.Add('LANGDRIVER=');
  32383.             Memo1.Lines.Add('MAX ROWS=-1');
  32384.             Memo1.Lines.Add('SCHEMA CACHE DIR=');
  32385.             Memo1.Lines.Add('SCHEMA CACHE SIZE=8');
  32386.             Memo1.Lines.Add('SCHEMA CACHE TIME=-1');
  32387.             Memo1.Lines.Add('SQLPASSTHRU MODE=SHARED AUTOCOMMIT');
  32388.             Memo1.Lines.Add('SQLQRYMODE=');
  32389.             Memo1.Lines.Add('ENABLE SCHEMA CACHE=FALSE');
  32390.             Memo1.Lines.Add('ENABLE BCD=FALSE');
  32391.             Memo1.Lines.Add('ROWSET SIZE=20');
  32392.             Memo1.Lines.Add('BLOBS TO CACHE=64');
  32393.             Memo1.Lines.Add('BLOB SIZE=32');
  32394.           
  32395.             AliasEditor.Add('DocumentsFab','MySQL',Memo1.Lines);
  32396.  
  32397. C++ Builder
  32398.      Tested with BDE Version 3.0. The only known problem is that when
  32399.      the table schema changes, query fields are not updated. BDE,
  32400.      however, does not seem to recognize primary keys, only the index
  32401.      PRIMARY, though this has not been a problem.
  32402.  
  32403. Vision
  32404.      You should use the option flag `Return matching rows'.
  32405.  
  32406. Visual Basic
  32407.      To be able to update a table, you must define a primary key for
  32408.      the table.
  32409.  
  32410.      Visual Basic with ADO can't handle big integers. This means that
  32411.      some queries like `SHOW PROCESSLIST' will not work properly.  The
  32412.      fix is to set add the option `OPTION=16834' in the ODBC connect
  32413.      string or set the `Change BIGINT columns to INT' option in the
  32414.      MyODBC connect screen.  You may also want to set the `Return
  32415.      matching rows' option.
  32416.  
  32417. VisualInterDev
  32418.      If you get the error `[Microsoft][ODBC Driver Manager] Driver does
  32419.      not support this parameter' the reason may be that you have a
  32420.      `BIGINT' in your result.  Try setting the `Change BIGINT columns
  32421.      to INT' option in the MyODBC connect screen.
  32422.  
  32423. Visual Objects
  32424.      You should use the option flag `Don't optimize column widths'.
  32425.  
  32426. How to Get the Value of an `AUTO_INCREMENT' Column in ODBC
  32427. ----------------------------------------------------------
  32428.  
  32429. A common problem is how to get the value of an automatically generated
  32430. ID from an `INSERT'. With ODBC, you can do something like this (assuming
  32431. that `auto' is an `AUTO_INCREMENT' field):
  32432.  
  32433.      INSERT INTO foo (auto,text) VALUES(NULL,'text');
  32434.      SELECT LAST_INSERT_ID();
  32435.  
  32436. Or, if you are just going to insert the ID into another table, you can
  32437. do this:
  32438.  
  32439.      INSERT INTO foo (auto,text) VALUES(NULL,'text');
  32440.      INSERT INTO foo2 (id,text) VALUES(LAST_INSERT_ID(),'text');
  32441.  
  32442. *Note Getting unique ID::.
  32443.  
  32444. For the benefit of some ODBC applications (at least Delphi and Access),
  32445. the following query can be used to find a newly inserted row:
  32446.      SELECT * FROM tbl_name WHERE auto IS NULL;
  32447.  
  32448. Reporting Problems with MyODBC
  32449. ------------------------------
  32450.  
  32451. If you encounter difficulties with *MyODBC*, you should start by making
  32452. a log file from the ODBC manager (the log you get when requesting logs
  32453. from ODBCADMIN) and a *MyODBC* log.
  32454.  
  32455. To get a *MyODBC* log, you need to do the following:
  32456.  
  32457.   1. Ensure that you are using `myodbcd.dll' and not `myodbc.dll'.  The
  32458.      easiest way to do this is to get `myodbcd.dll' from the MyODBC
  32459.      distribution and copy it over the `myodbc.dll', which is probably
  32460.      in your `C:\windows\system32' or `C:\winnt\system32' directory.
  32461.  
  32462.      Note that you probably want to restore the old myodbc.dll file
  32463.      when you have finished testing, as this is a lot faster than
  32464.      `myodbcd.dll'.
  32465.  
  32466.   2. Tag the `Trace MyODBC' option flag in the *MyODBC*
  32467.      connect/configure screen.  The log will be written to file
  32468.      `C:\myodbc.log'.
  32469.  
  32470.      If the trace option is not remembered when you are going back to
  32471.      the above screen, it means that you are not using the `myodbcd.dll'
  32472.      driver (see above).
  32473.  
  32474.   3. Start your application and try to get it to fail.
  32475.  
  32476. Check the `MyODBC trace file', to find out what could be wrong.  You
  32477. should be able to find out the issued queries by searching after the
  32478. string `>mysql_real_query' in the `myodbc.log' file.
  32479.  
  32480. You should also try duplicating the queries in the `mysql' monitor or
  32481. `admndemo' to find out if the error is MyODBC or MySQL.
  32482.  
  32483. If you find out something is wrong, please only send the relevant rows
  32484. (max 40 rows) to <myodbc@lists.mysql.com>.  Please never send the whole
  32485. MyODBC or ODBC log file!
  32486.  
  32487. If you are unable to find out what's wrong, the last option is to make
  32488. an archive (tar or zip) that contains a MyODBC trace file, the ODBC log
  32489. file, and a README file that explains the problem.  You can send this
  32490. to `ftp://support.mysql.com/pub/mysql/secret'.  Only we at MySQL AB
  32491. will have access to the files you upload, and we will be very discrete
  32492. with the data!
  32493.  
  32494. If you can create a program that also shows this problem, please upload
  32495. this too!
  32496.  
  32497. If the program works with some other SQL server, you should make an
  32498. ODBC log file where you do exactly the same thing in the other SQL
  32499. server.
  32500.  
  32501. Remember that the more information you can supply to us, the more
  32502. likely it is that we can fix the problem!
  32503.  
  32504. MySQL C API
  32505. ===========
  32506.  
  32507. The C API code is distributed with MySQL. It is included in the
  32508. `mysqlclient' library and allows C programs to access a database.
  32509.  
  32510. Many of the clients in the MySQL source distribution are written in C.
  32511. If you are looking for examples that demonstrate how to use the C API,
  32512. take a look at these clients. You can find these in the `clients'
  32513. directory in the MySQL source distribution.
  32514.  
  32515. Most of the other client APIs (all except Java) use the `mysqlclient'
  32516. library to communicate with the MySQL server. This means that, for
  32517. example, you can take advantage of many of the same environment
  32518. variables that are used by other client programs, because they are
  32519. referenced from the library.  See *Note Client-Side Scripts::, for a
  32520. list of these variables.
  32521.  
  32522. The client has a maximum communication buffer size. The size of the
  32523. buffer that is allocated initially (16K bytes) is automatically
  32524. increased up to the maximum size (the maximum is 16M). Because buffer
  32525. sizes are increased only as demand warrants, simply increasing the
  32526. default maximum limit does not in itself cause more resources to be
  32527. used. This size check is mostly a check for erroneous queries and
  32528. communication packets.
  32529.  
  32530. The communication buffer must be large enough to contain a single SQL
  32531. statement (for client-to-server traffic) and one row of returned data
  32532. (for server-to-client traffic).  Each thread's communication buffer is
  32533. dynamically enlarged to handle any query or row up to the maximum
  32534. limit.  For example, if you have `BLOB' values that contain up to 16M
  32535. of data, you must have a communication buffer limit of at least 16M (in
  32536. both server and client).  The client's default maximum is 16M, but the
  32537. default maximum in the server is 1M.  You can increase this by changing
  32538. the value of the `max_allowed_packet' parameter when the server is
  32539. started.  *Note Server parameters::.
  32540.  
  32541. The MySQL server shrinks each communication buffer to
  32542. `net_buffer_length' bytes after each query.  For clients, the size of
  32543. the buffer associated with a connection is not decreased until the
  32544. connection is closed, at which time client memory is reclaimed.
  32545.  
  32546. For programming with threads, consult the 'how to make a thread-safe
  32547. client' chapter. *Note Threaded clients::.
  32548.  
  32549. C API Datatypes
  32550. ---------------
  32551.  
  32552. `MYSQL'
  32553.      This structure represents a handle to one database connection. It
  32554.      is used for almost all MySQL functions.
  32555.  
  32556. `MYSQL_RES'
  32557.      This structure represents the result of a query that returns rows
  32558.      (`SELECT', `SHOW', `DESCRIBE', `EXPLAIN').  The information
  32559.      returned from a query is called the _result set_ in the remainder
  32560.      of this section.
  32561.  
  32562. `MYSQL_ROW'
  32563.      This is a type-safe representation of one row of data. It is
  32564.      currently implemented as an array of counted byte strings.  (You
  32565.      cannot treat these as null-terminated strings if field values may
  32566.      contain binary data, because such values may contain null bytes
  32567.      internally.)  Rows are obtained by calling `mysql_fetch_row()'.
  32568.  
  32569. `MYSQL_FIELD'
  32570.      This structure contains information about a field, such as the
  32571.      field's name, type, and size. Its members are described in more
  32572.      detail below.  You may obtain the `MYSQL_FIELD' structures for
  32573.      each field by calling `mysql_fetch_field()' repeatedly.  Field
  32574.      values are not part of this structure; they are contained in a
  32575.      `MYSQL_ROW' structure.
  32576.  
  32577. `MYSQL_FIELD_OFFSET'
  32578.      This is a type-safe representation of an offset into a MySQL field
  32579.      list.  (Used by `mysql_field_seek()'.)  Offsets are field numbers
  32580.      within a row, beginning at zero.
  32581.  
  32582. `my_ulonglong'
  32583.      The type used for the number of rows and for
  32584.      `mysql_affected_rows()', `mysql_num_rows()', and
  32585.      `mysql_insert_id()'. This type provides a range of `0' to
  32586.      `1.84e19'.
  32587.  
  32588.      On some systems, attempting to print a value of type `my_ulonglong'
  32589.      will not work.  To print such a value, convert it to `unsigned
  32590.      long' and use a `%lu' print format.  Example:
  32591.           printf (Number of rows: %lu\n", (unsigned long) mysql_num_rows(result));
  32592.  
  32593. The `MYSQL_FIELD' structure contains the members listed below:
  32594.  
  32595. `char * name'
  32596.      The name of the field, as a null-terminated string.
  32597.  
  32598. `char * table'
  32599.      The name of the table containing this field, if it isn't a
  32600.      calculated field.  For calculated fields, the `table' value is an
  32601.      empty string.
  32602.  
  32603. `char * def'
  32604.      The default value of this field, as a null-terminated string.
  32605.      This is set only if you use `mysql_list_fields()'.
  32606.  
  32607. `enum enum_field_types type'
  32608.      The type of the field.  The `type' value may be one of the
  32609.      following:
  32610.  
  32611.      *Type value*         *Type meaning*
  32612.      `FIELD_TYPE_TINY'    `TINYINT' field
  32613.      `FIELD_TYPE_SHORT'   `SMALLINT' field
  32614.      `FIELD_TYPE_LONG'    `INTEGER' field
  32615.      `FIELD_TYPE_INT24'   `MEDIUMINT' field
  32616.      `FIELD_TYPE_LONGLONG'`BIGINT' field
  32617.      `FIELD_TYPE_DECIMAL' `DECIMAL' or `NUMERIC' field
  32618.      `FIELD_TYPE_FLOAT'   `FLOAT' field
  32619.      `FIELD_TYPE_DOUBLE'  `DOUBLE' or `REAL' field
  32620.      `FIELD_TYPE_TIMESTAMP'`TIMESTAMP' field
  32621.      `FIELD_TYPE_DATE'    `DATE' field
  32622.      `FIELD_TYPE_TIME'    `TIME' field
  32623.      `FIELD_TYPE_DATETIME'`DATETIME' field
  32624.      `FIELD_TYPE_YEAR'    `YEAR' field
  32625.      `FIELD_TYPE_STRING'  String (`CHAR' or `VARCHAR') field
  32626.      `FIELD_TYPE_BLOB'    `BLOB' or `TEXT' field (use
  32627.                           `max_length' to determine the
  32628.                           maximum length)
  32629.      `FIELD_TYPE_SET'     `SET' field
  32630.      `FIELD_TYPE_ENUM'    `ENUM' field
  32631.      `FIELD_TYPE_NULL'    `NULL'-type field
  32632.      `FIELD_TYPE_CHAR'    Deprecated; use `FIELD_TYPE_TINY'
  32633.                           instead
  32634.  
  32635.      You can use the `IS_NUM()' macro to test whether or not a field
  32636.      has a numeric type.  Pass the `type' value to `IS_NUM()' and it
  32637.      will evaluate to TRUE if the field is numeric:
  32638.  
  32639.           if (IS_NUM(field->type))
  32640.               printf("Field is numeric\n");
  32641.  
  32642. `unsigned int length'
  32643.      The width of the field, as specified in the table definition.
  32644.  
  32645. `unsigned int max_length'
  32646.      The maximum width of the field for the result set (the length of
  32647.      the longest field value for the rows actually in the result set).
  32648.      If you use `mysql_store_result()' or `mysql_list_fields()', this
  32649.      contains the maximum length for the field.  If you use
  32650.      `mysql_use_result()', the value of this variable is zero.
  32651.  
  32652. `unsigned int flags'
  32653.      Different bit-flags for the field.  The `flags' value may have zero
  32654.      or more of the following bits set:
  32655.  
  32656.      *Flag value*         *Flag meaning*
  32657.      `NOT_NULL_FLAG'      Field can't be `NULL'
  32658.      `PRI_KEY_FLAG'       Field is part of a primary key
  32659.      `UNIQUE_KEY_FLAG'    Field is part of a unique key
  32660.      `MULTIPLE_KEY_FLAG'  Field is part of a non-unique key
  32661.      `UNSIGNED_FLAG'      Field has the `UNSIGNED' attribute
  32662.      `ZEROFILL_FLAG'      Field has the `ZEROFILL' attribute
  32663.      `BINARY_FLAG'        Field has the `BINARY' attribute
  32664.      `AUTO_INCREMENT_FLAG'Field has the `AUTO_INCREMENT'
  32665.                           attribute
  32666.      `ENUM_FLAG'          Field is an `ENUM' (deprecated)
  32667.      `BLOB_FLAG'          Field is a `BLOB' or `TEXT'
  32668.                           (deprecated)
  32669.      `TIMESTAMP_FLAG'     Field is a `TIMESTAMP' (deprecated)
  32670.  
  32671.      Use of the `BLOB_FLAG', `ENUM_FLAG', and `TIMESTAMP_FLAG' flags is
  32672.      deprecated because they indicate the type of a field rather than
  32673.      an attribute of its type.  It is preferable to test `field->type'
  32674.      against `FIELD_TYPE_BLOB', `FIELD_TYPE_ENUM', or
  32675.      `FIELD_TYPE_TIMESTAMP' instead.
  32676.  
  32677.      The example below illustrates a typical use of the `flags' value:
  32678.  
  32679.           if (field->flags & NOT_NULL_FLAG)
  32680.               printf("Field can't be null\n");
  32681.  
  32682.      You may use the following convenience macros to determine the
  32683.      boolean status of the `flags' value:
  32684.  
  32685.      `IS_NOT_NULL(flags)' True if this field is defined as
  32686.                           `NOT NULL'
  32687.      `IS_PRI_KEY(flags)'  True if this field is a primary
  32688.                           key
  32689.      `IS_BLOB(flags)'     True if this field is a `BLOB' or
  32690.                           `TEXT' (deprecated; test
  32691.                           `field->type' instead)
  32692.  
  32693. `unsigned int decimals'
  32694.      The number of decimals for numeric fields.
  32695.  
  32696. C API Function Overview
  32697. -----------------------
  32698.  
  32699. The functions available in the C API are listed below and are described
  32700. in greater detail in the next section.  *Note C API functions::.
  32701.  
  32702. *mysql_affected_rows()* Returns the number of rows
  32703.                        changed/deleted/inserted by the last `UPDATE',
  32704.                        `DELETE', or `INSERT' query.
  32705. *mysql_close()*         Closes a server connection.
  32706. *mysql_connect()*       Connects to a MySQL server. This function is
  32707.                        deprecated; use `mysql_real_connect()' instead.
  32708. *mysql_change_user()*   Changes user and database on an open connection.
  32709. *mysql_character_set_name()* Returns the name of the default character set
  32710.                        for the connection.
  32711. *mysql_create_db()*     Creates a database. This function is deprecated;
  32712.                        use the SQL command `CREATE DATABASE' instead.
  32713. *mysql_data_seek()*     Seeks to an arbitrary row in a query result set.
  32714. *mysql_debug()*         Does a `DBUG_PUSH' with the given string.
  32715. *mysql_drop_db()*       Drops a database. This function is deprecated;
  32716.                        use the SQL command `DROP DATABASE' instead.
  32717. *mysql_dump_debug_info()* Makes the server write debug information to the
  32718.                        log.
  32719. *mysql_eof()*           Determines whether or not the last row of a
  32720.                        result set has been read.  This function is
  32721.                        deprecated; `mysql_errno()' or `mysql_error()'
  32722.                        may be used instead.
  32723. *mysql_errno()*         Returns the error number for the most recently
  32724.                        invoked MySQL function.
  32725. *mysql_error()*         Returns the error message for the most recently
  32726.                        invoked MySQL function.
  32727. *mysql_real_escape_string()* Escapes special characters in a string for use
  32728.                        in a SQL statement taking into account the
  32729.                        current charset of the connection.
  32730. *mysql_escape_string()* Escapes special characters in a string for use
  32731.                        in a SQL statement.
  32732. *mysql_fetch_field()*   Returns the type of the next table field.
  32733. *mysql_fetch_field_direct()* Returns the type of a table field, given a field
  32734.                        number.
  32735. *mysql_fetch_fields()*  Returns an array of all field structures.
  32736. *mysql_fetch_lengths()* Returns the lengths of all columns in the
  32737.                        current row.
  32738. *mysql_fetch_row()*     Fetches the next row from the result set.
  32739. *mysql_field_seek()*    Puts the column cursor on a specified column.
  32740. *mysql_field_count()*   Returns the number of result columns for the
  32741.                        most recent query.
  32742. *mysql_field_tell()*    Returns the position of the field cursor used
  32743.                        for the last `mysql_fetch_field()'.
  32744. *mysql_free_result()*   Frees memory used by a result set.
  32745. *mysql_get_client_info()* Returns client version information.
  32746. *mysql_get_host_info()* Returns a string describing the connection.
  32747. *mysql_get_proto_info()* Returns the protocol version used by the
  32748.                        connection.
  32749. *mysql_get_server_info()* Returns the server version number.
  32750. *mysql_info()*          Returns information about the most recently
  32751.                        executed query.
  32752. *mysql_init()*          Gets or initializes a `MYSQL' structure.
  32753. *mysql_insert_id()*     Returns the ID generated for an `AUTO_INCREMENT'
  32754.                        column by the previous query.
  32755. *mysql_kill()*          Kills a given thread.
  32756. *mysql_list_dbs()*      Returns database names matching a simple regular
  32757.                        expression.
  32758. *mysql_list_fields()*   Returns field names matching a simple regular
  32759.                        expression.
  32760. *mysql_list_processes()* Returns a list of the current server threads.
  32761. *mysql_list_tables()*   Returns table names matching a simple regular
  32762.                        expression.
  32763. *mysql_num_fields()*    Returns the number of columns in a result set.
  32764. *mysql_num_rows()*      Returns the number of rows in a result set.
  32765. *mysql_options()*       Sets connect options for `mysql_connect()'.
  32766. *mysql_ping()*          Checks whether or not the connection to the
  32767.                        server is working, reconnecting as necessary.
  32768. *mysql_query()*         Executes a SQL query specified as a
  32769.                        null-terminated string.
  32770. *mysql_real_connect()*  Connects to a MySQL server.
  32771. *mysql_real_query()*    Executes a SQL query specified as a counted
  32772.                        string.
  32773. *mysql_reload()*        Tells the server to reload the grant tables.
  32774. *mysql_row_seek()*      Seeks to a row in a result set, using value
  32775.                        returned from `mysql_row_tell()'.
  32776. *mysql_row_tell()*      Returns the row cursor position.
  32777. *mysql_select_db()*     Selects a database.
  32778. *mysql_shutdown()*      Shuts down the database server.
  32779. *mysql_stat()*          Returns the server status as a string.
  32780. *mysql_store_result()*  Retrieves a complete result set to the client.
  32781. *mysql_thread_id()*     Returns the current thread ID.
  32782. *mysql_thread_save()*   Returns 1 if the clients are compiled as
  32783.                        thread-safe.
  32784. *mysql_use_result()*    Initiates a row-by-row result set retrieval.
  32785.  
  32786. To connect to the server, call `mysql_init()' to initialize a
  32787. connection handler, then call `mysql_real_connect()' with that handler
  32788. (along with other information such as the hostname, user name, and
  32789. password).  Upon connection, `mysql_real_connect()' sets the
  32790. `reconnect' flag (part of the MYSQL structure) to a value of `1'. This
  32791. flag indicates, in the event that a query cannot be performed because
  32792. of a lost connection, to try reconnecting to the server before giving
  32793. up.  When you are done with the connection, call `mysql_close()' to
  32794. terminate it.
  32795.  
  32796. While a connection is active, the client may send SQL queries to the
  32797. server using `mysql_query()' or `mysql_real_query()'.  The difference
  32798. between the two is that `mysql_query()' expects the query to be
  32799. specified as a null-terminated string whereas `mysql_real_query()'
  32800. expects a counted string.  If the string contains binary data (which may
  32801. include null bytes), you must use `mysql_real_query()'.
  32802.  
  32803. For each non-`SELECT' query (for example, `INSERT', `UPDATE',
  32804. `DELETE'), you can find out how many rows were changed (affected) by
  32805. calling `mysql_affected_rows()'.
  32806.  
  32807. For `SELECT' queries, you retrieve the selected rows as a result set.
  32808. (Note that some statements are `SELECT'-like in that they return rows.
  32809. These include `SHOW', `DESCRIBE', and `EXPLAIN'.  They should be
  32810. treated the same way as `SELECT' statements.)
  32811.  
  32812. There are two ways for a client to process result sets.  One way is to
  32813. retrieve the entire result set all at once by calling
  32814. `mysql_store_result()'.  This function acquires from the server all the
  32815. rows returned by the query and stores them in the client.  The second
  32816. way is for the client to initiate a row-by-row result set retrieval by
  32817. calling `mysql_use_result()'.  This function initializes the retrieval,
  32818. but does not actually get any rows from the server.
  32819.  
  32820. In both cases, you access rows by calling `mysql_fetch_row()'.  With
  32821. `mysql_store_result()', `mysql_fetch_row()' accesses rows that have
  32822. already been fetched from the server.  With `mysql_use_result()',
  32823. `mysql_fetch_row()' actually retrieves the row from the server.
  32824. Information about the size of the data in each row is available by
  32825. calling `mysql_fetch_lengths()'.
  32826.  
  32827. After you are done with a result set, call `mysql_free_result()' to
  32828. free the memory used for it.
  32829.  
  32830. The two retrieval mechanisms are complementary.  Client programs should
  32831. choose the approach that is most appropriate for their requirements.
  32832. In practice, clients tend to use `mysql_store_result()' more commonly.
  32833.  
  32834. An advantage of `mysql_store_result()' is that because the rows have all
  32835. been fetched to the client, you not only can access rows sequentially,
  32836. you can move back and forth in the result set using `mysql_data_seek()'
  32837. or `mysql_row_seek()' to change the current row position within the
  32838. result set.  You can also find out how many rows there are by calling
  32839. `mysql_num_rows()'.  On the other hand, the memory requirements for
  32840. `mysql_store_result()' may be very high for large result sets and you
  32841. are more likely to encounter out-of-memory conditions.
  32842.  
  32843. An advantage of `mysql_use_result()' is that the client requires less
  32844. memory for the result set because it maintains only one row at a time
  32845. (and because there is less allocation overhead, `mysql_use_result()'
  32846. can be faster).  Disadvantages are that you must process each row
  32847. quickly to avoid tying up the server, you don't have random access to
  32848. rows within the result set (you can only access rows sequentially), and
  32849. you don't know how many rows are in the result set until you have
  32850. retrieved them all.  Furthermore, you _must_ retrieve all the rows even
  32851. if you determine in mid-retrieval that you've found the information you
  32852. were looking for.
  32853.  
  32854. The API makes it possible for clients to respond appropriately to
  32855. queries (retrieving rows only as necessary) without knowing whether or
  32856. not the query is a `SELECT'.  You can do this by calling
  32857. `mysql_store_result()' after each `mysql_query()' (or
  32858. `mysql_real_query()').  If the result set call succeeds, the query was
  32859. a `SELECT' and you can read the rows.  If the result set call fails,
  32860. call `mysql_field_count()' to determine whether or not a result was
  32861. actually to be expected.  If `mysql_field_count()' returns zero, the
  32862. query returned no data (indicating that it was an `INSERT', `UPDATE',
  32863. `DELETE', etc.), and was not expected to return rows.  If
  32864. `mysql_field_count()' is non-zero, the query should have returned rows,
  32865. but didn't.  This indicates that the query was a `SELECT' that failed.
  32866. See the description for `mysql_field_count()' for an example of how
  32867. this can be done.
  32868.  
  32869. Both `mysql_store_result()' and `mysql_use_result()' allow you to
  32870. obtain information about the fields that make up the result set (the
  32871. number of fields, their names and types, etc.).  You can access field
  32872. information sequentially within the row by calling
  32873. `mysql_fetch_field()' repeatedly, or by field number within the row by
  32874. calling `mysql_fetch_field_direct()'.  The current field cursor
  32875. position may be changed by calling `mysql_field_seek()'.  Setting the
  32876. field cursor affects subsequent calls to `mysql_fetch_field()'.  You
  32877. can also get information for fields all at once by calling
  32878. `mysql_fetch_fields()'.
  32879.  
  32880. For detecting and reporting errors, MySQL provides access to error
  32881. information by means of the `mysql_errno()' and `mysql_error()'
  32882. functions.  These return the error code or error message for the most
  32883. recently invoked function that can succeed or fail, allowing you to
  32884. determine when an error occurred and what it was.
  32885.  
  32886. C API Function Descriptions
  32887. ---------------------------
  32888.  
  32889. In the descriptions below, a parameter or return value of `NULL' means
  32890. `NULL' in the sense of the C programming language, not a MySQL `NULL'
  32891. value.
  32892.  
  32893. Functions that return a value generally return a pointer or an integer.
  32894. Unless specified otherwise, functions returning a pointer return a
  32895. non-`NULL' value to indicate success or a `NULL' value to indicate an
  32896. error, and functions returning an integer return zero to indicate
  32897. success or non-zero to indicate an error.  Note that "non-zero" means
  32898. just that.  Unless the function description says otherwise, do not test
  32899. against a value other than zero:
  32900.  
  32901.      if (result)                   /* correct */
  32902.          ... error ...
  32903.      
  32904.      if (result < 0)               /* incorrect */
  32905.          ... error ...
  32906.      
  32907.      if (result == -1)             /* incorrect */
  32908.          ... error ...
  32909.  
  32910. When a function returns an error, the *Errors* subsection of the
  32911. function description lists the possible types of errors.  You can find
  32912. out which of these occurred by calling `mysql_errno()'.  A string
  32913. representation of the error may be obtained by calling `mysql_error()'.
  32914.  
  32915. `mysql_affected_rows()'
  32916. .......................
  32917.  
  32918. `my_ulonglong mysql_affected_rows(MYSQL *mysql)'
  32919.  
  32920. Description
  32921. ...........
  32922.  
  32923. Returns the number of rows changed by the last `UPDATE', deleted by the
  32924. last `DELETE' or inserted by the last `INSERT' statement. May be called
  32925. immediately after `mysql_query()' for `UPDATE', `DELETE', or `INSERT'
  32926. statements.  For `SELECT' statements, `mysql_affected_rows()' works like
  32927. `mysql_num_rows()'.
  32928.  
  32929. Return Values
  32930. .............
  32931.  
  32932. An integer greater than zero indicates the number of rows affected or
  32933. retrieved.  Zero indicates that no records where updated for an
  32934. `UPDATE' statement, no rows matched the `WHERE' clause in the query or
  32935. that no query has yet been executed.  -1 indicates that the query
  32936. returned an error or that, for a `SELECT' query,
  32937. `mysql_affected_rows()' was called prior to calling
  32938. `mysql_store_result()'.
  32939.  
  32940. Errors
  32941. ......
  32942.  
  32943. None.
  32944.  
  32945. Example
  32946. .......
  32947.  
  32948.      mysql_query(&mysql,"UPDATE products SET cost=cost*1.25 WHERE group=10");
  32949.      printf("%ld products updated",(long) mysql_affected_rows(&mysql));
  32950.  
  32951. If one specifies the flag `CLIENT_FOUND_ROWS' when connecting to
  32952. `mysqld', `mysql_affected_rows()' will return the number of rows
  32953. matched by the `WHERE' statement for `UPDATE' statements.
  32954.  
  32955. Note that when one uses a `REPLACE' command, `mysql_affected_rows()'
  32956. will return 2 if the new row replaced and old row.  This is because in
  32957. this case one row was inserted and then the duplicate was deleted.
  32958.  
  32959. `mysql_close()'
  32960. ...............
  32961.  
  32962. `void mysql_close(MYSQL *mysql)'
  32963.  
  32964. Description
  32965. ...........
  32966.  
  32967. Closes a previously opened connection.  `mysql_close()' also deallocates
  32968. the connection handle pointed to by `mysql' if the handle was allocated
  32969. automatically by `mysql_init()' or `mysql_connect()'.
  32970.  
  32971. Return Values
  32972. .............
  32973.  
  32974. None.
  32975.  
  32976. Errors
  32977. ......
  32978.  
  32979. None.
  32980.  
  32981. `mysql_connect()'
  32982. .................
  32983.  
  32984. `MYSQL *mysql_connect(MYSQL *mysql, const char *host, const char *user,
  32985. const char *passwd)'
  32986.  
  32987. Description
  32988. ...........
  32989.  
  32990. This function is deprecated.  It is preferable to use
  32991. `mysql_real_connect()' instead.
  32992.  
  32993. `mysql_connect()' attempts to establish a connection to a MySQL
  32994. database engine running on `host'.  `mysql_connect()' must complete
  32995. successfully before you can execute any of the other API functions,
  32996. with the exception of `mysql_get_client_info()'.
  32997.  
  32998. The meanings of the parameters are the same as for the corresponding
  32999. parameters for `mysql_real_connect()' with the difference that the
  33000. connection parameter may be `NULL'. In this case the C API allocates
  33001. memory for the connection structure automatically and frees it when you
  33002. call `mysql_close()'. The disadvantage of this approach is that you
  33003. can't retrieve an error message if the connection fails.  (To get error
  33004. information from `mysql_errno()' or `mysql_error()', you must provide a
  33005. valid `MYSQL' pointer.)
  33006.  
  33007. Return Values
  33008. .............
  33009.  
  33010. Same as for `mysql_real_connect()'.
  33011.  
  33012. Errors
  33013. ......
  33014.  
  33015. Same as for `mysql_real_connect()'.
  33016.  
  33017. `mysql_change_user()'
  33018. .....................
  33019.  
  33020. `my_bool mysql_change_user(MYSQL *mysql, const char *user, const char
  33021. *password, const char *db)'
  33022.  
  33023. Description
  33024. ...........
  33025.  
  33026. Changes the user and causes the database specified by `db' to become
  33027. the default (current) database on the connection specified by `mysql'.
  33028. In subsequent queries, this database is the default for table
  33029. references that do not include an explicit database specifier.
  33030.  
  33031. This function was introduced in MySQL Version 3.23.3.
  33032.  
  33033. `mysql_change_user()' fails unless the connected user can be
  33034. authenticated or if he doesn't have permission to use the database.  In
  33035. this case the user and database are not changed
  33036.  
  33037. The `db' parameter may be set to `NULL' if you don't want to have a
  33038. default database.
  33039.  
  33040. Return values
  33041. .............
  33042.  
  33043. Zero for success.  Non-zero if an error occurred.
  33044.  
  33045. Errors
  33046. ......
  33047.  
  33048. The same that you can get from `mysql_real_connect()'.
  33049.  
  33050. `CR_COMMANDS_OUT_OF_SYNC'
  33051.      Commands were executed in an improper order.
  33052.  
  33053. `CR_SERVER_GONE_ERROR'
  33054.      The MySQL server has gone away.
  33055.  
  33056. `CR_SERVER_LOST'
  33057.      The connection to the server was lost during the query.
  33058.  
  33059. `CR_UNKNOWN_ERROR'
  33060.      An unknown error occurred.
  33061.  
  33062. `ER_UNKNOWN_COM_ERROR'
  33063.      The MySQL server doesn't implement this command (probably an old
  33064.      server)
  33065.  
  33066. `ER_ACCESS_DENIED_ERROR'
  33067.      The user or password was wrong.
  33068.  
  33069. `ER_BAD_DB_ERROR'
  33070.      The database didn't exist.
  33071.  
  33072. `ER_DBACCESS_DENIED_ERROR'
  33073.      The user did not have access rights to the database.
  33074.  
  33075. `ER_WRONG_DB_NAME'
  33076.      The database name was too long.
  33077.  
  33078. Example
  33079. .......
  33080.  
  33081.      if (mysql_change_user(&mysql, "user", "password", "new_database"))
  33082.      {
  33083.         fprintf(stderr, "Failed to change user.  Error: %s\n",
  33084.                 mysql_error(&mysql));
  33085.      }
  33086.  
  33087. `mysql_character_set_name()'
  33088. ............................
  33089.  
  33090. `const char *mysql_character_set_name(MYSQL *mysql)'
  33091.  
  33092. Description
  33093. ...........
  33094.  
  33095. Returns the default character set for the current connection.
  33096.  
  33097. Return Values
  33098. .............
  33099.  
  33100. The default character set
  33101.  
  33102. Errors
  33103. ......
  33104.  
  33105. None.
  33106.  
  33107. `mysql_create_db()'
  33108. ...................
  33109.  
  33110. `int mysql_create_db(MYSQL *mysql, const char *db)'
  33111.  
  33112. Description
  33113. ...........
  33114.  
  33115. Creates the database named by the `db' parameter.
  33116.  
  33117. This function is deprecated.  It is preferable to use `mysql_query()'
  33118. to issue a SQL `CREATE DATABASE' statement instead.
  33119.  
  33120. Return Values
  33121. .............
  33122.  
  33123. Zero if the database was created successfully. Non-zero if an error
  33124. occurred.
  33125.  
  33126. Errors
  33127. ......
  33128.  
  33129. `CR_COMMANDS_OUT_OF_SYNC'
  33130.      Commands were executed in an improper order.
  33131.  
  33132. `CR_SERVER_GONE_ERROR'
  33133.      The MySQL server has gone away.
  33134.  
  33135. `CR_SERVER_LOST'
  33136.      The connection to the server was lost during the query.
  33137.  
  33138. `CR_UNKNOWN_ERROR'
  33139.      An unknown error occurred.
  33140.  
  33141. Example
  33142. .......
  33143.  
  33144.      if(mysql_create_db(&mysql, "my_database"))
  33145.      {
  33146.         fprintf(stderr, "Failed to create new database.  Error: %s\n",
  33147.                 mysql_error(&mysql));
  33148.      }
  33149.  
  33150. `mysql_data_seek()'
  33151. ...................
  33152.  
  33153. `void mysql_data_seek(MYSQL_RES *result, unsigned long long offset)'
  33154.  
  33155. Description
  33156. ...........
  33157.  
  33158. Seeks to an arbitrary row in a query result set.  This requires that the
  33159. result set structure contains the entire result of the query, so
  33160. `mysql_data_seek()' may be used in conjunction only with
  33161. `mysql_store_result()', not with `mysql_use_result()'.
  33162.  
  33163. The offset should be a value in the range from 0 to
  33164. `mysql_num_rows(result)-1'.
  33165.  
  33166. Return Values
  33167. .............
  33168.  
  33169. None.
  33170.  
  33171. Errors
  33172. ......
  33173.  
  33174. None.
  33175.  
  33176. `mysql_debug()'
  33177. ...............
  33178.  
  33179. `void mysql_debug(char *debug)'
  33180.  
  33181. Description
  33182. ...........
  33183.  
  33184. Does a `DBUG_PUSH' with the given string. `mysql_debug()' uses the Fred
  33185. Fish debug library. To use this function, you must compile the client
  33186. library to support debugging.  *Note Debugging server::. *Note
  33187. Debugging client::.
  33188.  
  33189. Return Values
  33190. .............
  33191.  
  33192. None.
  33193.  
  33194. Errors
  33195. ......
  33196.  
  33197. None.
  33198.  
  33199. Example
  33200. .......
  33201.  
  33202. The call shown below causes the client library to generate a trace file
  33203. in `/tmp/client.trace' on the client machine:
  33204.  
  33205.      mysql_debug("d:t:O,/tmp/client.trace");
  33206.  
  33207. `mysql_drop_db()'
  33208. .................
  33209.  
  33210. `int mysql_drop_db(MYSQL *mysql, const char *db)'
  33211.  
  33212. Description
  33213. ...........
  33214.  
  33215. Drops the database named by the `db' parameter.
  33216.  
  33217. This function is deprecated.  It is preferable to use `mysql_query()'
  33218. to issue a SQL `DROP DATABASE' statement instead.
  33219.  
  33220. Return Values
  33221. .............
  33222.  
  33223. Zero if the database was dropped successfully. Non-zero if an error
  33224. occurred.
  33225.  
  33226. Errors
  33227. ......
  33228.  
  33229. `CR_COMMANDS_OUT_OF_SYNC'
  33230.      Commands were executed in an improper order.
  33231.  
  33232. `CR_SERVER_GONE_ERROR'
  33233.      The MySQL server has gone away.
  33234.  
  33235. `CR_SERVER_LOST'
  33236.      The connection to the server was lost during the query.
  33237.  
  33238. `CR_UNKNOWN_ERROR'
  33239.      An unknown error occurred.
  33240.  
  33241. Example
  33242. .......
  33243.  
  33244.      if(mysql_drop_db(&mysql, "my_database"))
  33245.        fprintf(stderr, "Failed to drop the database: Error: %s\n",
  33246.                mysql_error(&mysql));
  33247.  
  33248. `mysql_dump_debug_info()'
  33249. .........................
  33250.  
  33251. `int mysql_dump_debug_info(MYSQL *mysql)'
  33252.  
  33253. Description
  33254. ...........
  33255.  
  33256. Instructs the server to write some debug information to the log.  The
  33257. connected user must have the *process* privilege for this to work.
  33258.  
  33259. Return values
  33260. .............
  33261.  
  33262. Zero if the command was successful. Non-zero if an error occurred.
  33263.  
  33264. Errors
  33265. ......
  33266.  
  33267. `CR_COMMANDS_OUT_OF_SYNC'
  33268.      Commands were executed in an improper order.
  33269.  
  33270. `CR_SERVER_GONE_ERROR'
  33271.      The MySQL server has gone away.
  33272.  
  33273. `CR_SERVER_LOST'
  33274.      The connection to the server was lost during the query.
  33275.  
  33276. `CR_UNKNOWN_ERROR'
  33277.      An unknown error occurred.
  33278.  
  33279. `mysql_eof()'
  33280. .............
  33281.  
  33282. `my_bool mysql_eof(MYSQL_RES *result)'
  33283.  
  33284. Description
  33285. ...........
  33286.  
  33287. This function is deprecated.  `mysql_errno()' or `mysql_error()' may be
  33288. used instead.
  33289.  
  33290. `mysql_eof()' determines whether or not the last row of a result set
  33291. has been read.
  33292.  
  33293. If you acquire a result set from a successful call to
  33294. `mysql_store_result()', the client receives the entire set in one
  33295. operation.  In this case, a `NULL' return from `mysql_fetch_row()'
  33296. always means the end of the result set has been reached and it is
  33297. unnecessary to call `mysql_eof()'.
  33298.  
  33299. On the other hand, if you use `mysql_use_result()' to initiate a result
  33300. set retrieval, the rows of the set are obtained from the server one by
  33301. one as you call `mysql_fetch_row()' repeatedly.  Because an error may
  33302. occur on the connection during this process, a `NULL' return value from
  33303. `mysql_fetch_row()' does not necessarily mean the end of the result set
  33304. was reached normally.  In this case, you can use `mysql_eof()' to
  33305. determine what happened.  `mysql_eof()' returns a non-zero value if the
  33306. end of the result set was reached and zero if an error occurred.
  33307.  
  33308. Historically, `mysql_eof()' predates the standard MySQL error functions
  33309. `mysql_errno()' and `mysql_error()'.  Because those error functions
  33310. provide the same information, their use is preferred over
  33311. `mysql_eof()', which is now deprecated.  (In fact, they provide more
  33312. information, because `mysql_eof()' returns only a boolean value whereas
  33313. the error functions indicate a reason for the error when one occurs.)
  33314.  
  33315. Return Values
  33316. .............
  33317.  
  33318. Zero if no error occurred. Non-zero if the end of the result set has
  33319. been reached.
  33320.  
  33321. Errors
  33322. ......
  33323.  
  33324. None.
  33325.  
  33326. Example
  33327. .......
  33328.  
  33329. The following example shows how you might use `mysql_eof()':
  33330.  
  33331.      mysql_query(&mysql,"SELECT * FROM some_table");
  33332.      result = mysql_use_result(&mysql);
  33333.      while((row = mysql_fetch_row(result)))
  33334.      {
  33335.          // do something with data
  33336.      }
  33337.      if(!mysql_eof(result))  // mysql_fetch_row() failed due to an error
  33338.      {
  33339.          fprintf(stderr, "Error: %s\n", mysql_error(&mysql));
  33340.      }
  33341.  
  33342. However, you can achieve the same effect with the standard MySQL error
  33343. functions:
  33344.  
  33345.      mysql_query(&mysql,"SELECT * FROM some_table");
  33346.      result = mysql_use_result(&mysql);
  33347.      while((row = mysql_fetch_row(result)))
  33348.      {
  33349.          // do something with data
  33350.      }
  33351.      if(mysql_errno(&mysql))  // mysql_fetch_row() failed due to an error
  33352.      {
  33353.          fprintf(stderr, "Error: %s\n", mysql_error(&mysql));
  33354.      }
  33355.  
  33356. `mysql_errno()'
  33357. ...............
  33358.  
  33359. `unsigned int mysql_errno(MYSQL *mysql)'
  33360.  
  33361. Description
  33362. ...........
  33363.  
  33364. For the connection specified by `mysql', `mysql_errno()' returns the
  33365. error code for the most recently invoked API function that can succeed
  33366. or fail.  A return value of zero means that no error occurred. Client
  33367. error message numbers are listed in the MySQL `errmsg.h' header file.
  33368. Server error message numbers are listed in `mysqld_error.h'. In the
  33369. MySQL source distribution you can find a complete list of error
  33370. messages and error numbers in the file `Docs/mysqld_error.txt'.
  33371.  
  33372. Return Values
  33373. .............
  33374.  
  33375. An error code value. Zero if no error occurred.
  33376.  
  33377. Errors
  33378. ......
  33379.  
  33380. None.
  33381.  
  33382. `mysql_error()'
  33383. ...............
  33384.  
  33385. `char *mysql_error(MYSQL *mysql)'
  33386.  
  33387. Description
  33388. ...........
  33389.  
  33390. For the connection specified by `mysql', `mysql_error()' returns the
  33391. error message for the most recently invoked API function that can
  33392. succeed or fail.  An empty string (`""') is returned if no error
  33393. occurred.  This means the following two tests are equivalent:
  33394.  
  33395.      if(mysql_errno(&mysql))
  33396.      {
  33397.          // an error occurred
  33398.      }
  33399.      
  33400.      if(mysql_error(&mysql)[0] != '\0')
  33401.      {
  33402.          // an error occurred
  33403.      }
  33404.  
  33405. The language of the client error messages may be changed by recompiling
  33406. the MySQL client library. Currently you can choose error messages in
  33407. several different languages.  *Note Languages::.
  33408.  
  33409. Return Values
  33410. .............
  33411.  
  33412. A character string that describes the error.  An empty string if no
  33413. error occurred.
  33414.  
  33415. Errors
  33416. ......
  33417.  
  33418. None.
  33419.  
  33420. `mysql_escape_string()'
  33421. .......................
  33422.  
  33423. You should use `mysql_real_escape_string()' instead!
  33424.  
  33425. This is identical to `mysql_real_escape_string()' except that it takes
  33426. the connection as the first argument. `mysql_real_escape_string()' will
  33427. escape the string according to the current character set while
  33428. `mysql_escape_string()' does not respect the current charset setting.
  33429.  
  33430. `mysql_fetch_field()'
  33431. .....................
  33432.  
  33433. `MYSQL_FIELD *mysql_fetch_field(MYSQL_RES *result)'
  33434.  
  33435. Description
  33436. ...........
  33437.  
  33438. Returns the definition of one column of a result set as a `MYSQL_FIELD'
  33439. structure. Call this function repeatedly to retrieve information about
  33440. all columns in the result set.  `mysql_fetch_field()' returns `NULL'
  33441. when no more fields are left.
  33442.  
  33443. `mysql_fetch_field()' is reset to return information about the first
  33444. field each time you execute a new `SELECT' query.  The field returned by
  33445. `mysql_fetch_field()' is also affected by calls to `mysql_field_seek()'.
  33446.  
  33447. If you've called `mysql_query()' to perform a `SELECT' on a table but
  33448. have not called `mysql_store_result()', MySQL returns the default blob
  33449. length (8K bytes) if you call `mysql_fetch_field()' to ask for the
  33450. length of a `BLOB' field.  (The 8K size is chosen because MySQL doesn't
  33451. know the maximum length for the `BLOB'. This should be made
  33452. configurable sometime.) Once you've retrieved the result set,
  33453. `field->max_length' contains the length of the largest value for this
  33454. column in the specific query.
  33455.  
  33456. Return Values
  33457. .............
  33458.  
  33459. The `MYSQL_FIELD' structure for the current column. `NULL' if no
  33460. columns are left.
  33461.  
  33462. Errors
  33463. ......
  33464.  
  33465. None.
  33466.  
  33467. Example
  33468. .......
  33469.  
  33470.      MYSQL_FIELD *field;
  33471.      
  33472.      while((field = mysql_fetch_field(result)))
  33473.      {
  33474.          printf("field name %s\n", field->name);
  33475.      }
  33476.  
  33477. `mysql_fetch_fields()'
  33478. ......................
  33479.  
  33480. `MYSQL_FIELD *mysql_fetch_fields(MYSQL_RES *result)'
  33481.  
  33482. Description
  33483. ...........
  33484.  
  33485. Returns an array of all `MYSQL_FIELD' structures for a result set.
  33486. Each structure provides the field definition for one column of the
  33487. result set.
  33488.  
  33489. Return Values
  33490. .............
  33491.  
  33492. An array of `MYSQL_FIELD' structures for all columns of a result set.
  33493.  
  33494. Errors
  33495. ......
  33496.  
  33497. None.
  33498.  
  33499. Example
  33500. .......
  33501.  
  33502.      unsigned int num_fields;
  33503.      unsigned int i;
  33504.      MYSQL_FIELD *fields;
  33505.      
  33506.      num_fields = mysql_num_fields(result);
  33507.      fields = mysql_fetch_fields(result);
  33508.      for(i = 0; i < num_fields; i++)
  33509.      {
  33510.         printf("Field %u is %s\n", i, fields[i].name);
  33511.      }
  33512.  
  33513. `mysql_fetch_field_direct()'
  33514. ............................
  33515.  
  33516. `MYSQL_FIELD *mysql_fetch_field_direct(MYSQL_RES *result, unsigned int
  33517. fieldnr)'
  33518.  
  33519. Description
  33520. ...........
  33521.  
  33522. Given a field number `fieldnr' for a column within a result set, returns
  33523. that column's field definition as a `MYSQL_FIELD' structure. You may use
  33524. this function to retrieve the definition for an arbitrary column.  The
  33525. value of `fieldnr' should be in the range from 0 to
  33526. `mysql_num_fields(result)-1'.
  33527.  
  33528. Return Values
  33529. .............
  33530.  
  33531. The `MYSQL_FIELD' structure for the specified column.
  33532.  
  33533. Errors
  33534. ......
  33535.  
  33536. None.
  33537.  
  33538. Example
  33539. .......
  33540.  
  33541.      unsigned int num_fields;
  33542.      unsigned int i;
  33543.      MYSQL_FIELD *field;
  33544.      
  33545.      num_fields = mysql_num_fields(result);
  33546.      for(i = 0; i < num_fields; i++)
  33547.      {
  33548.          field = mysql_fetch_field_direct(result, i);
  33549.          printf("Field %u is %s\n", i, field->name);
  33550.      }
  33551.  
  33552. `mysql_fetch_lengths()'
  33553. .......................
  33554.  
  33555. `unsigned long *mysql_fetch_lengths(MYSQL_RES *result)'
  33556.  
  33557. Description
  33558. ...........
  33559.  
  33560. Returns the lengths of the columns of the current row within a result
  33561. set.  If you plan to copy field values, this length information is also
  33562. useful for optimization, because you can avoid calling `strlen()'.  In
  33563. addition, if the result set contains binary data, you _must_ use this
  33564. function to determine the size of the data, because `strlen()' returns
  33565. incorrect results for any field containing null characters.
  33566.  
  33567. The length for empty columns and for columns containing `NULL' values is
  33568. zero.  To see how to distinguish these two cases, see the description
  33569. for `mysql_fetch_row()'.
  33570.  
  33571. Return Values
  33572. .............
  33573.  
  33574. An array of unsigned long integers representing the size of each column
  33575. (not including any terminating null characters).  `NULL' if an error
  33576. occurred.
  33577.  
  33578. Errors
  33579. ......
  33580.  
  33581. `mysql_fetch_lengths()' is valid only for the current row of the result
  33582. set.  It returns `NULL' if you call it before calling
  33583. `mysql_fetch_row()' or after retrieving all rows in the result.
  33584.  
  33585. Example
  33586. .......
  33587.  
  33588.      MYSQL_ROW row;
  33589.      unsigned long *lengths;
  33590.      unsigned int num_fields;
  33591.      unsigned int i;
  33592.      
  33593.      row = mysql_fetch_row(result);
  33594.      if (row)
  33595.      {
  33596.          num_fields = mysql_num_fields(result);
  33597.          lengths = mysql_fetch_lengths(result);
  33598.          for(i = 0; i < num_fields; i++)
  33599.          {
  33600.               printf("Column %u is %lu bytes in length.\n", i, lengths[i]);
  33601.          }
  33602.      }
  33603.  
  33604. `mysql_fetch_row()'
  33605. ...................
  33606.  
  33607. `MYSQL_ROW mysql_fetch_row(MYSQL_RES *result)'
  33608.  
  33609. Description
  33610. ...........
  33611.  
  33612. Retrieves the next row of a result set. When used after
  33613. `mysql_store_result()', `mysql_fetch_row()' returns `NULL' when there
  33614. are no more rows to retrieve.  When used after `mysql_use_result()',
  33615. `mysql_fetch_row()' returns `NULL' when there are no more rows to
  33616. retrieve or if an error occurred.
  33617.  
  33618. The number of values in the row is given by `mysql_num_fields(result)'.
  33619. If `row' holds the return value from a call to `mysql_fetch_row()',
  33620. pointers to the values are accessed as `row[0]' to
  33621. `row[mysql_num_fields(result)-1]'.  `NULL' values in the row are
  33622. indicated by `NULL' pointers.
  33623.  
  33624. The lengths of the field values in the row may be obtained by calling
  33625. `mysql_fetch_lengths()'.  Empty fields and fields containing `NULL'
  33626. both have length 0; you can distinguish these by checking the pointer
  33627. for the field value.  If the pointer is `NULL', the field is `NULL';
  33628. otherwise the field is empty.
  33629.  
  33630. Return Values
  33631. .............
  33632.  
  33633. A `MYSQL_ROW' structure for the next row.  `NULL' if there are no more
  33634. rows to retrieve or if an error occurred.
  33635.  
  33636. Errors
  33637. ......
  33638.  
  33639. `CR_SERVER_LOST'
  33640.      The connection to the server was lost during the query.
  33641.  
  33642. `CR_UNKNOWN_ERROR'
  33643.      An unknown error occurred.
  33644.  
  33645. Example
  33646. .......
  33647.  
  33648.      MYSQL_ROW row;
  33649.      unsigned int num_fields;
  33650.      unsigned int i;
  33651.      
  33652.      num_fields = mysql_num_fields(result);
  33653.      while ((row = mysql_fetch_row(result)))
  33654.      {
  33655.         unsigned long *lengths;
  33656.         lengths = mysql_fetch_lengths(result);
  33657.         for(i = 0; i < num_fields; i++)
  33658.         {
  33659.             printf("[%.*s] ", (int) lengths[i], row[i] ? row[i] : "NULL");
  33660.         }
  33661.         printf("\n");
  33662.      }
  33663.  
  33664. `mysql_field_count()'
  33665. .....................
  33666.  
  33667. `unsigned int mysql_field_count(MYSQL *mysql)'
  33668.  
  33669. If you are using a version of MySQL earlier than Version 3.22.24, you
  33670. should use `unsigned int mysql_num_fields(MYSQL *mysql)' instead.
  33671.  
  33672. Description
  33673. ...........
  33674.  
  33675. Returns the number of columns for the most recent query on the
  33676. connection.
  33677.  
  33678. The normal use of this function is when `mysql_store_result()' returned
  33679. `NULL' (and thus you have no result set pointer).  In this case, you
  33680. can call `mysql_field_count()' to determine whether or not
  33681. `mysql_store_result()' should have produced a non-empty result.  This
  33682. allows the client program to take proper action without knowing whether
  33683. or not the query was a `SELECT' (or `SELECT'-like) statement.  The
  33684. example shown below illustrates how this may be done.
  33685.  
  33686. *Note `NULL mysql_store_result()': NULL mysql_store_result.
  33687.  
  33688. Return Values
  33689. .............
  33690.  
  33691. An unsigned integer representing the number of fields in a result set.
  33692.  
  33693. Errors
  33694. ......
  33695.  
  33696. None.
  33697.  
  33698. Example
  33699. .......
  33700.  
  33701.      MYSQL_RES *result;
  33702.      unsigned int num_fields;
  33703.      unsigned int num_rows;
  33704.      
  33705.      if (mysql_query(&mysql,query_string))
  33706.      {
  33707.          // error
  33708.      }
  33709.      else // query succeeded, process any data returned by it
  33710.      {
  33711.          result = mysql_store_result(&mysql);
  33712.          if (result)  // there are rows
  33713.          {
  33714.              num_fields = mysql_num_fields(result);
  33715.              // retrieve rows, then call mysql_free_result(result)
  33716.          }
  33717.          else  // mysql_store_result() returned nothing; should it have?
  33718.          {
  33719.              if(mysql_field_count(&mysql) == 0)
  33720.              {
  33721.                  // query does not return data
  33722.                  // (it was not a SELECT)
  33723.                  num_rows = mysql_affected_rows(&mysql);
  33724.              }
  33725.              else // mysql_store_result() should have returned data
  33726.              {
  33727.                  fprintf(stderr, "Error: %s\n", mysql_error(&mysql));
  33728.              }
  33729.          }
  33730.      }
  33731.  
  33732. An alternative is to replace the `mysql_field_count(&mysql)' call with
  33733. `mysql_errno(&mysql)'.  In this case, you are checking directly for an
  33734. error from `mysql_store_result()' rather than inferring from the value
  33735. of `mysql_field_count()' whether or not the statement was a `SELECT'.
  33736.  
  33737. `mysql_field_seek()'
  33738. ....................
  33739.  
  33740. `MYSQL_FIELD_OFFSET mysql_field_seek(MYSQL_RES *result,
  33741. MYSQL_FIELD_OFFSET offset)'
  33742.  
  33743. * Threaded clients::         How to Make a Threaded Client
  33744.  
  33745. Description
  33746. ...........
  33747.  
  33748. Sets the field cursor to the given offset.   The next call to
  33749. `mysql_fetch_field()' will retrieve the field definition of the column
  33750. associated with that offset.
  33751.  
  33752. To seek to the beginning of a row, pass an `offset' value of zero.
  33753.  
  33754. Return Values
  33755. .............
  33756.  
  33757. The previous value of the field cursor.
  33758.  
  33759. Errors
  33760. ......
  33761.  
  33762. None.
  33763.  
  33764. `mysql_field_tell()'
  33765. ....................
  33766.  
  33767. `MYSQL_FIELD_OFFSET mysql_field_tell(MYSQL_RES *result)'
  33768.  
  33769. Description
  33770. ...........
  33771.  
  33772. Returns the position of the field cursor used for the last
  33773. `mysql_fetch_field()'. This value can be used as an argument to
  33774. `mysql_field_seek()'.
  33775.  
  33776. Return Values
  33777. .............
  33778.  
  33779. The current offset of the field cursor.
  33780.  
  33781. Errors
  33782. ......
  33783.  
  33784. None.
  33785.  
  33786. `mysql_free_result()'
  33787. .....................
  33788.  
  33789. `void mysql_free_result(MYSQL_RES *result)'
  33790.  
  33791. Description
  33792. ...........
  33793.  
  33794. Frees the memory allocated for a result set by `mysql_store_result()',
  33795. `mysql_use_result()', `mysql_list_dbs()', etc.  When you are done with
  33796. a result set, you must free the memory it uses by calling
  33797. `mysql_free_result()'.
  33798.  
  33799. Return Values
  33800. .............
  33801.  
  33802. None.
  33803.  
  33804. Errors
  33805. ......
  33806.  
  33807. None.
  33808.  
  33809. `mysql_get_client_info()'
  33810. .........................
  33811.  
  33812. `char *mysql_get_client_info(void)'
  33813.  
  33814. Description
  33815. ...........
  33816.  
  33817. Returns a string that represents the client library version.
  33818.  
  33819. Return Values
  33820. .............
  33821.  
  33822. A character string that represents the MySQL client library version.
  33823.  
  33824. Errors
  33825. ......
  33826.  
  33827. None.
  33828.  
  33829. `mysql_get_host_info()'
  33830. .......................
  33831.  
  33832. `char *mysql_get_host_info(MYSQL *mysql)'
  33833.  
  33834. Description
  33835. ...........
  33836.  
  33837. Returns a string describing the type of connection in use, including the
  33838. server host name.
  33839.  
  33840. Return Values
  33841. .............
  33842.  
  33843. A character string representing the server host name and the connection
  33844. type.
  33845.  
  33846. Errors
  33847. ......
  33848.  
  33849. None.
  33850.  
  33851. `mysql_get_proto_info()'
  33852. ........................
  33853.  
  33854. `unsigned int mysql_get_proto_info(MYSQL *mysql)'
  33855.  
  33856. Description
  33857. ...........
  33858.  
  33859. Returns the protocol version used by current connection.
  33860.  
  33861. Return Values
  33862. .............
  33863.  
  33864. An unsigned integer representing the protocol version used by the
  33865. current connection.
  33866.  
  33867. Errors
  33868. ......
  33869.  
  33870. None.
  33871.  
  33872. `mysql_get_server_info()'
  33873. .........................
  33874.  
  33875. `char *mysql_get_server_info(MYSQL *mysql)'
  33876.  
  33877. Description
  33878. ...........
  33879.  
  33880. Returns a string that represents the server version number.
  33881.  
  33882. Return Values
  33883. .............
  33884.  
  33885. A character string that represents the server version number.
  33886.  
  33887. Errors
  33888. ......
  33889.  
  33890. None.
  33891.  
  33892. `mysql_info()'
  33893. ..............
  33894.  
  33895. `char *mysql_info(MYSQL *mysql)'
  33896.  
  33897. Description
  33898. ...........
  33899.  
  33900. Retrieves a string providing information about the most recently
  33901. executed query, but only for the statements listed below.  For other
  33902. statements, `mysql_info()' returns `NULL'.  The format of the string
  33903. varies depending on the type of query, as described below.  The numbers
  33904. are illustrative only; the string will contain values appropriate for
  33905. the query.
  33906.  
  33907. `INSERT INTO ... SELECT ...'
  33908.      String format: `Records: 100 Duplicates: 0 Warnings: 0'
  33909.  
  33910. `INSERT INTO ... VALUES (...),(...),(...)...'
  33911.      String format: `Records: 3  Duplicates: 0  Warnings: 0'
  33912.  
  33913. `LOAD DATA INFILE ...'
  33914.      String format: `Records: 1 Deleted: 0 Skipped: 0 Warnings: 0'
  33915.  
  33916. `ALTER TABLE'
  33917.      String format: `Records: 3 Duplicates: 0 Warnings: 0'
  33918.  
  33919. `UPDATE'
  33920.      String format: `Rows matched: 40 Changed: 40 Warnings: 0'
  33921.  
  33922. Note that `mysql_info()' returns a non-`NULL' value for the `INSERT ...
  33923. VALUES' statement only if multiple value lists are specified in the
  33924. statement.
  33925.  
  33926. Return Values
  33927. .............
  33928.  
  33929. A character string representing additional information about the most
  33930. recently executed query.  `NULL' if no information is available for the
  33931. query.
  33932.  
  33933. Errors
  33934. ......
  33935.  
  33936. None.
  33937.  
  33938. `mysql_init()'
  33939. ..............
  33940.  
  33941. `MYSQL *mysql_init(MYSQL *mysql)'
  33942.  
  33943. Description
  33944. ...........
  33945.  
  33946. Allocates or initializes a `MYSQL' object suitable for
  33947. `mysql_real_connect()'.  If `mysql' is a `NULL' pointer, the function
  33948. allocates, initializes, and returns a new object.  Otherwise the object
  33949. is initialized and the address of the object is returned.  If
  33950. `mysql_init()' allocates a new object, it will be freed when
  33951. `mysql_close()' is called to close the connection.
  33952.  
  33953. Return Values
  33954. .............
  33955.  
  33956. An initialized `MYSQL*' handle.  `NULL' if there was insufficient
  33957. memory to allocate a new object.
  33958.  
  33959. Errors
  33960. ......
  33961.  
  33962. In case of insufficient memory, `NULL' is returned.
  33963.  
  33964. `mysql_insert_id()'
  33965. ...................
  33966.  
  33967. `my_ulonglong mysql_insert_id(MYSQL *mysql)'
  33968.  
  33969. Description
  33970. ...........
  33971.  
  33972. Returns the ID generated for an `AUTO_INCREMENT' column by the previous
  33973. query.  Use this function after you have performed an `INSERT' query
  33974. into a table that contains an `AUTO_INCREMENT' field.
  33975.  
  33976. Note that `mysql_insert_id()' returns `0' if the previous query does
  33977. not generate an `AUTO_INCREMENT' value.  If you need to save the value
  33978. for later, be sure to call `mysql_insert_id()' immediately after the
  33979. query that generates the value.
  33980.  
  33981. `mysql_insert_id()' is updated after `INSERT' and `UPDATE' statements
  33982. that generate an `AUTO_INCREMENT' value or that set a column value to
  33983. `LAST_INSERT_ID(expr)'.  *Note Miscellaneous functions::.
  33984.  
  33985. Also note that the value of the SQL `LAST_INSERT_ID()' function always
  33986. contains the most recently generated `AUTO_INCREMENT' value, and is not
  33987. reset between queries because the value of that function is maintained
  33988. in the server.
  33989.  
  33990. Return Values
  33991. .............
  33992.  
  33993. The value of the `AUTO_INCREMENT' field that was updated by the previous
  33994. query.  Returns zero if there was no previous query on the connection
  33995. or if the query did not update an `AUTO_INCREMENT' value.
  33996.  
  33997. Errors
  33998. ......
  33999.  
  34000. None.
  34001.  
  34002. `mysql_kill()'
  34003. ..............
  34004.  
  34005. `int mysql_kill(MYSQL *mysql, unsigned long pid)'
  34006.  
  34007. Description
  34008. ...........
  34009.  
  34010. Asks the server to kill the thread specified by `pid'.
  34011.  
  34012. Return Values
  34013. .............
  34014.  
  34015. Zero for success.  Non-zero if an error occurred.
  34016.  
  34017. Errors
  34018. ......
  34019.  
  34020. `CR_COMMANDS_OUT_OF_SYNC'
  34021.      Commands were executed in an improper order.
  34022.  
  34023. `CR_SERVER_GONE_ERROR'
  34024.      The MySQL server has gone away.
  34025.  
  34026. `CR_SERVER_LOST'
  34027.      The connection to the server was lost during the query.
  34028.  
  34029. `CR_UNKNOWN_ERROR'
  34030.      An unknown error occurred.
  34031.  
  34032. `mysql_list_dbs()'
  34033. ..................
  34034.  
  34035. `MYSQL_RES *mysql_list_dbs(MYSQL *mysql, const char *wild)'
  34036.  
  34037. Description
  34038. ...........
  34039.  
  34040. Returns a result set consisting of database names on the server that
  34041. match the simple regular expression specified by the `wild' parameter.
  34042. `wild' may contain the wild-card characters `%' or `_', or may be a
  34043. `NULL' pointer to match all databases.  Calling `mysql_list_dbs()' is
  34044. similar to executing the query `SHOW databases [LIKE wild]'.
  34045.  
  34046. You must free the result set with `mysql_free_result()'.
  34047.  
  34048. Return Values
  34049. .............
  34050.  
  34051. A `MYSQL_RES' result set for success.  `NULL' if an error occurred.
  34052.  
  34053. Errors
  34054. ......
  34055.  
  34056. `CR_COMMANDS_OUT_OF_SYNC'
  34057.      Commands were executed in an improper order.
  34058.  
  34059. `CR_OUT_OF_MEMORY'
  34060.      Out of memory.
  34061.  
  34062. `CR_SERVER_GONE_ERROR'
  34063.      The MySQL server has gone away.
  34064.  
  34065. `CR_SERVER_LOST'
  34066.      The connection to the server was lost during the query.
  34067.  
  34068. `CR_UNKNOWN_ERROR'
  34069.      An unknown error occurred.
  34070.  
  34071. `mysql_list_fields()'
  34072. .....................
  34073.  
  34074. `MYSQL_RES *mysql_list_fields(MYSQL *mysql, const char *table, const
  34075. char *wild)'
  34076.  
  34077. Description
  34078. ...........
  34079.  
  34080. Returns a result set consisting of field names in the given table that
  34081. match the simple regular expression specified by the `wild' parameter.
  34082. `wild' may contain the wild-card characters `%' or `_', or may be a
  34083. `NULL' pointer to match all fields.  Calling `mysql_list_fields()' is
  34084. similar to executing the query `SHOW COLUMNS FROM tbl_name [LIKE wild]'.
  34085.  
  34086. Note that it's recommended that you use `SHOW COLUMNS FROM tbl_name'
  34087. instead of `mysql_list_fields()'.
  34088.  
  34089. You must free the result set with `mysql_free_result()'.
  34090.  
  34091. Return Values
  34092. .............
  34093.  
  34094. A `MYSQL_RES' result set for success.  `NULL' if an error occurred.
  34095.  
  34096. Errors
  34097. ......
  34098.  
  34099. `CR_COMMANDS_OUT_OF_SYNC'
  34100.      Commands were executed in an improper order.
  34101.  
  34102. `CR_SERVER_GONE_ERROR'
  34103.      The MySQL server has gone away.
  34104.  
  34105. `CR_SERVER_LOST'
  34106.      The connection to the server was lost during the query.
  34107.  
  34108. `CR_UNKNOWN_ERROR'
  34109.      An unknown error occurred.
  34110.  
  34111. `mysql_list_processes()'
  34112. ........................
  34113.  
  34114. `MYSQL_RES *mysql_list_processes(MYSQL *mysql)'
  34115.  
  34116. Description
  34117. ...........
  34118.  
  34119. Returns a result set describing the current server threads.  This is
  34120. the same kind of information as that reported by `mysqladmin
  34121. processlist' or a `SHOW PROCESSLIST' query.
  34122.  
  34123. You must free the result set with `mysql_free_result()'.
  34124.  
  34125. Return Values
  34126. .............
  34127.  
  34128. A `MYSQL_RES' result set for success.  `NULL' if an error occurred.
  34129.  
  34130. Errors
  34131. ......
  34132.  
  34133. `CR_COMMANDS_OUT_OF_SYNC'
  34134.      Commands were executed in an improper order.
  34135.  
  34136. `CR_SERVER_GONE_ERROR'
  34137.      The MySQL server has gone away.
  34138.  
  34139. `CR_SERVER_LOST'
  34140.      The connection to the server was lost during the query.
  34141.  
  34142. `CR_UNKNOWN_ERROR'
  34143.      An unknown error occurred.
  34144.  
  34145. `mysql_list_tables()'
  34146. .....................
  34147.  
  34148. `MYSQL_RES *mysql_list_tables(MYSQL *mysql, const char *wild)'
  34149.  
  34150. Description
  34151. ...........
  34152.  
  34153. Returns a result set consisting of table names in the current database
  34154. that match the simple regular expression specified by the `wild'
  34155. parameter.  `wild' may contain the wild-card characters `%' or `_', or
  34156. may be a `NULL' pointer to match all tables.  Calling
  34157. `mysql_list_tables()' is similar to executing the query `SHOW tables
  34158. [LIKE wild]'.
  34159.  
  34160. You must free the result set with `mysql_free_result()'.
  34161.  
  34162. Return Values
  34163. .............
  34164.  
  34165. A `MYSQL_RES' result set for success.  `NULL' if an error occurred.
  34166.  
  34167. Errors
  34168. ......
  34169.  
  34170. `CR_COMMANDS_OUT_OF_SYNC'
  34171.      Commands were executed in an improper order.
  34172.  
  34173. `CR_SERVER_GONE_ERROR'
  34174.      The MySQL server has gone away.
  34175.  
  34176. `CR_SERVER_LOST'
  34177.      The connection to the server was lost during the query.
  34178.  
  34179. `CR_UNKNOWN_ERROR'
  34180.      An unknown error occurred.
  34181.  
  34182. `mysql_num_fields()'
  34183. ....................
  34184.  
  34185. `unsigned int mysql_num_fields(MYSQL_RES *result)'
  34186.  
  34187. or
  34188.  
  34189. `unsigned int mysql_num_fields(MYSQL *mysql)'
  34190.  
  34191. The second form doesn't work on MySQL Version 3.22.24 or newer.  To
  34192. pass a `MYSQL*' argument, you must use `unsigned int
  34193. mysql_field_count(MYSQL *mysql)' instead.
  34194.  
  34195. Description
  34196. ...........
  34197.  
  34198. Returns the number of columns in a result set.
  34199.  
  34200. Note that you can get the number of columns either from a pointer to a
  34201. result set or to a connection handle.  You would use the connection
  34202. handle if `mysql_store_result()' or `mysql_use_result()' returned
  34203. `NULL' (and thus you have no result set pointer).  In this case, you can
  34204. call `mysql_field_count()' to determine whether or not
  34205. `mysql_store_result()' should have produced a non-empty result.  This
  34206. allows the client program to take proper action without knowing whether
  34207. or not the query was a `SELECT' (or `SELECT'-like) statement.  The
  34208. example shown below illustrates how this may be done.
  34209.  
  34210. *Note `NULL mysql_store_result()': NULL mysql_store_result.
  34211.  
  34212. Return Values
  34213. .............
  34214.  
  34215. An unsigned integer representing the number of fields in a result set.
  34216.  
  34217. Errors
  34218. ......
  34219.  
  34220. None.
  34221.  
  34222. Example
  34223. .......
  34224.  
  34225.      MYSQL_RES *result;
  34226.      unsigned int num_fields;
  34227.      unsigned int num_rows;
  34228.      
  34229.      if (mysql_query(&mysql,query_string))
  34230.      {
  34231.          // error
  34232.      }
  34233.      else // query succeeded, process any data returned by it
  34234.      {
  34235.          result = mysql_store_result(&mysql);
  34236.          if (result)  // there are rows
  34237.          {
  34238.              num_fields = mysql_num_fields(result);
  34239.              // retrieve rows, then call mysql_free_result(result)
  34240.          }
  34241.          else  // mysql_store_result() returned nothing; should it have?
  34242.          {
  34243.              if (mysql_errno(&mysql))
  34244.          {
  34245.                 fprintf(stderr, "Error: %s\n", mysql_error(&mysql));
  34246.          }
  34247.              else if (mysql_field_count(&mysql) == 0)
  34248.              {
  34249.                  // query does not return data
  34250.                  // (it was not a SELECT)
  34251.                  num_rows = mysql_affected_rows(&mysql);
  34252.              }
  34253.          }
  34254.      }
  34255.  
  34256. An alternative (if you KNOW that your query should have returned a
  34257. result set) is to replace the `mysql_errno(&mysql)' call with a check if
  34258. `mysql_field_count(&mysql)' is = 0.  This will only happen if something
  34259. went wrong.
  34260.  
  34261. `mysql_num_rows()'
  34262. ..................
  34263.  
  34264. `my_ulonglong mysql_num_rows(MYSQL_RES *result)'
  34265.  
  34266. Description
  34267. ...........
  34268.  
  34269. Returns the number of rows in the result set.
  34270.  
  34271. The use of `mysql_num_rows()' depends on whether you use
  34272. `mysql_store_result()' or `mysql_use_result()' to return the result
  34273. set.  If you use `mysql_store_result()', `mysql_num_rows()' may be
  34274. called immediately.  If you use `mysql_use_result()',
  34275. `mysql_num_rows()' will not return the correct value until all the rows
  34276. in the result set have been retrieved.
  34277.  
  34278. Return Values
  34279. .............
  34280.  
  34281. The number of rows in the result set.
  34282.  
  34283. Errors
  34284. ......
  34285.  
  34286. None.
  34287.  
  34288. `mysql_options()'
  34289. .................
  34290.  
  34291. `int mysql_options(MYSQL *mysql, enum mysql_option option, const char
  34292. *arg)'
  34293.  
  34294. Description
  34295. ...........
  34296.  
  34297. Can be used to set extra connect options and affect behavior for a
  34298. connection.  This function may be called multiple times to set several
  34299. options.
  34300.  
  34301. `mysql_options()' should be called after `mysql_init()' and before
  34302. `mysql_connect()' or `mysql_real_connect()'.
  34303.  
  34304. The `option' argument is the option that you want to set; the `arg'
  34305. argument is the value for the option. If the option is an integer, then
  34306. `arg' should point to the value of the integer.
  34307.  
  34308. Possible options values:
  34309.  
  34310. *Option*           *Argument type*    *Function*
  34311. `MYSQL_OPT_CONNECT_TIMEOUT'`unsigned int *'   Connect timeout in seconds.
  34312. `MYSQL_OPT_COMPRESS'Not used           Use the compressed client/server
  34313.                                       protocol.
  34314. `MYSQL_OPT_NAMED_PIPE'Not used           Use named pipes to connect to a
  34315.                                       MySQL server on NT.
  34316. `MYSQL_INIT_COMMAND'`char *'           Command to execute when connecting
  34317.                                       to the MySQL server. Will
  34318.                                       automatically be re-executed when
  34319.                                       reconnecting.
  34320. `MYSQL_READ_DEFAULT_FILE'`char *'           Read options from the named option
  34321.                                       file instead of from `my.cnf'.
  34322. `MYSQL_READ_DEFAULT_GROUP'`char *'           Read options from the named group
  34323.                                       from `my.cnf' or the file specified
  34324.                                       with `MYSQL_READ_DEFAULT_FILE'.
  34325.  
  34326. Note that the group `client' is always read if you use
  34327. `MYSQL_READ_DEFAULT_FILE' or `MYSQL_READ_DEFAULT_GROUP'.
  34328.  
  34329. The specified group in the option file may contain the following
  34330. options:
  34331.  
  34332. `connect_timeout'      Connect timeout in seconds. On Linux this timeout
  34333.                        is also used for waiting for the first answer
  34334.                        from the server.
  34335. `compress'             Use the compressed client/server protocol.
  34336. `database'             Connect to this database if no database was
  34337.                        specified in the connect command.
  34338. `debug'                Debug options.
  34339. `host'                 Default host name.
  34340. `init-command'         Command to execute when connecting to MySQL
  34341.                        server. Will automatically be re-executed when
  34342.                        reconnecting.
  34343. `interactive-timeout'  Same as specifying `CLIENT_INTERACTIVE' to
  34344.                        `mysql_real_connect()'. *Note
  34345.                        mysql_real_connect::.
  34346. `password'             Default password.
  34347. `pipe'                 Use named pipes to connect to a MySQL server on
  34348.                        NT.
  34349. `port'                 Default port number.
  34350. `return-found-rows'    Tell `mysql_info()' to return found rows instead
  34351.                        of updated rows when using `UPDATE'.
  34352. `socket'               Default socket number.
  34353.  
  34354. `user'                 Default user.
  34355.  
  34356. Note that `timeout' has been replaced by `connect_timeout', but
  34357. `timeout' will still work for a while.
  34358.  
  34359. For more information about option files, see *Note Option files::.
  34360.  
  34361. Return Values
  34362. .............
  34363.  
  34364. Zero for success.  Non-zero if you used an unknown option.
  34365.  
  34366. Example
  34367. .......
  34368.  
  34369.      MYSQL mysql;
  34370.      
  34371.      mysql_init(&mysql);
  34372.      mysql_options(&mysql,MYSQL_OPT_COMPRESS,0);
  34373.      mysql_options(&mysql,MYSQL_READ_DEFAULT_GROUP,"odbc");
  34374.      if (!mysql_real_connect(&mysql,"host","user","passwd","database",0,NULL,0))
  34375.      {
  34376.          fprintf(stderr, "Failed to connect to database: Error: %s\n",
  34377.                mysql_error(&mysql));
  34378.      }
  34379.  
  34380. The above requests the client to use the compressed client/server
  34381. protocol and read the additional options from the `odbc' section in the
  34382. `my.cnf' file.
  34383.  
  34384. `mysql_ping()'
  34385. ..............
  34386.  
  34387. `int mysql_ping(MYSQL *mysql)'
  34388.  
  34389. Description
  34390. ...........
  34391.  
  34392. Checks whether or not the connection to the server is working. If it
  34393. has gone down, an automatic reconnection is attempted.
  34394.  
  34395. This function can be used by clients that remain idle for a long while,
  34396. to check whether or not the server has closed the connection and
  34397. reconnect if necessary.
  34398.  
  34399. Return Values
  34400. .............
  34401.  
  34402. Zero if the server is alive. Non-zero if an error occurred.
  34403.  
  34404. Errors
  34405. ......
  34406.  
  34407. `CR_COMMANDS_OUT_OF_SYNC'
  34408.      Commands were executed in an improper order.
  34409.  
  34410. `CR_SERVER_GONE_ERROR'
  34411.      The MySQL server has gone away.
  34412.  
  34413. `CR_UNKNOWN_ERROR'
  34414.      An unknown error occurred.
  34415.  
  34416. `mysql_query()'
  34417. ...............
  34418.  
  34419. `int mysql_query(MYSQL *mysql, const char *query)'
  34420.  
  34421. Description
  34422. ...........
  34423.  
  34424. Executes the SQL query pointed to by the null-terminated string `query'.
  34425. The query must consist of a single SQL statement.  You should not add a
  34426. terminating semicolon (`;') or `\g' to the statement.
  34427.  
  34428. `mysql_query()' cannot be used for queries that contain binary data; you
  34429. should use `mysql_real_query()' instead.  (Binary data may contain the
  34430. `\0' character, which `mysql_query()' interprets as the end of the
  34431. query string.)
  34432.  
  34433. If you want to know if the query should return a result set or not, you
  34434. can use `mysql_field_count()' to check for this.  *Note
  34435. `mysql_field_count': mysql_field_count.
  34436.  
  34437. Return Values
  34438. .............
  34439.  
  34440. Zero if the query was successful. Non-zero if an error occurred.
  34441.  
  34442. Errors
  34443. ......
  34444.  
  34445. `CR_COMMANDS_OUT_OF_SYNC'
  34446.      Commands were executed in an improper order.
  34447.  
  34448. `CR_SERVER_GONE_ERROR'
  34449.      The MySQL server has gone away.
  34450.  
  34451. `CR_SERVER_LOST'
  34452.      The connection to the server was lost during the query.
  34453.  
  34454. `CR_UNKNOWN_ERROR'
  34455.      An unknown error occurred.
  34456.  
  34457. `mysql_real_connect()'
  34458. ......................
  34459.  
  34460. `MYSQL *mysql_real_connect(MYSQL *mysql, const char *host,
  34461.             const char *user, const char *passwd, const char *db,
  34462.                     unsigned int port, const char *unix_socket,
  34463.                   unsigned int client_flag)'
  34464.  
  34465. Description
  34466. ...........
  34467.  
  34468. `mysql_real_connect()' attempts to establish a connection to a MySQL
  34469. database engine running on `host'.  `mysql_real_connect()' must
  34470. complete successfully before you can execute any of the other API
  34471. functions, with the exception of `mysql_get_client_info()'.
  34472.  
  34473. The parameters are specified as follows:
  34474.  
  34475.    * The first parameter should be the address of an existing `MYSQL'
  34476.      structure.  Before calling `mysql_real_connect()' you must call
  34477.      `mysql_init()' to initialize the `MYSQL' structure. You can change
  34478.      a lot of connect options with the `mysql_options()' call. *Note
  34479.      mysql_options::.
  34480.  
  34481.    * The value of `host' may be either a hostname or an IP address.  If
  34482.      `host' is `NULL' or the string `"localhost"', a connection to the
  34483.      local host is assumed. If the OS supports sockets (Unix) or named
  34484.      pipes (Windows), they are used instead of TCP/IP to connect to the
  34485.      server.
  34486.  
  34487.    * The `user' parameter contains the user's MySQL login ID.  If
  34488.      `user' is `NULL', the current user is assumed.  Under Unix, this is
  34489.      the current login name.  Under Windows ODBC, the current user name
  34490.      must be specified explicitly.  *Note ODBC administrator::.
  34491.  
  34492.    * The `passwd' parameter contains the password for `user'.  If
  34493.      `passwd' is `NULL', only entries in the `user' table for the user
  34494.      that have a blank (empty) password field will be checked for a
  34495.      match. This allows the database administrator to set up the MySQL
  34496.      privilege system in such a way that users get different privileges
  34497.      depending on whether or not they have specified a password.
  34498.  
  34499.      NOTE: Do not attempt to encrypt the password before calling
  34500.      `mysql_real_connect()'; password encryption is handled
  34501.      automatically by the client API.
  34502.  
  34503.    * `db' is the database name.  If `db' is not `NULL', the connection
  34504.      will set the default database to this value.
  34505.  
  34506.    * If `port' is not 0, the value will be used as the port number for
  34507.      the TCP/IP connection.  Note that the `host' parameter determines
  34508.      the type of the connection.
  34509.  
  34510.    * If `unix_socket' is not `NULL', the string specifies the socket or
  34511.      named pipe that should be used.  Note that the `host' parameter
  34512.      determines the type of the connection.
  34513.  
  34514.    * The value of `client_flag' is usually 0, but can be set to a
  34515.      combination of the following flags in very special circumstances:
  34516.  
  34517.      *Flag name*       *Flag meaning* `mysqld' to be more
  34518.                        ODBC-friendly.
  34519.      `CLIENT_COMPRESS' Use compression protocol.
  34520.      `CLIENT_FOUND_ROWS'Return the number of found (matched) rows, not
  34521.                        the number of affected rows.
  34522.      `CLIENT_IGNORE_SPACE'Allow spaces after function names. Makes all
  34523.                        functions names reserved words.
  34524.      `CLIENT_INTERACTIVE'Allow `interactive_timeout' seconds (instead
  34525.                        of `wait_timeout' seconds) of inactivity
  34526.                        before closing the connection.
  34527.      `CLIENT_NO_SCHEMA'Don't allow the `db_name.tbl_name.col_name'
  34528.                        syntax.  This is for ODBC. It causes the
  34529.                        parser to generate an error if you use that
  34530.                        syntax, which is useful for trapping bugs in
  34531.                        some ODBC programs.
  34532.      `CLIENT_ODBC'     The client is an ODBC client. This changes
  34533.      `CLIENT_SSL'      Use SSL (encrypted protocol).
  34534.  
  34535. Return Values
  34536. .............
  34537.  
  34538. A `MYSQL*' connection handle if the connection was successful, `NULL'
  34539. if the connection was unsuccessful.  For a successful connection, the
  34540. return value is the same as the value of the first parameter.
  34541.  
  34542. Errors
  34543. ......
  34544.  
  34545. `CR_CONN_HOST_ERROR'
  34546.      Failed to connect to the MySQL server.
  34547.  
  34548. `CR_CONNECTION_ERROR'
  34549.      Failed to connect to the local MySQL server.
  34550.  
  34551. `CR_IPSOCK_ERROR'
  34552.      Failed to create an IP socket.
  34553.  
  34554. `CR_OUT_OF_MEMORY'
  34555.      Out of memory.
  34556.  
  34557. `CR_SOCKET_CREATE_ERROR'
  34558.      Failed to create a Unix socket.
  34559.  
  34560. `CR_UNKNOWN_HOST'
  34561.      Failed to find the IP address for the hostname.
  34562.  
  34563. `CR_VERSION_ERROR'
  34564.      A protocol mismatch resulted from attempting to connect to a
  34565.      server with a client library that uses a different protocol
  34566.      version.  This can happen if you use a very old client library to
  34567.      connect to a new server that wasn't started with the
  34568.      `--old-protocol' option.
  34569.  
  34570. `CR_NAMEDPIPEOPEN_ERROR'
  34571.      Failed to create a named pipe on Windows.
  34572.  
  34573. `CR_NAMEDPIPEWAIT_ERROR'
  34574.      Failed to wait for a named pipe on Windows.
  34575.  
  34576. `CR_NAMEDPIPESETSTATE_ERROR'
  34577.      Failed to get a pipe handler on Windows.
  34578.  
  34579. `CR_SERVER_LOST'
  34580.      If `connect_timeout' > 0 and it took longer then `connect_timeout'
  34581.      seconds to connect to the server or if the server died while
  34582.      executing the `init-command'.
  34583.  
  34584. Example
  34585. .......
  34586.  
  34587.      MYSQL mysql;
  34588.      
  34589.      mysql_init(&mysql);
  34590.      mysql_options(&mysql,MYSQL_READ_DEFAULT_GROUP,"your_prog_name");
  34591.      if (!mysql_real_connect(&mysql,"host","user","passwd","database",0,NULL,0))
  34592.      {
  34593.          fprintf(stderr, "Failed to connect to database: Error: %s\n",
  34594.                mysql_error(&mysql));
  34595.      }
  34596.  
  34597. By using `mysql_options()' the MySQL library will read the `[client]'
  34598. and `your_prog_name' sections in the `my.cnf' file which will ensure
  34599. that your program will work, even if someone has set up MySQL in some
  34600. non-standard way.
  34601.  
  34602. Note that upon connection, `mysql_real_connect()' sets the `reconnect'
  34603. flag (part of the MYSQL structure) to a value of `1'. This flag
  34604. indicates, in the event that a query cannot be performed because of a
  34605. lost connection, to try reconnecting to the server before giving up.
  34606.  
  34607. `mysql_real_escape_string()'
  34608. ............................
  34609.  
  34610. `unsigned int mysql_real_escape_string(MYSQL *mysql, char *to, const
  34611. char *from, unsigned int length)'
  34612.  
  34613. Description
  34614. ...........
  34615.  
  34616. This function is used to create a legal SQL string that you can use in a
  34617. SQL statement. *Note String syntax::.
  34618.  
  34619. The string in `from' is encoded to an escaped SQL string, taking into
  34620. account the current character set of the connection. The result is
  34621. placed in `to' and a terminating null byte is appended.  Characters
  34622. encoded are `NUL' (ASCII 0), `\n', `\r', `\', `'', `"', and Control-Z
  34623. (*note Literals::).
  34624.  
  34625. The string pointed to by `from' must be `length' bytes long.  You must
  34626. allocate the `to' buffer to be at least `length*2+1' bytes long.  (In
  34627. the worse case, each character may need to be encoded as using two
  34628. bytes, and you need room for the terminating null byte.)  When
  34629. `mysql_escape_string()' returns, the contents of `to' will be a
  34630. null-terminated string.  The return value is the length of the encoded
  34631. string, not including the terminating null character.
  34632.  
  34633. Example
  34634. .......
  34635.  
  34636.      char query[1000],*end;
  34637.      
  34638.      end = strmov(query,"INSERT INTO test_table values(");
  34639.      *end++ = '\'';
  34640.      end += mysql_real_escape_string(&mysql, end,"What's this",11);
  34641.      *end++ = '\'';
  34642.      *end++ = ',';
  34643.      *end++ = '\'';
  34644.      end += mysql_real_escape_string(&mysql, end,"binary data: \0\r\n",16);
  34645.      *end++ = '\'';
  34646.      *end++ = ')';
  34647.      
  34648.      if (mysql_real_query(&mysql,query,(unsigned int) (end - query)))
  34649.      {
  34650.         fprintf(stderr, "Failed to insert row, Error: %s\n",
  34651.                 mysql_error(&mysql));
  34652.      }
  34653.  
  34654. The `strmov()' function used in the example is included in the
  34655. `mysqlclient' library and works like `strcpy()' but returns a pointer
  34656. to the terminating null of the first parameter.
  34657.  
  34658. Return Values
  34659. .............
  34660.  
  34661. The length of the value placed into `to', not including the terminating
  34662. null character.
  34663.  
  34664. Errors
  34665. ......
  34666.  
  34667. None.
  34668.  
  34669. `mysql_real_query()'
  34670. ....................
  34671.  
  34672. `int mysql_real_query(MYSQL *mysql, const char *query, unsigned int
  34673. length)'
  34674.  
  34675. Description
  34676. ...........
  34677.  
  34678. Executes the SQL query pointed to by `query', which should be a string
  34679. `length' bytes long.  The query must consist of a single SQL statement.
  34680. You should not add a terminating semicolon (`;') or `\g' to the
  34681. statement.
  34682.  
  34683. You _must_ use `mysql_real_query()' rather than `mysql_query()' for
  34684. queries that contain binary data, because binary data may contain the
  34685. `\0' character.  In addition, `mysql_real_query()' is faster than
  34686. `mysql_query()' because it does not call `strlen()' on the query string.
  34687.  
  34688. If you want to know if the query should return a result set or not, you
  34689. can use `mysql_field_count()' to check for this.  *Note
  34690. `mysql_field_count': mysql_field_count.
  34691.  
  34692. Return Values
  34693. .............
  34694.  
  34695. Zero if the query was successful. Non-zero if an error occurred.
  34696.  
  34697. Errors
  34698. ......
  34699.  
  34700. `CR_COMMANDS_OUT_OF_SYNC'
  34701.      Commands were executed in an improper order.
  34702.  
  34703. `CR_SERVER_GONE_ERROR'
  34704.      The MySQL server has gone away.
  34705.  
  34706. `CR_SERVER_LOST'
  34707.      The connection to the server was lost during the query.
  34708.  
  34709. `CR_UNKNOWN_ERROR'
  34710.      An unknown error occurred.
  34711.  
  34712. `mysql_reload()'
  34713. ................
  34714.  
  34715. `int mysql_reload(MYSQL *mysql)'
  34716.  
  34717. Description
  34718. ...........
  34719.  
  34720. Asks the MySQL server to reload the grant tables. The connected user
  34721. must have the *reload* privilege.
  34722.  
  34723. This function is deprecated.  It is preferable to use `mysql_query()'
  34724. to issue a SQL `FLUSH PRIVILEGES' statement instead.
  34725.  
  34726. Return Values
  34727. .............
  34728.  
  34729. Zero for success.  Non-zero if an error occurred.
  34730.  
  34731. Errors
  34732. ......
  34733.  
  34734. `CR_COMMANDS_OUT_OF_SYNC'
  34735.      Commands were executed in an improper order.
  34736.  
  34737. `CR_SERVER_GONE_ERROR'
  34738.      The MySQL server has gone away.
  34739.  
  34740. `CR_SERVER_LOST'
  34741.      The connection to the server was lost during the query.
  34742.  
  34743. `CR_UNKNOWN_ERROR'
  34744.      An unknown error occurred.
  34745.  
  34746. `mysql_row_seek()'
  34747. ..................
  34748.  
  34749. `MYSQL_ROW_OFFSET mysql_row_seek(MYSQL_RES *result, MYSQL_ROW_OFFSET
  34750. offset)'
  34751.  
  34752. Description
  34753. ...........
  34754.  
  34755. Sets the row cursor to an arbitrary row in a query result set.  This
  34756. requires that the result set structure contains the entire result of
  34757. the query, so `mysql_row_seek()' may be used in conjunction only with
  34758. `mysql_store_result()', not with `mysql_use_result()'.
  34759.  
  34760. The offset should be a value returned from a call to `mysql_row_tell()'
  34761. or to `mysql_row_seek()'.  This value is not simply a row number; if you
  34762. want to seek to a row within a result set using a row number, use
  34763. `mysql_data_seek()' instead.
  34764.  
  34765. Return Values
  34766. .............
  34767.  
  34768. The previous value of the row cursor.  This value may be passed to a
  34769. subsequent call to `mysql_row_seek()'.
  34770.  
  34771. Errors
  34772. ......
  34773.  
  34774. None.
  34775.  
  34776. `mysql_row_tell()'
  34777. ..................
  34778.  
  34779. `MYSQL_ROW_OFFSET mysql_row_tell(MYSQL_RES *result)'
  34780.  
  34781. Description
  34782. ...........
  34783.  
  34784. Returns the current position of the row cursor for the last
  34785. `mysql_fetch_row()'. This value can be used as an argument to
  34786. `mysql_row_seek()'.
  34787.  
  34788. You should use `mysql_row_tell()' only after `mysql_store_result()',
  34789. not after `mysql_use_result()'.
  34790.  
  34791. Return Values
  34792. .............
  34793.  
  34794. The current offset of the row cursor.
  34795.  
  34796. Errors
  34797. ......
  34798.  
  34799. None.
  34800.  
  34801. `mysql_select_db()'
  34802. ...................
  34803.  
  34804. `int mysql_select_db(MYSQL *mysql, const char *db)'
  34805.  
  34806. Description
  34807. ...........
  34808.  
  34809. Causes the database specified by `db' to become the default (current)
  34810. database on the connection specified by `mysql'.  In subsequent queries,
  34811. this database is the default for table references that do not include an
  34812. explicit database specifier.
  34813.  
  34814. `mysql_select_db()' fails unless the connected user can be authenticated
  34815. as having permission to use the database.
  34816.  
  34817. Return Values
  34818. .............
  34819.  
  34820. Zero for success.  Non-zero if an error occurred.
  34821.  
  34822. Errors
  34823. ......
  34824.  
  34825. `CR_COMMANDS_OUT_OF_SYNC'
  34826.      Commands were executed in an improper order.
  34827.  
  34828. `CR_SERVER_GONE_ERROR'
  34829.      The MySQL server has gone away.
  34830.  
  34831. `CR_SERVER_LOST'
  34832.      The connection to the server was lost during the query.
  34833.  
  34834. `CR_UNKNOWN_ERROR'
  34835.      An unknown error occurred.
  34836.  
  34837. `mysql_shutdown()'
  34838. ..................
  34839.  
  34840. `int mysql_shutdown(MYSQL *mysql)'
  34841.  
  34842. Description
  34843. ...........
  34844.  
  34845. Asks the database server to shut down. The connected user must have
  34846. *shutdown* privileges.
  34847.  
  34848. Return Values
  34849. .............
  34850.  
  34851. Zero for success.  Non-zero if an error occurred.
  34852.  
  34853. Errors
  34854. ......
  34855.  
  34856. `CR_COMMANDS_OUT_OF_SYNC'
  34857.      Commands were executed in an improper order.
  34858.  
  34859. `CR_SERVER_GONE_ERROR'
  34860.      The MySQL server has gone away.
  34861.  
  34862. `CR_SERVER_LOST'
  34863.      The connection to the server was lost during the query.
  34864.  
  34865. `CR_UNKNOWN_ERROR'
  34866.      An unknown error occurred.
  34867.  
  34868. `mysql_stat()'
  34869. ..............
  34870.  
  34871. `char *mysql_stat(MYSQL *mysql)'
  34872.  
  34873. Description
  34874. ...........
  34875.  
  34876. Returns a character string containing information similar to that
  34877. provided by the `mysqladmin status' command.  This includes uptime in
  34878. seconds and the number of running threads, questions, reloads, and open
  34879. tables.
  34880.  
  34881. Return Values
  34882. .............
  34883.  
  34884. A character string describing the server status. `NULL' if an error
  34885. occurred.
  34886.  
  34887. Errors
  34888. ......
  34889.  
  34890. `CR_COMMANDS_OUT_OF_SYNC'
  34891.      Commands were executed in an improper order.
  34892.  
  34893. `CR_SERVER_GONE_ERROR'
  34894.      The MySQL server has gone away.
  34895.  
  34896. `CR_SERVER_LOST'
  34897.      The connection to the server was lost during the query.
  34898.  
  34899. `CR_UNKNOWN_ERROR'
  34900.      An unknown error occurred.
  34901.  
  34902. `mysql_store_result()'
  34903. ......................
  34904.  
  34905. `MYSQL_RES *mysql_store_result(MYSQL *mysql)'
  34906.  
  34907. Description
  34908. ...........
  34909.  
  34910. You must call `mysql_store_result()' or `mysql_use_result()' for every
  34911. query that successfully retrieves data (`SELECT', `SHOW', `DESCRIBE',
  34912. `EXPLAIN').
  34913.  
  34914. You don't have to call `mysql_store_result()' or `mysql_use_result()'
  34915. for other queries, but it will not do any harm or cause any notable
  34916. performance if you call `mysql_store_result()' in all cases.  You can
  34917. detect if the query didn't have a result set by checking if
  34918. `mysql_store_result()' returns 0 (more about this later one).
  34919.  
  34920. If you want to know if the query should return a result set or not, you
  34921. can use `mysql_field_count()' to check for this.  *Note
  34922. `mysql_field_count': mysql_field_count.
  34923.  
  34924. `mysql_store_result()' reads the entire result of a query to the client,
  34925. allocates a `MYSQL_RES' structure, and places the result into this
  34926. structure.
  34927.  
  34928. `mysql_store_results()' returns a null pointer if the query didn't
  34929. return a result set (if the query was, for example, an `INSERT'
  34930. statement).
  34931.  
  34932. `mysql_store_results()' also returns a null pointer if reading of the
  34933. result set failed. You can check if you got an error by checking if
  34934. `mysql_error()' doesn't return a null pointer, if `mysql_errno()'
  34935. returns <> 0, or if `mysql_field_count()' returns <> 0.
  34936.  
  34937. An empty result set is returned if there are no rows returned.  (An
  34938. empty result set differs from a null pointer as a return value.)
  34939.  
  34940. Once you have called `mysql_store_result()' and got a result back that
  34941. isn't a null pointer, you may call `mysql_num_rows()' to find out how
  34942. many rows are in the result set.
  34943.  
  34944. You can call `mysql_fetch_row()' to fetch rows from the result set, or
  34945. `mysql_row_seek()' and `mysql_row_tell()' to obtain or set the current
  34946. row position within the result set.
  34947.  
  34948. You must call `mysql_free_result()' once you are done with the result
  34949. set.
  34950.  
  34951. *Note `NULL mysql_store_result()': NULL mysql_store_result.
  34952.  
  34953. Return Values
  34954. .............
  34955.  
  34956. A `MYSQL_RES' result structure with the results. `NULL' if an error
  34957. occurred.
  34958.  
  34959. Errors
  34960. ......
  34961.  
  34962. `CR_COMMANDS_OUT_OF_SYNC'
  34963.      Commands were executed in an improper order.
  34964.  
  34965. `CR_OUT_OF_MEMORY'
  34966.      Out of memory.
  34967.  
  34968. `CR_SERVER_GONE_ERROR'
  34969.      The MySQL server has gone away.
  34970.  
  34971. `CR_SERVER_LOST'
  34972.      The connection to the server was lost during the query.
  34973.  
  34974. `CR_UNKNOWN_ERROR'
  34975.      An unknown error occurred.
  34976.  
  34977. `mysql_thread_id()'
  34978. ...................
  34979.  
  34980. `unsigned long mysql_thread_id(MYSQL *mysql)'
  34981.  
  34982. Description
  34983. ...........
  34984.  
  34985. Returns the thread ID of the current connection.  This value can be
  34986. used as an argument to `mysql_kill()' to kill the thread.
  34987.  
  34988. If the connection is lost and you reconnect with `mysql_ping()', the
  34989. thread ID will change.  This means you should not get the thread ID and
  34990. store it for later. You should get it when you need it.
  34991.  
  34992. Return Values
  34993. .............
  34994.  
  34995. The thread ID of the current connection.
  34996.  
  34997. Errors
  34998. ......
  34999.  
  35000. None.
  35001.  
  35002. `mysql_use_result()'
  35003. ....................
  35004.  
  35005. `MYSQL_RES *mysql_use_result(MYSQL *mysql)'
  35006.  
  35007. Description
  35008. ...........
  35009.  
  35010. You must call `mysql_store_result()' or `mysql_use_result()' for every
  35011. query that successfully retrieves data (`SELECT', `SHOW', `DESCRIBE',
  35012. `EXPLAIN').
  35013.  
  35014. `mysql_use_result()' initiates a result set retrieval but does not
  35015. actually read the result set into the client like `mysql_store_result()'
  35016. does.  Instead, each row must be retrieved individually by making calls
  35017. to `mysql_fetch_row()'.  This reads the result of a query directly from
  35018. the server without storing it in a temporary table or local buffer,
  35019. which is somewhat faster and uses much less memory than
  35020. `mysql_store_result()'.  The client will only allocate memory for the
  35021. current row and a communication buffer that may grow up to
  35022. `max_allowed_packet' bytes.
  35023.  
  35024. On the other hand, you shouldn't use `mysql_use_result()' if you are
  35025. doing a lot of processing for each row on the client side, or if the
  35026. output is sent to a screen on which the user may type a `^S' (stop
  35027. scroll).  This will tie up the server and prevent other threads from
  35028. updating any tables from which the data is being fetched.
  35029.  
  35030. When using `mysql_use_result()', you must execute `mysql_fetch_row()'
  35031. until a `NULL' value is returned, otherwise the unfetched rows will be
  35032. returned as part of the result set for your next query. The C API will
  35033. give the error `Commands out of sync; You can't run this command now'
  35034. if you forget to do this!
  35035.  
  35036. You may not use `mysql_data_seek()', `mysql_row_seek()',
  35037. `mysql_row_tell()', `mysql_num_rows()', or `mysql_affected_rows()' with
  35038. a result returned from `mysql_use_result()', nor may you issue other
  35039. queries until the `mysql_use_result()' has finished.  (However, after
  35040. you have fetched all the rows, `mysql_num_rows()' will accurately
  35041. return the number of rows fetched.)
  35042.  
  35043. You must call `mysql_free_result()' once you are done with the result
  35044. set.
  35045.  
  35046. Return Values
  35047. .............
  35048.  
  35049. A `MYSQL_RES' result structure. `NULL' if an error occurred.
  35050.  
  35051. Errors
  35052. ......
  35053.  
  35054. `CR_COMMANDS_OUT_OF_SYNC'
  35055.      Commands were executed in an improper order.
  35056.  
  35057. `CR_OUT_OF_MEMORY'
  35058.      Out of memory.
  35059.  
  35060. `CR_SERVER_GONE_ERROR'
  35061.      The MySQL server has gone away.
  35062.  
  35063. `CR_SERVER_LOST'
  35064.      The connection to the server was lost during the query.
  35065.  
  35066. `CR_UNKNOWN_ERROR'
  35067.      An unknown error occurred.
  35068.  
  35069. C Threaded Function Descriptions
  35070. --------------------------------
  35071.  
  35072. You need to use the following functions when you want to create a
  35073. threaded client. *Note Threaded clients::.
  35074.  
  35075. `my_init()'
  35076. ...........
  35077.  
  35078. Description
  35079. ...........
  35080.  
  35081. This function needs to be called once in the program before calling any
  35082. MySQL function.  This initializes some global variables that MySQL
  35083. needs.  If you are using a thread safe client library, this will also
  35084. call `my_thread_init()' for this thread.
  35085.  
  35086. This is automatically called by `mysql_init()' and `mysql_connect()'.
  35087.  
  35088. Return Values
  35089. .............
  35090.  
  35091. none.
  35092.  
  35093. `my_thread_init()'
  35094. ..................
  35095.  
  35096. Description
  35097. ...........
  35098.  
  35099. This function needs to be called for each created thread to initialize
  35100. thread specific variables.
  35101.  
  35102. This is automatically called by `my_init()' and `mysql_connect()'.
  35103.  
  35104. Return Values
  35105. .............
  35106.  
  35107. none.
  35108.  
  35109. `my_thread_end()'
  35110. .................
  35111.  
  35112. Description
  35113. ...........
  35114.  
  35115. This function needs to be called before calling `pthread_exit()' to
  35116. freed memory allocated by `my_thread_init()'.
  35117.  
  35118. Note that this function is NOT invoked automatically by the client
  35119. library!
  35120.  
  35121. Return Values
  35122. .............
  35123.  
  35124. none.
  35125.  
  35126. Common questions and problems when using the C API
  35127. --------------------------------------------------
  35128.  
  35129. Why Is It that After `mysql_query()' Returns Success, `mysql_store_result()' Sometimes Returns `NULL?'
  35130. ......................................................................................................
  35131.  
  35132. It is possible for `mysql_store_result()' to return `NULL' following a
  35133. successful call to `mysql_query()'.  When this happens, it means one of
  35134. the following conditions occurred:
  35135.  
  35136.    * There was a `malloc()' failure (for example, if the result set was
  35137.      too large).
  35138.  
  35139.    * The data couldn't be read (an error occurred on the connection).
  35140.  
  35141.    * The query returned no data (for example, it was an `INSERT',
  35142.      `UPDATE', or `DELETE').
  35143.  
  35144. You can always check whether or not the statement should have produced a
  35145. non-empty result by calling `mysql_field_count()'.  If
  35146. `mysql_field_count()' returns zero, the result is empty and the last
  35147. query was a statement that does not return values (for example, an
  35148. `INSERT' or a `DELETE').  If `mysql_field_count()' returns a non-zero
  35149. value, the statement should have produced a non-empty result.  See the
  35150. description of the `mysql_field_count()' function for an example.
  35151.  
  35152. You can test for an error by calling `mysql_error()' or `mysql_errno()'.
  35153.  
  35154. What Results Can I Get From a Query?
  35155. ....................................
  35156.  
  35157. In addition to the result set returned by a query, you can also get the
  35158. following information:
  35159.  
  35160.    * `mysql_affected_rows()' returns the number of rows affected by the
  35161.      last query when doing an `INSERT', `UPDATE', or `DELETE'. An
  35162.      exception is that if `DELETE' is used without a `WHERE' clause, the
  35163.      table is re-created empty, which is much faster! In this case,
  35164.      `mysql_affected_rows()' returns zero for the number of records
  35165.      affected.
  35166.  
  35167.    * `mysql_num_rows()' returns the number of rows in a result set.
  35168.      With `mysql_store_result()', `mysql_num_rows()' may be called as
  35169.      soon as `mysql_store_result()' returns.  With `mysql_use_result()',
  35170.      `mysql_num_rows()' may be called only after you have fetched all
  35171.      the rows with `mysql_fetch_row()'.
  35172.  
  35173.    * `mysql_insert_id()' returns the ID generated by the last query
  35174.      that inserted a row into a table with an `AUTO_INCREMENT' index.
  35175.      *Note `mysql_insert_id()': mysql_insert_id.
  35176.  
  35177.    * Some queries (`LOAD DATA INFILE ...', `INSERT INTO ... SELECT
  35178.      ...', `UPDATE') return additional information.  The result is
  35179.      returned by `mysql_info()'.  See the description for `mysql_info()'
  35180.      for the format of the string that it returns.  `mysql_info()'
  35181.      returns a `NULL' pointer if there is no additional information.
  35182.  
  35183. How Can I Get the Unique ID for the Last Inserted Row?
  35184. ......................................................
  35185.  
  35186. If you insert a record in a table containing a column that has the
  35187. `AUTO_INCREMENT' attribute, you can get the most recently generated ID
  35188. by calling the `mysql_insert_id()' function.
  35189.  
  35190. You can also retrieve the ID by using the `LAST_INSERT_ID()' function in
  35191. a query string that you pass to `mysql_query()'.
  35192.  
  35193. You can check if an `AUTO_INCREMENT' index is used by executing the
  35194. following code. This also checks if the query was an `INSERT' with an
  35195. `AUTO_INCREMENT' index:
  35196.  
  35197.      if (mysql_error(&mysql)[0] == 0 &&
  35198.          mysql_num_fields(result) == 0 &&
  35199.          mysql_insert_id(&mysql) != 0)
  35200.      {
  35201.          used_id = mysql_insert_id(&mysql);
  35202.      }
  35203.  
  35204. The most recently generated ID is maintained in the server on a
  35205. per-connection basis.  It will not be changed by another client. It
  35206. will not even be changed if you update another `AUTO_INCREMENT' column
  35207. with a non-magic value (that is, a value that is not `NULL' and not
  35208. `0').
  35209.  
  35210. If you want to use the ID that was generated for one table and insert
  35211. it into a second table, you can use SQL statements like this:
  35212.  
  35213.      INSERT INTO foo (auto,text)
  35214.          VALUES(NULL,'text');              # generate ID by inserting NULL
  35215.      INSERT INTO foo2 (id,text)
  35216.          VALUES(LAST_INSERT_ID(),'text');  # use ID in second table
  35217.  
  35218. Problems Linking with the C API
  35219. ...............................
  35220.  
  35221. When linking with the C API, the following errors may occur on some
  35222. systems:
  35223.  
  35224.      gcc -g -o client test.o -L/usr/local/lib/mysql -lmysqlclient -lsocket -lnsl
  35225.      
  35226.      Undefined        first referenced
  35227.       symbol          in file
  35228.      floor            /usr/local/lib/mysql/libmysqlclient.a(password.o)
  35229.      ld: fatal: Symbol referencing errors. No output written to client
  35230.  
  35231. If this happens on your system, you must include the math library by
  35232. adding `-lm' to the end of the compile/link line.
  35233.  
  35234. Building Client Programs
  35235. ------------------------
  35236.  
  35237. If you compile MySQL clients that you've written yourself or that you
  35238. obtain from a third party, they must be linked using the `-lmysqlclient
  35239. -lz' option on the link command.  You may also need to specify a `-L'
  35240. option to tell the linker where to find the library.  For example, if
  35241. the library is installed in `/usr/local/mysql/lib', use
  35242. `-L/usr/local/mysql/lib -lmysqlclient -lz' on the link command.
  35243.  
  35244. For clients that use MySQL header files, you may need to specify a `-I'
  35245. option when you compile them (for example,
  35246. `-I/usr/local/mysql/include'), so the compiler can find the header
  35247. files.
  35248.  
  35249. How to Make a Threaded Client
  35250. -----------------------------
  35251.  
  35252. The client library is almost thread safe. The biggest problem is that
  35253. the subroutines in `net.c' that read from sockets are not interrupt
  35254. safe.  This was done with the thought that you might want to have your
  35255. own alarm that can break a long read to a server.  If you install
  35256. interrupt handlers for the `SIGPIPE' interrupt, the socket handling
  35257. should be thread safe.
  35258.  
  35259. In the older binaries we distribute on our Web site, the client
  35260. libraries are not normally compiled with the thread-safe option (the
  35261. Windows binaries are by default compiled to be thread safe).  Newer
  35262. binary distributions should have both a normal and a thread-safe client
  35263. library.
  35264.  
  35265. To get a threaded client where you can interrupt the client from other
  35266. threads and set timeouts when talking with the MySQL server, you should
  35267. use the `-lmysys', `-lstring', and `-ldbug' libraries and the
  35268. `net_serv.o' code that the server uses.
  35269.  
  35270. If you don't need interrupts or timeouts, you can just compile a thread
  35271. safe client library `(mysqlclient_r)' and use this.  *Note MySQL C API:
  35272. C.  In this case you don't have to worry about the `net_serv.o' object
  35273. file or the other MySQL libraries.
  35274.  
  35275. When using a threaded client and you want to use timeouts and
  35276. interrupts, you can make great use of the routines in the `thr_alarm.c'
  35277. file.  If you are using routines from the `mysys' library, the only
  35278. thing you must remember is to call `my_init()' first! *Note C Thread
  35279. functions::.
  35280.  
  35281. All functions except `mysql_real_connect()' are by default thread safe.
  35282. The following notes describe how to compile a thread safe client
  35283. library and use it in a thread-safe manner.  (The notes below for
  35284. `mysql_real_connect()' actually apply to `mysql_connect()' as well, but
  35285. because `mysql_connect()' is deprecated, you should be using
  35286. `mysql_real_connect()' anyway.)
  35287.  
  35288. To make `mysql_real_connect()' thread safe, you must recompile the
  35289. client library with this command:
  35290.  
  35291.      shell> ./configure --enable-thread-safe-client
  35292.  
  35293. This will create a thread-safe client library `libmysqlclient_r'.
  35294. `--enable-thread-safe-client'.  This library is thread safe per
  35295. connection.  You can let two threads share the same connection as long
  35296. as you do the following:
  35297.  
  35298.    * Two threads can't send a query to the MySQL at the same time on
  35299.      the same connection.  In particular, you have to ensure that
  35300.      between a `mysql_query()' and `mysql_store_result()' no other
  35301.      thread is using the same connection.
  35302.  
  35303.    * Many threads can access different result sets that are retrieved
  35304.      with `mysql_store_result()'.
  35305.  
  35306.    * If you use `mysql_use_result', you have to ensure that no other
  35307.      thread is asking anything on the same connection until the result
  35308.      set is closed.  However, it really is best for threaded clients
  35309.      that share the same connection to use `mysql_use_result()'.
  35310.  
  35311.    * If you want to use multiple threads on the same connection, you
  35312.      must have a mutex lock around your `mysql_query()' and
  35313.      `mysql_store_result()' call combination.  Once
  35314.      `mysql_store_result()' is ready, the lock can be released and other
  35315.      threads may query the same connection.
  35316.  
  35317.    * If you program with POSIX threads, you can use
  35318.      `pthread_mutex_lock()' and `pthread_mutex_unlock()' to establish
  35319.      and release a mutex lock.
  35320.  
  35321. You need to know the following if you have a thread that is calling
  35322. MySQL functions, but that thread has not created the connection to the
  35323. MySQL database:
  35324.  
  35325. When you call `mysql_init()' or `mysql_connect()', MySQL will create a
  35326. thread specific variable for the thread that is used by the debug
  35327. library (among other things).
  35328.  
  35329. If you have in a thread call a MySQL function, before a thread has
  35330. called `mysql_init()' or `mysql_connect()', the thread will not have
  35331. the necessary thread specific variables in place and you are likely to
  35332. end up with a core dump sooner or later.
  35333.  
  35334. The get things to work smoothly you have to do the following:
  35335.  
  35336.   1. Call `my_init()' at the start of your program if it calls any
  35337.      other MySQL function before calling `mysql_real_connect()'.
  35338.  
  35339.   2. Call `my_thread_init()' in the thread handler before calling any
  35340.      MySQL function.
  35341.  
  35342.   3. In the thread, call `my_thread_end()' before calling
  35343.      `pthread_exit()'.  This will free the memory used by MySQL thread
  35344.      specific variables.
  35345.  
  35346. You may get some errors because of undefined symbols when linking your
  35347. client with `mysqlclient_r'. In most cases this is because you haven't
  35348. included the thread libraries on the link/compile line.
  35349.  
  35350. MySQL C++ APIs
  35351. ==============
  35352.  
  35353. Two APIs are available in the MySQL Contrib directory
  35354. (http://www.mysql.com/Downloads/Contrib/).
  35355.  
  35356. Borland C++
  35357. -----------
  35358.  
  35359. You can compile the MySQL Windows source with Borland C++ 5.02.  (The
  35360. Windows source includes only projects for Microsoft VC++, for Borland
  35361. C++ you have to do the project files yourself).
  35362.  
  35363. One known problem with Borland C++ is that it uses a different structure
  35364. alignment than VC++.  This means that you will run into problems if you
  35365. try to use the default `libmysql.dll' libraries (that was compiled with
  35366. VC++) with Borland C++. You can do one of the following to avoid this
  35367. problem.
  35368.  
  35369.    * You can use the static MySQL libraries for Borland C++ that you
  35370.      can find on `http://www.mysql.com/downloads/os-win32.html'.
  35371.  
  35372.    * Only call `mysql_init()' with `NULL' as an argument, not a
  35373.      pre-allocated MYSQL struct.
  35374.  
  35375. MySQL Java Connectivity (JDBC)
  35376. ==============================
  35377.  
  35378. There are 2 supported JDBC drivers for MySQL (the mm driver and the
  35379. Reisin JDBC driver).  You can find a copy of the mm driver at
  35380. `http://mmmysql.sourceforge.net/' or
  35381. `http://www.mysql.com/Downloads/Contrib/' and the Reisin driver at
  35382. `http://www.caucho.com/projects/jdbc-mysql/index.xtp' For documentation
  35383. consult any JDBC documentation and the driver's own documentation for
  35384. MySQL-specific features.
  35385.  
  35386. MySQL Python APIs
  35387. =================
  35388.  
  35389. The MySQL Contrib directory (http://www.mysql.com/Downloads/Contrib/)
  35390. contains a Python interface written by Joseph Skinner.
  35391.  
  35392. You can also use the Python interface to iODBC to access a MySQL server.
  35393. mxODBC (http://starship.skyport.net/~lemburg/)
  35394.  
  35395. MySQL Tcl APIs
  35396. ==============
  35397.  
  35398. Tcl at binevolve (http://www.binevolve.com/~tdarugar/tcl-sql/).  The
  35399. Contrib directory (http://www.mysql.com/Downloads/Contrib) contains a
  35400. Tcl interface that is based on msqltcl 1.50.
  35401.  
  35402. MySQL Eiffel wrapper
  35403. ====================
  35404.  
  35405. The MySQL Contrib directory (http://www.mysql.com/Downloads/Contrib/)
  35406. contains an Eiffel wrapper written by Michael Ravits.
  35407.  
  35408. You can also find this at: <http://www.netpedia.net/hosting/newplayer/>
  35409.  
  35410. Extending MySQL
  35411. ***************
  35412.  
  35413. Adding New Functions to MySQL
  35414. =============================
  35415.  
  35416. There are two ways to add new functions to MySQL:
  35417.  
  35418.    * You can add the function through the user-definable function (UDF)
  35419.      interface.  User-definable functions are added and removed
  35420.      dynamically using the `CREATE FUNCTION' and `DROP FUNCTION'
  35421.      statements.  *Note `CREATE FUNCTION': CREATE FUNCTION.
  35422.  
  35423.    * You can add the function as a native (built in) MySQL function.
  35424.      Native functions are compiled into the `mysqld' server and become
  35425.      available on a permanent basis.
  35426.  
  35427. Each method has advantages and disadvantages:
  35428.  
  35429.    * If you write a user-definable function, you must install the
  35430.      object file in addition to the server itself.  If you compile your
  35431.      function into the server, you don't need to do that.
  35432.  
  35433.    * You can add UDFs to a binary MySQL distribution.  Native functions
  35434.      require you to modify a source distribution.
  35435.  
  35436.    * If you upgrade your MySQL distribution, you can continue to use
  35437.      your previously installed UDFs.  For native functions, you must
  35438.      repeat your modifications each time you upgrade.
  35439.  
  35440. Whichever method you use to add new functions, they may be used just
  35441. like native functions such as `ABS()' or `SOUNDEX()'.
  35442.  
  35443. `CREATE FUNCTION/DROP FUNCTION' Syntax
  35444. --------------------------------------
  35445.  
  35446.      CREATE [AGGREGATE] FUNCTION function_name RETURNS {STRING|REAL|INTEGER}
  35447.             SONAME shared_library_name
  35448.      
  35449.      DROP FUNCTION function_name
  35450.  
  35451. A user-definable function (UDF) is a way to extend MySQL with a new
  35452. function that works like native (built in) MySQL functions such as
  35453. `ABS()' and `CONCAT()'.
  35454.  
  35455. `AGGREGATE' is a new option for MySQL Version 3.23.  An `AGGREGATE'
  35456. function works exactly like a native MySQL `GROUP' function like `SUM'
  35457. or `COUNT()'.
  35458.  
  35459. `CREATE FUNCTION' saves the function's name, type, and shared library
  35460. name in the `mysql.func' system table.  You must have the *insert* and
  35461. *delete* privileges for the `mysql' database to create and drop
  35462. functions.
  35463.  
  35464. All active functions are reloaded each time the server starts, unless
  35465. you start `mysqld' with the `--skip-grant-tables' option.  In this
  35466. case, UDF initialization is skipped and UDFs are unavailable.  (An
  35467. active function is one that has been loaded with `CREATE FUNCTION' and
  35468. not removed with `DROP FUNCTION'.)
  35469.  
  35470. For instructions on writing user-definable functions, see *Note Adding
  35471. functions::.  For the UDF mechanism to work, functions must be written
  35472. in C or C++, your operating system must support dynamic loading and you
  35473. must have compiled `mysqld' dynamically (not statically).
  35474.  
  35475. Adding a New User-definable Function
  35476. ------------------------------------
  35477.  
  35478. For the UDF mechanism to work, functions must be written in C or C++
  35479. and your operating system must support dynamic loading.  The MySQL
  35480. source distribution includes a file `sql/udf_example.cc' that defines 5
  35481. new functions.  Consult this file to see how UDF calling conventions
  35482. work.
  35483.  
  35484. For `mysqld' to be able to use UDF functions, you should configure MySQL
  35485. with `--with-mysqld-ldflags=-rdynamic' The reason is that to on many
  35486. platforms (including Linux) you can load a dynamic library (with
  35487. `dlopen()') from a static linked program, which you would get if you
  35488. are using `--with-mysqld-ldflags=-all-static' If you want to use an UDF
  35489. that needs to access symbols from `mysqld' (like the `methaphone'
  35490. example in `sql/udf_example.cc' that uses `default_charset_info'), you
  35491. must link the program with `-rdynamic'.  (see `man dlopen').
  35492.  
  35493. For each function that you want to use in SQL statements, you should
  35494. define corresponding C (or C++) functions.  In the discussion below,
  35495. the name "xxx" is used for an example function name.  To distinquish
  35496. between SQL and C/C++ usage, `XXX()' (uppercase) indicates a SQL
  35497. function call, and `xxx()' (lowercase) indicates a C/C++ function call.
  35498.  
  35499. The C/C++ functions that you write to implement the interface for
  35500. `XXX()' are:
  35501.  
  35502. `xxx()' (required)
  35503.      The main function.  This is where the function result is computed.
  35504.      The correspondence between the SQL type and return type of your
  35505.      C/C++ function is shown below:
  35506.  
  35507.      *SQL type*    *C/C++ type*
  35508.      `STRING'      `char *'
  35509.      `INTEGER'     `long long'
  35510.      `REAL'        `double'
  35511.  
  35512. `xxx_init()' (optional)
  35513.      The initialization function for `xxx()'.  It can be used to:
  35514.  
  35515.         * Check the number of arguments to `XXX()'.
  35516.  
  35517.         * Check that the arguments are of a required type or,
  35518.           alternatively, tell MySQL to coerce arguments to the types
  35519.           you want when the main function is called.
  35520.  
  35521.         * Allocate any memory required by the main function.
  35522.  
  35523.         * Specify the maximum length of the result.
  35524.  
  35525.         * Specify (for `REAL' functions) the maximum number of decimals.
  35526.  
  35527.         * Specify whether or not the result can be `NULL'.
  35528.  
  35529. `xxx_deinit()' (optional)
  35530.      The deinitialization function for `xxx()'.  It should deallocate
  35531.      any memory allocated by the initialization function.
  35532.  
  35533. When a SQL statement invokes `XXX()', MySQL calls the initialization
  35534. function `xxx_init()' to let it perform any required setup, such as
  35535. argument checking or memory allocation.  If `xxx_init()' returns an
  35536. error, the SQL statement is aborted with an error message and the main
  35537. and deinitialization functions are not called.  Otherwise, the main
  35538. function `xxx()' is called once for each row.  After all rows have been
  35539. processed, the deinitialization function `xxx_deinit()' is called so it
  35540. can perform any required cleanup.
  35541.  
  35542. All functions must be thread safe (not just the main function, but the
  35543. initialization and deinitialization functions as well). This means that
  35544. you are not allowed to allocate any global or static variables that
  35545. change!  If you need memory, you should allocate it in `xxx_init()' and
  35546. free it in `xxx_deinit()'.
  35547.  
  35548. UDF Calling Sequences
  35549. .....................
  35550.  
  35551. The main function should be declared as shown below.  Note that the
  35552. return type and parameters differ, depending on whether you will
  35553. declare the SQL function `XXX()' to return `STRING', `INTEGER', or
  35554. `REAL' in the `CREATE FUNCTION' statement:
  35555.  
  35556. For `STRING' functions:
  35557.  
  35558.      char *xxx(UDF_INIT *initid, UDF_ARGS *args,
  35559.                    char *result, unsigned long *length,
  35560.                    char *is_null, char *error);
  35561.  
  35562. For `INTEGER' functions:
  35563.  
  35564.      long long xxx(UDF_INIT *initid, UDF_ARGS *args,
  35565.                    char *is_null, char *error);
  35566.  
  35567. For `REAL' functions:
  35568.  
  35569.      double xxx(UDF_INIT *initid, UDF_ARGS *args,
  35570.                    char *is_null, char *error);
  35571.  
  35572. The initialization and deinitialization functions are declared like
  35573. this:
  35574.  
  35575.      my_bool xxx_init(UDF_INIT *initid, UDF_ARGS *args, char *message);
  35576.      
  35577.      void xxx_deinit(UDF_INIT *initid);
  35578.  
  35579. The `initid' parameter is passed to all three functions.  It points to a
  35580. `UDF_INIT' structure that is used to communicate information between
  35581. functions.  The `UDF_INIT' structure members are listed below.  The
  35582. initialization function should fill in any members that it wishes to
  35583. change.  (To use the default for a member, leave it unchanged.):
  35584.  
  35585. `my_bool maybe_null'
  35586.      `xxx_init()' should set `maybe_null' to `1' if `xxx()' can return
  35587.      `NULL'.  The default value is `1' if any of the arguments are
  35588.      declared `maybe_null'.
  35589.  
  35590. `unsigned int decimals'
  35591.      Number of decimals.  The default value is the maximum number of
  35592.      decimals in the arguments passed to the main function.  (For
  35593.      example, if the function is passed `1.34', `1.345', and `1.3', the
  35594.      default would be 3, because `1.345' has 3 decimals.
  35595.  
  35596. `unsigned int max_length'
  35597.      The maximum length of the string result.  The default value
  35598.      differs depending on the result type of the function.  For string
  35599.      functions, the default is the length of the longest argument.  For
  35600.      integer functions, the default is 21 digits.  For real functions,
  35601.      the default is 13 plus the number of decimals indicated by
  35602.      `initid->decimals'.  (For numeric functions, the length includes
  35603.      any sign or decimal point characters.)
  35604.  
  35605. `char *ptr'
  35606.      A pointer that the function can use for its own purposes.  For
  35607.      example, functions can use `initid->ptr' to communicate allocated
  35608.      memory between functions.  In `xxx_init()', allocate the memory
  35609.      and assign it to this pointer:
  35610.  
  35611.           initid->ptr = allocated_memory;
  35612.  
  35613.      In `xxx()' and `xxx_deinit()', refer to `initid->ptr' to use or
  35614.      deallocate the memory.
  35615.  
  35616. Argument Processing
  35617. ...................
  35618.  
  35619. The `args' parameter points to a `UDF_ARGS' structure that thas the
  35620. members listed below:
  35621.  
  35622. `unsigned int arg_count'
  35623.      The number of arguments.  Check this value in the initialization
  35624.      function if you want your function to be called with a particular
  35625.      number of arguments.  For example:
  35626.  
  35627.           if (args->arg_count != 2)
  35628.           {
  35629.               strcpy(message,"XXX() requires two arguments");
  35630.               return 1;
  35631.           }
  35632.  
  35633. `enum Item_result *arg_type'
  35634.      The types for each argument.  The possible type values are
  35635.      `STRING_RESULT', `INT_RESULT', and `REAL_RESULT'.
  35636.  
  35637.      To make sure that arguments are of a given type and return an
  35638.      error if they are not, check the `arg_type' array in the
  35639.      initialization function.  For example:
  35640.  
  35641.           if (args->arg_type[0] != STRING_RESULT ||
  35642.               args->arg_type[1] != INT_RESULT)
  35643.           {
  35644.               strcpy(message,"XXX() requires a string and an integer");
  35645.               return 1;
  35646.           }
  35647.  
  35648.      As an alternative to requiring your function's arguments to be of
  35649.      particular types, you can use the initialization function to set
  35650.      the `arg_type' elements to the types you want.  This causes MySQL
  35651.      to coerce arguments to those types for each call to `xxx()'.  For
  35652.      example, to specify coercion of the first two arguments to string
  35653.      and integer, do this in `xxx_init()':
  35654.  
  35655.           args->arg_type[0] = STRING_RESULT;
  35656.           args->arg_type[1] = INT_RESULT;
  35657.  
  35658. `char **args'
  35659.      `args->args' communicates information to the initialization
  35660.      function about the general nature of the arguments your function
  35661.      was called with.  For a constant argument `i', `args->args[i]'
  35662.      points to the argument value.  (See below for instructions on how
  35663.      to access the value properly.)  For a non-constant argument,
  35664.      `args->args[i]' is `0'.  A constant argument is an expression that
  35665.      uses only constants, such as `3' or `4*7-2' or `SIN(3.14)'.  A
  35666.      non-constant argument is an expression that refers to values that
  35667.      may change from row to row, such as column names or functions that
  35668.      are called with non-constant arguments.
  35669.  
  35670.      For each invocation of the main function, `args->args' contains the
  35671.      actual arguments that are passed for the row currently being
  35672.      processed.
  35673.  
  35674.      Functions can refer to an argument `i' as follows:
  35675.  
  35676.         * An argument of type `STRING_RESULT' is given as a string
  35677.           pointer plus a length, to allow handling of binary data or
  35678.           data of arbitrary length.  The string contents are available
  35679.           as `args->args[i]' and the string length is
  35680.           `args->lengths[i]'.  You should not assume that strings are
  35681.           null-terminated.
  35682.  
  35683.         * For an argument of type `INT_RESULT', you must cast
  35684.           `args->args[i]' to a `long long' value:
  35685.  
  35686.                long long int_val;
  35687.                int_val = *((long long*) args->args[i]);
  35688.  
  35689.         * For an argument of type `REAL_RESULT', you must cast
  35690.           `args->args[i]' to a `double' value:
  35691.  
  35692.                double    real_val;
  35693.                real_val = *((double*) args->args[i]);
  35694.  
  35695. `unsigned long *lengths'
  35696.      For the initialization function, the `lengths' array indicates the
  35697.      maximum string length for each argument.  For each invocation of
  35698.      the main function, `lengths' contains the actual lengths of any
  35699.      string arguments that are passed for the row currently being
  35700.      processed.  For arguments of types `INT_RESULT' or `REAL_RESULT',
  35701.      `lengths' still contains the maximum length of the argument (as
  35702.      for the initialization function).
  35703.  
  35704. Return Values and Error Handling
  35705. ................................
  35706.  
  35707. The initialization function should return `0' if no error occurred and
  35708. `1' otherwise.  If an error occurs, `xxx_init()' should store a
  35709. null-terminated error message in the `message' parameter.  The message
  35710. will be returned to the client.  The message buffer is
  35711. `MYSQL_ERRMSG_SIZE' characters long, but you should try to keep the
  35712. message to less than 80 characters so that it fits the width of a
  35713. standard terminal screen.
  35714.  
  35715. The return value of the main function `xxx()' is the function value, for
  35716. `long long' and `double' functions.  A string functions should return a
  35717. pointer to the result and store the length of the string in the
  35718. `length' arguments. `result' is a buffer at least 255 bytes long.  Set
  35719. these to the contents and length of the return value.  For example:
  35720.  
  35721.      memcpy(result, "result string", 13);
  35722.      *length = 13;
  35723.  
  35724. If your string functions that needs to return a string longer than 255
  35725. bytes, you must allocate the space for it with `malloc()' in your
  35726. `xxx_init()' function or your `xxx()' function and free it in your
  35727. `xxx_deinit()' function.  You can store the allocated memory in the
  35728. `ptr' slot in the `UDF_INIT' structure for reuse by future `xxx()'
  35729. calls.  *Note UDF calling sequences::.
  35730.  
  35731. To indicate a return value of `NULL' in the main function, set
  35732. `is_null' to `1':
  35733.  
  35734.      *is_null = 1;
  35735.  
  35736. To indicate an error return in the main function, set the `error'
  35737. parameter to `1':
  35738.  
  35739.      *error = 1;
  35740.  
  35741. If `xxx()' sets `*error' to `1' for any row, the function value is
  35742. `NULL' for the current row and for any subsequent rows processed by the
  35743. statement in which `XXX()' was invoked.  (`xxx()' will not even be
  35744. called for subsequent rows.) *NOTE:* In MySQL versions prior to
  35745. 3.22.10, you should set both `*error' and `*is_null':
  35746.  
  35747.      *error = 1;
  35748.      *is_null = 1;
  35749.  
  35750. Compiling and Installing User-definable Functions
  35751. .................................................
  35752.  
  35753. Files implementing UDFs must be compiled and installed on the host
  35754. where the server runs.  This process is described below for the example
  35755. UDF file `udf_example.cc' that is included in the MySQL source
  35756. distribution.  This file contains the following functions:
  35757.  
  35758.    * `metaphon()' returns a metaphon string of the string argument.
  35759.      This is something like a soundex string, but it's more tuned for
  35760.      English.
  35761.  
  35762.    * `myfunc_double()' returns the sum of the ASCII values of the
  35763.      characters in its arguments, divided by the sum of the length of
  35764.      its arguments.
  35765.  
  35766.    * `myfunc_int()' returns the sum of the length of its arguments.
  35767.  
  35768.    * `sequence([const int])' returns an sequence starting from the given
  35769.      number or 1 if no number has been given.
  35770.  
  35771.    * `lookup()' returns the IP number for a hostname.
  35772.  
  35773.    * `reverse_lookup()' returns the hostname for an IP number.  The
  35774.      function may be called with a string `"xxx.xxx.xxx.xxx"' or four
  35775.      numbers.
  35776.  
  35777. A dynamically loadable file should be compiled as a sharable object
  35778. file, using a command something like this:
  35779.  
  35780.      shell> gcc -shared -o udf_example.so myfunc.cc
  35781.  
  35782. You can easily find out the correct compiler options for your system by
  35783. running this command in the `sql' directory of your MySQL source tree:
  35784.  
  35785.      shell> make udf_example.o
  35786.  
  35787. You should run a compile command similar to the one that `make'
  35788. displays, except that you should remove the `-c' option near the end of
  35789. the line and add `-o udf_example.so' to the end of the line.  (On some
  35790. systems, you may need to leave  the `-c' on the command.)
  35791.  
  35792. Once you compile a shared object containing UDFs, you must install it
  35793. and tell MySQL about it.  Compiling a shared object from
  35794. `udf_example.cc' produces a file named something like `udf_example.so'
  35795. (the exact name may vary from platform to platform).  Copy this file to
  35796. some directory searched by `ld', such as `/usr/lib'.  On many systems,
  35797. you can set the `LD_LIBRARY' or `LD_LIBRARY_PATH' environment variable
  35798. to point at the directory where you have your UDF function files. The
  35799. `dlopen' manual page tells you which variable you should use on your
  35800. system. You should set this in `mysql.server' or `safe_mysqld' and
  35801. restart `mysqld'.
  35802.  
  35803. After the library is installed, notify `mysqld' about the new functions
  35804. with these commands:
  35805.  
  35806.      mysql> CREATE FUNCTION metaphon RETURNS STRING SONAME "udf_example.so";
  35807.      mysql> CREATE FUNCTION myfunc_double RETURNS REAL SONAME "udf_example.so";
  35808.      mysql> CREATE FUNCTION myfunc_int RETURNS INTEGER SONAME "udf_example.so";
  35809.      mysql> CREATE FUNCTION lookup RETURNS STRING SONAME "udf_example.so";
  35810.      mysql> CREATE FUNCTION reverse_lookup RETURNS STRING SONAME "udf_example.so";
  35811.  
  35812. Functions can be deleted using `DROP FUNCTION':
  35813.  
  35814.      mysql> DROP FUNCTION metaphon;
  35815.      mysql> DROP FUNCTION myfunc_double;
  35816.      mysql> DROP FUNCTION myfunc_int;
  35817.      mysql> DROP FUNCTION lookup;
  35818.      mysql> DROP FUNCTION reverse_lookup;
  35819.  
  35820. The `CREATE FUNCTION' and `DROP FUNCTION' statements update the system
  35821. table `func' in the `mysql' database.  The function's name, type and
  35822. shared library name are saved in the table.  You must have the *insert*
  35823. and *delete* privileges for the `mysql' database to create and drop
  35824. functions.
  35825.  
  35826. You should not use `CREATE FUNCTION' to add a function that has already
  35827. been created.  If you need to reinstall a function, you should remove
  35828. it with `DROP FUNCTION' and then reinstall it with `CREATE FUNCTION'.
  35829. You would need to do this, for example, if you recompile a new version
  35830. of your function, so that `mysqld' gets the new version.  Otherwise the
  35831. server will continue to use the old version.
  35832.  
  35833. Active functions are reloaded each time the server starts, unless you
  35834. start `mysqld' with the `--skip-grant-tables' option.  In this case, UDF
  35835. initialization is skipped and UDFs are unavailable.  (An active
  35836. function is one that has been loaded with `CREATE FUNCTION' and not
  35837. removed with `DROP FUNCTION'.)
  35838.  
  35839. Adding a New Native Function
  35840. ----------------------------
  35841.  
  35842. The procedure for adding a new native function is described below.  Note
  35843. that you cannot add native functions to a binary distribution because
  35844. the procedure involves modifying MySQL source code.  You must compile
  35845. MySQL yourself from a source distribution.  Also note that if you
  35846. migrate to another version of MySQL (for example, when a new version is
  35847. released), you will need to repeat the procedure with the new version.
  35848.  
  35849. To add a new native MySQL function, follow these steps:
  35850.  
  35851.   1. Add one line to `lex.h' that defines the function name in the
  35852.      `sql_functions[]' array.
  35853.  
  35854.   2. If the function prototype is simple (just takes zero, one, two or
  35855.      three arguments), you should in lex.h specify SYM(FUNC_ARG#)
  35856.      (where # is the number of arguments) as the second argument in the
  35857.      `sql_functions[]' array and add a function that creates a function
  35858.      object in `item_create.cc'.  Take a look at `"ABS"' and
  35859.      `create_funcs_abs()' for an example of this.
  35860.  
  35861.      If the function prototype is complicated (for example takes a
  35862.      variable number of arguments), you should add two lines to
  35863.      `sql_yacc.yy'. One indicates the preprocessor symbol that `yacc'
  35864.      should define (this should be added at the beginning of the file).
  35865.      Then define the function parameters and add an "item" with these
  35866.      parameters to the `simple_expr' parsing rule.  For an example,
  35867.      check all occurrences of `ATAN' in `sql_yacc.yy' to see how this
  35868.      is done.
  35869.  
  35870.   3. In `item_func.h', declare a class inheriting from `Item_num_func'
  35871.      or `Item_str_func', depending on whether your function returns a
  35872.      number or a string.
  35873.  
  35874.   4. In `item_func.cc', add one of the following declarations, depending
  35875.      on whether you are defining a numeric or string function:
  35876.           double   Item_func_newname::val()
  35877.           longlong Item_func_newname::val_int()
  35878.           String  *Item_func_newname::Str(String *str)
  35879.  
  35880.      If you inherit your object from any of the standard items (like
  35881.      `Item_num_func' you probably only have to define one of the above
  35882.      functions and let the parent object take care of the other
  35883.      functions.  For example, the `Item_str_func' class defines a
  35884.      `val()' function that executes `atof()' on the value returned by
  35885.      `::str()'.
  35886.  
  35887.   5. You should probably also define the following object function:
  35888.           void Item_func_newname::fix_length_and_dec()
  35889.      This function should at least calculate `max_length' based on the
  35890.      given arguments. `max_length' is the maximum number of characters
  35891.      the function may return.  This function should also set `maybe_null
  35892.      = 0' if the main function can't return a `NULL' value.  The
  35893.      function can check if any of the function arguments can return
  35894.      `NULL' by checking the arguments `maybe_null' variable. You can
  35895.      take a look at `Item_func_mod::fix_length_and_dec' for a typical
  35896.      example of how to do this.
  35897.  
  35898. All functions must be thread safe (In other words, don't use any global
  35899. or static variables in the functions without protecting them with
  35900. mutexes).
  35901.  
  35902. If you want to return `NULL', from `::val()', `::val_int()' or
  35903. `::str()' you should set `null_value' to 1 and return 0.
  35904.  
  35905. For `::str()' object functions, there are some additional
  35906. considerations to be aware of:
  35907.  
  35908.    * The `String *str' argument provides a string buffer that may be
  35909.      used to hold the result. (For more information about the `String'
  35910.      type, take a look at the `sql_string.h' file.)
  35911.  
  35912.    * The `::str()' function should return the string that holds the
  35913.      result or `(char*) 0' if the result is `NULL'.
  35914.  
  35915.    * All current string functions try to avoid allocating any memory
  35916.      unless absolutely necessary!
  35917.  
  35918. Adding New Procedures to MySQL
  35919. ==============================
  35920.  
  35921. In MySQL, you can define a procedure in C++ that can access and modify
  35922. the data in a query before it is sent to the client.  The modification
  35923. can be done on row-by-row or `GROUP BY' level.
  35924.  
  35925. We have created an example procedure in MySQL Version 3.23 to show you
  35926. what can be done.
  35927.  
  35928. Additionally we recommend you to take a look at 'mylua', which you can
  35929. find in the Contrib directory. *Note Contrib::.  Which this you can use
  35930. the LUA language to load a procedure at runtime into `mysqld'.
  35931.  
  35932. Procedure Analyse
  35933. -----------------
  35934.  
  35935. `analyse([max elements,[max memory]])'
  35936.  
  35937. This procedure is defined in the `sql/sql_analyse.cc'.  This examines
  35938. the result from your query and returns an analysis of the results:
  35939.  
  35940.    * `max elements' (default 256) is the maximum number of distinct
  35941.      values `analyse' will notice per column.  This is used by
  35942.      `analyse' to check if the optimal column type should be of type
  35943.      `ENUM'.
  35944.  
  35945.    * `max memory' (default 8192) is the maximum memory `analyse' should
  35946.      allocate per column while trying to find all distinct values.
  35947.  
  35948.      SELECT ... FROM ... WHERE ... PROCEDURE ANALYSE([max elements,[max memory]])
  35949.  
  35950. Writing a Procedure
  35951. -------------------
  35952.  
  35953. For the moment, the only documentation for this is the source.
  35954.  
  35955. You can find all information about procedures by examining the
  35956. following files:
  35957.  
  35958.    * `sql/sql_analyse.cc'
  35959.  
  35960.    * `sql/procedure.h'
  35961.  
  35962.    * `sql/procedure.cc'
  35963.  
  35964.    * `sql/sql_select.cc'
  35965.  
  35966. MySQL Internals
  35967. ===============
  35968.  
  35969. This chapter describes a lot of things that you need to know when
  35970. working on the MySQL code. If you plan to contribute to MySQL
  35971. development, want to have access to the bleeding-edge in-between
  35972. versions code, or just want to keep track of development, follow the
  35973. instructions in *Note Installing source tree::.  If you are interested
  35974. in MySQL internals, you should also subscribe to
  35975. <internals@lists.mysql.com>.  This is a relatively low traffic list, in
  35976. comparison with <mysql@lists.mysql.com>.
  35977.  
  35978. MySQL Threads
  35979. -------------
  35980.  
  35981. The MySQL server creates the following threads:
  35982.  
  35983.    * The TCP/IP connection thread handles all connection requests and
  35984.      creates a new dedicated thread to handle the authentication and
  35985.      and SQL query processing for each connection.
  35986.  
  35987.    * On Windows NT there is a named pipe handler thread that does the
  35988.      same work as the TCP/IP connection thread on named pipe connect
  35989.      requests.
  35990.  
  35991.    * The signal thread handles all signals.  This thread also normally
  35992.      handles alarms and calls `process_alarm()' to force timeouts on
  35993.      connections that have been idle too long.
  35994.  
  35995.    * If `mysqld' is compiled with `-DUSE_ALARM_THREAD', a dedicated
  35996.      thread that handles alarms is created.  This is only used on some
  35997.      systems where there are problems with `sigwait()' or if one wants
  35998.      to use the `thr_alarm()' code in ones application without a
  35999.      dedicated signal handling thread.
  36000.  
  36001.    * If one uses the `--flush_time=#' option, a dedicated thread is
  36002.      created to flush all tables at the given interval.
  36003.  
  36004.    * Every connection has its own thread.
  36005.  
  36006.    * Every different table on which one uses `INSERT DELAYED' gets its
  36007.      own thread.
  36008.  
  36009.    * If you use `--master-host', a slave replication thread will be
  36010.      started to read and apply updates from the master.
  36011.  
  36012. `mysqladmin processlist' only shows the connection, `INSERT DELAYED',
  36013. and replication threads.
  36014.  
  36015. MySQL Test Suite
  36016. ----------------
  36017.  
  36018. Until recently, our main full-coverage test suite was based on
  36019. proprietary customer data and for that reason has not been publicly
  36020. available. The only publicly available part of our testing process
  36021. consisted of the `crash-me' test, a Perl DBI/DBD benchmark found in the
  36022. `sql-bench' directory, and miscellaneous tests located in `tests'
  36023. directory. The lack of a standardized publicly available test suite has
  36024. made it difficult for our users, as well developers, to do regression
  36025. tests on the MySQL code. To address this problem, we have created a new
  36026. test system that is included in the source and binary distributions
  36027. starting in Version 3.23.29.
  36028.  
  36029. The current set of test cases doesn't test everything in MySQL, but it
  36030. should catch most obvious bugs in the SQL processing code, OS/library
  36031. issues, and is quite thorough in testing replication.  Our eventual goal
  36032. is to have the tests cover 100% of the code.  We welcome contributions
  36033. to our test suite.  You may especially want to contribute tests that
  36034. examine the functionality critical to your system, as this will ensure
  36035. that all future MySQL releases will work well with your applications.
  36036.  
  36037. Running the MySQL Test Suite
  36038. ............................
  36039.  
  36040. The test system consist of a test language interpreter (`mysqltest'), a
  36041. shell script to run all tests(`mysql-test-run'), the actual test cases
  36042. written in a special test language, and their expected results.  To run
  36043. the test suite on your system after a build, type `make test' or
  36044. `mysql-test/mysql-test-run' from the source root.  If you have
  36045. installed a binary distribution, `cd' to the install root (eg.
  36046. `/usr/local/mysql'), and do `scripts/mysql-test-run'.  All tests should
  36047. succeed.  If not, you should try to find out why and report the problem
  36048. if this is a bug in MySQL.  *Note Reporting mysqltest bugs::.
  36049.  
  36050. If you have a copy of `mysqld' running on the machine where you want to
  36051. run the test suite you do not have to stop it, as long as it is not
  36052. using ports `9306' and `9307'.  If one of those ports is taken, you
  36053. should edit `mysql-test-run' and change the values of the master and/or
  36054. slave port to one that is available.
  36055.  
  36056. You can run one individual test case with `mysql-test/mysql-test-run
  36057. test_name'.
  36058.  
  36059. If one test fails, you should test running `mysql-test-run' with the
  36060. `--force' option to check if any other tests fails.
  36061.  
  36062. Extending the MySQL Test Suite
  36063. ..............................
  36064.  
  36065. You can use the `mysqltest' language to write your own test cases.
  36066. Unfortunately, we have not yet written full documentation for it - we
  36067. plan to do this shortly.  You can, however, look at our current test
  36068. cases and use them as an example.  The following points should help you
  36069. get started:
  36070.  
  36071.    * The tests are located in `mysql-test/t/*.test'
  36072.  
  36073.    * A test case consists of `;' terminated statements and is similar
  36074.      to the input of `mysql' command line client.  A statement by
  36075.      default is a query to be sent to MySQL server, unless it is
  36076.      recognized as internal command ( eg. `sleep' ).
  36077.  
  36078.    * All queries that produce results, e.g. `SELECT', `SHOW',
  36079.      `EXPLAIN', etc., must be preceded with `@/path/to/result/file'.
  36080.      The file must contain the expected results.  An easy way to
  36081.      generate the result file is to run `mysqltest -r <
  36082.      t/test-case-name.test' from `mysql-test' directory, and then edit
  36083.      the generated result files, if needed, to adjust them to the
  36084.      expected output.  In that case, be very careful about not adding
  36085.      or deleting any invisible characters - make sure to only change
  36086.      the text and/or delete lines.  If you have to insert a line, make
  36087.      sure the fields are separated with a hard tab, and there is a hard
  36088.      tab at the end.  You may want to use `od -c' to make sure your
  36089.      text editor has not messed anything up during edit.  We, of
  36090.      course, hope that you will never have to edit the output of
  36091.      `mysqltest -r' as you only have to do it when you find a bug.
  36092.  
  36093.    * To be consistent with our setup, you should put your result files
  36094.      in `mysql-test/r' directory and name them `test_name.result'.  If
  36095.      the test produces more than one result, you should use
  36096.      `test_name.a.result', `test_name.b.result', etc.
  36097.  
  36098.    * If a statement returns an error, you should on the line before the
  36099.      statement specify with the `--error error-number'.  The error
  36100.      number can be a list of possible error numbers separated with
  36101.      `',''.
  36102.  
  36103.    * If you are writing a replication test case, you should on the
  36104.      first line of the test file, put `source
  36105.      include/master-slave.inc;'.  To switch between master and slave,
  36106.      use `connection master;' and `connection slave;'.  If you need to
  36107.      do something on an alternate connection, you can do `connection
  36108.      master1;' for the master, and `connection slave1;' for the slave.
  36109.  
  36110.    * If you need to do something in a loop, you can use something like
  36111.      this:
  36112.           let $1=1000;
  36113.           while ($1)
  36114.           {
  36115.            # do your queries here
  36116.            dec $1;
  36117.           }
  36118.  
  36119.    * To sleep between queries, use the `sleep' command. It supports
  36120.      fractions of a second, so you can do `sleep 1.3;', for example, to
  36121.      sleep 1.3 seconds.
  36122.  
  36123.    * To run the slave with additional options for your test case, put
  36124.      them in the command-line format in
  36125.      `mysql-test/t/test_name-slave.opt'. For the master, put them in
  36126.      `mysql-test/t/test_name-master.opt'.
  36127.  
  36128.    * If you have a question about the test suite, or have a test case
  36129.      to contribute, e-mail to <internals@lists.mysql.com>. As the list
  36130.      does not accept attachments, you should ftp all the relevant files
  36131.      to: <ftp://support.mysql.com/pub/mysql/Incoming>
  36132.  
  36133.  
  36134. Reporting Bugs in the MySQL Test Suite
  36135. ......................................
  36136.  
  36137. If your MySQL version doesn't pass the test suite you should do the
  36138. following:
  36139.  
  36140.    * Don't send a bug report before you have found out as much as
  36141.      possible of what when wrong!  When you do it, please use the
  36142.      `mysqlbug' script so that we can get information about your system
  36143.      and `MySQL' version. *Note Bug reports::.
  36144.  
  36145.    * Make sure to include the output of `mysql-test-run', as well as
  36146.      contents of all `.reject' files in `mysql-test/r' directory.
  36147.  
  36148.    * If a test in the test suite fails, check if the test fails also
  36149.      when run by its own:
  36150.  
  36151.           cd mysql-test
  36152.           mysql-test-run --local test-name
  36153.  
  36154.      If this fails, then you should configure MySQL with `--with-debug'
  36155.      and run `mysql-test-run' with the `--debug' option. If this also
  36156.      fails send the trace file `var/tmp/master.trace' to
  36157.      ftp://support.mysql.com/pub/mysql/secret so that we can examine
  36158.      it. Please remember to also include a full description of your
  36159.      system, the version of the mysqld binary and how you compiled it.
  36160.  
  36161.    * Try also to run `mysql-test-run' with the `--force' option to see
  36162.      if there is any other test that fails.
  36163.  
  36164.    * If you have compiled MySQL yourself, check our manual for how to
  36165.      compile MySQL on your platform or, preferable, use one of the
  36166.      binaries we have compiled for you at
  36167.      `http://www.mysql.com/downloads/'.  All our standard binaries
  36168.      should pass the test suite !
  36169.  
  36170.    * If you get an error, like `Result length mismatch' or `Result
  36171.      content mismatch' it means that the output of the test didn't match
  36172.      exactly the expected output. This could be a bug in MySQL or that
  36173.      your mysqld version produces slight different results under some
  36174.      circumstances.
  36175.  
  36176.      Failed test results are put in a file with the same base name as
  36177.      the result file with the `.reject' extension.  If your test case is
  36178.      failing, you should do a diff on the two files.  If you cannot see
  36179.      how they are different, examine both with `od -c' and also check
  36180.      their lengths.
  36181.  
  36182.    * If a test fails totally, you should check the logs file in the
  36183.      `mysql-test/var/log' directory for hints of what went wrong.
  36184.  
  36185.    * If you have compiled MySQL with debugging you can try to debug this
  36186.      by running `mysql-test-run' with the `--gdb' and/or `--debug'
  36187.      options.  *Note Making trace files::.
  36188.  
  36189.      If you have not compiled MySQL for debugging you should probably
  36190.      do that.  Just specify the `--with-debug' options to `configure'!
  36191.      *Note Installing source::.
  36192.  
  36193. Problems and Common Errors
  36194. **************************
  36195.  
  36196. This chapter lists some common problems and error messages that users
  36197. have run into.  You will learn how to figure out what the problem is,
  36198. and what to do to solve it.  You will also find proper solutions to
  36199. some common problems.
  36200.  
  36201. How to Determine What Is Causing Problems
  36202. =========================================
  36203.  
  36204. When you run into problems, the first thing you should do is to find out
  36205. which program / piece of equipment is causing problems:
  36206.  
  36207.    * If you have one of the following symptoms, then it is probably a
  36208.      hardware (like memory, motherboard, CPU, or hard disk) or kernel
  36209.      problem:
  36210.         - The keyboard doesn't work.  This can normally be checked by
  36211.           pressing Caps Lock. If the Caps Lock light doesn't change you
  36212.           have to replace your keyboard.  (Before doing this, you
  36213.           should try to reboot your computer and check all cables to
  36214.           the keyboard.)
  36215.  
  36216.         - The mouse pointer doesn't move.
  36217.  
  36218.         - The machine doesn't answer to a remote machine's pings.
  36219.  
  36220.         - Different, unrelated programs don't behave correctly.
  36221.  
  36222.         - If your system rebooted unexpectedly (a faulty user level
  36223.           program should NEVER be able to take down your system).
  36224.  
  36225.      In this case you should start by checking all your cables and run
  36226.      some diagnostic tool to check your hardware!  You should also
  36227.      check if there are any patches, updates, or service packs for your
  36228.      operating system that could likely solve your problems.  Check
  36229.      also that all your libraries (like glibc) are up to date.
  36230.  
  36231.      It's always good to use a machine with ECC memory to discover
  36232.      memory problems early!
  36233.  
  36234.    * If your keyboard is locked up, you may be able to fix this by
  36235.      logging into your machine from another machine and execute
  36236.      `kbd_mode -a' on it.
  36237.  
  36238.    * Please examine your system log file (/var/log/messages or similar)
  36239.      for reasons for your problems.  If you think the problem is in
  36240.      MySQL then you should also examine MySQL's log files. *Note Update
  36241.      log::.
  36242.  
  36243.    * If you don't think you have hardware problems, you should try to
  36244.      find out which program is causing problems.
  36245.  
  36246.      Try using `top', `ps', `taskmanager', or some similar program, to
  36247.      check which program is taking all CPU or is locking the machine.
  36248.  
  36249.    * Check with `top', `df', or a similar program if you are out of
  36250.      memory, disk space, open files, or some other critical resource.
  36251.  
  36252.    * If the problem is some runaway process, you can always try to kill
  36253.      it. If it doesn't want to die, there is probably a bug in the
  36254.      operating system.
  36255.  
  36256. If after you have examined all other possibilities and you have
  36257. concluded that it's the MySQL server or a MySQL client that is causing
  36258. the problem, it's time to do a bug report for our mailing list or our
  36259. support team.  In the bug report, try to give a very detailed
  36260. description of how the system is behaving and what you think is
  36261. happening. You should also state why you think it's MySQL that is
  36262. causing the problems.  Take into consideration all the situations in
  36263. this chapter. State any problems exactly how they appear when you
  36264. examine your system. Use the 'cut and paste' method for any output
  36265. and/or error messages from programs and/or log files!
  36266.  
  36267. Try to describe in detail which program is not working and all symptoms
  36268. you see!  We have in the past received many bug reports that just state
  36269. "the system doesn't work".  This doesn't provide us with any
  36270. information about what could be the problem.
  36271.  
  36272. If a program fails, it's always useful to know:
  36273.  
  36274.    * Has the program in question made a segmentation fault (core
  36275.      dumped)?
  36276.  
  36277.    * Is the program taking the whole CPU? Check with `top'. Let the
  36278.      program run for a while, it may be evaluating something heavy.
  36279.  
  36280.    * If it's the `mysqld' server that is causing problems, can you do
  36281.      `mysqladmin -u root ping' or `mysqladmin -u root processlist'?
  36282.  
  36283.    * What does a client program say (try with `mysql', for example)
  36284.      when you try to connect to the MySQL server?  Does the client jam?
  36285.      Do you get any output from the program?
  36286.  
  36287. When sending a bug report, you should of follow the outlines described
  36288. in this manual. *Note Asking questions::.
  36289.  
  36290. Some Common Errors When Using MySQL
  36291. ===================================
  36292.  
  36293. This section lists some errors that users frequently get.  You will find
  36294. descriptions of the errors, and how to solve the problem here.
  36295.  
  36296. `Access denied' Error
  36297. ---------------------
  36298.  
  36299. *Note Privileges::, and especially. *Note Access denied::.
  36300.  
  36301. `MySQL server has gone away' Error
  36302. ----------------------------------
  36303.  
  36304. This section also covers the related `Lost connection to server during
  36305. query' error.
  36306.  
  36307. The most common reason for the `MySQL server has gone away' error is
  36308. that the server timed out and closed the connection. By default, the
  36309. server closes the connection after 8 hours if nothing has happened. You
  36310. can change the time limit by setting the `wait_timeout' variable when
  36311. you start `mysqld'.
  36312.  
  36313. Another common reason to receive the `MySQL server has gone away' error
  36314. is because you have issued a "close" on your MySQL connection and then
  36315. tried to run a query on the closed connection.
  36316.  
  36317. You can check that the MySQL hasn't died by executing `mysqladmin
  36318. version' and examining the uptime.
  36319.  
  36320. If you have a script, you just have to issue the query again for the
  36321. client to do an automatic reconnection.
  36322.  
  36323. You normally can get the following error codes in this case (which one
  36324. you get is OS-dependent):
  36325.  
  36326. `CR_SERVER_GONE_ERROR' The client couldn't send a question to the server.
  36327. `CR_SERVER_LOST'       The client didn't get an error when writing to
  36328.                        the server, but it didn't get a full answer (or
  36329.                        any answer) to the question.
  36330.  
  36331. You can also get these errors if you send a query to the server that is
  36332. incorrect or too large. If `mysqld' gets a packet that is too large or
  36333. out of order, it assumes that something has gone wrong with the client
  36334. and closes the connection.  If you need big queries (for example, if
  36335. you are working with big `BLOB' columns), you can increase the query
  36336. limit by starting `mysqld' with the `-O max_allowed_packet=#' option
  36337. (default 1M). The extra memory is allocated on demand, so `mysqld' will
  36338. use more memory only when you issue a big query or when `mysqld' must
  36339. return a big result row!
  36340.  
  36341. `Can't connect to [local] MySQL server' error
  36342. ---------------------------------------------
  36343.  
  36344. A MySQL client on Unix can connect to the `mysqld' server in two
  36345. different ways: Unix sockets, which connect through a file in the file
  36346. system (default `/tmp/mysqld.sock') or TCP/IP, which connects through a
  36347. port number.  Unix sockets are faster than TCP/IP but can only be used
  36348. when connecting to a server on the same computer.  Unix sockets are
  36349. used if you don't specify a hostname or if you specify the special
  36350. hostname `localhost'.
  36351.  
  36352. On Windows you can connect only with TCP/IP if the `mysqld' server is
  36353. running on Win95/Win98. If it's running on NT, you can also connect
  36354. with named pipes.  The name of the named pipe is MySQL.  If you don't
  36355. give a hostname when connecting to `mysqld', a MySQL client will first
  36356. try to connect to the named pipe, and if this doesn't work it will
  36357. connect to the TCP/IP port.  You can force the use of named pipes on
  36358. Windows by using `.' as the hostname.
  36359.  
  36360. The error (2002) `Can't connect to ...' normally means that there isn't
  36361. a MySQL server running on the system or that you are using a wrong
  36362. socket file or TCP/IP port when trying to connect to the `mysqld'
  36363. server.
  36364.  
  36365. Start by checking (using `ps' or the task manager on Windows) that
  36366. there is a process running named `mysqld' on your server!  If there
  36367. isn't any `mysqld' process, you should start one. *Note Starting
  36368. server::.
  36369.  
  36370. If a `mysqld' process is running, you can check the server by trying
  36371. these different connections (the port number and socket pathname might
  36372. be different in your setup, of course):
  36373.  
  36374.      shell> mysqladmin version
  36375.      shell> mysqladmin variables
  36376.      shell> mysqladmin -h `hostname` version variables
  36377.      shell> mysqladmin -h `hostname` --port=3306 version
  36378.      shell> mysqladmin -h 'ip for your host' version
  36379.      shell> mysqladmin --socket=/tmp/mysql.sock version
  36380.  
  36381. Note the use of backquotes rather than forward quotes with the
  36382. `hostname' command; these cause the output of `hostname' (that is, the
  36383. current hostname) to be substituted into the `mysqladmin' command.
  36384.  
  36385. Here are some reasons the `Can't connect to local MySQL server' error
  36386. might occur:
  36387.  
  36388.    * `mysqld' is not running.
  36389.  
  36390.    * You are running on a system that uses MIT-pthreads.  If you are
  36391.      running on a system that doesn't have native threads, `mysqld'
  36392.      uses the MIT-pthreads package.  *Note Which OS::.  However, all
  36393.      MIT-pthreads versions doesn't support Unix sockets. On a system
  36394.      without sockets support you must always specify the hostname
  36395.      explicitly when connecting to the server. Try using this command
  36396.      to check the connection to the server:
  36397.           shell> mysqladmin -h `hostname` version
  36398.  
  36399.    * Someone has removed the Unix socket that `mysqld' uses (default
  36400.      `/tmp/mysqld.sock').  You might have a `cron' job that removes the
  36401.      MySQL socket (for example, a job that removes old files from the
  36402.      `/tmp' directory).  You can always run `mysqladmin version' and
  36403.      check that the socket `mysqladmin' is trying to use really exists.
  36404.      The fix in this case is to change the `cron' job to not remove
  36405.      `mysqld.sock' or to place the socket somewhere else.  *Note
  36406.      Problems with mysql.sock::.
  36407.  
  36408.    * You have started the `mysqld' server with the
  36409.      `--socket=/path/to/socket' option.  If you change the socket
  36410.      pathname for the server, you must also notify the MySQL clients
  36411.      about the new path. You can do this by providing the socket path
  36412.      as an argument to the client. *Note Problems with mysql.sock::.
  36413.  
  36414.    * You are using Linux and one thread has died (core dumped).  In
  36415.      this case you must kill the other `mysqld' threads (for example,
  36416.      with the `mysql_zap' script before you can start a new MySQL
  36417.      server.  *Note Crashing::.
  36418.  
  36419.    * You may not have read and write privilege to either the directory
  36420.      that holds the socket file or privilege to the socket file itself.
  36421.      In this case you have to either change the privilege for the
  36422.      directory / file or restart `mysqld' so that it uses a directory
  36423.      that you can access.
  36424.  
  36425. If you get the error message `Can't connect to MySQL server on
  36426. some_hostname', you can try the following things to find out what the
  36427. problem is :
  36428.  
  36429.    * Check if the server is up by doing `telnet your-host-name
  36430.      tcp-ip-port-number' and press `RETURN' a couple of times.  If there
  36431.      is a MySQL server running on this port you should get a responses
  36432.      that includes the version number of the running MySQL server.  If
  36433.      you get an error like `telnet: Unable to connect to remote host:
  36434.      Connection refused', then there is no server running on the given
  36435.      port.
  36436.  
  36437.    * Try connecting to the `mysqld' daemon on the local machine and
  36438.      check the TCP/IP port that `mysqld' it's configured to use
  36439.      (variable `port') with `mysqladmin variables'.
  36440.  
  36441.    * Check that your `mysqld' server is not started with the
  36442.      `--skip-networking' option.
  36443.  
  36444. `Host '...' is blocked' Error
  36445. -----------------------------
  36446.  
  36447. If you get an error like this:
  36448.  
  36449.      Host 'hostname' is blocked because of many connection errors.
  36450.      Unblock with 'mysqladmin flush-hosts'
  36451.  
  36452. this means that `mysqld' has gotten a lot (`max_connect_errors') of
  36453. connect requests from the host `'hostname'' that have been interrupted
  36454. in the middle. After `max_connect_errors' failed requests, `mysqld'
  36455. assumes that something is wrong (like an attack from a cracker), and
  36456. blocks the site from further connections until someone executes the
  36457. command `mysqladmin flush-hosts'.
  36458.  
  36459. By default, `mysqld' blocks a host after 10 connection errors.  You can
  36460. easily adjust this by starting the server like this:
  36461.  
  36462.      shell> safe_mysqld -O max_connect_errors=10000 &
  36463.  
  36464. Note that if you get this error message for a given host, you should
  36465. first check that there isn't anything wrong with TCP/IP connections
  36466. from that host.  If your TCP/IP connections aren't working, it won't do
  36467. you any good to increase the value of the `max_connect_errors' variable!
  36468.  
  36469. `Too many connections' Error
  36470. ----------------------------
  36471.  
  36472. If you get the error `Too many connections' when you try to connect to
  36473. MySQL, this means that there is already `max_connections' clients
  36474. connected to the `mysqld' server.
  36475.  
  36476. If you need more connections than the default (100), then you should
  36477. restart `mysqld' with a bigger value for the `max_connections' variable.
  36478.  
  36479. Note that `mysqld' actually allows (`max_connections'+1) clients to
  36480. connect.  The last connection is reserved for a user with the *process*
  36481. privilege.  By not giving this privilege to normal users (they
  36482. shouldn't need this), an administrator with this privilege can log in
  36483. and use `SHOW PROCESSLIST' to find out what could be wrong. *Note
  36484. SHOW::.
  36485.  
  36486. The maximum number of connects MySQL is depending on how good the
  36487. thread library is on a given platform. Linux or Solaris should be able
  36488. to support 500-1000 simultaneous connections, depending on how much RAM
  36489. you have and what your clients are doing.
  36490.  
  36491. `Some non-transactional changed tables couldn't be rolled back' Error
  36492. ---------------------------------------------------------------------
  36493.  
  36494. If you get the error/warning: `Warning: Some non-transactional changed
  36495. tables couldn't be rolled back' when trying to do a `ROLLBACK', this
  36496. means that some of the tables you used in the transaction didn't
  36497. support transactions.  These non-transactional tables will not be
  36498. affected by the `ROLLBACK' statement.
  36499.  
  36500. The most typical case when this happens is when you have tried to create
  36501. a table of a type that is not supported by your `mysqld' binary.  If
  36502. `mysqld' doesn't support a table type (or if the table type is disabled
  36503. by a startup option) , it will instead create the table type with the
  36504. table type that is most resembles to the one you requested, probably
  36505. `MyISAM'.
  36506.  
  36507. You can check the table type for a table by doing:
  36508.  
  36509. `SHOW TABLE STATUS LIKE 'table_name''. *Note SHOW TABLE STATUS::.
  36510.  
  36511. You can check the extensions your `mysqld' binary supports by doing:
  36512.  
  36513. `show variables like 'have_%''. *Note SHOW VARIABLES::.
  36514.  
  36515. `Out of memory' Error
  36516. ---------------------
  36517.  
  36518. If you issue a query and get something like the following error:
  36519.  
  36520.      mysql: Out of memory at line 42, 'malloc.c'
  36521.      mysql: needed 8136 byte (8k), memory in use: 12481367 bytes (12189k)
  36522.      ERROR 2008: MySQL client ran out of memory
  36523.  
  36524. note that the error refers to the MySQL client `mysql'. The reason for
  36525. this error is simply that the client does not have enough memory to
  36526. store the whole result.
  36527.  
  36528. To remedy the problem, first check that your query is correct. Is it
  36529. reasonable that it should return so many rows?  If so, you can use
  36530. `mysql --quick', which uses `mysql_use_result()' to retrieve the result
  36531. set.  This places less of a load on the client (but more on the server).
  36532.  
  36533. `Packet too large' Error
  36534. ------------------------
  36535.  
  36536. When a MySQL client or the `mysqld' server gets a packet bigger than
  36537. `max_allowed_packet' bytes, it issues a `Packet too large' error and
  36538. closes the connection.
  36539.  
  36540. If you are using the `mysql' client, you may specify a bigger buffer by
  36541. starting the client with `mysql --set-variable=max_allowed_packet=8M'.
  36542.  
  36543. If you are using other clients that do not allow you to specify the
  36544. maximum packet size (such as `DBI'), you need to set the packet size
  36545. when you start the server.  You cau use a command-line option to
  36546. `mysqld' to set `max_allowed_packet' to a larger size.  For example, if
  36547. you are expecting to store the full length of a `BLOB' into a table,
  36548. you'll need to start the server with the
  36549. `--set-variable=max_allowed_packet=16M' option.
  36550.  
  36551. You can also get strange problems with large packets if you are using
  36552. big blobs, but you haven't given `mysqld' access to enough memory to
  36553. handle the query.  If you suspect this is the case, try adding `ulimit
  36554. -d 256000' to the beginning of the `safe_mysqld' script and restart
  36555. `mysqld'.
  36556.  
  36557. Communication Errors / Aborted Connection
  36558. -----------------------------------------
  36559.  
  36560. Starting with `MySQL 3.23.40' you only get the `Aborted connection'
  36561. error of you start `mysqld' with `--warnings'.
  36562.  
  36563. If you find errors like the following in your error log.
  36564.  
  36565.      010301 14:38:23  Aborted connection 854 to db: 'users' user: 'josh'
  36566.  
  36567. *Note Error log::.
  36568.  
  36569. This means that something of the following has happened:
  36570.  
  36571.    * The client program did not call `mysql_close()' before exit.
  36572.  
  36573.    * The client had been sleeping more than `wait_timeout' or
  36574.      `interactive_timeout' without doing any requests. *Note SHOW
  36575.      VARIABLES::.
  36576.  
  36577.    * The client program ended abruptly in the middle of the transfer.
  36578.  
  36579. When the above happens, the server variable `Aborted_clients' is
  36580. incremented.
  36581.  
  36582. The server variable `Aborted_connects' is incremented when:
  36583.  
  36584.    * When a connection packet doesn't contain the right information.
  36585.  
  36586.    * When the user didn't have privileges to connect to a database.
  36587.  
  36588.    * When a user uses a wrong password.
  36589.  
  36590.    * When it takes more than `connect_timeout' seconds to get a connect
  36591.      package.
  36592.  
  36593. Note that the above could indicate that someone is trying to break into
  36594. your database!
  36595.  
  36596. *Note SHOW VARIABLES::.
  36597.  
  36598. Other reasons for problems with Aborted clients / Aborted connections.
  36599.    * Usage of duplex Ethernet protocol, both half and full with Linux.
  36600.      Many Linux Ethernet drivers have this bug. You should test for
  36601.      this bug by transferring a huge file via ftp between these two
  36602.      machines. If a transfer goes in burst-pause-burst-pause ... mode
  36603.      then you are experiencing a Linux duplex syndrome. The only
  36604.      solution to this problem is switching of both half and full
  36605.      duplexing on hubs and switches.
  36606.  
  36607.    * Some problem with the thread library that causes interrupts on
  36608.      reads.
  36609.  
  36610.    * Badly configured TCP/IP.
  36611.  
  36612.    * Faulty Ethernets or hubs or switches, cables ... This can be
  36613.      diagnosed properly only by replacing hardware.
  36614.  
  36615.    * `max_allowed_packet' is too small or queries require more memory
  36616.      than you have alloacated for `mysqld'. *Note Packet too large::.
  36617.  
  36618. `The table is full' Error
  36619. -------------------------
  36620.  
  36621. This error occurs in older MySQL versions when an in-memory temporary
  36622. table becomes larger than `tmp_table_size' bytes. To avoid this
  36623. problem, you can use the `-O tmp_table_size=#' option to `mysqld' to
  36624. increase the temporary table size or use the SQL option
  36625. `SQL_BIG_TABLES' before you issue the problematic query. *Note `SET
  36626. OPTION': SET OPTION.
  36627.  
  36628. You can also start `mysqld' with the `--big-tables' option.  This is
  36629. exactly the same as using `SQL_BIG_TABLES' for all queries.
  36630.  
  36631. In MySQL Version 3.23, in-memory temporary tables will automatically be
  36632. converted to a disk-based `MyISAM' table after the table size gets
  36633. bigger than `tmp_table_size'.
  36634.  
  36635. `Can't create/write to file' Error
  36636. ----------------------------------
  36637.  
  36638. If you get an error for some queries of type:
  36639.  
  36640.      Can't create/write to file '\\sqla3fe_0.ism'.
  36641.  
  36642. this means that MySQL can't create a temporary file for the result set
  36643. in the given temporary directory. (The above error is a typical error
  36644. message on Windows, and the Unix error message is similar.)  The fix is
  36645. to start `mysqld' with `--tmpdir=path' or to add to your option file:
  36646.  
  36647.      [mysqld]
  36648.      tmpdir=C:/temp
  36649.  
  36650. assuming that the `c:\\temp' directory exists. *Note Option files::.
  36651.  
  36652. Check also the error code that you get with `perror'. One reason may
  36653. also be a disk full error;
  36654.  
  36655.      shell> perror 28
  36656.      Error code  28:  No space left on device
  36657.  
  36658. `Commands out of sync' Error in Client
  36659. --------------------------------------
  36660.  
  36661. If you get `Commands out of sync; You can't run this command now' in
  36662. your client code, you are calling client functions in the wrong order!
  36663.  
  36664. This can happen, for example, if you are using `mysql_use_result()' and
  36665. try to execute a new query before you have called `mysql_free_result()'.
  36666. It can also happen if you try to execute two queries that return data
  36667. without a `mysql_use_result()' or `mysql_store_result()' in between.
  36668.  
  36669. `Ignoring user' Error
  36670. ---------------------
  36671.  
  36672. If you get the following error:
  36673.  
  36674. `Found wrong password for user: 'some_user@some_host'; Ignoring user'
  36675.  
  36676. this means that when `mysqld' was started or when it reloaded the
  36677. permissions tables, it found an entry in the `user' table with an
  36678. invalid password.  As a result, the entry is simply ignored by the
  36679. permission system.
  36680.  
  36681. Possible causes of and fixes for this problem:
  36682.  
  36683.    * You may be running a new version of `mysqld' with an old `user'
  36684.      table.  You can check this by executing `mysqlshow mysql user' to
  36685.      see if the password field is shorter than 16 characters. If so,
  36686.      you can correct this condition by running the
  36687.      `scripts/add_long_password' script.
  36688.  
  36689.    * The user has an old password (8 characters long) and you didn't
  36690.      start `mysqld' with the `--old-protocol' option.  Update the user
  36691.      in the `user' table with a new password or restart `mysqld' with
  36692.      `--old-protocol'.
  36693.  
  36694.    * You have specified a password in the `user' table without using the
  36695.      `PASSWORD()' function.  Use `mysql' to update the user in the
  36696.      `user' table with a new password. Make sure to use the `PASSWORD()'
  36697.      function:
  36698.  
  36699.           mysql> update user set password=PASSWORD('your password')
  36700.                      where user='XXX';
  36701.  
  36702. `Table 'xxx' doesn't exist' Error
  36703. ---------------------------------
  36704.  
  36705. If you get the error `Table 'xxx' doesn't exist' or `Can't find file:
  36706. 'xxx' (errno: 2)', this means that no table exists in the current
  36707. database with the name `xxx'.
  36708.  
  36709. Note that as MySQL uses directories and files to store databases and
  36710. tables, the database and table names are *case sensitive*!  (On Windows
  36711. the databases and tables names are not case sensitive, but all
  36712. references to a given table within a query must use the same case!)
  36713.  
  36714. You can check which tables you have in the current database with `SHOW
  36715. TABLES'. *Note `SHOW': SHOW.
  36716.  
  36717. `Cant' initialize character set xxx' error.
  36718. -------------------------------------------
  36719.  
  36720. If you get an error like:
  36721.  
  36722.      MySQL Connection Failed: Can't initialize character set xxx
  36723.  
  36724. This means one of the following things:
  36725.  
  36726.    * The character set is a multi-byte character set and you have not
  36727.      support for the character set in the client.
  36728.  
  36729.      In this case you need to recompile the client with
  36730.      `--with-charset=xxx' or with `--with-extra-charsets=xxx'.  *Note
  36731.      configure options::.
  36732.  
  36733.      All standard MySQL binaries are compiled with
  36734.      `--with-extra-character-sets=complex' which will enable support for
  36735.      all multi-byte character sets. *Note Character sets::.
  36736.  
  36737.    * The character set is a simple character set which is not compiled
  36738.      into `mysqld' and the character set definition files is not in the
  36739.      place where the client expect to find them.
  36740.  
  36741.      In this case you need to:
  36742.  
  36743.         * Recompile the client with support for the character set.
  36744.           *Note configure options::.
  36745.  
  36746.         * Specify to the client where the character set definition
  36747.           files are. For many client you can do this with the
  36748.           `--character-sets-dir=path-to-charset-dir' option.
  36749.  
  36750.         * Copy the character definition files to the path where the
  36751.           client expect them to be.
  36752.  
  36753. File Not Found
  36754. --------------
  36755.  
  36756. If you get `ERROR '...' not found (errno: 23)', `Can't open file: ...
  36757. (errno: 24)', or any other error with `errno 23' or `errno 24' from
  36758. MySQL, it means that you haven't allocated enough file descriptors for
  36759. MySQL.  You can use the `perror' utility to get a description of what
  36760. the error number means:
  36761.  
  36762.      shell> perror 23
  36763.      File table overflow
  36764.      shell> perror 24
  36765.      Too many open files
  36766.      shell> perror 11
  36767.      Resource temporarily unavailable
  36768.  
  36769. The problem here is that `mysqld' is trying to keep open too many files
  36770. simultaneously.  You can either tell `mysqld' not to open so many files
  36771. at once or increase the number of file descriptors available to
  36772. `mysqld'.
  36773.  
  36774. To tell `mysqld' to keep open fewer files at a time, you can make the
  36775. table cache smaller by using the `-O table_cache=32' option to
  36776. `safe_mysqld' (the default value is 64). Reducing the value of
  36777. `max_connections' will also reduce the number of open files (the
  36778. default value is 90).
  36779.  
  36780. To change the number of file descriptors available to `mysqld', you can
  36781. use the option `--open-files-limit=#' to `safe_mysqld' or `-O
  36782. open-files-limit=#' to `mysqld'. *Note SHOW VARIABLES::.  The easiest
  36783. way to do that is to add the option to your option file.  *Note Option
  36784. files::.  If you have an old `mysqld' version that doesn't support
  36785. this, you can edit the `safe_mysqld' script.  There is a commented-out
  36786. line `ulimit -n 256' in the script.  You can remove the `'#'' character
  36787. to uncomment this line, and change the number 256 to affect the number
  36788. of file descriptors available to `mysqld'.
  36789.  
  36790. `ulimit' (and `open-files-limit') can increase the number of file
  36791. descriptors, but only up to the limit imposed by the operating system.
  36792. There is also a 'hard' limit that can only be overrided if you start
  36793. `safe_mysqld' or `mysqld' as root (Just remember that you need to also
  36794. use the `--user=..' option in this case).  If you need to increase the
  36795. OS limit on the number of file descriptors available to each process,
  36796. consult the documentation for your operating system.
  36797.  
  36798. Note that if you run the `tcsh' shell, `ulimit' will not work!  `tcsh'
  36799. will also report incorrect values when you ask for the current limits!
  36800. In this case you should start `safe_mysqld' with `sh'!
  36801.  
  36802. Installation Related Issues
  36803. ===========================
  36804.  
  36805. Problems When Linking with the MySQL Client Library
  36806. ---------------------------------------------------
  36807.  
  36808. If you are linking your program and you get errors for unreferenced
  36809. symbols that start with `mysql_', like the following:
  36810.  
  36811.      /tmp/ccFKsdPa.o: In function `main':
  36812.      /tmp/ccFKsdPa.o(.text+0xb): undefined reference to `mysql_init'
  36813.      /tmp/ccFKsdPa.o(.text+0x31): undefined reference to `mysql_real_connect'
  36814.      /tmp/ccFKsdPa.o(.text+0x57): undefined reference to `mysql_real_connect'
  36815.      /tmp/ccFKsdPa.o(.text+0x69): undefined reference to `mysql_error'
  36816.      /tmp/ccFKsdPa.o(.text+0x9a): undefined reference to `mysql_close'
  36817.  
  36818. you should be able to solve this by adding `-Lpath-to-the-mysql-library
  36819. -lmysqlclient' *LAST* on your link line.
  36820.  
  36821. If you get `undefined reference' errors for the `uncompress' or
  36822. `compress' function, add `-lz' *LAST* on your link line and try again!
  36823.  
  36824. If you get `undefined reference' errors for functions that should exist
  36825. on your system, like `connect', check the man page for the function in
  36826. question, for which libraries you should add to the link line!
  36827.  
  36828. If you get `undefined reference' errors for functions that don't exist
  36829. on your system, like the following:
  36830.  
  36831.      mf_format.o(.text+0x201): undefined reference to `__lxstat'
  36832.  
  36833. it usually means that your library is compiled on a system that is not
  36834. 100 % compatible with yours.  In this case you should download the
  36835. latest MySQL source distribution and compile this yourself.  *Note
  36836. Installing source::.
  36837.  
  36838. If you are trying to run a program and you then get errors for
  36839. unreferenced symbols that start with `mysql_' or that the `mysqlclient'
  36840. library can't be found, this means that your system can't find the
  36841. share `libmysqlclient.so' library.
  36842.  
  36843. The fix for this is to tell your system to search after shared
  36844. libraries where the library is located by one of the following methods:
  36845.  
  36846.    * Add the path to the directory where you have `libmysqlclient.so'
  36847.      the `LD_LIBRARY_PATH' environment variable.
  36848.  
  36849.    * Add the path to the directory where you have `libmysqlclient.so'
  36850.      the `LD_LIBRARY' environment variable.
  36851.  
  36852.    * Copy `libmysqlclient.so' to some place that is searched by your
  36853.      system, like `/lib', and update the shared library information by
  36854.      executing `ldconfig'.
  36855.  
  36856. Another way to solve this problem is to link your program statically,
  36857. with `-static', or by removing the dynamic MySQL libraries before
  36858. linking your code. In the second case you should be sure that no other
  36859. programs are using the dynamic libraries!
  36860.  
  36861. How to Run MySQL As a Normal User
  36862. ---------------------------------
  36863.  
  36864. The MySQL server `mysqld' can be started and run by any user.  In order
  36865. to change `mysqld' to run as a Unix user `user_name', you must do the
  36866. following:
  36867.  
  36868.   1. Stop the server if it's running (use `mysqladmin shutdown').
  36869.  
  36870.   2. Change the database directories and files so that `user_name' has
  36871.      privileges to read and write files in them (you may need to do
  36872.      this as the Unix `root' user):
  36873.  
  36874.           shell> chown -R user_name /path/to/mysql/datadir
  36875.  
  36876.      If directories or files within the MySQL data directory are
  36877.      symlinks, you'll also need to follow those links and change the
  36878.      directories and files they point to.  `chown -R' may not follow
  36879.      symlinks for you.
  36880.  
  36881.   3. Start the server as user `user_name', or, if you are using MySQL
  36882.      Version 3.22 or later, start `mysqld' as the Unix `root' user and
  36883.      use the `--user=user_name' option.  `mysqld' will switch to run as
  36884.      the Unix user `user_name' before accepting any connections.
  36885.  
  36886.   4. To start the server as the given user name automatically at system
  36887.      startup time, add a `user' line that specifies the user name to
  36888.      the `[mysqld]' group of the `/etc/my.cnf' option file or the
  36889.      `my.cnf' option file in the server's data directory. For example:
  36890.  
  36891.           [mysqld]
  36892.           user=user_name
  36893.  
  36894. At this point, your `mysqld' process should be running fine and dandy as
  36895. the Unix user `user_name'. One thing hasn't changed, though: the
  36896. contents of the permissions tables. By default (right after running the
  36897. permissions table install script `mysql_install_db'), the MySQL user
  36898. `root' is the only user with permission to access the `mysql' database
  36899. or to create or drop databases.  Unless you have changed those
  36900. permissions, they still hold. This shouldn't stop you from accessing
  36901. MySQL as the MySQL `root' user when you're logged in as a Unix user
  36902. other than `root'; just specify the `-u root' option to the client
  36903. program.
  36904.  
  36905. Note that accessing MySQL as `root', by supplying `-u root' on the
  36906. command line, has _nothing_ to do with MySQL running as the Unix `root'
  36907. user, or, indeed, as another Unix user. The access permissions and user
  36908. names of MySQL are completely separate from Unix user names. The only
  36909. connection with Unix user names is that if you don't provide a `-u'
  36910. option when you invoke a client program, the client will try to connect
  36911. using your Unix login name as your MySQL user name.
  36912.  
  36913. If your Unix box itself isn't secured, you should probably at least put
  36914. a password on the MySQL `root' users in the access tables.  Otherwise,
  36915. any user with an account on that machine can run `mysql -u root
  36916. db_name' and do whatever he likes.
  36917.  
  36918. Problems with File Permissions
  36919. ------------------------------
  36920.  
  36921. If you have problems with file permissions, for example, if `mysql'
  36922. issues the following error message when you create a table:
  36923.  
  36924.      ERROR: Can't find file: 'path/with/filename.frm' (Errcode: 13)
  36925.  
  36926. then the environment variable `UMASK' might be set incorrectly when
  36927. `mysqld' starts up.  The default umask value is `0660'. You can change
  36928. this behavior by starting `safe_mysqld' as follows:
  36929.  
  36930.      shell> UMASK=384  # = 600 in octal
  36931.      shell> export UMASK
  36932.      shell> /path/to/safe_mysqld &
  36933.  
  36934. By default MySQL will create database and `RAID' directories with
  36935. permission type 0700.  You can modify this behavior by setting the
  36936. `UMASK_DIR' variable. If you set this, new directories are created with
  36937. the combined `UMASK' and `UMASK_DIR'. For example, if you want to give
  36938. group access to all new directories, you can do:
  36939.  
  36940.      shell> UMASK_DIR=504  # = 770 in octal
  36941.      shell> export UMASK_DIR
  36942.      shell> /path/to/safe_mysqld &
  36943.  
  36944. In MySQL Version 3.23.25 and above, MySQL assumes that the value for
  36945. `UMASK' and `UMASK_DIR' is in octal if it starts with a zero.
  36946.  
  36947. *Note Environment variables::.
  36948.  
  36949. Administration Related Issues
  36950. =============================
  36951.  
  36952. What To Do If MySQL Keeps Crashing
  36953. ----------------------------------
  36954.  
  36955. All MySQL versions are tested on many platforms before they are
  36956. released.  This doesn't mean that there aren't any bugs in MySQL, but
  36957. it means if there are bugs, they are very few and can be hard to find.
  36958. If you have a problem, it will always help if you try to find out
  36959. exactly what crashes your system, as you will have a much better chance
  36960. of getting this fixed quickly.
  36961.  
  36962. First, you should try to find out whether the problem is that the
  36963. `mysqld' daemon dies or whether your problem has to do with your
  36964. client.  You can check how long your `mysqld' server has been up by
  36965. executing `mysqladmin version'.  If `mysqld' has died, you may find the
  36966. reason for this in the file `mysql-data-directory/`hostname`.err'.
  36967. *Note Error log::.
  36968.  
  36969. Many crashes of MySQL are caused by corrupted index / data files.
  36970. MySQL will update the data on disk, with the `write()' system call,
  36971. after every SQL statement and before the client is notified about the
  36972. result. (This is not true if you are running with `delayed_key_writes',
  36973. in which case only the data is written.)  This means that the data is
  36974. safe even if `mysqld' crashes, as the OS will ensure that the not
  36975. flushed data is written to disk.  You can force MySQL to sync
  36976. everything to disk after every SQL command by starting `mysqld' with
  36977. `--flush'.
  36978.  
  36979. The above means that normally you shouldn't get corrupted tables unless:
  36980.  
  36981.    * Someone/something killed `mysqld' or the machine in the middle of
  36982.      an update.
  36983.  
  36984.    * You have found a bug in `mysqld' that caused it to die in the
  36985.      middle of an update.
  36986.  
  36987.    * Someone is manipulating the data/index files outside of *mysqld*
  36988.      without locking the table properly.
  36989.  
  36990.    * If you are running many `mysqld' servers on the same data on a
  36991.      system that doesn't support good file system locks (normally
  36992.      handled by the `lockd' daemon ) or if you are running multiple
  36993.      servers with `--skip-locking'
  36994.  
  36995.    * You have a crashed index/data file that contains very wrong data
  36996.      that got `mysqld' confused.
  36997.  
  36998.    * You have found a bug in the data storage code. This isn't that
  36999.      likely, but it's at least possible.  In this case you can try to
  37000.      change the file type to another database handler by using `ALTER
  37001.      TABLE' on a repaired copy of the table!
  37002.  
  37003. Because it is very difficult to know why something is crashing, first
  37004. try to check whether or not things that work for others crash for you.
  37005. Please try the following things:
  37006.  
  37007.    * Take down the `mysqld' daemon with `mysqladmin shutdown', run
  37008.      `myisamchk --silent --force */*.MYI' on all tables, and restart the
  37009.      `mysqld' daemon.  This will ensure that you are running from a
  37010.      clean state.  *Note MySQL Database Administration::.
  37011.  
  37012.    * Use `mysqld --log' and try to determine from the information in
  37013.      the log whether or not some specific query kills the server. About
  37014.      95% of all bugs are related to a particular query!  Normally this
  37015.      is one of the last queries in the log file just before MySQL
  37016.      restarted. *Note Query log::.  If you can repeatadly kill MySQL
  37017.      with one of the queries, even when you have checked all tables
  37018.      just before doing the query, then you have been able to locate the
  37019.      bug and should do a bug report for this!  *Note Bug reports::.
  37020.  
  37021.    * Try to make a test case that we can use to reproduce the problem.
  37022.      *Note Reproduceable test case::.
  37023.  
  37024.    * Try running the included mysql-test test and the MySQL benchmarks.
  37025.      *Note MySQL test suite::.  They should test MySQL rather well.
  37026.      You can also add code that to the benchmarks to simulates your
  37027.      application!  The benchmarks can be found in the `bench' directory
  37028.      in the source distribution or, for a binary distribution, in the
  37029.      `sql-bench' directory under your MySQL installation directory.
  37030.  
  37031.    * Try `fork_test.pl' and `fork2_test.pl'.
  37032.  
  37033.    * If you configure MySQL for debugging, it will be much easier to
  37034.      gather information about possible errors if something goes wrong.
  37035.      Reconfigure MySQL with the `--with-debug' option or
  37036.      `--with-debug=full' to `configure' and then recompile.  *Note
  37037.      Debugging server::.
  37038.  
  37039.    * Configuring MySQL for debugging causes a safe memory allocator to
  37040.      be included that can find some errors. It also provides a lot of
  37041.      output about what is happening.
  37042.  
  37043.    * Have you applied the latest patches for your operating system?
  37044.  
  37045.    * Use the `--skip-locking' option to `mysqld'.  On some systems, the
  37046.      `lockd' lock manager does not work properly; the `--skip-locking'
  37047.      option tells `mysqld' not to use external locking.  (This means
  37048.      that you cannot run 2 `mysqld' servers on the same data and that
  37049.      you must be careful if you use `myisamchk', but it may be
  37050.      instructive to try the option as a test.)
  37051.  
  37052.    * Have you tried `mysqladmin -u root processlist' when `mysqld'
  37053.      appears to be running but not responding?  Sometimes `mysqld' is
  37054.      not comatose even though you might think so.  The problem may be
  37055.      that all connections are in use, or there may be some internal
  37056.      lock problem.  `mysqladmin processlist' will usually be able to
  37057.      make a connection even in these cases, and can provide useful
  37058.      information about the current number of connections and their
  37059.      status.
  37060.  
  37061.    * Run the command `mysqladmin -i 5 status' or `mysqladmin -i 5 -r
  37062.      status' or in a separate window to produce statistics while you run
  37063.      your other queries.
  37064.  
  37065.    * Try the following:
  37066.        1. Start `mysqld' from `gdb' (or in another debugger).  *Note
  37067.           Using gdb on mysqld::.
  37068.  
  37069.        2. Run your test scripts.
  37070.  
  37071.        3. Print the backtrace and the local variables at the 3 lowest
  37072.           levels. In gdb you can do this with the following commands
  37073.           when `mysqld' has crashed inside gdb:
  37074.  
  37075.                backtrace
  37076.                info local
  37077.                up
  37078.                info local
  37079.                up
  37080.                info local
  37081.  
  37082.           With gdb you can also examine which threads exist with `info
  37083.           threads' and switch to a specific thread with `thread #',
  37084.           where `#' is the thread id.
  37085.  
  37086.    * Try to simulate your application with a Perl script to force MySQL
  37087.      to crash or misbehave.
  37088.  
  37089.    * Send a normal bug report. *Note Bug reports::. Be even more
  37090.      detailed than usual.  Because MySQL works for many people, it may
  37091.      be that the crash results from something that exists only on your
  37092.      computer (for example, an error that is related to your particular
  37093.      system libraries).
  37094.  
  37095.    * If you have a problem with tables with dynamic-length rows and you
  37096.      are not using `BLOB/TEXT' columns (but only `VARCHAR' columns), you
  37097.      can try to change all `VARCHAR' to `CHAR' with `ALTER TABLE'.
  37098.      This will force MySQL to use fixed-size rows.  Fixed-size rows
  37099.      take a little extra space, but are much more tolerant to
  37100.      corruption!
  37101.  
  37102.      The current dynamic row code has been in use at MySQL AB for at
  37103.      least 3 years without any problems, but by nature dynamic-length
  37104.      rows are more prone to errors, so it may be a good idea to try the
  37105.      above to see if it helps!
  37106.  
  37107. How to Reset a Forgotten Password
  37108. ---------------------------------
  37109.  
  37110. If you have forgotten the `root' user password for MySQL, you can
  37111. restore it with the following procedure:
  37112.  
  37113.   1. Take down the `mysqld' server by sending a `kill' (not `kill -9')
  37114.      to the `mysqld' server.  The pid is stored in a `.pid' file, which
  37115.      is normally in the MySQL database directory:
  37116.  
  37117.           kill `cat /mysql-data-directory/hostname.pid`
  37118.  
  37119.      You must be either the Unix `root' user or the same user the server
  37120.      runs as to do this.
  37121.  
  37122.   2. Restart `mysqld' with the `--skip-grant-tables' option.
  37123.  
  37124.   3. Connect to the `mysqld' server with `mysql -h hostname mysql' and
  37125.      change the password with a `GRANT' command. *Note `GRANT': GRANT.
  37126.      You can also do this with `mysqladmin -h hostname -u user password
  37127.      'new password''
  37128.  
  37129.   4. Load the privilege tables with: `mysqladmin -h hostname
  37130.      flush-privileges' or with the SQL command `FLUSH PRIVILEGES'.
  37131.  
  37132. Note that after you started `mysqld' with `--skip-grant-tables', any
  37133. usage of `GRANT' commands will give you an `Unknown command' error
  37134. until you have executed `FLUSH PRIVILEGES'.
  37135.  
  37136. How MySQL Handles a Full Disk
  37137. -----------------------------
  37138.  
  37139. When a disk-full condition occurs, MySQL does the following:
  37140.  
  37141.    * It checks once every minute to see whether or not there is enough
  37142.      space to write the current row. If there is enough space, it
  37143.      continues as if nothing had happened.
  37144.  
  37145.    * Every 6 minutes it writes an entry to the log file warning about
  37146.      the disk full condition.
  37147.  
  37148. To alleviate the problem, you can take the following actions:
  37149.  
  37150.    * To continue, you only have to free enough disk space to insert all
  37151.      records.
  37152.  
  37153.    * To abort the thread, you must send a `mysqladmin kill' to the
  37154.      thread.  The thread will be aborted the next time it checks the
  37155.      disk (in 1 minute).
  37156.  
  37157.    * Note that other threads may be waiting for the table that caused
  37158.      the disk full condition.  If you have several "locked" threads,
  37159.      killing the one thread that is waiting on the disk-full condition
  37160.      will allow the other threads to continue.
  37161.  
  37162. Exceptions to the above behaveour is when you use `REPAIR' or
  37163. `OPTIMIZE' or when the indexes are created in a batch after an `LOAD
  37164. DATA INFILE' or after an `ALTER TABLE' statement.
  37165.  
  37166. All of the above commands may use big temporary files that left to
  37167. themself would cause big problems for the rest of the system.  If MySQL
  37168. gets disk full while doing any of the above operations, it will remove
  37169. the big temporary files and mark the table as crashed (except for
  37170. `ALTER TABLE', in which the old table will be left unchanged).
  37171.  
  37172. Where MySQL Stores Temporary Files
  37173. ----------------------------------
  37174.  
  37175. MySQL uses the value of the `TMPDIR' environment variable as the
  37176. pathname of the directory in which to store temporary files.  If you
  37177. don't have `TMPDIR' set, MySQL uses the system default, which is
  37178. normally `/tmp' or `/usr/tmp'.  If the file system containing your
  37179. temporary file directory is too small, you should edit `safe_mysqld' to
  37180. set `TMPDIR' to point to a directory in a file system where you have
  37181. enough space!  You can also set the temporary directory using the
  37182. `--tmpdir' option to `mysqld'.
  37183.  
  37184. MySQL creates all temporary files as hidden files. This ensures that
  37185. the temporary files will be removed if `mysqld' is terminated.  The
  37186. disadvantage of using hidden files is that you will not see a big
  37187. temporary file that fills up the file system in which the temporary
  37188. file directory is located.
  37189.  
  37190. When sorting (`ORDER BY' or `GROUP BY'), MySQL normally uses one or two
  37191. temporary files. The maximum disk-space needed is:
  37192.  
  37193.      (length of what is sorted + sizeof(database pointer))
  37194.      * number of matched rows
  37195.      * 2
  37196.  
  37197. `sizeof(database pointer)' is usually 4, but may grow in the future for
  37198. really big tables.
  37199.  
  37200. For some `SELECT' queries, MySQL also creates temporary SQL tables.
  37201. These are not hidden and have names of the form `SQL_*'.
  37202.  
  37203. `ALTER TABLE' creates a temporary table in the same directory as the
  37204. original table.
  37205.  
  37206. How to Protect or change the MySQL socket file `/tmp/mysql.sock'
  37207. ----------------------------------------------------------------
  37208.  
  37209. If you have problems with the fact that anyone can delete the MySQL
  37210. communication socket `/tmp/mysql.sock', you can, on most versions of
  37211. Unix, protect your `/tmp' file system by setting the `sticky' bit on
  37212. it.  Log in as `root' and do the following:
  37213.  
  37214.      shell> chmod +t /tmp
  37215.  
  37216. This will protect your `/tmp' file system so that files can be deleted
  37217. only by their owners or the superuser (`root').
  37218.  
  37219. You can check if the `sticky' bit is set by executing `ls -ld /tmp'.
  37220. If the last permission bit is `t', the bit is set.
  37221.  
  37222. You can change the place where MySQL uses / puts the socket file the
  37223. following ways:
  37224.  
  37225.    * Specify the path in a global or local option file.  For example,
  37226.      put in `/etc/my.cnf':
  37227.  
  37228.           [client]
  37229.           socket=path-for-socket-file
  37230.           
  37231.           [mysqld]
  37232.           socket=path-for-socket-file
  37233.      *Note Option files::.
  37234.  
  37235.    * Specifying this on the command line to `safe_mysqld' and most
  37236.      clients with the `--socket=path-for-socket-file' option.
  37237.  
  37238.    * Specify the path to the socket in the `MYSQL_UNIX_PORT' environment
  37239.      variable.
  37240.  
  37241.    * Defining the path with the `configure' option
  37242.      `--with-unix-socket-path=path-for-socket-file'. *Note configure
  37243.      options::.
  37244.  
  37245. You can test that the socket works with this command:
  37246.  
  37247.      shell> mysqladmin --socket=/path/to/socket version
  37248.  
  37249. Time Zone Problems
  37250. ------------------
  37251.  
  37252. If you have a problem with `SELECT NOW()' returning values in GMT and
  37253. not your local time, you have to set the `TZ' environment variable to
  37254. your current time zone.  This should be done for the environment in
  37255. which the server runs, for example, in `safe_mysqld' or `mysql.server'.
  37256. *Note Environment variables::.
  37257.  
  37258. Query Related Issues
  37259. ====================
  37260.  
  37261. Case Sensitivity in Searches
  37262. ----------------------------
  37263.  
  37264. By default, MySQL searches are case-insensitive (although there are
  37265. some character sets that are never case insensitive, such as `czech').
  37266. That means that if you search with `col_name LIKE 'a%'', you will get
  37267. all column values that start with `A' or `a'. If you want to make this
  37268. search case-sensitive, use something like `INSTR(col_name, "A")=1' to
  37269. check a prefix. Or use `STRCMP(col_name, "A") = 0' if the column value
  37270. must be exactly `"A"'.
  37271.  
  37272. Simple comparison operations (`>=, >, = , < , <=', sorting and
  37273. grouping) are based on each character's "sort value". Characters with
  37274. the same sort value (like E, e and Θ) are treated as the same character!
  37275.  
  37276. In older MySQL versions `LIKE' comparisons where done on the uppercase
  37277. value of each character (E == e but E <> Θ).  In newer MySQL versions
  37278. `LIKE' works just like the other comparison operators.
  37279.  
  37280. If you want a column always to be treated in case-sensitive fashion,
  37281. declare it as `BINARY'. *Note `CREATE TABLE': CREATE TABLE.
  37282.  
  37283. If you are using Chinese data in the so-called big5 encoding, you want
  37284. to make all character columns `BINARY'. This works because the sorting
  37285. order of big5 encoding characters is based on the order of ASCII codes.
  37286.  
  37287. Problems Using `DATE' Columns
  37288. -----------------------------
  37289.  
  37290. The format of a `DATE' value is `'YYYY-MM-DD''. According to ANSI SQL,
  37291. no other format is allowed. You should use this format in `UPDATE'
  37292. expressions and in the WHERE clause of `SELECT' statements.  For
  37293. example:
  37294.  
  37295.      mysql> SELECT * FROM tbl_name WHERE date >= '1997-05-05';
  37296.  
  37297. As a convenience, MySQL automatically converts a date to a number if
  37298. the date is used in a numeric context (and vice versa). It is also smart
  37299. enough to allow a "relaxed" string form when updating and in a `WHERE'
  37300. clause that compares a date to a `TIMESTAMP', `DATE', or a `DATETIME'
  37301. column.  (Relaxed form means that any punctuation character may be used
  37302. as the separator between parts. For example, `'1998-08-15'' and
  37303. `'1998#08#15'' are equivalent.) MySQL can also convert a string
  37304. containing no separators (such as `'19980815''), provided it makes
  37305. sense as a date.
  37306.  
  37307. The special date `'0000-00-00'' can be stored and retrieved as
  37308. `'0000-00-00'.' When using a `'0000-00-00'' date through *MyODBC*, it
  37309. will automatically be converted to `NULL' in *MyODBC* Version 2.50.12
  37310. and above, because ODBC can't handle this kind of date.
  37311.  
  37312. Because MySQL performs the conversions described above, the following
  37313. statements work:
  37314.  
  37315.      mysql> INSERT INTO tbl_name (idate) VALUES (19970505);
  37316.      mysql> INSERT INTO tbl_name (idate) VALUES ('19970505');
  37317.      mysql> INSERT INTO tbl_name (idate) VALUES ('97-05-05');
  37318.      mysql> INSERT INTO tbl_name (idate) VALUES ('1997.05.05');
  37319.      mysql> INSERT INTO tbl_name (idate) VALUES ('1997 05 05');
  37320.      mysql> INSERT INTO tbl_name (idate) VALUES ('0000-00-00');
  37321.      
  37322.      mysql> SELECT idate FROM tbl_name WHERE idate >= '1997-05-05';
  37323.      mysql> SELECT idate FROM tbl_name WHERE idate >= 19970505;
  37324.      mysql> SELECT mod(idate,100) FROM tbl_name WHERE idate >= 19970505;
  37325.      mysql> SELECT idate FROM tbl_name WHERE idate >= '19970505';
  37326.  
  37327. However, the following will not work:
  37328.  
  37329.      mysql> SELECT idate FROM tbl_name WHERE STRCMP(idate,'19970505')=0;
  37330.  
  37331. `STRCMP()' is a string function, so it converts `idate' to a string and
  37332. performs a string comparison.  It does not convert `'19970505'' to a
  37333. date and perform a date comparison.
  37334.  
  37335. Note that MySQL does no checking whether or not the date is correct.
  37336. If you store an incorrect date, such as `'1998-2-31'', the wrong date
  37337. will be stored. If the date cannot be converted to any reasonable
  37338. value, a `0' is stored in the `DATE' field.  This is mainly a speed
  37339. issue and we think it is up to the application to check the dates, and
  37340. not the server.
  37341.  
  37342. Problems with `NULL' Values
  37343. ---------------------------
  37344.  
  37345. The concept of the `NULL' value is a common source of confusion for
  37346. newcomers to SQL, who often think that `NULL' is the same thing as an
  37347. empty string `'''.  This is not the case! For example, the following
  37348. statements are completely different:
  37349.  
  37350.      mysql> INSERT INTO my_table (phone) VALUES (NULL);
  37351.      mysql> INSERT INTO my_table (phone) VALUES ("");
  37352.  
  37353. Both statements insert a value into the `phone' column, but the first
  37354. inserts a `NULL' value and the second inserts an empty string.  The
  37355. meaning of the first can be regarded as "phone number is not known" and
  37356. the meaning of the second can be regarded as "she has no phone".
  37357.  
  37358. In SQL, the `NULL' value is always false in comparison to any other
  37359. value, even `NULL'.  An expression that contains `NULL' always produces
  37360. a `NULL' value unless otherwise indicated in the documentation for the
  37361. operators and functions involved in the expression. All columns in the
  37362. following example return `NULL':
  37363.  
  37364.      mysql> SELECT NULL,1+NULL,CONCAT('Invisible',NULL);
  37365.  
  37366. If you want to search for column values that are `NULL', you cannot use
  37367. the `=NULL' test. The following statement returns no rows, because
  37368. `expr = NULL' is FALSE, for any expression:
  37369.  
  37370.      mysql> SELECT * FROM my_table WHERE phone = NULL;
  37371.  
  37372. To look for `NULL' values, you must use the `IS NULL' test.  The
  37373. following shows how to find the `NULL' phone number and the empty phone
  37374. number:
  37375.  
  37376.      mysql> SELECT * FROM my_table WHERE phone IS NULL;
  37377.      mysql> SELECT * FROM my_table WHERE phone = "";
  37378.  
  37379. In MySQL, as in many other SQL servers, you can't index columns that
  37380. can have `NULL' values.  You must declare such columns `NOT NULL'.
  37381. Conversely, you cannot insert `NULL' into an indexed column.
  37382.  
  37383. When reading data with `LOAD DATA INFILE', empty columns are updated
  37384. with `'''. If you want a `NULL' value in a column, you should use `\N'
  37385. in the text file. The literal word `'NULL'' may also be used under some
  37386. circumstances.  *Note `LOAD DATA': LOAD DATA.
  37387.  
  37388. When using `ORDER BY', `NULL' values are presented first. If you sort
  37389. in descending order using `DESC', `NULL' values are presented last.
  37390. When using `GROUP BY', all `NULL' values are regarded as equal.
  37391.  
  37392. To help with `NULL' handling, you can use the `IS NULL' and `IS NOT
  37393. NULL' operators and the `IFNULL()' function.
  37394.  
  37395. For some column types, `NULL' values are handled specially.  If you
  37396. insert `NULL' into the first `TIMESTAMP' column of a table, the current
  37397. date and time is inserted.  If you insert `NULL' into an
  37398. `AUTO_INCREMENT' column, the next number in the sequence is inserted.
  37399.  
  37400. Problems with `alias'
  37401. ---------------------
  37402.  
  37403. You can use an alias to refer to a column in the `GROUP BY', `ORDER
  37404. BY', or in the `HAVING' part.  Aliases can also be used to give columns
  37405. better names:
  37406.  
  37407.      SELECT SQRT(a*b) as rt FROM table_name GROUP BY rt HAVING rt > 0;
  37408.      SELECT id,COUNT(*) AS cnt FROM table_name GROUP BY id HAVING cnt > 0;
  37409.      SELECT id AS "Customer identity" FROM table_name;
  37410.  
  37411. Note that ANSI SQL doesn't allow you to refer to an alias in a `WHERE'
  37412. clause.  This is because when the `WHERE' code is executed the column
  37413. value may not yet be determined. For example, the following query is
  37414. *illegal*:
  37415.  
  37416.      SELECT id,COUNT(*) AS cnt FROM table_name WHERE cnt > 0 GROUP BY id;
  37417.  
  37418. The `WHERE' statement is executed to determine which rows should be
  37419. included in the `GROUP BY' part while `HAVING' is used to decide which
  37420. rows from the result set should be used.
  37421.  
  37422. Deleting Rows from Related Tables
  37423. ---------------------------------
  37424.  
  37425. As MySQL doesn't support sub-selects or use of more than one table in
  37426. the `DELETE' statement, you should use the following approach to delete
  37427. rows from 2 related tables:
  37428.  
  37429.   1. `SELECT' the rows based on some `WHERE' condition in the main
  37430.      table.
  37431.  
  37432.   2. `DELETE' the rows in the main table based on the same condition.
  37433.  
  37434.   3. `DELETE FROM related_table WHERE related_column IN
  37435.      (selected_rows)'.
  37436.  
  37437. If the total number of characters in the query with `related_column' is
  37438. more than 1,048,576 (the default value of `max_allowed_packet', you
  37439. should split it into smaller parts and execute multiple `DELETE'
  37440. statements.  You will probably get the fastest `DELETE' by only
  37441. deleting 100-1000 `related_column' id's per query if the
  37442. `related_column' is an index.  If the `related_column' isn't an index,
  37443. the speed is independent of the number of arguments in the `IN' clause.
  37444.  
  37445. Solving Problems with No Matching Rows
  37446. --------------------------------------
  37447.  
  37448. If you have a complicated query that has many tables and that doesn't
  37449. return any rows, you should use the following procedure to find out what
  37450. is wrong with your query:
  37451.  
  37452.   1. Test the query with `EXPLAIN' and check if you can find something
  37453.      that is obviously wrong. *Note `EXPLAIN': EXPLAIN.
  37454.  
  37455.   2. Select only those fields that are used in the `WHERE' clause.
  37456.  
  37457.   3. Remove one table at a time from the query until it returns some
  37458.      rows.  If the tables are big, it's a good idea to use `LIMIT 10'
  37459.      with the query.
  37460.  
  37461.   4. Do a `SELECT' for the column that should have matched a row against
  37462.      the table that was last removed from the query.
  37463.  
  37464.   5. If you are comparing `FLOAT' or `DOUBLE' columns with numbers that
  37465.      have decimals, you can't use `='!  This problem is common in most
  37466.      computer languages because floating-point values are not exact
  37467.      values:
  37468.  
  37469.           mysql> SELECT * FROM table_name WHERE float_column=3.5;
  37470.              ->
  37471.           mysql> SELECT * FROM table_name WHERE float_column between 3.45 and 3.55;
  37472.  
  37473.      In most cases, changing the `FLOAT' to a `DOUBLE' will fix this!
  37474.  
  37475.   6. If you still can't figure out what's wrong, create a minimal test
  37476.      that can be run with `mysql test < query.sql' that shows your
  37477.      problems.  You can create a test file with `mysqldump --quick
  37478.      database tables > query.sql'. Open the file in an editor, remove
  37479.      some insert lines (if there are too many of these), and add your
  37480.      select statement at the end of the file.
  37481.  
  37482.      Test that you still have your problem by doing:
  37483.  
  37484.           shell> mysqladmin create test2
  37485.           shell> mysql test2 < query.sql
  37486.  
  37487.      Post the test file using `mysqlbug' to <mysql@lists.mysql.com>.
  37488.  
  37489. Table Definition Related Issues
  37490. ===============================
  37491.  
  37492. Problems with `ALTER TABLE'.
  37493. ----------------------------
  37494.  
  37495. `ALTER TABLE' changes a table to the current character set.  If you
  37496. during `ALTER TABLE' get a duplicate key error, then the cause is
  37497. either that the new character sets maps to keys to the same value or
  37498. that the table is corrupted, in which case you should run `REPAIR
  37499. TABLE' on the table.
  37500.  
  37501. If `ALTER TABLE' dies with an error like this:
  37502.  
  37503.      Error on rename of './database/name.frm' to './database/B-a.frm' (Errcode: 17)
  37504.  
  37505. the problem may be that MySQL has crashed in a previous `ALTER TABLE'
  37506. and there is an old table named `A-something' or `B-something' lying
  37507. around.  In this case, go to the MySQL data directory and delete all
  37508. files that have names starting with `A-' or `B-'.  (You may want to
  37509. move them elsewhere instead of deleting them.)
  37510.  
  37511. `ALTER TABLE' works the following way:
  37512.  
  37513.    * Create a new table named `A-xxx' with the requested changes.
  37514.  
  37515.    * All rows from the old table are copied to `A-xxx'.
  37516.  
  37517.    * The old table is renamed `B-xxx'.
  37518.  
  37519.    * `A-xxx' is renamed to your old table name.
  37520.  
  37521.    * `B-xxx' is deleted.
  37522.  
  37523. If something goes wrong with the renaming operation, MySQL tries to
  37524. undo the changes.  If something goes seriously wrong (this shouldn't
  37525. happen, of course), MySQL may leave the old table as `B-xxx', but a
  37526. simple rename on the system level should get your data back.
  37527.  
  37528. How To Change the Order of Columns in a Table
  37529. ---------------------------------------------
  37530.  
  37531. The whole point of SQL is to abstract the application from the data
  37532. storage format.  You should always specify the order in which you wish
  37533. to retrieve your data.  For example:
  37534.  
  37535.      SELECT col_name1, col_name2, col_name3 FROM tbl_name;
  37536.  
  37537. will return columns in the order `col_name1', `col_name2', `col_name3',
  37538. whereas:
  37539.  
  37540.      SELECT col_name1, col_name3, col_name2 FROM tbl_name;
  37541.  
  37542. will return columns in the order `col_name1', `col_name3', `col_name2'.
  37543.  
  37544. You should *NEVER*, in an application, use `SELECT *' and retrieve the
  37545. columns based on their position, because the order in which columns are
  37546. returned *CANNOT* be guaranteed over time. A simple change to your
  37547. database may cause your application to fail rather dramatically.
  37548.  
  37549. If you want to change the order of columns anyway, you can do it as
  37550. follows:
  37551.  
  37552.   1. Create a new table with the columns in the right order.
  37553.  
  37554.   2. Execute `INSERT INTO new_table SELECT fields-in-new_table-order
  37555.      FROM old_table'.
  37556.  
  37557.   3. Drop or rename `old_table'.
  37558.  
  37559.   4. `ALTER TABLE new_table RENAME old_table'.
  37560.  
  37561. TEMPORARY TABLE problems
  37562. ------------------------
  37563.  
  37564. The following are a list of the limitations with `TEMPORARY TABLES'.
  37565.  
  37566.    * A temporary table can only be of type `HEAP', `ISAM' or `MyISAM'.
  37567.  
  37568.    * You can't use temporary tables more than once in the same query.
  37569.      For example, the following doesn't work.
  37570.  
  37571.           select * from temporary_table, temporary_table as t2;
  37572.  
  37573.      We plan to fix the above in 4.0.
  37574.  
  37575.    * You can't use `RENAME' on a `TEMPORARY' table.  Note that `ALTER
  37576.      TABLE org_name RENAME new_name' works!
  37577.  
  37578.      We plan to fix the above in 4.0.
  37579.  
  37580. Some MySQL Users
  37581. ****************
  37582.  
  37583. This appendix lists some users of MySQL that have given us permission
  37584. to list them in our documentation.  It is by far not a complete list,
  37585. but should give you a general idea of who uses MySQL and what it can be
  37586. used for.
  37587.  
  37588. General News Sites
  37589. ==================
  37590.  
  37591.    * Yahoo! (http://www.yahoo.com/)
  37592.  
  37593.    * Slashdot: A pro-Linux/tech news and comment/discussion site
  37594.      (http://slashdot.org/)
  37595.  
  37596.    * All about Linux (http://www.linux.com/)
  37597.  
  37598.    * Linuxtoday (http://www.linuxtoday.com/)
  37599.  
  37600.    * 32Bits Online: because there's more than one way to compute
  37601.      (http://www.32bitsonline.com/)
  37602.  
  37603.    * Freshmeat: News about new versions of computer-related stuff
  37604.      (http://www.freshmeat.net/)
  37605.  
  37606.  
  37607. Some Web Search Engines
  37608. =======================
  37609.  
  37610.    * AAA Matilda Web Search (http://www.aaa.com.au)
  37611.  
  37612.    * What's New (http://www.whatsnu.com/)
  37613.  
  37614.    * Aladin (http://www.aladin.de/)
  37615.  
  37616.    * Columbus Finder (http://www.columbus-finder.de/)
  37617.  
  37618.    * Spider (http://www.spider.de/)
  37619.  
  37620.    * Blitzsuche (http://www.blitzsuche.de/)
  37621.  
  37622.    * Indoseek Indonesia (http://www.indoseek.co.id)
  37623.  
  37624.    * Yaboo - Yet Another BOOkmarker (http://www.yaboo.dk/)
  37625.  
  37626.    * OzSearch Internet Guide (http://www.ozsearch.com.au)
  37627.  
  37628.    * Splat! Search (http://www.splatsearch.com/)
  37629.  
  37630.    * The Open Source Digital Library System Project
  37631.      (http://osdls.library.arizona.edu/)
  37632.  
  37633. Some Information Search Engines Concentrated on Some Area
  37634. =========================================================
  37635.  
  37636.    * SpyLOG ; A very popular Web counter site (http://www.spylog.ru/)
  37637.  
  37638.    * TuCows Network; Free Software archive (http://www.tucows.com/)
  37639.  
  37640.    * Jobvertise: Post and search for jobs (http://www.jobvertise.com)
  37641.  
  37642.    * The Music Database (http://www.musicdatabase.com)
  37643.  
  37644.    * Football (Soccer) search page (http://www.soccersearch.com)
  37645.  
  37646.    * TAKEDOWN - wrestling (http://www.headrush.net/takedown)
  37647.  
  37648.    * The International Lyrics Network (http://www.lyrics.net)
  37649.  
  37650.    * Musicians looking for other musicians (Free Service)
  37651.      (http://TheMatrix.com/~matrix/band_search.phtml)
  37652.  
  37653.    * AddALL books searching and price comparison
  37654.      (http://www.addall.com/AddBooks/Stores.html)
  37655.  
  37656.    * Harvard's Gray Herbarium Index of Plant Names
  37657.      (http://www.herbaria.harvard.edu/Data/Gray/gray.html)
  37658.  
  37659.    * The Game Development Search Engine (http://www.game-developer.com/)
  37660.  
  37661.    * The Innkeeper Vacation Guides (www.theinnkeeper.com)
  37662.  
  37663.    * The Mac Game Database uses PHP and MySQL
  37664.      (http://www.macgamedatabase.com/)
  37665.  
  37666.    * Research Publications at Monash University in Australia
  37667.      (http://www.csse.monash.edu.au/publications/)
  37668.  
  37669.    * Occupational Health & Safety Web site database (a project for the
  37670.      ECC) (http://www.ipielle.emr.it/bts/index.html)
  37671.  
  37672.    * Bioinformatics databases at the Montreal Children's Hospital using
  37673.      MySQL (http://data.mch.mcgill.ca/)
  37674.  
  37675. Online Magazines
  37676. ================
  37677.  
  37678.    * Spoiler Webzine (http://www.spoiler.com).  An online magazine
  37679.      featuring music, literature, arts, and design content.
  37680.  
  37681.    * Daily news about Linux in German language
  37682.      (http://www.linux-magazin.de/newsflash/)
  37683.  
  37684.    * Betazine - The Ultimate Online Beta Tester's Magazine
  37685.      (http://www.betazine.com)
  37686.  
  37687.    * Computer Currents Magazine
  37688.      (http://www.currents.net/ccinfo/aboutcc.html)
  37689.  
  37690. Web Sites that Use MySQL as a Backend
  37691. =====================================
  37692.  
  37693.    * NASA (http://liftoff.msfc.nasa.gov)
  37694.  
  37695.    * NASA KIDS (http://kids.msfc.nasa.gov)
  37696.  
  37697.    * Sience@NASA (http://science.nasa.gov)
  37698.  
  37699.    * handy.de (http://www.handy.de/)
  37700.  
  37701.    * Qt Widget and Object Repository (http://lindev.jmc.tju.edu/qwor)
  37702.  
  37703.    * Brazilian samba site (in Portuguese)
  37704.      (http://www.samba-choro.com.br)
  37705.  
  37706.    * Polish General Social Survey
  37707.      (http://pgss.iss.uw.edu.pl/en_index.ISS)
  37708.  
  37709.    * Expo2000 (http://www.expo2000.com) World-wide distribution of
  37710.      tickets for this event is implemented using MySQL and tcl/tk. More
  37711.      than 5000 travel agencies all over the world have access to it.
  37712.  
  37713.    * FreeVote.com is a free voting service with millions of users.
  37714.      (http://www.freevote.com/)
  37715.  
  37716.    * Forza Motorsport (http://f1.tauzero.se)
  37717.  
  37718.    * DreamHost Web Hosting (http://www.dreamhost.com/)
  37719.  
  37720.  
  37721. Some Domain/Internet/Web and Related Services
  37722. =============================================
  37723.  
  37724.    * Registry of Web providers that support MySQL
  37725.      (http://www.wix.com/mysql-hosting)
  37726.  
  37727.    * Dynamic DNS Services (http://www.yi.org/)
  37728.  
  37729.    * Dynamic domain name service (http://www.dynodns.net/)
  37730.  
  37731.    * Open DNS Project; free dynamic DNS service (http://www.ods.org/)
  37732.  
  37733.    * Hammernode; Public DNS Servers (http://www.hn.org/)
  37734.  
  37735.    * Free 3rd level domains (http://www.fdns.net/)
  37736.  
  37737.    * Online Database (http://worldcommunity.com/)
  37738.  
  37739.    * BigBiz Internet Services (http://www.bigbiz.com)
  37740.  
  37741.    * The Virt Gazette (http://virt.circle.net)
  37742.  
  37743.    * Global InfoNet Inc (http://www.california.com)
  37744.  
  37745.    * WebHosters - A Guide to WWW Providers (http://www.webhosters.com)
  37746.  
  37747.    * Internet information server (http://online.dn.ru)
  37748.  
  37749.    * A technology news site (http://www.stopbit.com)
  37750.  
  37751.    * WorldNet Communications - An Internet Services Provider
  37752.      (http://www.worldnetla.net)
  37753.  
  37754.    * Netizen: Australian-based Web consultancy
  37755.      (http://www.netizen.com.au/)
  37756.  
  37757.    * Search site for training courses in the UK
  37758.      (http://www.trainingpages.co.uk)
  37759.  
  37760.    * Gannon Chat (GPL). Written in Perl and Javascript
  37761.      (http://chat.nitco.com)
  37762.  
  37763.    * A general links directory (http://www.addurls.com/)
  37764.  
  37765.    * A Web-based bookmark management service
  37766.      (http://www.bookmarktracker.com)
  37767.  
  37768.    * Walnut Creek CDROM (http://www.cdrom.com)
  37769.  
  37770.    * WWWThreads; Interactive discussion Forums
  37771.      (http://www.wwwthreads.org/)
  37772.  
  37773.    * In Italian; Storage data from meteo station
  37774.      (http://pvmon.portici.enea.it/Meteo)
  37775.  
  37776.    * Online "Person To Person" Auction (http://www.buysell.net/)
  37777.  
  37778.    * Tips on Web development (http://tips.pair.com)
  37779.  
  37780.    * Mailfriends.com is a FREE service for everybody who wants to find
  37781.      friends over the internet. (http://www.mailfriends.com)
  37782.  
  37783.    * Web Page Telnet BBS List
  37784.      (http://www.uninova.com/cgi-bin/wctelnets?list)
  37785.  
  37786.    * UniNova Digital Postcards (http://www.uninova.com/cnc.html)
  37787.  
  37788.    * DSL-provider search with reviews (http://www.dslreports.com).
  37789.      Made with MySQL and Modperl, all pages are generated dynamically
  37790.      out of the MySQL database
  37791.  
  37792. Web Sites that Use `PHP' and MySQL
  37793. ==================================
  37794.  
  37795.    * Jgaa's Internet - Official Support Site (http://support.jgaa.com/)
  37796.  
  37797.    * Ionline - online publication: (http://io.incluso.com) MySQL, PHP,
  37798.      Java, Web programming, DB development
  37799.  
  37800.    * BaBoo(Browse and bookmark). Free Web-based bookmark manager and
  37801.      Calendar (http://www.baboo.com)
  37802.  
  37803.    * Course Schedule System at Pensacola Junior College
  37804.      (http://www.courses.pjc.cc.fl.us/Schedule/index.php)
  37805.  
  37806.    * Florida Community College at Jacksonville (http://www.fccj.org)
  37807.  
  37808.    * 32bit.com; An extensive shareware / freeware archive
  37809.      (http://www.32bit.com/)
  37810.  
  37811.    * Jokes 2000 (http://www.jokes2000.com/)
  37812.  
  37813.    * Burken.NU (http://www.burken.nu/) Burken is a webhotel that
  37814.      provides scripts, among other things, for remote users, like
  37815.      counters, guestbooks etc.
  37816.  
  37817.    * tips.pair.com (http://tips.pair.com) Contains tips on html,
  37818.      javascript, 2d/3d graphics, and PHP3/MySQL. All pages are
  37819.      generated from a database.
  37820.  
  37821.    * Softwarezrus.com (http://www.softwarezrus.com/) Ecommerce site
  37822.      that is selling computers.
  37823.  
  37824. Some MySQL Consultants
  37825. ======================
  37826.  
  37827.    * Ayni AG (http://www.ayni.com)
  37828.  
  37829.    * Online Database (http://worldcommunity.com/)
  37830.  
  37831.    * DataGuard (Uses MySQL and PHP) (http://www2.dataguard.no/)
  37832.  
  37833.    * WWITS (Uses MySQL and PHP) (http://wwits.net/programs/mysql.phtml)
  37834.  
  37835.    * WCN - The World Community Network (http://www.worldcommunity.com/)
  37836.  
  37837.    * Chip Castle Dot Com Inc (http://www.chipcastle.com)
  37838.  
  37839.    * Cybersource Pty. Ltd (http://www.cyber.com.au/)
  37840.  
  37841.    * Spring infotainment gmbh & co. kg (http://www.spring.de)
  37842.  
  37843.    * Develops Web sites using MySQL (http://www.wamdesign.com/)
  37844.  
  37845.    * Berkeley Consultants Group (http://www.berkeleyconsultants.com)
  37846.  
  37847.    * JAMM Consulting Inc. (http://www.jammconsulting.com/)
  37848.  
  37849.  
  37850. Programming
  37851. ===========
  37852.  
  37853. Uncategorized Pages
  37854. ===================
  37855.  
  37856.    * AZC.COM's Feature Showcase
  37857.      (http://www.feature-showcase.com/htmls/demo_mysql.sql)
  37858.  
  37859.    * Course Search
  37860.      (http://www.teach.org.uk/subjects/trainingcourse/g.html)
  37861.  
  37862.    * Northerbys Online Auctions (http://www.northerbys.com)
  37863.  
  37864.    * Amsterdam Airport Schiphol
  37865.      (http://www.schiphol.nl/flights/home.htm)
  37866.  
  37867.    * CD database (http://TheMatrix.com/seventhsin/query.phtml)
  37868.  
  37869.    * Used Audio Gear Database (http://TheMatrix.com/~flmm/GEAR.html)
  37870.  
  37871.    * Musical note-sheets (http://www.kiss.de/musik-mueller)
  37872.  
  37873.    * Bagism - A John Lennon fan page (http://www.bagism.com)
  37874.  
  37875.    * US Folk art broker (http://www.selftaught.com/)
  37876.  
  37877.    * Mail reading on the Web (http://organizer.net/)
  37878.  
  37879.    * Free home pages on www.somecoolname.mypage.org
  37880.      (http://www.mypage.org/)
  37881.  
  37882.    * Der Server fu"r Schulen im Web (In German)
  37883.      (http://www.schulweb.de/)
  37884.  
  37885.    * Auldhaefen Online Services (http://www.ald.net/)
  37886.  
  37887.    * CaryNET Information Center (http://www.cary.net/)
  37888.  
  37889.    * Dataden Computer Systems (http://www.dataden.com/)
  37890.  
  37891.    * Andre'museet (In Swedish) (http://andree.grm.se/)
  37892.  
  37893.    * HOMESITE Internet Marketing (http://www.him.net/)
  37894.  
  37895.    * Jade-V Network Services (http://www.jade-v.com/techinfo.html)
  37896.  
  37897.    * Weather World 2010 Technical Credits
  37898.      (http://ww2010.atmos.uiuc.edu/(Gl)/abt/aknw/tech.rxml)
  37899.    * About The Gimp plugin registry
  37900.      (http://gimp.foebud.org/registry/doc/)
  37901.  
  37902.    * Java tool Archiver technical detail (Slightly optimistic about
  37903.      MySQL ANSI-92 compliance)
  37904.      (http://www.fast-inc.com/Products/Archiver/database.html)
  37905.  
  37906.    * Games Domain Cheats Database
  37907.      (http://www.gamesdomain.com/cheats/usrcheat.phtml)
  37908.  
  37909.    * The "Powered By" Page (Kcilink) (http://www.kcilink.com/poweredby/)
  37910.  
  37911.    * Netcasting (http://www.netcasting.net/index.whtml)
  37912.  
  37913.    * NBL (Australian National Basketball League) tipping
  37914.      (http://homepages.tig.com.au/~mjj/nbltips)
  37915.  
  37916.    * CGI shop (http://www.cgishop.com/)
  37917.  
  37918.    * Whirlycott: Website Design (http://www.whirlycott.com/)
  37919.  
  37920.    * Museum Tusculanum Press (http://www.mtp.dk)
  37921.  
  37922.    * Centro Siciliano di Documentazione
  37923.      (http://csdgi.historie.ku.dk/biblio)
  37924.  
  37925.    * Quake statistics database (http://caribou.dyn.ml.org:8000)
  37926.  
  37927.    * Astroforum: Astrologie and related things (in German)
  37928.      (http://www.astroforum.ch)
  37929.  
  37930.    * OpenDebate - Interactive Polls & Open Discussion
  37931.      (http://www.opendebate.com)
  37932.  
  37933.    * Online chemical dissertation server
  37934.      (http://vermeer.organik.uni-erlangen.de/dissertationen/)
  37935.  
  37936.    * FreSch! The Free Scholarship Search Service
  37937.      (http://www.freschinfo.com)
  37938.  
  37939.    * Stockholm Pinball Locator
  37940.      (http://www.nada.kth.se/~staffanu/pinball)
  37941.  
  37942.    * HEK A construction company (http://www.hek.com)
  37943.  
  37944.    * Elsevier Bussines Information (http://www.nbi.nl)
  37945.  
  37946.    * Medical Links (Using ColdFusion and MySQL)
  37947.      (http://vaccination.medicallink.se/)
  37948.  
  37949.    * Search for jobs & people at JobLink-USA
  37950.      (http://www.joblink-usa.com)
  37951.  
  37952.    * Competition Formation Skydiving (http://www.skydive.net/competfs)
  37953.  
  37954.    * E-commerce and internal accounting
  37955.      (http://www.galaxy-net.net/Galaxy-NET Telecommunications)
  37956.  
  37957.    * Denmark's leading business daily newspaper B/orsen
  37958.      (http://www.borsen.dk/)
  37959.  
  37960.    * The Internet NES Database (http://tmmm.simplenet.com/indb/)
  37961.  
  37962.    * Travel agency in Prague in 3 languages (http://www.russia.cz)
  37963.  
  37964.    * Linkstation (http://www.linkstation.de)
  37965.  
  37966.    * Searchable online database at Peoplestaff
  37967.      (http://www.peoplestaff.com)
  37968.  
  37969.    * A searchable database system for horse classified ads
  37970.      (http://www.dreamhorse.com)
  37971.  
  37972.    * The Poot site (http://pootpoot.com/)
  37973.  
  37974.    * "Playin' in the LAN"; a network monitoring suite
  37975.      (http://grateful.net/hw_html/)
  37976.  
  37977.    * U.S. Army Publishing Agency (http://www.usapa.army.mil)
  37978.  
  37979.    * Realestate handling in Yugoslavia (http://www.nekretnine.co.yu/)
  37980.  
  37981.    * PIMS; a Patient Information Management System
  37982.      (http://demo.cpsoft.com/pims/devFAQ.html)
  37983.  
  37984.    * Pilkington Software Inc (http://cpsoft.com)
  37985.  
  37986.    * A Vietnam Veteran's Memorial (The Wall) database
  37987.      (http://www.no-quarter.org/)
  37988.  
  37989.    * Gamer's Union specializes in auctions of used & out-of-print
  37990.      gaming material (http://www.gamers-union.com/)
  37991.  
  37992.    * A daily bulletin at Monterey High school
  37993.      (http://www.montereyhigh.com/office/dbul.php3)
  37994.  
  37995.    * Community-owned site serving Lake Washington's Eastside residents
  37996.      and businesses (http://www.myEastside.com)
  37997.  
  37998.    * French bowling site (http://bowling-france.net/)
  37999.  
  38000. Send any additions to this list to <webmaster@mysql.com>.
  38001.  
  38002. MySQL customer usage
  38003. ********************
  38004.  
  38005. The section 'Some MySQL Users' contains a lot of different links to
  38006. MySQL users but doesn't provide that much information about how they
  38007. are using MySQL.  *Note Users::. This manual section is to give you an
  38008. idea of how other MySQL users are using MySQL to solve their problems.
  38009.  
  38010. This manual section is very new and we plan to add more stories here
  38011. shortly.  If you are interested in contributing of how you use MySQL in
  38012. a unique environment or have success store about how you use MySQL, you
  38013. can write to `docs@mysql.com' with subject `Success:'.  Note that as we
  38014. are very busy it may take some time before you get some feedback for
  38015. your story.
  38016.  
  38017.    * *Peter Zaitsev of Spylog.ru* writes: I think you might be
  38018.      interested in my database size.  The whole database is currently
  38019.      on 15 servers and I think it's about 60.000 of tables containing
  38020.      about 5.000.000.000 of rows.  My mostly loaded server currently
  38021.      holds about 10.000 of tables with 1.000.000.000 of rows in it.
  38022.      Hugest tables have about 50.000.000 of rows, and this value will
  38023.      raise as soon as I'll move to 2.4 kernel with large files.
  38024.      Currently I have to delete much of logs for large sites to hold
  38025.      table sizes in 2Gb.
  38026.  
  38027.    * *Texas Instruments* is using MySQL for handling tables that
  38028.      contain up to 2,000 million rows in a validation regression
  38029.      database.
  38030.  
  38031. Contributed Programs
  38032. ********************
  38033.  
  38034. Many users of MySQL have contributed _very_ useful support tools and
  38035. add-ons.
  38036.  
  38037. A list of what is available at `http://www.mysql.com/Downloads/Contrib/'
  38038. (or any mirror) is shown below.  If you want to build MySQL support for
  38039. the Perl `DBI'/`DBD' interface, you should fetch the `Data-Dumper',
  38040. `DBI', and `Msql-Mysql-modules' files and install them.  *Note Perl
  38041. support::.
  38042.  
  38043. APIs
  38044. ====
  38045.  
  38046.    * Perl Modules
  38047.         - Data-Dumper-2.101.tar.gz
  38048.           (http://www.mysql.com/Downloads/Contrib/Data-Dumper-2.101.tar.gz)
  38049.           Perl `Data-Dumper' module.  Useful with `DBI'/`DBD' support
  38050.           for older Perl installations.
  38051.  
  38052.         - DBI-1.15.tar.gz
  38053.           (http://www.mysql.com/Downloads/Contrib/DBI-1.15.tar.gz) Perl
  38054.           `DBI' module.
  38055.  
  38056.         - KAMXbase1.2.tar.gz
  38057.           (http://www.mysql.com/Downloads/Contrib/KAMXbase1.2.tar.gz)
  38058.           Convert between `.dbf' files and MySQL tables.  Perl module
  38059.           written by Pratap Pereira <pereira@ee.eng.ohio-state.edu>,
  38060.           extended by Kevin A. McGrail
  38061.           <kmcgrail@digital1.peregrinehw.com>.  This converter can
  38062.           handle MEMO fields.
  38063.  
  38064.         - Msql-Mysql-modules-1.2216.tar.gz
  38065.           (http://www.mysql.com/Downloads/Contrib/Msql-Mysql-modules-1.2216.tar.gz)
  38066.           Perl `DBD' module to access mSQL and MySQL databases.
  38067.  
  38068.         - Data-ShowTable-3.3.tar.gz
  38069.           (http://www.mysql.com/Downloads/Contrib/Data-ShowTable-3.3.tar.gz)
  38070.           Perl `Data-ShowTable' module.  Useful with `DBI'/`DBD'
  38071.           support.
  38072.  
  38073.         - HandySQL-1.1.tar.gz
  38074.           (http://www.mysql.com/Downloads/Contrib/HandySQL-1.1.tar.gz)
  38075.           HandySQL is a MySQL access module. It offers a C interface
  38076.           embedded in Perl and is approximately 20% faster than regular
  38077.           DBI.
  38078.  
  38079.  
  38080.    * JDBC
  38081.         * mm.mysql.jdbc-1.2c.tar.gz
  38082.           (http://www.mysql.com/Downloads/Contrib/mm.mysql.jdbc-1.2c.tar.gz)
  38083.           The mm JDBC driver for MySQL. This is a production release
  38084.           and is actively developed. By Mark Matthews
  38085.           (<mmatthew@ecn.purdue.edu>).
  38086.  
  38087.         * mm.mysql.jdbc-2.0pre5.tar.gz
  38088.           (http://www.mysql.com/Downloads/Contrib/mm.mysql.jdbc-2.0pre5.tar.gz)
  38089.           The mm JDBC driver for MySQL. This is a pre-release beta
  38090.           version and is actively developed. By Mark Matthews
  38091.           (<mmatthew@ecn.purdue.edu>).  The two drivers above have an
  38092.           LGPL license. Please check
  38093.           `http://www.worldserver.com/mm.mysql/' for the latest drivers
  38094.           (and other JDBC information) because these drivers may be out
  38095.           of date.
  38096.  
  38097.         * `http://www.caucho.com/projects/jdbc-mysql/index.xtp' The
  38098.           Resin commercial JDBC driver, which is released under open
  38099.           source.  It claims to be faster than the mm driver, but we
  38100.           haven't received that much information about this yet.
  38101.  
  38102.         * twz1jdbcForMysql-1.0.4-GA.tar.gz
  38103.           (http://www.mysql.com/Downloads/Contrib/twz1jdbcForMysql-1.0.4-GA.tar.gz)
  38104.           The twz driver: A type 4 JDBC driver by Terrence W. Zellers
  38105.           <zellert@voicenet.com>.  This is commercial but is free for
  38106.           private and educational use. (Not supported anymore.)
  38107.  
  38108.         * pmdamysql.tgz
  38109.           (http://www.mysql.com/Downloads/Contrib/pmdamysql.tgz) A
  38110.           MySQL PMDA. Provides MySQL server status and configuration
  38111.           variables.
  38112.  
  38113.    * OLEDB
  38114.         * MyOLEDB.exe (http://www.mysql.com/Downloads/Win32/MyOLEDB.exe)
  38115.           OLEDB handler for MySQL. By SWsoft.
  38116.  
  38117.         * MySamples.zip
  38118.           (http://www.mysql.com/Downloads/Win32/MySamples.zip) Examples
  38119.           and documentation for MyOLEDB. By SWsoft.
  38120.  
  38121.         * Myoledb.zip (http://www.mysql.com/Downloads/Win32/Myoledb.zip)
  38122.           Source for MyOLEDB. By SWsoft.
  38123.  
  38124.         * MyOLEDB.chm (http://www.mysql.com/Downloads/Win32/MyOLEDB.chm)
  38125.           Help files for MyOLEDB.
  38126.  
  38127.         * libmyodbc.zip
  38128.           (http://www.mysql.com/Downloads/Win32/libmyodbc.zip) Static
  38129.           MyODBC library used for build MyOLEDB. Based on MyODBC code.
  38130.  
  38131.    * C++
  38132.         * mysql-c++-0.02.tar.gz
  38133.           (http://www.mysql.com/Downloads/Contrib/mysql-c++-0.02.tar.gz)
  38134.           MySQL C++ wrapper library. By Roland Haenel, <rh@ginster.net>.
  38135.  
  38136.         * MyDAO (http://www.mysql.com/Downloads/Contrib/MyDAO.tar.gz)
  38137.           MySQL C++ API. By Satish <spitfire@pn3.vsnl.net.in>. Inspired
  38138.           by Roland Haenel's C++ API and Ed Carp's MyC library.
  38139.  
  38140.         * mysql++ (http://www.mysql.com/download_mysql++.html) MySQL
  38141.           C++ API (More than just a wrapper library.) Originally by
  38142.           <kevina@clark.net>. Nowadays maintained by Sinisa at MySQL AB.
  38143.  
  38144.         * NJrAPI (http://nelsonjr.homepage.com/NJrAPI) A C++ database
  38145.           independent library that supports MySQL.
  38146.  
  38147.    * Delphi
  38148.         * delphi-interface.gz
  38149.           (http://www.mysql.com/Downloads/Contrib/delphi-interface.gz)
  38150.           Delphi interface to `libmysql.dll', by Blestan Tabakov,
  38151.           <root@tdg.bis.bg>.
  38152.  
  38153.         * DelphiMySQL2.zip
  38154.           (http://www.mysql.com/Downloads/Contrib/DelphiMySQL2.zip)
  38155.           Delphi interface to `libmysql.dll', by
  38156.           <bsilva@umesd.k12.or.us>.
  38157.  
  38158.         * Udmysql.pas
  38159.           (http://www.mysql.com/Downloads/Contrib/Udmysel.pas) A
  38160.           wrapper for libmysql.dll for usage in Delphi. By Reiner
  38161.           Sombrowsky.
  38162.  
  38163.         * A Delphi interface to MySQL.
  38164.           (http://www.fichtner.net/delphi/mysql.delphi.phtml) With
  38165.           source code. By Matthias Fichtner.
  38166.  
  38167.         * *TmySQL* A library to use MySQL with Delphi
  38168.           (http://www.productivity.org/projects/tmysql/).
  38169.  
  38170.         * Delphi TDataset-component
  38171.           (http://www.geocities.com/CapeCanaveral/2064/mysql.html).
  38172.  
  38173.         *        * Delphi 5 Shareware MySQL Dataset Components
  38174.           (http://www.mysql.com/Downloads/Contrib/Win32/SBMySQL50Share.exe)
  38175.  
  38176.    * mysql-ruby-2.2.0.tar.gz
  38177.      (http://www.mysql.com/Downloads/Contrib/mysql-ruby-2.2.0.tar.gz)
  38178.      MySQL Ruby module. By TOMITA Masahiro <tommy@tmtm.org>
  38179.      `http://www.netlab.co.jp/ruby/. Ruby' is an Object-Oriented
  38180.      Interpreter Language.
  38181.  
  38182.    * JdmMysqlDriver-0.1.0.tar.gz
  38183.      (http://www.mysql.com/Downloads/Contrib/JdmMysqlDriver-0.1.0.tar.gz)
  38184.      A VisualWorks 3.0 Smalltalk driver for MySQL. By
  38185.      <joshmiller@earthlink.net>.
  38186.  
  38187.    * Db.py (http://www.mysql.com/Downloads/Contrib/Db.py) Python module
  38188.      with caching. By <gandalf@rosmail.com>.
  38189.  
  38190.    * MySQLmodule-1.4.tar.gz
  38191.      (http://www.mysql.com/Downloads/Contrib/MySQLmodule-1.4.tar.gz)
  38192.      Python interface for MySQL. By Joseph Skinner
  38193.      <joe@earthlight.co.nz>. Modified by Joerg Senekowitsch
  38194.      <senekow@ibm.net>.
  38195.  
  38196.    * MySQL-python-0.3.0.tar.gz
  38197.      (http://www.mysql.com/Downloads/Contrib/MySQL-python-0.3.0.tar.gz)
  38198.      MySQLdb Python is an DB-API v2.0-compliant interface to MySQL.
  38199.      Transactions are supported if the server and tables support them.
  38200.      It is thread-safe, and contains a compatibility module for older
  38201.      code written for the no-longer-maintained MySQLmodule interface.
  38202.  
  38203.    * mysql_mex_1_12.tar.gz
  38204.      (http://www.mysql.com/Downloads/Contrib/mysql_mex_12.tar.gz) An
  38205.      interface program for the Matlab program by MathWorks.  The
  38206.      interface is done by Kimmo Uutela and John Fisher (not by
  38207.      Mathworks).  Check mysqlmex.html
  38208.      (http://boojum.hut.fi/~kuutela/mysqlmex.html) for more information.
  38209.  
  38210.    * mysqltcl-1.53.tar.gz
  38211.      (http://www.mysql.com/Downloads/Contrib/mysqltcl-1.53.tar.gz) Tcl
  38212.      interface for MySQL. Based on `msqltcl-1.50.tar.gz'.  Updated by
  38213.      Tobias Ritzau, <tobri@ida.liu.se>.
  38214.  
  38215.    * MyC-0.1.tar.gz
  38216.      (http://www.mysql.com/Downloads/Contrib/MyC-0.1.tar.gz) A Visual
  38217.      Basic-like API, by Ed Carp.
  38218.  
  38219.    * sqlscreens-1.0.1.tar.gz
  38220.      (http://www.mysql.com/Downloads/Contrib/sqlscreens-1.0.1.tar.gz)
  38221.      Tcl/Tk code to generate database screens. By Jean-Francois Dockes.
  38222.  
  38223.    * Vdb-dflts-2.1.tar.gz
  38224.      (http://www.mysql.com/Downloads/Contrib/Vdb-dflts-2.1.tar.gz) This
  38225.      is a new version of a set of library utilities intended to provide
  38226.      a generic interface to SQL database engines such that your
  38227.      application becomes a 3-tiered application.  The advantage is that
  38228.      you can easily switch between and move to other database engines by
  38229.      implementing one file for the new backend without making any
  38230.      changes to your applications. By <damian@cablenet.net>.
  38231.  
  38232.    * DbFramework-1.10.tar.gz
  38233.      (http://www.mysql.com/Downloads/Contrib/DbFramework-1.10.tar.gz)
  38234.      DbFramework is a collection of classes for manipulating MySQL
  38235.      databases.  The classes are loosely based on the CDIF Data Model
  38236.      Subject Area. By Paul Sharpe <paul@miraclefish.com>.
  38237.  
  38238.    * pike-mysql-1.4.tar.gz
  38239.      (http://www.mysql.com/Downloads/Contrib/pike-mysql-1.4.tar.gz)
  38240.      MySQL module for pike. For use with the Roxen web server.
  38241.  
  38242.    * squile.tar.gz
  38243.      (http://www.mysql.com/Downloads/Contrib/squile.tar.gz) Module for
  38244.      `guile' that allows `guile' to interact with SQL databases. By Hal
  38245.      Roberts.
  38246.  
  38247.    * stk-mysql.tar.gz
  38248.      (http://www.mysql.com/Downloads/Contrib/stk-mysql.tar.gz)
  38249.      Interface for Stk. Stk is the Tk widgets with Scheme underneath
  38250.      instead of Tcl.  By Terry Jones.
  38251.  
  38252.    * eiffel-wrapper-1.0.tar.gz
  38253.      (http://www.mysql.com/Downloads/Contrib/eiffel-wrapper-1.0.tar.gz)
  38254.      Eiffel wrapper by Michael Ravits.
  38255.  
  38256.    * SQLmy0.06.tgz
  38257.      (http://www.mysql.com/Downloads/Contrib/SQLmy0.06.tgz) FlagShip
  38258.      Replaceable Database Driver (RDD) for MySQL. By Alejandro
  38259.      Fernandez Herrero.  Flagship RDD home page
  38260.      (http://www.fship.com/rdds.html)
  38261.  
  38262.    * mydsn-1.0.zip
  38263.      (http://www.mysql.com/Downloads/Contrib/mydsn-1.0.zip) Binary and
  38264.      source for `mydsn.dll'. mydsn should be used to build and remove
  38265.      the DSN registry file for the MyODBC driver in Coldfusion
  38266.      applications.  By Miguel Angel Sol≤rzano.
  38267.  
  38268.    * MySQL-ADA95_API.zip
  38269.      (http://www.mysql.com/Downloads/Contrib/MySQL-ADA95_API.zip) An
  38270.      ADA95 interface to the MySQL API. By Francois Fabien.
  38271.  
  38272.    * MyTool-DLL_for_VB_and_MySQL.zip
  38273.      (http://www.mysql.com/Downloads/Contrib/MyTool-DLL_for_VB_and_MySQL.zip)
  38274.      A DLL with MySQL C API for Visual Basic.  By Ken Menzel
  38275.      <kenm@icarz.com>.
  38276.  
  38277.    * MYSQL.EXE (http://www.mysql.com/Downloads/Contrib/MYSQLX.EXE)
  38278.      MySQL ActiveX Object for directly accessing your MySQL servers
  38279.      from IIS/ASP, VB, VC++ skipping the slower ODBC methods. Fully
  38280.      updatable, multithreaded with full support for all MySQL fieldtypes
  38281.      (version 2001.1.1). By SciBit `http://www.scibit.com/'.
  38282.  
  38283.    * MyLUA home page (http://www.fastflow.it/mylua/) How to use the LUA
  38284.      language to write MySQL `PROCEDURE' that can be loaded runtime.
  38285.  
  38286.         * Lua 4.0
  38287.           (http://www.mysql.com/Downloads/Contrib/lua-4.0.tar.gz) LUA
  38288.           4.0
  38289.  
  38290.         * mylua-3.23.32.1.tar.gz
  38291.           (http://www.mysql.com/Downloads/Contrib/mylua-3.23.32.1.tar.gz)
  38292.           Patch for MySQL 3.23.32 to use LUA 4.0.  By Cristian Giussani.
  38293.  
  38294.    * patched_myodbc.zip
  38295.      (http://www.mysql.com/Downloads/Contrib/patched_myodbc.zip) Patch
  38296.      (for Omniform 4.0 support) to the MyODBC driver.  By Thomas Thaele
  38297.      <tthaele@papenmeier.de>
  38298.  
  38299.  
  38300. Clients
  38301. =======
  38302.  
  38303.    * Graphical clients
  38304.         - DbVisualizer (http://www.ideit.com/products/dbvis/).
  38305.           Freeware JDBC client to graphically visualize the data and
  38306.           structure of several databases simultaneously. By
  38307.           Innovative-IT Development AB.
  38308.  
  38309.         - MySQLGUI (http://www.mysql.com/downloads/gui-clients.html)
  38310.           The MySQL GUI client homepage. By Sinisa at MySQL AB.
  38311.  
  38312.         - MySQL navigator 0.9
  38313.           (http://www.mysql.com/Downloads/Contrib/mysql_navigator_0.9.0.tar.gz)
  38314.           MySQL Navigator is a MySQL database server GUI client
  38315.           program. The purpose of MySQL Navigator is to provide a
  38316.           useful client interface to MySQL database servers, whilst
  38317.           supporting multiple operating systems and languages. You can
  38318.           currently import/export database, enter queries, get result
  38319.           sets, edit scripts, run scripts, add, alter, and delete users,
  38320.           and retrieve client and server information. Uses QT 2.2. GPL
  38321.           Home page for MySQL Navigator (http://sql.kldp.org/mysql).
  38322.  
  38323.         - MySQL Security GUI
  38324.           (http://www.mysql.com/Downloads/Win32/secman.zip) A user and
  38325.           security management GUI for MySQL on Windows.  By Martin
  38326.           Jeremic.  Home page for MySQL Security GUI
  38327.           (http://jsoft.webjump.com/).
  38328.  
  38329.         - kmysqladmin-0.4.1.tar.gz
  38330.           (http://www.mysql.com/Downloads/Contrib/kmysqladmin-0.4.1.tar.gz).
  38331.  
  38332.         - kmysqladmin-0.4.1-1.src.rpm
  38333.           (http://www.mysql.com/Downloads/Contrib/kmysqladmin-0.4.1-1.src.rpm).
  38334.  
  38335.         - kmysqladmin-0.4.1-1.i386.rpm
  38336.           (http://www.mysql.com/Downloads/Contrib/kmysqladmin-0.4.1-1.i386.rpm)
  38337.           An administration tool for the MySQL server using QT / KDE.
  38338.           Tested only on Linux.
  38339.  
  38340.         - Java client using Swing
  38341.           (http://www.mysql.com/Downloads/Contrib/mysql-admin-using-java+swing.tar.gz)
  38342.           By Fredy Fischer, <se-afs@dial.eunet.ch>.  You can always
  38343.           find the latest version here
  38344.           (http://www.trash.net/~ffischer/admin/index.html).
  38345.  
  38346.         - MySQL-Maker 1.0
  38347.           (http://www.mysql.com/Downloads/Win32/MySQL-Maker-1.0.zip).
  38348.           Shareware MySQL client for Windows. It's a WYSIWYG tool which
  38349.           allows you to create, change and delete databases and tables.
  38350.           You can change field - structure and add, change and delete
  38351.           data in these tables directly without ODBC-driver.  MySQL
  38352.           Maker homepage
  38353.           (http://www.presult.de/presult/frames/fs_mysqlmaker.html)
  38354.  
  38355.         - mysqlwinadmn.zip
  38356.           (http://www.mysql.com/Downloads/Contrib/mysqlwinadmn.zip)
  38357.           Windows GUI (binary only) to administrate a database, by
  38358.           David B. Mansel, <david@zhadum.org>.
  38359.  
  38360.         - MyQA (http://home.online.no/~runeberg/myqa) is a Linux-based
  38361.           query client for the MySQL database server. MyQA lets you
  38362.           enter SQL queries, execute them, and view the results, all in
  38363.           a graphical user interface. The GUI is roughly similar to
  38364.           that of the 'Query Analyzer' client that comes with MS SQL
  38365.           Server.
  38366.  
  38367.         - MySQL Manager
  38368.           (http://members.xoom.com/_opex_/mysqlmanager/index.html) a
  38369.           graphical MySQL server manager for MySQL server written in
  38370.           Java, for Windows
  38371.  
  38372.         - netadmin.zip
  38373.           (http://www.mysql.com/Downloads/Win32/netadmin.zip) An
  38374.           administrator tool for MySQL on Windows 95/98 and Windows NT
  38375.           4.0. Only tested with MySQL Versions 3.23.5 - 3.23.7. Written
  38376.           using the Tmysql components.
  38377.  
  38378.           You can write queries and show tables, indexes, table syntax,
  38379.           and administrate user, host, and database and so on. This is
  38380.           beta and still has some bugs. You can test the program with
  38381.           all features. Please send bugs and hints to Marco Suess
  38382.           <ms@it-netservice.de>. Original URL
  38383.           <http://www.it-netservice.de/pages/software/index.html>.
  38384.  
  38385.         - netadmin2.zip
  38386.           (http://www.mysql.com/Downloads/Win32/netadmin2.zip) New
  38387.           version of netadmin. See above for details.
  38388.  
  38389.         - Atronic's MySQL client for Windows 2.0.3.0
  38390.           (http://www.mysql.com/Downloads/Win32/ARTADMIN203.EXE).  Home
  38391.           page for this can be found at: `http://www.artronic.hr'.
  38392.  
  38393.         - mysqlfront
  38394.           (http://www.mysql.com/Downloads/Win32/mysqlfront.zip) Home
  38395.           page: `http://www.mysqlfront.de/'.  Win32-Client for
  38396.           accessing and managing dbs, tables, table-data, indexes,
  38397.           import-/export-files. (Freeware).  By Ansgar Becker.
  38398.  
  38399.         - Utility from Artronic to stop MySQL on win9x
  38400.           (http://www.mysql.com/Downloads/Win32/W9xstop.zip).
  38401.  
  38402.         - a light weight GUI client for Windows
  38403.           (http://bardo.hyperlink.cz/mysqlmon).
  38404.  
  38405.         - Dbtools (http://dbtools.vila.bol.com.br/) A tool to manage
  38406.           MySQL databases. Currently only for Windows.  Some features:
  38407.              * Manage servers, databases, tables, columns, indexes, and
  38408.                users
  38409.  
  38410.              * Import wizard to import structure and data from MS
  38411.                Access, MS Excel, Dbase, FoxPro, Paradox, and ODBC
  38412.                Databases.
  38413.  
  38414.              * KMYENG113.zip
  38415.                (http://www.mysql.com/Downloads/Contrib/KMYENG113.zip)
  38416.                An administrator GUI for MySQL. Works only on windows,
  38417.                no source.  Available in English and Japanese. By
  38418.                Mitunobu Kaneko.  Home page: `http://sql.jnts.ne.jp/'
  38419.  
  38420.         - xmysqladmin-1.0.tar.gz
  38421.           (http://www.mysql.com/Downloads/Contrib/xmysqladmin-1.0.tar.gz)
  38422.           An X-based front end to the MySQL database engine.  It allows
  38423.           reloads, status check, process control, myisamchk,
  38424.           grant/revoke privileges, creating databases, dropping
  38425.           databases, create, alter, browse, and drop tables.
  38426.           Originally by Gilbert Therrien, <gilbert@ican.net> but now in
  38427.           public domain and supported by MySQL AB.
  38428.  
  38429.         - xmysql-1.9.tar.gz
  38430.           (http://www.mysql.com/Downloads/Contrib/xmysql-1.9.tar.gz).
  38431.  
  38432.         - xmysql home page (http://web.wt.net/~dblhack) A front end to
  38433.           the MySQL database engine. It allows for simple queries and
  38434.           table maintenance, as well as batch queries. By Rick
  38435.           Mehalick, <dblhack@wt.net>.  Requires xforms 0.88
  38436.           (http://bragg.phys.uwm.edu/xforms) to work.
  38437.  
  38438.         - dbMetrix (http://www.tamos.net/sw/dbMetrix) An open source
  38439.           client for exploring databases and executing SQL. Supports
  38440.           MySQL, Oracle, PostgreSQL, and mSQL.
  38441.  
  38442.         - GtkSQL (http://www.multimania.com/bbrox/GtkSQL) A query tool
  38443.           for MySQL and PostgreSQL.
  38444.  
  38445.         - dbMan (http://dbman.linux.cz/) A query tool written in Perl.
  38446.           Uses DBI and Tk.
  38447.  
  38448.         - Mascon 202 (http://www.mysql.com/Downloads/Win32/Msc201.EXE)
  38449.  
  38450.         - Free Mascon 202
  38451.           (http://www.mysql.com/Downloads/Win32/FrMsc202.EXE) Mascon is
  38452.           a powerful Win32 GUI for the administering MySQL server
  38453.           databases. Mascon's features include visual table design,
  38454.           connections to multiple servers, data and blob editing of
  38455.           tables, security setting, SQL color coding, dump
  38456.           functionality and much more.  Mascon home page
  38457.           (http://www.scibit.com/Products/Software/Utils/Mascon.asp).
  38458.  
  38459.         - DBUI (http://www.virtualbeer.net/dbui/) DBUI is a Gtk
  38460.           graphical database editor.
  38461.  
  38462.         - MacSQL (http://www.rtlabs.com/) GUI for MySQL, ODBC, and JDBC
  38463.           databases for the Mac OS.
  38464.  
  38465.         - JRetriever (http://www.caleb.com.au/) JRetriever is a generic
  38466.           database front-end tool for JDBC compliant databases written
  38467.           with Java 2. JRetriever displays database tables/views in a
  38468.           Windows explorer-like front end. Users can retrieve data
  38469.           either by clicking on the table folder or by composing their
  38470.           own SQL statements with our built-in SQL editor. The tool has
  38471.           been tested with Oracle 8 and MySQL as the back-end
  38472.           databases. It requires JDK 1.3 from JavaSoft.
  38473.  
  38474.         - DataBrowser (http://www.jetools.com/products/databrowser/)
  38475.           The DataBrowser is a cross-database, cross-platform data
  38476.           access tool. It is more user friendly than tools like SQL
  38477.           Plus, psql (command line based tools). It is more flexible
  38478.           than TOAD, ISQL, PGAccess which are GUI's that are limitied
  38479.           to a single platform or database.
  38480.  
  38481.         - SQLC (http://www.intrex.net/amit/software/) The SQL Console
  38482.           is a standalone java application that allows you to connect
  38483.           to a  SQL database system and issue SQL queries and updates.
  38484.           It has an easy-to use graphical user interface. The SQL
  38485.           Console uses JDBC to connect to the database systems and,
  38486.           therefore, with proper JDBC drivers, you can use this utility
  38487.           to connect to some of the most popular database systems.
  38488.  
  38489.         - MySQL MMC
  38490.           (http://www.mysql.com/Downloads/Contrib/mysql_mmc.zip) MySQL
  38491.           MMC is a GUI Management Tool developed using kdevelop with a
  38492.           very good interface completely like Microsoft Enterprise Tool
  38493.           (for SQL Server) or Sybase Central. We can use it to manage
  38494.           server, database, table, index, users and to edit table data
  38495.           in grid or execute Sql by Query Analysis.
  38496.  
  38497.    * Web Clients
  38498.         - mysqladmin-atif-1.0.tar.gz
  38499.           (http://www.mysql.com/Downloads/Contrib/mysqladmin-atif-1.0.tar.gz)
  38500.           WWW MySQL administrator for the `user,' `db' and `host'
  38501.           tables.  By Tim Sailer, modified by Atif Ghaffar
  38502.           <aghaffar@artemedia.ch>.
  38503.  
  38504.         - mysql-webadmin-1.0a8-rz.tar.gz
  38505.           (http://www.mysql.com/Downloads/Contrib/mysql-webadmin-1.0a8-rz.tar.gz)
  38506.           A tool written in PHP-FI to administrate MySQL databases
  38507.           remotely over the web within a Web-Browser. By Peter
  38508.           Kuppelwieser, <peter.kuppelwieser@kantea.it>. Updated by Wim
  38509.           Bonis, <bonis@kiss.de>. Not maintained anymore!
  38510.  
  38511.         - mysqladm.tar.gz
  38512.           (http://www.mysql.com/Downloads/Contrib/mysqladm.tar.gz)
  38513.           MySQL Web Database Administration written in Perl.  By Tim
  38514.           Sailer.
  38515.  
  38516.         - mysqladm-2.tar.gz
  38517.           (http://www.mysql.com/Downloads/Contrib/mysqladm-2.tar.gz)
  38518.           Updated version of `mysqladm.tar.gz', by High Tide.
  38519.  
  38520.         - billowmysql.zip
  38521.           (http://www.mysql.com/Downloads/Contrib/billowmysql.zip)
  38522.           Updated version of `mysqladm.tar.gz', by Ying Gao.  You can
  38523.           get the newest version from the home site
  38524.           (http://civeng.com/sqldemo/).
  38525.  
  38526.         - myadmin-0.4.tar.gz
  38527.           (http://www.mysql.com/Downloads/Contrib/myadmin-0.4.tar.gz).
  38528.  
  38529.         - MyAdmin home page (http://myadmin.cheapnet.net/) A Web-based
  38530.           MySQL administrator by Mike Machado.
  38531.  
  38532.         - phpMyAdmin_2.0.1.tar.gz
  38533.           (http://www.mysql.com/Downloads/Contrib/phpMyAdmin_2.0.1.tar.gz)
  38534.           A set of PHP3-scripts to adminstrate MySQL over the WWW.
  38535.  
  38536.         - phpMyAdmin home page
  38537.           (http://www.phpwizard.net/projects/phpMyAdmin/) A PHP3 tool
  38538.           in the spirit of mysql-webadmin, by Tobias Ratschiller,
  38539.           tobias@dnet.it.
  38540.  
  38541.         - useradm.tar.gz
  38542.           (http://www.mysql.com/Downloads/Contrib/useradm.tar.gz) MySQL
  38543.           administrator in PHP. By Ofni Thomas
  38544.           <othomas@vaidsystems.com>.
  38545.  
  38546.         - MySQLMan (http://gossamer-threads.com/perl/mysqlman/mysql.cgi)
  38547.           Similar functionality as phpmyadmin, but written with Perl
  38548.           and using html templates. By Alex Krohn.
  38549.  
  38550.    * mysql-editor.tar.gz
  38551.      (http://www.mysql.com/Downloads/Contrib/mysql-editor.tar.gz) This
  38552.      cgi scripts in Perl enables you to edit content of Mysql database.
  38553.      By Tomas Zeman.
  38554.  
  38555.    * FutureSQL Web Database Administration Tool
  38556.      (http://worldcommunity.com/opensource/futuresql).  FutureSQL by
  38557.      Peter F. Brown, is a free, open source rapid application
  38558.      development Web database administration tool, written in Perl,
  38559.      using MySQL. It uses `DBI:DBD' and `CGI.pm'.
  38560.  
  38561.      FutureSQL allows one to easily set up config files to view, edit,
  38562.      delete, and otherwise process records from a MySQL database. It
  38563.      uses a data dictionary, configuration files and templates, and
  38564.      allows "pre-processing" and "post-processing" on both fields,
  38565.      records, and operations.
  38566.  
  38567. Web Tools
  38568. =========
  38569.  
  38570.    * mod_mysql_include_1.0.tar.gz
  38571.      (http://www.mysql.com/Downloads/Contrib/mod_mysql_include_1.0.tar.gz)
  38572.      Apache module to include HTML from MySQL queries into your pages,
  38573.      and run update queries.  Originally written to implement a simple
  38574.      fast low-overhead banner-rotation system.  By Sasha Pachev.
  38575.  
  38576.    * htCheck (http://htcheck.sourceforge.net) - URL checker with MySQL
  38577.      backend. Spidered URLs can later be queried using SQL to retrieve
  38578.      various kinds of information, eg. broken links. Written by
  38579.      Gabriele Bartolini.
  38580.  
  38581.    * `http://www.odbsoft.com/cook/sources.htm' This package has various
  38582.      functions for generating html code from a SQL table structure and
  38583.      for generating SQL statements (Select, Insert, Update, Delete)
  38584.      from an html form. You can build a complete forms interface to a
  38585.      SQL database (query, add, update, delete) without any programming!
  38586.      By Marc Beneteau, <marc@odbsoft.com>.
  38587.  
  38588.    * sqlhtml.tar.gz
  38589.      (http://www.mysql.com/Downloads/Contrib/sqlhtml.tar.gz) SQL/HTML
  38590.      is an HTML database manager for MySQL using `DBI' 1.06.
  38591.  
  38592.    * UdmSearch 3.0.23 (stable version)
  38593.      (http://www.mysql.com/Downloads/Contrib/udmsearch-3.0.23.tar.gz).
  38594.  
  38595.    * mnogosearch 3.1.12 (development but recommended version)
  38596.      (http://www.mysql.com/Downloads/Contrib/mnogosearch-3.1.12.tar.gz).
  38597.  
  38598.    * UdmSearch home page (http://search.mnoGo.ru) A SQL-based search
  38599.      engine for Internet. By Alexander I. Barkov <bar@izhcom.ru>.
  38600.  
  38601.    * wmtcl.doc (http://www.mysql.com/Downloads/Contrib/wmtcl.doc).
  38602.  
  38603.    * wmtcl.lex (http://www.mysql.com/Downloads/Contrib/wmtcl.lex) With
  38604.      this you can write HTML files with inclusions of Tcl code. By
  38605.      <vvs@scil.npi.msu.su>.
  38606.  
  38607.    * www-sql-0.5.7.lsm
  38608.      (http://www.mysql.com/Downloads/Contrib/www-sql-0.5.7.lsm).
  38609.  
  38610.    * www-sql-0.5.7.tar.gz
  38611.      (http://www.mysql.com/Downloads/Contrib/www-sql-0.5.7.tar.gz) A
  38612.      CGI program that parses an HTML file containing special tags,
  38613.      parses them, and inserts data from a MySQL database.
  38614.  
  38615.    * genquery.zip (http://www.mysql.com/Downloads/Contrib/genquery.zip)
  38616.      Perl SQL database interface package for html.
  38617.  
  38618.    * cgi++-0.8.tar.gz
  38619.      (http://www.mysql.com/Downloads/Contrib/cgi++-0.8.tar.gz) A
  38620.      macro-processor to simply writing CGI/Database programs in C++ by
  38621.      Sasha Pachev.
  38622.  
  38623.    * WebBoard 1.0
  38624.      (http://www.mysql.com/Downloads/Contrib/webboard-1.0.zip)
  38625.      EU-Industries Internet-Message-Board.
  38626.  
  38627.    * DBIx-TextIndex-0.02.tar.gz
  38628.      (http://www.mysql.com/Downloads/Contrib/DBIx-TextIndex-0.02.tar.gz)
  38629.      Full-text searching with Perl on `BLOB'/`TEXT' columns by Daniel
  38630.      Koch.
  38631.  
  38632. Performance Benchmarking Tools
  38633. ==============================
  38634.  
  38635.    * super-smack
  38636.      (http://www.mysql.com/Downloads/super-smack/super-smack-1.0.tar.gz)
  38637.      Multi-threaded benchmarking tool for MySQL and *PostgreSQL*.
  38638.      Written in C++. Easy to extend to support other databases that
  38639.      have C/C++ client libraries. By Sasha Pachev.
  38640.  
  38641. Authentication Tools
  38642. ====================
  38643.  
  38644.    * ascend-radius-mysql-0.7.2.patch.gz
  38645.      (http://www.mysql.com/Downloads/Contrib/ascend-radius-mysql-0.7.2.patch.gz)
  38646.      This is an authentication and logging patch using MySQL for
  38647.      Ascend-Radius. By <takeshi@SoftAgency.co.jp>.
  38648.  
  38649.    * icradius 0.10
  38650.      (http://www.mysql.com/Downloads/Contrib/icradius-0.10.tar.gz)
  38651.      icradius readme file
  38652.      (http://www.mysql.com/Downloads/Contrib/icradius.README).
  38653.  
  38654.    * checkpassword-0.81-mysql-0.6.6.patch.gz
  38655.      (http://www.mysql.com/Downloads/Contrib/checkpassword-0.81-mysql-0.6.6.patch.gz)
  38656.      MySQL authentication patch for QMAIL and checkpassword. These are
  38657.      useful for management user (mail, pop account) by MySQL.  By
  38658.      <takeshi@SoftAgency.co.jp>.
  38659.  
  38660.    * jradius-diff.gz
  38661.      (http://www.mysql.com/Downloads/Contrib/jradius-diff.gz) MySQL
  38662.      support for Livingston's Radius 2.01. Authentication and
  38663.      Accounting. By Jose de Leon, <jdl@thevision.net>.
  38664.  
  38665.    * mod_auth_mysql-2.20.tar.gz
  38666.      (http://www.mysql.com/Downloads/Contrib/mod_auth_mysql-2.20.tar.gz)
  38667.      Apache authentication module for MySQL. By Zeev Suraski,
  38668.      <bourbon@netvision.net.il>.
  38669.  
  38670.    * mod_log_mysql-1.05.tar.gz
  38671.      (http://www.mysql.com/Downloads/Contrib/mod_log_mysql-1.05.tar.gz)
  38672.      MySQL logging module for Apache. By Zeev Suraski,
  38673.      <bourbon@netvision.net.il>.
  38674.  
  38675.    * mypasswd-2.0.tar.gz
  38676.      (http://www.mysql.com/Downloads/Contrib/mypasswd-2.0.tar.gz) Extra
  38677.      for `mod_auth_mysql'. This is a little tool that allows you to
  38678.      add/change user records storing group and/or password entries in
  38679.      MySQL tables. By Harry Brueckner, <brueckner@respublica.de>.
  38680.  
  38681.    * mysql-passwd.README
  38682.      (http://www.mysql.com/Downloads/Contrib/mysql-passwd.README).
  38683.  
  38684.    * mysql-passwd-1.2.tar.gz
  38685.      (http://www.mysql.com/Downloads/Contrib/mysql-passwd-1.2.tar.gz)
  38686.      Extra for `mod_auth_mysql'. This is a two-part system for use with
  38687.      `mod_auth_mysql'.
  38688.  
  38689.    * pam_mysql.tar.gz
  38690.      (http://www.mysql.com/Downloads/Contrib/pam_mysql.tar.gz) This
  38691.      module authenticates users via `pam', using MySQL.
  38692.  
  38693.    * nsapi_auth_mysql.tar
  38694.      (http://www.mysql.com/Downloads/Contrib/nsapi_auth_mysql.tar)
  38695.      Netscape Web Server API (NSAPI) functions to authenticate (BASIC)
  38696.      users against MySQL tables. By Yuan John Jiang.
  38697.  
  38698.    * qmail-1.03-mysql-0.6.6.patch.gz
  38699.      (http://www.mysql.com/Downloads/Contrib/qmail-1.03-mysql-0.6.6.patch.gz)
  38700.      Patch for qmail to authenticate users from a MySQL table.  By
  38701.      <takeshi@SoftAgency.co.jp>.
  38702.  
  38703.    * proftpd-1.2.0rc2-fix-mysql.patch
  38704.      (http://www.mysql.com/Downloads/Contrib/proftpd-1.2.0rc2-fix-mysql.patch)
  38705.      Patch for proftpd1.2.0rc2. By <takeshi@SoftAgency.co.jp>.
  38706.  
  38707.    * pwcheck_mysql-0.1.tar.gz
  38708.      (http://www.mysql.com/Downloads/Contrib/pwcheck_mysql-0.1.tar.gz)
  38709.      An authentication module for the Cyrus IMAP server. By Aaron
  38710.      Newsome.
  38711.  
  38712.  
  38713. Converters
  38714. ==========
  38715.  
  38716.    * mssql2mysql.txt
  38717.      (http://www.mysql.com/Downloads/Contrib/mssql2mysql.txt) Converter
  38718.      from MS-SQL to MySQL. By Michael Kofler.  mssql2mysql home page
  38719.      (http://www.kofler.cc/mysql/mssql2mysql.html).
  38720.  
  38721.    * dbf2mysql-1.14.tar.gz
  38722.      (http://www.mysql.com/Downloads/Contrib/dbf2mysql-1.14.tar.gz)
  38723.      Convert between `.dbf' files and MySQL tables. By Maarten Boekhold
  38724.      (<boekhold@cindy.et.tudelft.nl>), William Volkman, and Michael
  38725.      Widenius.  This converter includes rudimentary read-only support
  38726.      for MEMO fields.
  38727.  
  38728.    * dbf2mysql-1.13.tgz
  38729.      (http://www.mysql.com/Downloads/Contrib/dbf2mysql-1.13.tgz)
  38730.      Convert between `.dbf' files and MySQL tables. By Maarten
  38731.      Boekhold, <boekhold@cindy.et.tudelft.nl>, and Michael Widenius.
  38732.      This converter can't handle MEMO fields.
  38733.  
  38734.    * dbf2mysql.zip
  38735.      (http://www.mysql.com/Downloads/Contrib/dbf2mysql.zip) Convert
  38736.      between FoxPro `.dbf' files and MySQL tables on Windows.  By
  38737.      Alexander Eltsyn, <ae@nica.ru> or <ae@usa.net>.
  38738.  
  38739.    * dbf2sql.zip (http://www.mysql.com/Downloads/Contrib/dbf2sql.zip)
  38740.      Short and simple prg that can help you transport your data from
  38741.      foxpro table into MySQL table. By Danko Josic.
  38742.  
  38743.    * dump2h-1.20.gz
  38744.      (http://www.mysql.com/Downloads/Contrib/dump2h-1.20.gz) Convert
  38745.      from `mysqldump' output to a C header file. By Harry Brueckner,
  38746.      <brueckner@mail.respublica.de>.
  38747.  
  38748.    * exportsql.txt
  38749.      (http://www.mysql.com/Downloads/Contrib/exportsql.txt) A script
  38750.      that is similar to `access_to_mysql.txt', except that this one is
  38751.      fully configurable, has better type conversion (including
  38752.      detection of `TIMESTAMP' fields), provides warnings and suggestions
  38753.      while converting, quotes *all* special characters in text and
  38754.      binary data, and so on.  It will also convert to `mSQL' v1 and v2,
  38755.      and is free of charge for anyone. See
  38756.      `http://www.cynergi.net/exportsql/' for the latest version. By
  38757.      Pedro Freire, <support@cynergi.net>.  NOTE: Doesn't work with
  38758.      Access2!
  38759.  
  38760.    * access_to_mysql.txt
  38761.      (http://www.mysql.com/Downloads/Contrib/access_to_mysql.txt) Paste
  38762.      this function into an Access module of a database that has the
  38763.      tables you want to export. See also `exportsql'. By Brian Andrews.
  38764.      NOTE: Doesn't work with Access2!
  38765.  
  38766.    * importsql.txt
  38767.      (http://www.mysql.com/Downloads/Contrib/importsql.txt) A script
  38768.      that does the exact reverse of `exportsql.txt'.  That is, it
  38769.      imports data from MySQL into an Access database via ODBC. This is
  38770.      very handy when combined with exportsql, because it lets you use
  38771.      Access for all DB design and administration, and synchronize with
  38772.      your actual MySQL server either way. Free of charge. See
  38773.      `http://www.netdive.com/freebies/importsql/' for any updates.
  38774.      Created by Laurent Bossavit of NetDIVE.  *NOTE:* Doesn't work with
  38775.      Access2!
  38776.  
  38777.    * mdb2sql.bas (http://www.mysql.com/Downloads/Contrib/mdb2sql.bas)
  38778.      Converter from Access97 to MySQL by Moshe Gurvich.
  38779.  
  38780.    * msql2mysqlWrapper 1.0
  38781.      (http://www.mysql.com/Downloads/Contrib/msql2mysqlWrapper-1.0.tgz)
  38782.      A C wrapper from `mSQL' to MySQL. By <alfred@sb.net>
  38783.  
  38784.    * sqlconv.pl (http://www.mysql.com/Downloads/Contrib/sqlconv.pl) A
  38785.      simple script that can be used to copy fields from one MySQL table
  38786.      to another in bulk. Basically, you can run `mysqldump' and pipe it
  38787.      to the `sqlconv.pl' script. The script will parse through the
  38788.      `mysqldump' output and will rearrange the fields so they can be
  38789.      inserted into a new table. An example is when you want to create a
  38790.      new table for a different site you are working on, but the table
  38791.      is just a bit different (that is - fields in different order,
  38792.      etc.).  By Steve Shreeve.
  38793.  
  38794.    * oracledump (http://www.mysql.com/Downloads/Contrib/oracledump)
  38795.      Perl program to convert Oracle databases to MySQL. Has same output
  38796.      format as mysqldump. By Johan Andersson.
  38797.  
  38798.    * excel2mysql.pl
  38799.      (http://www.mysql.com/Downloads/Contrib/excel2mysql.pl) Perl
  38800.      program to import Excel spreadsheets into a MySQL database. By
  38801.      Stephen Hurd <shurd@sk.sympatico.ca>
  38802.  
  38803.    * T2S_100.ZIP (http://www.mysql.com/Downloads/Contrib/T2S_100.ZIP).
  38804.      Windows program to convert text files to MySQL databases. By Asaf
  38805.      Azulay.
  38806.  
  38807.  
  38808. Using MySQL with Other Products
  38809. ===============================
  38810.  
  38811.    * emacs-sql-mode.tar.gz
  38812.      (http://www.mysql.com/Downloads/Contrib/emacs-sql-mode.tar.gz) Raw
  38813.      port of a SQL mode for XEmacs. Supports completion. Original by
  38814.      Peter D. Pezaris <pez@atlantic2.sbi.com> and partial MySQL port by
  38815.      David Axmark.
  38816.  
  38817.    * MyAccess97 1.4
  38818.      (http://www.mysql.com/Downloads/Win32/myaccess97_1_4.zip).
  38819.  
  38820.    * MyAccess2000 1.4
  38821.      (http://www.mysql.com/Downloads/Win32/myaccess2000_1_4.zip).
  38822.  
  38823.      MyAccess is an AddIn for MS Access 97/2000 that allows you to
  38824.      manage MySQL databases from within Access. Main functions are:
  38825.         - Create/Modify Tables
  38826.  
  38827.         - Execute Queries against MySQL
  38828.  
  38829.         - Extract "Create Table-Scripts" from MySQL
  38830.  
  38831.         - Import/Export tables from Access to MySQL and vice versa
  38832.  
  38833.         - Log Changes
  38834.  
  38835.         - Show a "Database Definition Report
  38836.  
  38837.      Written by Hubertus Hiden. MyAccess homepage
  38838.      (http://www.accessmysql.com).
  38839.  
  38840.    * radius-0.3.tar.gz
  38841.      (http://www.mysql.com/Downloads/Contrib/radius-0.3.tar.gz) Patches
  38842.      for `radiusd' to make it support MySQL. By Wim Bonis,
  38843.      <bonis@kiss.de>.
  38844.  
  38845. Useful Tools
  38846. ============
  38847.  
  38848.    * MySQL Backup
  38849.      (http://worldcommunity.com/opensource/utilities/mysql_backup.html).
  38850.  
  38851.      A backup script for MySQL. By Peter F. Brown.
  38852.  
  38853.    * mytop (http://www.mysql.com/Downloads/Contrib/mytop)
  38854.  
  38855.    * mytop home page (http://public.yahoo.com/~jzawodn/mytop/) mytop is
  38856.      a Perl program that allows you to monitor MySQL servers by viewing
  38857.      active threads, queries, and overall server performance numbers.
  38858.      By Jeremy D. Zawodny.
  38859.  
  38860.    * mysql_watchdog.pl
  38861.      (http://www.mysql.com/Downloads/Contrib/mysql_watchdog.pl) Monitor
  38862.      the MySQL daemon for possible lockups. By Yermo Lamers,
  38863.      <yml@yml.com>.
  38864.  
  38865.    * mysqltop.tar.gz
  38866.      (http://www.mysql.com/Downloads/Contrib/mysqltop.tar.gz) Sends a
  38867.      query in a fixed time interval to the server and shows the
  38868.      resulting table. By Thomas Wana.
  38869.  
  38870.    * mysql_structure_dumper.tar.gz
  38871.      (http://www.mysql.com/Downloads/Contrib/mysql_structure_dumper.tar.gz)
  38872.      Prints out the structure of the all tables in a database. By
  38873.      Thomas Wana.
  38874.  
  38875.    * structure_dumper.tgz
  38876.      (http://www.mysql.com/Downloads/Contrib/mysql_structure_dumper.tgz)
  38877.      Prints the structure of every table in a database. By Thomas Wana.
  38878.  
  38879.    * mysqlsync-1.0-alpha.tar.gz
  38880.      (http://www.mysql.com/Downloads/Contrib/mysqlsync).  A Perl script
  38881.      to keep remote copies of a MySQL database in sync with a central
  38882.      master copy. By Mark Jeftovic.  <markjr@easydns.com>.
  38883.  
  38884.    * MySQLTutor
  38885.      (http://www.mysql.com/Downloads/Contrib/MySQLTutor-0.2.tar.gz).
  38886.      MySQLTutor. A MySQL tutorial for beginners.
  38887.  
  38888.    * MySQLDB.zip (http://www.mysql.com/Downloads/Contrib/MySQLDB.zip) A
  38889.      COM library for MySQL by Alok Singh.
  38890.  
  38891.    * MySQLDB-readme.html
  38892.      (http://www.mysql.com/Downloads/Contrib/MySQLDB-readme.html).
  38893.  
  38894.    * mysql_replicate.pl
  38895.      (http://www.mysql.com/Downloads/Contrib/mysql_replicate.pl) Perl
  38896.      program that handles replication.  By <elble@icculus.nsg.nwu.edu>
  38897.  
  38898.    * DBIx-TextIndex-0.02.tar.gz
  38899.      (http://www.mysql.com/Downloads/Contrib/DBIx-TextIndex-0.02.tar.gz)
  38900.      Perl script that uses reverse indexing to handle text searching.
  38901.      By Daniel Koch.
  38902.  
  38903.    * dbcheck (http://www.mysql.com/Downloads/Contrib/dbcheck) Perl
  38904.      script that takes a backup of tables before running isamchk on
  38905.      them.  By Elizabeth.
  38906.  
  38907.    * `http://www.mysql.com/Downloads/Contrib/mybackup'.
  38908.  
  38909.    * mybackup home page (http://www.mswanson.com/mybackup) Wrapper for
  38910.      mysqldump to backup all databases. By Marc Swanson.
  38911.  
  38912.    * mdu.pl.gz (http://www.mysql.com/Downloads/Contrib/mdu.pl.gz)
  38913.      Prints the storage usage of a MySQL database.
  38914.  
  38915. RPMs for Common Tools (Most Are for RedHat 6.1)
  38916. ===============================================
  38917.  
  38918.    * perl-Data-ShowTable-3.3-2.i386.rpm
  38919.      (http://www.mysql.com/Downloads/Contrib/perl-Data-ShowTable-3.3-2.i386.rpm)
  38920.  
  38921.    * perl-Msql-Mysql-modules-1.2210-2.i386.rpm
  38922.      (http://www.mysql.com/Downloads/Contrib/perl-Msql-Mysql-modules-1.2210-2.i386.rpm)
  38923.  
  38924.    * php-pg-3.0.13-1.i386.rpm
  38925.      (http://www.mysql.com/Downloads/Contrib/php-pg-3.0.13-1.i386.rpm)
  38926.  
  38927.    * php-pg-manual-3.0.13-1.i386.rpm
  38928.      (http://www.mysql.com/Downloads/Contrib/php-pg-manual-3.0.13-1.i386.rpm)
  38929.  
  38930.    * php-pg-mysql-3.0.13-1.i386.rpm
  38931.      (http://www.mysql.com/Downloads/Contrib/php-pg-mysql-3.0.13-1.i386.rpm)
  38932.  
  38933.    * phpMyAdmin-2.0.5-1.noarch.rpm
  38934.      (http://www.mysql.com/Downloads/Contrib/phpMyAdmin-2.0.5-1.noarch.rpm)
  38935.  
  38936. Useful Functions
  38937. ================
  38938.  
  38939.    * mysnprintf.c (http://www.mysql.com/Downloads/Contrib/mysnprintf.c)
  38940.      sprintf() function for SQL queries that can escape blobs. By
  38941.      Chunhua Liu.
  38942.  
  38943. Windows programs
  38944. ================
  38945.  
  38946.    * LaunchMySQL.zip
  38947.      (http://www.mysql.com/Downloads/Contrib/LaunchMySQL.zip) The
  38948.      program launches the MySQL server, shuts it down, and display
  38949.      status information. By Bill Thompson
  38950.  
  38951. Uncategorized
  38952. =============
  38953.  
  38954.    * findres.pl (http://www.mysql.com/Downloads/Contrib/findres.pl)
  38955.      Find reserved words in tables. By Nem W Schlecht.
  38956.  
  38957.    * handicap.tar.gz
  38958.      (http://www.mysql.com/Downloads/Contrib/handicap.tar.gz)
  38959.      Performance handicapping system for yachts. Uses PHP. By
  38960.      <rhill@stobyn.ml.org>.
  38961.  
  38962.    * hylalog-1.0.tar.gz
  38963.      (http://www.mysql.com/Downloads/Contrib/hylalog-1.0.tar.gz) Store
  38964.      `hylafax' outgoing faxes in a MySQL database. By Sinisa
  38965.      Milivojevic, <sinisa@mysql.com>.
  38966.  
  38967.    * mrtg-mysql-1.0.tar.gz
  38968.      (http://www.mysql.com/Downloads/Contrib/mrtg-mysql-1.0.tar.gz)
  38969.      MySQL status plotting with MRTG, by Luuk de Boer, <luuk@wxs.nl>.
  38970.  
  38971.    * wuftpd-2.4.2.18-mysql_support.2.tar.gz
  38972.      (http://www.mysql.com/Downloads/Contrib/wuftpd-2.4.2.18-mysql_support.2.tar.gz)
  38973.      Patches to add logging to MySQL for WU-ftpd. By Zeev Suraski,
  38974.      <bourbon@netvision.net.il>.
  38975.  
  38976.    * wu-ftpd-2.6.0-mysql.4.tar.gz
  38977.      (http://www.mysql.com/Downloads/Contrib/wu-ftpd-2.6.0-mysql.4.tar.gz)
  38978.      Patches to add logging to MySQL for WU-ftpd 2.6.0. By
  38979.      <takeshi@SoftAgency.co.jp>, based on Zeev Suraski wuftpd patches.
  38980.  
  38981.    * Old-Versions (http://www.mysql.com/Downloads/Contrib/Old-Versions)
  38982.      Previous versions of things found here that you probably won't be
  38983.      interested in.
  38984.  
  38985. Credits
  38986. *******
  38987.  
  38988. This appendix lists the developers, contributors, and supporters that
  38989. have helped to make MySQL what it is today.
  38990.  
  38991. Developers at MySQL AB
  38992. ======================
  38993.  
  38994. These are the developers that are or have been employed by MySQL AB to
  38995. work on MySQL, roughly in the order they started to work with us.
  38996. Following each developer is a small list of the tasks that the
  38997. developer is responsible for, or the accomplishments they have made.
  38998.  
  38999. Michael (Monty) Widenius
  39000.      Has written the following parts of MySQL:
  39001.         * All the main code in `mysqld'.
  39002.  
  39003.         * New functions for the string library.
  39004.  
  39005.         * Most of the `mysys' library.
  39006.  
  39007.         * The `ISAM' and `MyISAM' libraries (B-tree index file handlers
  39008.           with index compression and different record formats).
  39009.  
  39010.         * The `HEAP' library. A memory table system with our superior
  39011.           full dynamic hashing. In use since 1981 and published around
  39012.           1984.
  39013.  
  39014.         * The `replace' program (look into it, it's COOL!).
  39015.  
  39016.         * *MyODBC*, the ODBC driver for Windows95.
  39017.  
  39018.         * Fixing bugs in MIT-pthreads to get it to work for MySQL. And
  39019.           also Unireg, a curses-based application tool with many
  39020.           utilities.
  39021.  
  39022.         * Porting of `mSQL' tools like `msqlperl', `DBD'/`DBI', and
  39023.           `DB2mysql'.
  39024.  
  39025.         * Most of crash-me and the foundation for the MySQL benchmarks.
  39026.  
  39027. David Axmark
  39028.         * Coordinator and initial main writer of the *Reference Manual*,
  39029.           including enhancements to `texi2html'.
  39030.  
  39031.         * Automatic Web site updating from the manual.
  39032.  
  39033.         * Initial Autoconf, Automake, and Libtool support.
  39034.  
  39035.         * The licensing stuff.
  39036.  
  39037.         * Parts of all the text files.  (Nowadays only the `README' is
  39038.           left. The rest ended up in the manual.)
  39039.  
  39040.         * Lots of testing of new features.
  39041.  
  39042.         * Our in-house "free" software lawyer.
  39043.  
  39044.         * Mailing list maintainer (who never has the time to do it
  39045.           right...)
  39046.  
  39047.         * Our original portability code (more than 10 years old now).
  39048.           Nowadays only some parts of `mysys' are left.
  39049.  
  39050.         * Someone for Monty to call in the middle of the night when he
  39051.           just got that new feature to work.
  39052.  
  39053. Jani Tolonen
  39054.         * `mysqlimport'
  39055.  
  39056.         * A lot of extensions to the `mysql' client.
  39057.  
  39058.         * `procedure analyse()'
  39059.  
  39060. Sinisa Milivojevic
  39061.         * Compression (with `zlib') in the client/server protocol.
  39062.  
  39063.         * Perfect hashing for the lexical analyzer phase.
  39064.  
  39065.         * The MySQLGUI client.
  39066.  
  39067.         * Maintainer of mysql++.
  39068.  
  39069. Tonu Samuel
  39070.         * Our security expert.
  39071.  
  39072.         * Vio interface (The foundation for the encrypted client/server
  39073.           protocol).
  39074.  
  39075.         * MySQL Filesystem (A way to use MySQL databases as files and
  39076.           directories).
  39077.  
  39078.         * The CASE Expression.
  39079.  
  39080.         * The MD5() and COALESCE() functions.
  39081.  
  39082.         * `RAID' support for `MyISAM' tables.
  39083.  
  39084. Sasha Pachev
  39085.         * Replication.
  39086.  
  39087.         * `SHOW CREATE TABLE'.
  39088.  
  39089.         * mod_mysql_include
  39090.  
  39091.         * cgi++
  39092.  
  39093.         * mysql-bench
  39094.  
  39095. Matt Wagner
  39096.         * MySQL test suite.
  39097.  
  39098.         * Our webmaster.
  39099.  
  39100. Miguel Solorzano
  39101.         * Winmysqladmin.
  39102.  
  39103. Timothy Smith
  39104.         * Dynamic character support.
  39105.  
  39106.         * Responsible for MySQL configure.
  39107.  
  39108. Sergei Golubchik
  39109.         * Full-text search.
  39110.  
  39111.         * Added keys to the `MERGE' library.
  39112.  
  39113. Jeremy Cole
  39114.         * Proofreading and editing this fine manual.
  39115.  
  39116.         * `ALTER TABLE ... ORDER BY ...'.
  39117.  
  39118.         * `UPDATE ... ORDER BY ...'.
  39119.  
  39120.         * `DELETE ... ORDER BY ...'.
  39121.  
  39122. John Dean
  39123.         * The new MySQL GUI client.
  39124.  
  39125. Indrek Siitan
  39126.         * Designer/programmer of our web interface.
  39127.  
  39128. The following non-developers are also working in/with MySQL AB:
  39129.  
  39130.  
  39131.      Hans Kierkegaard - Responsible for MySQL license handling.
  39132.  
  39133.  
  39134.      Antti Halonen - Sales manager.
  39135.  
  39136.  
  39137.      Jonas Norrman - Handles licensing questions sent to
  39138.      <info@mysql.com>.
  39139.  
  39140.  
  39141.      Erik Granberg - Handles MySQL partners (and a lot of other stuff).
  39142.  
  39143.  
  39144.      Allan Larsson (The BOSS for TCX DataKonsult AB).
  39145.  
  39146. Contributors to MySQL
  39147. =====================
  39148.  
  39149. Contributors to the MySQL distribution are listed here, in somewhat
  39150. random order:
  39151.  
  39152. Paul DuBois
  39153.      Help with making the Reference Manual correct and understandable.
  39154.      That includes rewriting Monty's and David's attempts at English
  39155.      into English as other people know it.
  39156.  
  39157. Gianmassimo Vigazzola <qwerg@mbox.vol.it> or <qwerg@tin.it>
  39158.      The initial port to Win32/NT.
  39159.  
  39160. Kim Aldale
  39161.      Helped to rewrite Monty's and David's early attempts at English
  39162.      into English.
  39163.  
  39164. Per Eric Olsson
  39165.      For more or less constructive criticism and real testing of the
  39166.      dynamic record format.
  39167.  
  39168. Irena Pancirov <irena@mail.yacc.it>
  39169.      Win32 port with Borland compiler.  `mysqlshutdown.exe' and
  39170.      `mysqlwatch.exe'
  39171.  
  39172. David J. Hughes
  39173.      For the effort to make a shareware SQL database. We at TcX started
  39174.      with `mSQL', but found that it couldn't satisfy our purposes so
  39175.      instead we wrote a SQL interface to our application builder
  39176.      Unireg.  `mysqladmin' and `mysql' are programs that were largely
  39177.      influenced by their `mSQL' counterparts. We have put a lot of
  39178.      effort into making the MySQL syntax a superset of `mSQL'. Many of
  39179.      the API's ideas are borrowed from `mSQL' to make it easy to port
  39180.      free `mSQL' programs to MySQL. MySQL doesn't contain any code from
  39181.      `mSQL'.  Two files in the distribution (`client/insert_test.c' and
  39182.      `client/select_test.c') are based on the corresponding
  39183.      (non-copyrighted) files in the `mSQL' distribution, but are
  39184.      modified as examples showing the changes necessary to convert code
  39185.      from `mSQL' to MySQL.  (`mSQL' is copyrighted David J. Hughes.)
  39186.  
  39187. Fred Fish
  39188.      For his excellent C debugging and trace library. Monty has made a
  39189.      number of smaller improvements to the library (speed and
  39190.      additional options).
  39191.  
  39192. Richard A. O'Keefe
  39193.      For his public domain string library.
  39194.  
  39195. Henry Spencer
  39196.      For his regex library, used in `WHERE column REGEXP regexp'.
  39197.  
  39198. Free Software Foundation
  39199.      From whom we got an excellent compiler (`gcc'), the `libc' library
  39200.      (from which we have borrowed `strto.c' to get some code working in
  39201.      Linux), and the `readline' library (for the `mysql' client).
  39202.  
  39203. Free Software Foundation & The XEmacs development team
  39204.      For a really great editor/environment used by almost everybody at
  39205.      TcX/MySQL AB/detron.
  39206.  
  39207. Patrick Lynch
  39208.      For helping us acquire `http://www.mysql.com/'.
  39209.  
  39210. Fred Lindberg
  39211.      For setting up qmail to handle the MySQL mailing list and for the
  39212.      incredible help we got in managing the MySQL mailing lists.
  39213.  
  39214. Igor Romanenko <igor@frog.kiev.ua>
  39215.      `mysqldump' (previously `msqldump', but ported and enhanced by
  39216.      Monty).
  39217.  
  39218. Yuri Dario
  39219.      For keeping up and extending the MySQL OS/2 port.
  39220.  
  39221. Tim Bunce, Alligator Descartes
  39222.      For the `DBD' (Perl) interface.
  39223.  
  39224. Tim Bunce
  39225.      Author of `mysqlhotcopy'.
  39226.  
  39227. Andreas Koenig <a.koenig@mind.de>
  39228.      For the Perl interface to MySQL.
  39229.  
  39230. Eugene Chan <eugene@acenet.com.sg>
  39231.      For porting PHP to MySQL.
  39232.  
  39233. Michael J. Miller Jr. <mke@terrapin.turbolift.com>
  39234.      For the first MySQL manual. And a lot of spelling/language fixes
  39235.      for the FAQ (that turned into the MySQL manual a long time ago).
  39236.  
  39237. Yan Cailin
  39238.      First translator of the MySQL Reference Manual into simplified
  39239.      chinese in early 2000 on which the Big5 and HK coded
  39240.      (mysql.hitstar.com (http://mysql.hitstar.com)) versions were
  39241.      based. Personal home page at linuxdb.yeah.net
  39242.      (http://linuxdb.yeah.net).
  39243.  
  39244. Giovanni Maruzzelli <maruzz@matrice.it>
  39245.      For porting iODBC (Unix ODBC).
  39246.  
  39247. Chris Provenzano
  39248.      Portable user level pthreads. From the copyright: This product
  39249.      includes software developed by Chris Provenzano, the University of
  39250.      California, Berkeley, and contributors.  We are currently using
  39251.      version 1_60_beta6 patched by Monty (see
  39252.      `mit-pthreads/Changes-mysql').
  39253.  
  39254. Xavier Leroy <Xavier.Leroy@inria.fr>
  39255.      The author of LinuxThreads (used by MySQL on Linux).
  39256.  
  39257. Zarko Mocnik <zarko.mocnik@dem.si>
  39258.      Sorting for Slovenian language and the `cset.tar.gz' module that
  39259.      makes it easier to add other character sets.
  39260.  
  39261. "TAMITO" <tommy@valley.ne.jp>
  39262.      The `_MB' character set macros and the ujis and sjis character
  39263.      sets.
  39264.  
  39265. Joshua Chamas <joshua@chamas.com>
  39266.      Base for concurrent insert, extended date syntax, debugging on NT,
  39267.      and answering on the MySQL mailing list.
  39268.  
  39269. Yves Carlier <Yves.Carlier@rug.ac.be>
  39270.      `mysqlaccess', a program to show the access rights for a user.
  39271.  
  39272. Rhys Jones <rhys@wales.com> (And GWE Technologies Limited)
  39273.      For the JDBC, a module to extract data from MySQL with a Java
  39274.      client.
  39275.  
  39276. Dr Xiaokun Kelvin ZHU <X.Zhu@brad.ac.uk>
  39277.      Further development of the JDBC driver and other MySQL-related
  39278.      Java tools.
  39279.  
  39280. James Cooper <pixel@organic.com>
  39281.      For setting up a searchable mailing list archive at his site.
  39282.  
  39283. Rick Mehalick <Rick_Mehalick@i-o.com>
  39284.      For `xmysql', a graphical X client for MySQL.
  39285.  
  39286. Doug Sisk <sisk@wix.com>
  39287.      For providing RPM packages of MySQL for RedHat Linux.
  39288.  
  39289. Diemand Alexander V. <axeld@vial.ethz.ch>
  39290.      For providing RPM packages of MySQL for RedHat Linux-Alpha.
  39291.  
  39292. Antoni Pamies Olive <toni@readysoft.es>
  39293.      For providing RPM versions of a lot of MySQL clients for Intel and
  39294.      SPARC.
  39295.  
  39296. Jay Bloodworth <jay@pathways.sde.state.sc.us>
  39297.      For providing RPM versions for MySQL Version 3.21.
  39298.  
  39299. Jochen Wiedmann <wiedmann@neckar-alb.de>
  39300.      For maintaining the Perl `DBD::mysql' module.
  39301.  
  39302. Therrien Gilbert <gilbert@ican.net>, Jean-Marc Pouyot <jmp@scalaire.fr>
  39303.      French error messages.
  39304.  
  39305. Petr snajdr, <snajdr@pvt.net>
  39306.      Czech error messages.
  39307.  
  39308. Jaroslaw Lewandowski <jotel@itnet.com.pl>
  39309.      Polish error messages.
  39310.  
  39311. Miguel Angel Fernandez Roiz
  39312.      Spanish error messages.
  39313.  
  39314. Roy-Magne Mo <rmo@www.hivolda.no>
  39315.      Norwegian error messages and testing of Version 3.21.#.
  39316.  
  39317. Timur I. Bakeyev <root@timur.tatarstan.ru>
  39318.      Russian error messages.
  39319.  
  39320. <brenno@dewinter.com> && Filippo Grassilli <phil@hyppo.com>
  39321.      Italian error messages.
  39322.  
  39323. Dirk Munzinger <dirk@trinity.saar.de>
  39324.      German error messages.
  39325.  
  39326. Billik Stefan <billik@sun.uniag.sk>
  39327.      Slovak error messages.
  39328.  
  39329. Stefan Saroiu <tzoompy@cs.washington.edu>
  39330.      Romanian error messages.
  39331.  
  39332. Peter Feher
  39333.      Hungarian error messages.
  39334.  
  39335. Roberto M. Serqueira
  39336.      Portugise error messages.
  39337.  
  39338. Carsten H. Pedersen
  39339.      Danish error messages
  39340.  
  39341. David Sacerdote <davids@secnet.com>
  39342.      Ideas for secure checking of DNS hostnames.
  39343.  
  39344. Wei-Jou Chen <jou@nematic.ieo.nctu.edu.tw>
  39345.      Some support for Chinese(BIG5) characters.
  39346.  
  39347. Wei He <hewei@mail.ied.ac.cn>
  39348.      A lot of functionality for the Chinese(GBK) character set.
  39349.  
  39350. Zeev Suraski <bourbon@netvision.net.il>
  39351.      `FROM_UNIXTIME()' time formatting, `ENCRYPT()' functions, and
  39352.      `bison' advisor.  Active mailing list member.
  39353.  
  39354. Luuk de Boer <luuk@wxs.nl>
  39355.      Ported (and extended) the benchmark suite to `DBI'/`DBD'. Have
  39356.      been of great help with `crash-me' and running benchmarks. Some new
  39357.      date functions. The mysql_setpermissions script.
  39358.  
  39359. Jay Flaherty <fty@mediapulse.com>
  39360.      Big parts of the Perl `DBI'/`DBD' section in the manual.
  39361.  
  39362. Paul Southworth <pauls@etext.org>, Ray Loyzaga <yar@cs.su.oz.au>
  39363.      Proof-reading of the Reference Manual.
  39364.  
  39365. Alexis Mikhailov <root@medinf.chuvashia.su>
  39366.      User-definable functions (UDFs); `CREATE FUNCTION' and `DROP
  39367.      FUNCTION'.
  39368.  
  39369. Andreas F. Bobak <bobak@relog.ch>
  39370.      The `AGGREGATE' extension to UDF functions.
  39371.  
  39372. Ross Wakelin <R.Wakelin@march.co.uk>
  39373.      Help to set up InstallShield for MySQL-Win32.
  39374.  
  39375. Jethro Wright III <jetman@li.net>
  39376.      The `libmysql.dll' library.
  39377.  
  39378. James Pereria <jpereira@iafrica.com>
  39379.      Mysqlmanager, a Win32 GUI tool for administrating MySQL.
  39380.  
  39381. Curt Sampson <cjs@portal.ca>
  39382.      Porting of MIT-pthreads to NetBSD/Alpha and NetBSD 1.3/i386.
  39383.  
  39384. Antony T. Curtis <antony.curtis@olcs.net>
  39385.      Porting of MySQL to OS/2.
  39386.  
  39387. Martin Ramsch <m.ramsch@computer.org>
  39388.      Examples in the MySQL Tutorial.
  39389.  
  39390. Steve Harvey
  39391.      For making `mysqlaccess' more secure.
  39392.  
  39393. Konark IA-64 Centre of Persistent Systems Private Limited
  39394.      `http://www.pspl.co.in/konark/'.  Help with the Win64 port of the
  39395.      MySQL server.
  39396.  
  39397. Albert Chin-A-Young.
  39398.      Configure updates for Tru64, large file support and better TCP
  39399.      wrappers support.
  39400.  
  39401. John Birrell
  39402.      Emulation of pthread_mutex() for OS/2.
  39403.  
  39404. Other contributors, bugfinders, and testers: James H. Thompson, Maurizio
  39405. Menghini, Wojciech Tryc, Luca Berra, Zarko Mocnik, Wim Bonis, Elmar
  39406. Haneke, <jehamby@lightside>, <psmith@BayNetworks.com>,
  39407. <duane@connect.com.au>, Ted Deppner <ted@psyber.com>, Mike Simons,
  39408. Jaakko Hyvatti.
  39409.  
  39410. And lots of bug report/patches from the folks on the mailing list.
  39411.  
  39412. A big tribute goes to those that help us answer questions on the
  39413. `mysql@lists.mysql.com' mailing list:
  39414.  
  39415. Daniel Koch <dkoch@amcity.com>
  39416.      Irix setup.
  39417.  
  39418. Luuk de Boer <luuk@wxs.nl>
  39419.      Benchmark questions.
  39420.  
  39421. Tim Sailer <tps@users.buoy.com>
  39422.      `DBD-mysql' questions.
  39423.  
  39424. Boyd Lynn Gerber <gerberb@zenez.com>
  39425.      SCO-related questions.
  39426.  
  39427. Richard Mehalick <RM186061@shellus.com>
  39428.      `xmysql'-related questions and basic installation questions.
  39429.  
  39430. Zeev Suraski <bourbon@netvision.net.il>
  39431.      Apache module configuration questions (log & auth), PHP-related
  39432.      questions, SQL syntax-related questions and other general
  39433.      questions.
  39434.  
  39435. Francesc Guasch <frankie@citel.upc.es>
  39436.      General questions.
  39437.  
  39438. Jonathan J Smith <jsmith@wtp.net>
  39439.      Questions pertaining to OS-specifics with Linux, SQL syntax, and
  39440.      other things that might need some work.
  39441.  
  39442. David Sklar <sklar@student.net>
  39443.      Using MySQL from PHP and Perl.
  39444.  
  39445. Alistair MacDonald <A.MacDonald@uel.ac.uk>
  39446.      Not yet specified, but is flexible and can handle Linux and maybe
  39447.      HP-UX.  Will try to get user to use `mysqlbug'.
  39448.  
  39449. John Lyon <jlyon@imag.net>
  39450.      Questions about installing MySQL on Linux systems, using either
  39451.      `.rpm' files or compiling from source.
  39452.  
  39453. Lorvid Ltd. <lorvid@WOLFENET.com>
  39454.      Simple billing/license/support/copyright issues.
  39455.  
  39456. Patrick Sherrill <patrick@coconet.com>
  39457.      ODBC and VisualC++ interface questions.
  39458.  
  39459. Randy Harmon <rjharmon@uptimecomputers.com>
  39460.      `DBD', Linux, some SQL syntax questions.
  39461.  
  39462. Supporters to MySQL
  39463. ===================
  39464.  
  39465. The following companies has helped us finance development of MySQL by
  39466. either paying us for developing a new feature, developed a MySQL
  39467. feature themselves or by giving us hardware for MySQL development.
  39468.  
  39469. VA Linux / Andover.net
  39470.      Funded replication.
  39471.  
  39472. NuSphere
  39473.      Editing of the MySQL manual.
  39474.  
  39475. Stork Design studio
  39476.      The MySQL web site in use between 1998-2000.
  39477.  
  39478. Intel
  39479.      Contributed to development on Windows and Linux platforms.
  39480.  
  39481. Compaq
  39482.      Contributed to Development on Linux/Alpha.
  39483.  
  39484. SWSoft
  39485.      Development on the embedded `mysqld' version.
  39486.  
  39487. FutureQuest
  39488.      `--skip-show-variables'
  39489.  
  39490. MySQL change history
  39491. ********************
  39492.  
  39493. This appendix lists the changes from version to version in the MySQL
  39494. source code.
  39495.  
  39496. Note that we tend to update the manual at the same time we make changes
  39497. to MySQL.  If you find a version listed below that you can't find on the
  39498. MySQL download page (http://www.mysql.com/downloads/), this means that
  39499. the version has not yet been released!
  39500.  
  39501. Changes in release 4.0.x (Development; Alpha)
  39502. =============================================
  39503.  
  39504. We have now started to work on MySQL 4.0.  We will update this section
  39505. as we add new features, so that others can follow our development.
  39506.  
  39507. Our TODO section contains what we plan to have in 4.0. *Note TODO MySQL
  39508. 4.0::.
  39509.  
  39510. Changes in release 4.0.0
  39511. ------------------------
  39512.  
  39513.    * Multi-table `DELETE'.
  39514.  
  39515.    * Don't support old client protocols prior to MySQL 3.21 any more.
  39516.  
  39517.    * Don't include the old C API functions `mysql_drop_db',
  39518.      `mysql_create_db' and `mysql_connect', unless compiled with
  39519.      `USE_OLD_FUNCTIONS'.
  39520.  
  39521.    * Renamed `safe_mysqld' to `mysqld_safe'.
  39522.  
  39523.    * Allow `IN' as a synonym for `FROM' in `SHOW' commands.
  39524.  
  39525.    * `SHOW INDEXES' is now a synonym for `SHOW INDEX'.
  39526.  
  39527.    * Added support for symbolic links to `MyISAM' tables. Symlink
  39528.      handling is now enabled by default for Windows.
  39529.  
  39530.    * `LOAD DATA FROM MASTER' "auto-magically" sets up a slave.
  39531.  
  39532.    * A new `HANDLER' interface to `MyISAM' tables.
  39533.  
  39534.    * `COUNT(DISTINCT)' is about 30% faster.
  39535.  
  39536.    * `FULLTEXT' index creation now is much faster.
  39537.  
  39538.    * Searching on packed (`CHAR'/`VARCHAR') keys now is much faster.
  39539.  
  39540.    * Added `SQL_CALC_FOUND_ROWS' and `FOUND_ROWS()'. This makes it
  39541.      possible to know how many rows a query would have returned without
  39542.      a `LIMIT' clause.
  39543.  
  39544.    * Changed output format of `SHOW OPEN TABLES'.
  39545.  
  39546.    * Allow `SELECT expression LIMIT ...'.
  39547.  
  39548.    * Added `IDENTITY' as a synonym for `AUTO_INCREMENT' (like Sybase).
  39549.  
  39550.    * Added `ORDER BY' syntax to `UPDATE' and `DELETE'.
  39551.  
  39552.    * Optimized queries of type: `SELECT DISTINCT * from table_name
  39553.      ORDER by key_part1 LIMIT #'
  39554.  
  39555. Changes in release 3.23.x  (Stable)
  39556. ===================================
  39557.  
  39558. The 3.23 release has several major features that are not present in
  39559. previous versions.  We have added three new table types:
  39560.  
  39561. *MyISAM*
  39562.      A new ISAM library which is tuned for SQL and supports large files.
  39563.  
  39564. *BerkeleyDB* or *BDB*
  39565.      Uses the Berkeley DB library from Sleepycat Software to implement
  39566.      transaction-safe tables.
  39567.  
  39568. *InnoDB*
  39569.      A transaction-safe table handler that supports row level locking,
  39570.      and many Oracle-like features.
  39571.  
  39572. Note that only MyISAM is available in the standard binary distribution.
  39573.  
  39574. The 3.23 release also includes support for database replication between
  39575. a master and many slaves, full-text indexing, and much more.
  39576.  
  39577. All new features are being developed in the 4.0 version.  Only bug
  39578. fixes and minor enhancements to existing features will be added to 3.23.
  39579.  
  39580. The replication code and BerkeleyDB code is still not as tested and as
  39581. the rest of the code, so we will probably need to do a couple of future
  39582. releases of 3.23 with small fixes for this part of the code. As long as
  39583. you don't use these features, you should be quite safe with MySQL 3.23!
  39584.  
  39585. Note that the above doesn't mean that replication or Berkeley DB don't
  39586. work; We have done a lot of testing of all code, including replication
  39587. and BDB without finding any problems.  It only means that not as many
  39588. users use this code as the rest of the code and because of this we are
  39589. not yet 100% confident in this code.
  39590.  
  39591. Changes in release 3.23.49
  39592. --------------------------
  39593.  
  39594.    * Don't give warning for statement that is only a comment;  This is
  39595.      needed for `mysqldump --disable-keys' to work.
  39596.  
  39597.    * Fixed unlikely caching bug when doing a join without keys. In this
  39598.      case the last used field for a table always returned `NULL'.
  39599.  
  39600.    * Added options to make `LOAD DATA LOCAL INFILE' more secure.
  39601.  
  39602.    * MySQL binary release 3.23.48 for Linux contained a new glibc
  39603.      library, which has serious problems under high load and RedHat
  39604.      7.2.  The 3.23.49 binary release doesn't have this problem.
  39605.  
  39606. Changes in release 3.23.48
  39607. --------------------------
  39608.  
  39609.    * Changed to use `autoconf' 2.52 (from `autoconf' 2.13)
  39610.  
  39611.    * Fixed bug in complicated join with `const' tables.
  39612.  
  39613.    * Added internal safety checks for InnoDB.
  39614.  
  39615.    * Some InnoDB variables was always shown in `SHOW VARIABLES' as
  39616.      `OFF' on high-byte-first systems (like sparc).
  39617.  
  39618.    * Fixed problem with one thread using an InnoDB table and another
  39619.      thread doing an `ALTER TABLE' on the same table. Before that,
  39620.      mysqld could crash with an assertion failure in row0row.c, line
  39621.      474.
  39622.  
  39623.    * Tuned the InnoDB SQL optimizer to favor more often index searches
  39624.      over table scans.
  39625.  
  39626.    * Fixed a performance problem with InnoDB tables when several large
  39627.      SELECT queries are run concurrently on a multiprocessor Linux
  39628.      computer.  Large CPU-bound SELECT queries will now also generally
  39629.      run faster on all platforms.
  39630.  
  39631.    * If MySQL binlogging is used, InnoDB now prints after crash
  39632.      recovery the latest MySQL binlog name and the offset InnoDB was
  39633.      able to recover to. This is useful, for example, when
  39634.      resynchronizing a master and a slave database in replication.
  39635.  
  39636.    * Added better error messages to help in installation problems of
  39637.      InnoDB tables.
  39638.  
  39639.    * One can now recover also MySQL temporary tables which have become
  39640.      orphaned inside the InnoDB tablespace.
  39641.  
  39642.    * InnoDB now prevents a `FOREIGN KEY' declaration where the
  39643.      signedness is not the same in the referencing and referenced
  39644.      integer columns.
  39645.  
  39646.    * Calling `SHOW CREATE TABLE' or `SHOW TABLE STATUS' could cause
  39647.      memory corruption and make mysqld to crash.  Especially at risk was
  39648.      `mysqldump', because it calls frequently `SHOW CREATE TABLE'.
  39649.  
  39650.    * If inserts to several tables containing an auto-inc column were
  39651.      wrapped inside one `LOCK TABLES', InnoDB asserted in lock0lock.c.
  39652.  
  39653.    * In 3.23.47 we allowed several `NULLS' in a `UNIQUE' secondary
  39654.      index for an InnoDB table.  But `CHECK TABLE' was not relaxed: it
  39655.      reports the table as corrupt.  `CHECK TABLE' no longer complains in
  39656.      this situation.
  39657.  
  39658.    * `SHOW GRANTS' now shows `REFERENCES' instead of `REFERENCE'.
  39659.  
  39660. Changes in release 3.23.47
  39661. --------------------------
  39662.  
  39663.    * Fixed in when using the following construct: `SELECT ... WHERE
  39664.      key=@var_name OR $key=@var_name2'
  39665.  
  39666.    * Restrict InnoDB keys to 500 bytes.
  39667.  
  39668.    * InnoDB now supports `NULL' in keys.
  39669.  
  39670.    * Fixed shutdown problem on HPUX. (Introduced in 3.23.46)
  39671.  
  39672.    * Fixed core-dump bug in replication when using SELECT
  39673.      RELEASE_LOCK();
  39674.  
  39675.    * Added new command: `DO expression,[expression]'
  39676.  
  39677.    * Added `slave-skip-errors' option
  39678.  
  39679.    * Added statistics variables for all MySQL commands. (`SHOW STATUS'
  39680.      is now much longer).
  39681.  
  39682.    * Fixed default values for InnoDB tables.
  39683.  
  39684.    * Fixed that `GROUP BY expr DESC' works.
  39685.  
  39686.    * Fixed bug when using `t1 LEFT JOIN t2 ON t2.key=constant'.
  39687.  
  39688.    * `mysql_config' now also work with binary (relocated) distributions.
  39689.  
  39690. Changes in release 3.23.46
  39691. --------------------------
  39692.  
  39693.    * Fixed problem with aliased temporary tables replication
  39694.  
  39695.    * InnoDB and BDB tables will now use index when doing an `ORDER BY'
  39696.      on the whole table.
  39697.  
  39698.    * Fixed bug where one got an empty set instead of a DEADLOCK error
  39699.      when using BDB tables.
  39700.  
  39701.    * One can now kill `ANALYZE',`REPAIR' and `OPTIMIZE TABLE' when the
  39702.      thread is waiting to get a lock on the table.
  39703.  
  39704.    * Fixed race condition in `ANALYZE TABLE'.
  39705.  
  39706.    * Fixed bug when joining with caching (unlikely to happen).
  39707.  
  39708.    * Fixed race condition when using the binary log and `INSERT DELAYED'
  39709.      which could cause the binary log to have rows that was not yet
  39710.      written to MyISAM tables.
  39711.  
  39712.    * Changed caching of binary log to make replication slightly faster.
  39713.  
  39714.    * Fixed bug in replication on Mac OS X.
  39715.  
  39716. Changes in release 3.23.45
  39717. --------------------------
  39718.  
  39719.    * `(UPDATE|DELETE) ...WHERE MATCH' bugfix
  39720.  
  39721.    * shutdown should now work on Darwin (Mac OS X).
  39722.  
  39723.    * Fixed core-dump when repairing corrupted packed MyISAM files.
  39724.  
  39725.    * `--core-file' now works on Solaris.
  39726.  
  39727.    * Fix a bug which could cause InnoDB to complain if it cannot find
  39728.      free blocks from the buffer cache during recovery.
  39729.  
  39730.    * Fixed bug in InnoDB insert buffer B-tree handling that could cause
  39731.      crashes.
  39732.  
  39733.    * Fixed bug in InnoDB lock timeout handling.
  39734.  
  39735.    * Fixed core dump bug in `ALTER TABLE' on a `TEMPORARY' InnoDB table.
  39736.  
  39737.    * Fixed bug in `OPTIMIZE TABLE' that reset index cardinality if it
  39738.      was up to date.
  39739.  
  39740.    * Fixed problem with `t1 LEFT_JOIN t2 ... WHERE t2.date_column IS
  39741.      NULL' when date_column was declared as `NOT NULL'.
  39742.  
  39743.    * Fixed bug with BDB tables and keys on `BLOB''s.
  39744.  
  39745.    * Fixed bug in `MERGE' tables on OS with 32 bit file pointers.
  39746.  
  39747.    * Fixed bug in `TIME_TO_SEC()' when using negative values.
  39748.  
  39749. Changes in release 3.23.44
  39750. --------------------------
  39751.  
  39752.    * Fixed `Rows_examined' count in slow query log.
  39753.  
  39754.    * Fixed bug when using a reference to a `AVG()' column in `HAVING'.
  39755.  
  39756.    * Fixed that date functions that require correct dates, like
  39757.      `DAYOFYEAR(column)' will return `NULL' for `0000-00-00' dates.
  39758.  
  39759.    * Fixed bug in const-propagation when comparing columns of different
  39760.      types. (`SELECT * FROM date_col="2001-01-01" and
  39761.      date_col=time_col')
  39762.  
  39763.    * Fixed bug that caused error message `Can't write, because of unique
  39764.      constraint' with some `GROUP BY' queries.
  39765.  
  39766.    * Fixed problem with sjis character strings used within quoted table
  39767.      names.
  39768.  
  39769.    * Fixed coredump when using `CREATE ... FULLTEXT' keys with other
  39770.      table handlers than MyISAM.
  39771.  
  39772.    * Don't use `signal()' on windows because this appears to not be 100
  39773.      % reliable.
  39774.  
  39775.    * Fixed bug when doing `WHERE column_name=NULL' on an indexed column
  39776.      that had `NULL' values.
  39777.  
  39778.    * Fixed bug when doing `LEFT JOIN ...  ON (column_name = constant)
  39779.      WHERE column_name = constant'.
  39780.  
  39781.    * When using replications, aborted queries that contained `%' could
  39782.      cause a core dump.
  39783.  
  39784.    * `TCP_NODELAY' was not used on some systems. (Speed problem).
  39785.  
  39786.    * Applied portability fixes for OS/2 (Patch by Yuri Dario).
  39787.  
  39788. The following changes are for `InnoDB' tables:
  39789.  
  39790.    * Add missing `InnoDB' variables to `SHOW VARIABLES'.
  39791.  
  39792.    * Foreign keys checking is now done for `InnoDB' tables.
  39793.  
  39794.    * `DROP DATABASE' now works also for `InnoDB' tables.
  39795.  
  39796.    * `InnoDB' now supports data files and raw disk partitions bigger
  39797.      than 4 GB on those operating systems which have big files.
  39798.  
  39799.    * `InnoDB' calculates better table cardinality estimates for the
  39800.      MySQL optimizer.
  39801.  
  39802.    * Accent characters in the default character set latin1 are ordered
  39803.      according to the MySQL ordering.
  39804.  
  39805.      NOTE: if you are using latin1 and have inserted characters whose
  39806.      code is > 127 to an indexed CHAR column, you should run CHECK
  39807.      TABLE on your table when you upgrade to 3.23.44, and drop and
  39808.      reimport the table if CHECK TABLE reports an error!
  39809.  
  39810.    * A new `my.cnf' parameter `innodb_thread_concurrency' helps in
  39811.      performance tuning in heavily concurrent environments.
  39812.  
  39813.    * A new `my.cnf' parameter `innodb_fast_shutdown' speeds up server
  39814.      shutdown.
  39815.  
  39816.    * A new `my.cnf' parameter `innodb_force_recovery' helps to save
  39817.      your data in case the disk image of the database becomes corrupt.
  39818.  
  39819.    * `innodb_monitor' has been improved and a new
  39820.      `innodb_table_monitor' added.
  39821.  
  39822.    * Increased maximum key length from 500 to 7000 bytes.
  39823.  
  39824.    * Fixed a bug in replication of auto-inc columns with multiline
  39825.      inserts.
  39826.  
  39827.    * Fixed a bug when the case of letters changes in an update of an
  39828.      indexed secondary column.
  39829.  
  39830.    * Fixed a hang when there are > 24 data files.
  39831.  
  39832.    * Fixed a crash when `MAX(col)' is selected from an empty table, and
  39833.      col is a not the first column in a multi-column index.
  39834.  
  39835.    * Fixed a bug in purge which could cause crashes.
  39836.  
  39837. Changes in release 3.23.43
  39838. --------------------------
  39839.  
  39840.    * Fixed a bug in `INSERT DELAYED' and `FLUSH TABLES' introduced in
  39841.      3.23.42.
  39842.  
  39843.    * Fixed unlikely bug, which returned not matching rows, in SELECT
  39844.      with many tables and multi-column indexes and 'range' type.
  39845.  
  39846.    * Fixed a unlikely core-dump bug when doing `EXPLAIN SELECT' when
  39847.      using many tables and `ORDER BY'.
  39848.  
  39849.    * Fixed bug in `LOAD DATA FROM MASTER' when using table with
  39850.      `CHECKSUM=1'.
  39851.  
  39852.    * Added unique error message when one gets a DEADLOCK during a
  39853.      transaction with BDB tables.
  39854.  
  39855.    * Fixed problem with `BDB' tables and `UNIQUE' columns defined as
  39856.      `NULL'.
  39857.  
  39858.    * Fixed problem with `myisampack' when using pre-space filled CHAR
  39859.      columns.
  39860.  
  39861.    * Applied patch from Yuri Dario for OS2.
  39862.  
  39863.    * Fixed bug in `--safe-user-create'
  39864.  
  39865. Changes in release 3.23.42
  39866. --------------------------
  39867.  
  39868.    * Fixed problem when using `LOCK TABLES' and `BDB' tables.
  39869.  
  39870.    * Fixed problem with `REPAIR TABLE' on MyISAM tables with row lengths
  39871.      between 65517 - 65520 bytes
  39872.  
  39873.    * Fixed rare hang when doing `mysqladmin shutdown' when there was a
  39874.      lot of activity in other threads.
  39875.  
  39876.    * Fixed problem with `INSERT DELAYED' where delay thread could be
  39877.      hanging on `upgrading locks' without any apparent reasons.
  39878.  
  39879.    * Fixed problem with `myisampack' and `BLOB'.
  39880.  
  39881.    * Fixes problem when one edited `.MRG' tables by hand.  (Patch from
  39882.      Benjamin Pflugmann).
  39883.  
  39884.    * Enforce that all tables in a `MERGE' table come from the same
  39885.      database.
  39886.  
  39887.    * Fixed bug with `LOAD DATA INFILE' and transactional tables.
  39888.  
  39889.    * Fix bug when using `INSERT DELAYED' with wrong column definition.
  39890.  
  39891.    * Fixed coredump during `REPAIR' of some particularly broken tables.
  39892.  
  39893.    * Fixed bug in `InnoDB' and `AUTO_INCREMENT' columns.
  39894.  
  39895.    * Fixed bug in `InnoDB' and `RENAME TABLE' columns.
  39896.  
  39897.    * Fixed critical bug in `InnoDB' and `BLOB' columns.  If one has
  39898.      used `BLOB' columns larger than 8000 bytes in an `InnoDB' table,
  39899.      one must dump the table with `mysqldump', drop it and restore it
  39900.      from the dump.
  39901.  
  39902.    * Applied large patch for OS/2 from Yuri Dario.
  39903.  
  39904.    * Fixed problem with `InnoDB' when one could get the error `Can't
  39905.      execute the given command...' even when one didn't have an active
  39906.      transaction.
  39907.  
  39908.    * Applied some minor fixes that concern Gemini.
  39909.  
  39910.    * Use real arithmetic operations even in integer context if not all
  39911.      arguments are integers. (Fixes uncommon bug in some integer
  39912.      contexts).
  39913.  
  39914.    * Don't force everything to lower cases on Windows. (To fix problem
  39915.      with Windows and `ALTER TABLE').  Now `--lower_case_names' also
  39916.      works on Unix.
  39917.  
  39918.    * Fixed that automatic rollback that is done when thread end doesn't
  39919.      lock other threads.
  39920.  
  39921. Changes in release 3.23.41
  39922. --------------------------
  39923.  
  39924.    * Added option `--sql-mode=option[,option[,option]]'.  *Note
  39925.      Command-line options::.
  39926.  
  39927.    * Fixed possible problem with `shutdown' on Solaris where the `.pid'
  39928.      file wasn't deleted.
  39929.  
  39930.    * InnoDB now supports < 4 GB rows. The former limit was 8000 bytes.
  39931.  
  39932.    * The `doublewrite' file flush method is used in `InnoDB'.  It
  39933.      reduces the need for Unix fsync calls to a fraction and improves
  39934.      performance on most Unix flavors.
  39935.  
  39936.    * You can now use the `InnoDB' Monitor to print a lot of `InnoDB'
  39937.      state information, including locks, to the standard output; useful
  39938.      in performance tuning.
  39939.  
  39940.    * Several bugs which could cause hangs in `InnoDB' have been fixed.
  39941.  
  39942.    * Split `record_buffer' to `record_buffer' and `record_rnd_buffer'.
  39943.      To make things compatible to previous MySQL versions, if
  39944.      `record_rnd_buffer' is not set, then it takes the value of
  39945.      `record_buffer'.
  39946.  
  39947.    * Fixed optimizing bug in `ORDER BY' where some `ORDER BY' parts
  39948.      where wrongly removed.
  39949.  
  39950.    * Fixed overflow bug with `ALTER TABLE' and `MERGE' tables.
  39951.  
  39952.    * Added prototypes for `my_thread_init()' and `my_thread_end()' to
  39953.      `mysql_com.h'
  39954.  
  39955.    * Added option `--safe-user-create' to `mysqld'.
  39956.  
  39957.    * Fixed bug in `SELECT DISTINCT ... HAVING' that casued error message
  39958.      `Can't find record in '#...'
  39959.  
  39960. Changes in release 3.23.40
  39961. --------------------------
  39962.  
  39963.    * Fixed problem with `--low-priority-updates' and `INSERT''s.
  39964.  
  39965.    * Fixed bug in slave thread when under some rare circumstances it
  39966.      could get 22 bytes ahead on the offset in the master.
  39967.  
  39968.    * Added `slave_wait_timeout' for replication.
  39969.  
  39970.    * Fixed problem with `UPDATE' and `BDB' tables.
  39971.  
  39972.    * Fixed hard bug in `BDB' tables when using key parts.
  39973.  
  39974.    * Fixed problem when using the `GRANT FILE ON database.* ...';
  39975.      Previously we added the `DROP' privilege for the database.
  39976.  
  39977.    * Fixed `DELETE FROM table_name ... LIMIT 0' and `UPDATE FROM
  39978.      table_name ... LIMIT 0' acted as though the `LIMIT' clause was not
  39979.      present (they deleted or updated all selected rows).
  39980.  
  39981.    * `CHECK TABLE' now checks if an `AUTO_INCREMENT' column contains
  39982.      the value 0.
  39983.  
  39984.    * Sending a `SIGHUP' to `mysqld' will now only flush the logs, not
  39985.      reset the replication.
  39986.  
  39987.    * Fixed parser to allow floats of type `1.0e1' (no sign after `e').
  39988.  
  39989.    * Option `--force' to `myisamchk' now also updates states.
  39990.  
  39991.    * Added option `--warnings' to `mysqld'. Now `mysqld' only prints
  39992.      the error `Aborted connection' if this option is used.
  39993.  
  39994.    * Fixed problem with `SHOW CREATE TABLE' when you didn't have a
  39995.      `PRIMARY KEY'.
  39996.  
  39997.    * Properly fixed the rename of `innodb_unix_file_flush_method' to
  39998.      `innodb_flush_method'.
  39999.  
  40000.    * Fixed bug when converting `UNSIGNED BIGINT' to `DOUBLE'. This
  40001.      caused a problem when doing comparisons with `BIGINT' values
  40002.      outside of the signed range.
  40003.  
  40004.    * Fixed bug in `BDB' tables when querying empty tables.
  40005.  
  40006.    * Fixed a bug when using `COUNT(DISTINCT)' with `LEFT JOIN' and
  40007.      there wasn't any matching rows.
  40008.  
  40009.    * Removed all documentation referring to the `GEMINI' table type.
  40010.      `GEMINI' is not released under an Open Source license.
  40011.  
  40012. Changes in release 3.23.39
  40013. --------------------------
  40014.  
  40015.    * The `AUTO_INCREMENT' sequence wasn't reset when dropping and
  40016.      adding an `AUTO_INCREMENT' column.
  40017.  
  40018.    * `CREATE ... SELECT' now creates non-unique indexes delayed.
  40019.  
  40020.    * Fixed problem where `LOCK TABLES table_name READ' followed by
  40021.      `FLUSH TABLES' put an exclusive lock on the table.
  40022.  
  40023.    * `REAL' @variables with was represented with 2 digits when
  40024.      converted to strings.
  40025.  
  40026.    * Fixed problem that client 'hung' when `LOAD TABLE FROM MASTER'
  40027.      failed.
  40028.  
  40029.    * Running `myisamchk --fast --force' will no longer repair tables
  40030.      that only had the open count wrong.
  40031.  
  40032.    * Added functions to handle symbolic links to make life easier in
  40033.      4.0.
  40034.  
  40035.    * We are now using the `-lcma' thread library on HP-UX 10.20 so that
  40036.      MySQL will be more stable on HP-UX.
  40037.  
  40038.    * Fixed problem with `IF()' and number of decimals in the result.
  40039.  
  40040.    * Fixed date-part extraction functions to work with dates where day
  40041.      and/or month is 0.
  40042.  
  40043.    * Extended argument length in option files from 256 to 512 chars.
  40044.  
  40045.    * Fixed problem with shutdown when `INSERT DELAYED' was waiting for
  40046.      a `LOCK TABLE'.
  40047.  
  40048.    * Fixed coredump bug in `InnoDB' when tablespace was full.
  40049.  
  40050.    * Fixed problem with `MERGE' tables and big tables (> 4G) when using
  40051.      `ORDER BY'.
  40052.  
  40053. Changes in release 3.23.38
  40054. --------------------------
  40055.  
  40056.    * Fixed a bug when `SELECT' from `MERGE' table sometimes results in
  40057.      incorrectly ordered rows.
  40058.  
  40059.    * Fixed a bug in `REPLACE()' when using the ujis character set.
  40060.  
  40061.    * Applied Sleepycat BDB patches 3.2.9.1 and 3.2.9.2.
  40062.  
  40063.    * Added option `--skip-stack-trace' to `mysqld'.
  40064.  
  40065.    * `CREATE TEMPORARY' now works with `InnoDB' tables.
  40066.  
  40067.    * `InnoDB' now promotes sub keys to whole keys.
  40068.  
  40069.    * Added option `CONCURRENT' to `LOAD DATA'.
  40070.  
  40071.    * Better error message when slave `max_allowed_packet' is too low to
  40072.      read a very long log event from the master.
  40073.  
  40074.    * Fixed bug when too many rows where removed when using `SELECT
  40075.      DISTINCT ... HAVING'.
  40076.  
  40077.    * `SHOW CREATE TABLE' now returns `TEMPORARY' for temporary tables.
  40078.  
  40079.    * Added `Rows_examined' to slow query log.
  40080.  
  40081.    * Fixed problems with function returning empty string when using
  40082.      together with a group functions and a `WHERE' that didn't match
  40083.      any rows.
  40084.  
  40085.    * New program `mysqlcheck'.
  40086.  
  40087.    * Added database name to output for administrative commands like
  40088.      `CHECK', `REPAIR', `OPTIMIZE'.
  40089.  
  40090.    * Lots of portability fixes for `InnoDB'.
  40091.  
  40092.    * Changed optimizer so that queries like `SELECT * FROM
  40093.      table_name,table_name2 ... ORDER BY key_part1 LIMIT #' will use
  40094.      index on `key_part1' instead of `filesort'.
  40095.  
  40096.    * Fixed bug when doing `LOCK TABLE to_table WRITE,...; INSERT INTO
  40097.      to_table... SELECT ...' when `to_table' was empty.
  40098.  
  40099.    * Fixed bug with `LOCK TABLE' and BDB tables.
  40100.  
  40101. Changes in release 3.23.37
  40102. --------------------------
  40103.  
  40104.    * Fixed a bug when using `MATCH' in `HAVING' clause.
  40105.  
  40106.    * Fixed a bug when using `HEAP' tables with `LIKE'.
  40107.  
  40108.    * Added `--mysql-version' to `safe_mysqld'
  40109.  
  40110.    * Changed `INNOBASE' to `InnoDB' (because the `INNOBASE' name was
  40111.      already used). All `configure' options and `mysqld' start options
  40112.      are now using `innodb' instead of `innobase'. This means that you
  40113.      have to change any configuration files where you have used
  40114.      `innobase' options before upgrading to this version!
  40115.  
  40116.    * Fixed bug when using indexes on `CHAR(255) NULL' columns.
  40117.  
  40118.    * Slave thread will now be started even if `master-host' is not set,
  40119.      as long as `server-id' is set and valid `master.info' is present
  40120.  
  40121.    * Partial updates (terminated with kill) are now logged with a
  40122.      special error code to the binary log. Slave will refuse to execute
  40123.      them if the error code indicates the update was terminated
  40124.      abnormally, and will have to be recovered with `SET
  40125.      SQL_SLAVE_SKIP_COUNTER=1; SLAVE START' after a manual sanity
  40126.      check/correction of data integrity.
  40127.  
  40128.    * Fixed bug that erroneously logged a drop of internal temporary
  40129.      table on thread termination to the binary log - bug affected
  40130.      replication.
  40131.  
  40132.    * Fixed a bug in `REGEXP()' on 64-bit machines.
  40133.  
  40134.    * `UPDATE' and `DELETE' with `WHERE unique_key_part IS NULL' didn't
  40135.      update/delete all rows.
  40136.  
  40137.    * Disabled `INSERT DELAYED' for tables that support transactions.
  40138.  
  40139.    * Fixed bug when using date functions on `TEXT'/`BLOB' column with
  40140.      wrong date format.
  40141.  
  40142.    * UDFs now also work on Windows. (Patch by Ralph Mason)
  40143.  
  40144.    * Fixed bug in `ALTER TABLE' and `LOAD DATA INFILE' that disabled
  40145.      key-sorting. These commands should now be faster in most cases.
  40146.  
  40147.    * Fixed performance bug where reopened tables (tables that had been
  40148.      waiting for `FLUSH' or `REPAIR') would not use indexes for the
  40149.      next query.
  40150.  
  40151.    * Fixed problem with `ALTER TABLE' to Innobase tables on FreeBSD.
  40152.  
  40153.    * Added `mysqld' variables `myisam_max_sort_file_size' and
  40154.      `myisam_max_extra_sort_file_size'.
  40155.  
  40156.    * Initialize signals early to avoid problem with signals in Innobase.
  40157.  
  40158.    * Applied patch for the `tis620' character set to make comparisons
  40159.      case-independent and to fix a bug in `LIKE' for this character set.
  40160.      *NOTE*: All tables that uses the `tis620' character set must be
  40161.      fixed with  `myisamchk -r' or `REPAIR TABLE' !
  40162.  
  40163.    * Added `--skip-safemalloc' option to `mysqld'.
  40164.  
  40165. Changes in release 3.23.36
  40166. --------------------------
  40167.  
  40168.    * Fixed a bug that allowed you to use database names containing a `.'
  40169.      character.  This fixes a serious security issue when `mysqld' is
  40170.      run as root.
  40171.  
  40172.    * Fixed bug when thread creation failed (could happen when doing a
  40173.      LOT of connections in a short time).
  40174.  
  40175.    * Fixed some problems with `FLUSH TABLES' and `TEMPORARY' tables.
  40176.      (Problem with freeing the key cache and error `Can't reopen
  40177.      table...').
  40178.  
  40179.    * Fixed a problem in Innobase with other character sets than `latin1'
  40180.      and another problem when using many columns.
  40181.  
  40182.    * Fixed bug that caused a core dump when using a very complex query
  40183.      involving `DISTINCT' and summary functions.
  40184.  
  40185.    * Added `SET TRANSACTION ISOLATION LEVEL ...'
  40186.  
  40187.    * Added `SELECT ... FOR UPDATE'.
  40188.  
  40189.    * Fixed bug where the number of affected rows was not returned when
  40190.      `MySQL' was compiled without transaction support.
  40191.  
  40192.    * Fixed a bug in `UPDATE' where keys weren't always used to find the
  40193.      rows to be updated.
  40194.  
  40195.    * Fixed a bug in `CONCAT_WS()' where it returned wrong results.
  40196.  
  40197.    * Changed `CREATE ... INSERT' and `INSERT ... SELECT' to not allow
  40198.      concurrent inserts as this could make the binary log hard to
  40199.      repeat.  (Concurrent inserts are enabled if you are not using the
  40200.      binary or update log).
  40201.  
  40202.    * Changed some macros to be able to use fast mutex with glibc 2.2.
  40203.  
  40204. Changes in release 3.23.35
  40205. --------------------------
  40206.  
  40207.    * Fixed newly introduced bug in `ORDER BY'.
  40208.  
  40209.    * Fixed wrong define `CLIENT_TRANSACTIONS'.
  40210.  
  40211.    * Fixed bug in `SHOW VARIABLES' when using `INNOBASE' tables.
  40212.  
  40213.    * Setting and using user variables in `SELECT DISTINCT' didn't work.
  40214.  
  40215.    * Tuned `SHOW ANALYZE' for small tables.
  40216.  
  40217.    * Fixed handling of arguments in the benchmark script
  40218.      `run-all-tests'.
  40219.  
  40220. Changes in release 3.23.34a
  40221. ---------------------------
  40222.  
  40223.    * Added extra files to the distribution to allow `INNOBASE' support
  40224.      to be compiled.
  40225.  
  40226. Changes in release 3.23.34
  40227. --------------------------
  40228.  
  40229.    * Added the `INNOBASE' table handler and the `BDB' table handler to
  40230.      the MySQL source distribution.
  40231.  
  40232.    * Updated the documentation about `GEMINI' tables.
  40233.  
  40234.    * Fixed a bug in `INSERT DELAYED' that caused threads to hang when
  40235.      inserting `NULL' into an `AUTO_INCREMENT' column.
  40236.  
  40237.    * Fixed a bug in `CHECK TABLE' / `REPAIR TABLE' that could cause a
  40238.      thread to hang.
  40239.  
  40240.    * `REPLACE' will not replace a row that conflicts with an
  40241.      `auto_increment' generated key.
  40242.  
  40243.    * `mysqld' now only sets `CLIENT_TRANSACTIONS' in
  40244.      `mysql->server_capabilities' if the server supports a
  40245.      transaction-safe handler.
  40246.  
  40247.    * Fixed `LOAD DATA INFILE' to allow numeric values to be read into
  40248.      `ENUM' and `SET' columns.
  40249.  
  40250.    * Improved error diagnostic for slave thread exit.
  40251.  
  40252.    * Fixed bug in `ALTER TABLE ... ORDER BY'.
  40253.  
  40254.    * Added option `max_user_connections' to `mysqld'.
  40255.  
  40256.    * Limit query length for replication by `max_allowed_packet', not the
  40257.      arbitrary limit of 4 MB.
  40258.  
  40259.    * Allow space around `=' in argument to `--set-variable'.
  40260.  
  40261.    * Fixed problem in automatic repair that could leave some threads in
  40262.      state `Waiting for table'.
  40263.  
  40264.    * `SHOW CREATE TABLE' now dumps the `UNION()' for `MERGE' tables.
  40265.  
  40266.    * `ALTER TABLE' now remembers the old `UNION()' definition.
  40267.  
  40268.    * Fixed bug when replicating timestamps.
  40269.  
  40270.    * Fixed bug in bidirectional replication.
  40271.  
  40272.    * Fixed bug in the `BDB' table handler that occurred when using an
  40273.      index on multi-part key where a key part may be `NULL'.
  40274.  
  40275.    * Fixed `MAX()' optimization on sub-key for `BDB' tables.
  40276.  
  40277.    * Fixed problem where garbage results were returned when using `BDB'
  40278.      tables and `BLOB' or `TEXT' fields when joining many tables.
  40279.  
  40280.    * Fixed a problem with `BDB' tables and `TEXT' columns.
  40281.  
  40282.    * Fixed bug when using a `BLOB' key where a const row wasn't found.
  40283.  
  40284.    * Fixed that `mysqlbinlog' writes the timestamp value for each query.
  40285.      This ensures that one gets same values for date functions like
  40286.      `NOW()' when using `mysqlbinlog' to pipe the queries to another
  40287.      server.
  40288.  
  40289.    * Allow one to use `--skip-gemini', `--skip-bdb' and
  40290.      `--skip-innobase' to `mysqld' even if these databases are not
  40291.      compiled in `mysqld'.
  40292.  
  40293.    * One can now do `GROUP BY ... DESC'.
  40294.  
  40295.    * Fixed a deadlock in the `SET' code, when one ran `SET @foo=bar',
  40296.      where `bar' is a column reference, an error was not properly
  40297.      generated.
  40298.  
  40299. Changes in release 3.23.33
  40300. --------------------------
  40301.  
  40302.    * Fixed that DNS lookups are not using the same mutex as the hostname
  40303.      cache.  This will enable known hosts to be quickly resolved even
  40304.      if a DNS lookup takes a long time.
  40305.  
  40306.    * Added `--character-sets-dir' to `myisampack'.
  40307.  
  40308.    * Removed warnings when running `REPAIR TABLE ... EXTENDED'.
  40309.  
  40310.    * Fixed a bug that caused a core dump when using `GROUP BY' on an
  40311.      alias, where the alias was the same as an existing column name.
  40312.  
  40313.    * Added `SEQUENCE()' as an example UDF function.
  40314.  
  40315.    * Changed `mysql_install_db' to use `BINARY' for `CHAR' columns in
  40316.      the privilege tables.
  40317.  
  40318.    * Changed `TRUNCATE table_name' to `TRUNCATE TABLE table_name' to
  40319.      use the same syntax as Oracle.  Until 4.0 we will also allow
  40320.      `TRUNCATE table_name' to not crash old code.
  40321.  
  40322.    * Fixed 'no found rows' bug in `MyISAM' tables when a `BLOB' was
  40323.      first part of a multi-part key.
  40324.  
  40325.    * Fixed bug where `CASE' didn't work with `GROUP BY'.
  40326.  
  40327.    * Added option `--sort-recover' to `myisamchk'.
  40328.  
  40329.    * `myisamchk -S' and `OPTIMIZE TABLE' now work on Windows.
  40330.  
  40331.    * Fixed bug when using `DISTINCT' on results from functions that
  40332.      referred to a group function, like:
  40333.           SELECT a, DISTINCT SEC_TO_TIME(sum(a)) from table_name GROUP BY a, b;
  40334.  
  40335.    * Fixed buffer overrun in `libmysqlclient' library.  Fixed bug in
  40336.      handling `STOP' event after `ROTATE' event in replication.
  40337.  
  40338.    * Fixed another buffer overrun in `DROP DATABASE'.
  40339.  
  40340.    * Added `Table_locks_immediate' and `Table_locks_waited' status
  40341.      variables.
  40342.  
  40343.    * Fixed bug in replication that broke slave server start with
  40344.      existing `master.info'. This fixes a bug introduced in 3.23.32.
  40345.  
  40346.    * Added `SET SQL_SLAVE_SKIP_COUNTER=n' command to recover from
  40347.      replication glitches without a full database copy.
  40348.  
  40349.    * Added `max_binlog_size' variable; the binary log will be rotated
  40350.      automatically when the size crosses the limit.
  40351.  
  40352.    * Added `Last_error', `Last_errno', and `Slave_skip_counter' to
  40353.      `SHOW SLAVE STATUS'.
  40354.  
  40355.    * Fixed bug in `MASTER_POS_WAIT()' function.
  40356.  
  40357.    * Execute coredump handler on `SIGILL', and `SIGBUS' in addition to
  40358.      `SIGSEGV'.
  40359.  
  40360.    * On x86 Linux, print the current query and thread (connection) id,
  40361.      if available, in the coredump handler.
  40362.  
  40363.    * Fixed several timing bugs in the test suite.
  40364.  
  40365.    * Extended `mysqltest' to take care of the timing issues in the test
  40366.      suite.
  40367.  
  40368.    * `ALTER TABLE' can now be used to change the definition for a
  40369.      `MERGE' table.
  40370.  
  40371.    * Fixed creation of `MERGE' tables on Windows.
  40372.  
  40373.    * Portability fixes for OpenBSD and OS2.
  40374.  
  40375.    * Added `--temp-pool' option to `mysqld'.  Using this option will
  40376.      cause most temporary files created to use a small set of names,
  40377.      rather than a unique name for each new file.  This is to work
  40378.      around a problem in the Linux kernel dealing with creating a bunch
  40379.      of new files with different names.  With the old behavior, Linux
  40380.      seems to "leak" memory, as it's being allocated to the directory
  40381.      entry cache instead of the disk cache.
  40382.  
  40383. Changes in release 3.23.32
  40384. --------------------------
  40385.  
  40386.    * Changed code to get around compiler bug in Compaq C++ on OSF1,
  40387.      that broke `BACKUP', `RESTORE', `CHECK', `REPAIR', and `ANALYZE
  40388.      TABLE'.
  40389.  
  40390.    * Added option `FULL' to `SHOW COLUMNS'. Now we show the privilege
  40391.      list for the columns only if this option is given.
  40392.  
  40393.    * Fixed bug in `SHOW LOGS' when there weren't any BDB logs.
  40394.  
  40395.    * Fixed a timing problem in replication that could delay sending an
  40396.      update to the client until a new update was done.
  40397.  
  40398.    * Don't convert field names when using `mysql_list_fields()'.  This
  40399.      is to keep this code compatible with `SHOW FIELDS'.
  40400.  
  40401.    * `MERGE' tables didn't work on Windows.
  40402.  
  40403.    * Fixed problem with `SET PASSWORD=...' on Windows.
  40404.  
  40405.    * Added missing `my_config.h' to RPM distribution.
  40406.  
  40407.    * `TRIM("foo" from "foo")' didn't return an empty string.
  40408.  
  40409.    * Added `--with-version-suffix' to `configure'.
  40410.  
  40411.    * Fixed coredump when client aborted connection without
  40412.      `mysql_close()'.
  40413.  
  40414.    * Fixed a bug in `RESTORE TABLE' when trying to restore from a
  40415.      non-existent directory.
  40416.  
  40417.    * Fixed a bug which caused a core dump on the slave when replicating
  40418.      `SET PASSWORD'.
  40419.  
  40420.    * Added `MASTER_POS_WAIT()'.
  40421.  
  40422. Changes in release 3.23.31
  40423. --------------------------
  40424.  
  40425.    * The test suite now tests all reachable BDB interface code.  During
  40426.      testing we found and fixed many errors in the interface code.
  40427.  
  40428.    * Using `HAVING' on an empty table could produce one result row when
  40429.      it shouldn't.
  40430.  
  40431.    * Fixed that the MySQL RPM is not dependent on Perl5 anymore.
  40432.  
  40433.    * Fixed some problems with `HEAP' tables on Windows.
  40434.  
  40435.    * `SHOW TABLE STATUS' didn't show correct average row length for
  40436.      tables larger than 4G.
  40437.  
  40438.    * `CHECK TABLE ... EXTENDED' didn't check row links for fixed size
  40439.      tables.
  40440.  
  40441.    * Added option `MEDIUM' to `CHECK TABLE'.
  40442.  
  40443.    * Fixed problem when using `DECIMAL()' keys on negative numbers.
  40444.  
  40445.    * `HOUR()' (and some other `TIME' functions) on a `CHAR' column
  40446.      always returned `NULL'.
  40447.  
  40448.    * Fixed security bug in something (please upgrade if you are using a
  40449.      earlier MySQL 3.23 version).
  40450.  
  40451.    * Fixed buffer overflow bug when writing a certain error message.
  40452.  
  40453.    * Added usage of `setrlimit()' on Linux to get `-O
  40454.      --open-files-limit=#' to work on Linux.
  40455.  
  40456.    * Added new `mysqld' variable: `bdb_version'.
  40457.  
  40458.    * Fixed bug when using expression of type:
  40459.           SELECT ... FROM t1 LEFT JOIN t2 ON (t1.a=t2.a) WHERE t1.a=t2.a
  40460.      In this case the test in the `WHERE' clause was wrongly optimized
  40461.      away.
  40462.  
  40463.    * Fixed bug in `MyISAM' when deleting keys with possible `NULL'
  40464.      values, but the first key-column was not a prefix-compressed text
  40465.      column.
  40466.  
  40467.    * Fixed `mysql.server' to read the `mysql.server' option section
  40468.      instead of `mysql_server'.
  40469.  
  40470.    * Fixed `safe_mysqld' and `mysql.server' to also read the `server'
  40471.      option section.
  40472.  
  40473.    * Added `Threads_created' status variable to `mysqld'.
  40474.  
  40475. Changes in release 3.23.30
  40476. --------------------------
  40477.  
  40478.    * Added `SHOW OPEN TABLES' command.
  40479.  
  40480.    * Fixed that `myisamdump' works against old `mysqld' servers.
  40481.  
  40482.    * Fixed `myisamchk -k#' so that it works again.
  40483.  
  40484.    * Fixed a problem with replication when the binary log file went
  40485.      over 2G on 32-bit systems.
  40486.  
  40487.    * `LOCK TABLES' will now automatically start a new transaction.
  40488.  
  40489.    * Changed `BDB' tables to not use internal subtransactions and reuse
  40490.      open files to get more speed.
  40491.  
  40492.    * Added option `--mysqld=#' to `safe_mysqld'.
  40493.  
  40494.    * Allow hex constants in the `--fields-*-by' and
  40495.      `--lines-terminated-by' options to `mysqldump' and `mysqlimport'.
  40496.      By Paul DuBois.
  40497.  
  40498.    * Added option `--safe-show-database' to `mysqld'.
  40499.  
  40500.    * Added `have_bdb', `have_gemini', `have_innobase', `have_raid' and
  40501.      `have_ssl' to `SHOW VARIABLES' to make it easy to test for
  40502.      supported extensions.
  40503.  
  40504.    * Added option `--open-files-limit' to `mysqld'.
  40505.  
  40506.    * Changed option `--open-files' to `--open-files-limit' in
  40507.      `safe_mysqld'.
  40508.  
  40509.    * Fixed a bug where some rows were not found with `HEAP' tables that
  40510.      had many keys.
  40511.  
  40512.    * Fixed that `--bdb-no-sync' works.
  40513.  
  40514.    * Changed `--bdb-recover' to `--bdb-no-recover' as recover should be
  40515.      on by default.
  40516.  
  40517.    * Changed the default number of BDB locks to 10000.
  40518.  
  40519.    * Fixed a bug from 3.23.29 when allocating the shared structure
  40520.      needed for BDB tables.
  40521.  
  40522.    * Changed `mysqld_multi.sh' to use configure variables. Patch by
  40523.      Christopher McCrory.
  40524.  
  40525.    * Added fixing of include files for Solaris 2.8.
  40526.  
  40527.    * Fixed bug with `--skip-networking' on Debian Linux.
  40528.  
  40529.    * Fixed problem that some temporary files where reported as having
  40530.      the name `UNOPENED' in error messages.
  40531.  
  40532.    * Fixed bug when running two simultaneous `SHOW LOGS' queries.
  40533.  
  40534. Changes in release 3.23.29
  40535. --------------------------
  40536.  
  40537.    * Configure updates for Tru64, large file support, and better TCP
  40538.      wrapper support. By Albert Chin-A-Young.
  40539.  
  40540.    * Fixed bug in `<=>' operator.
  40541.  
  40542.    * Fixed bug in `REPLACE' with BDB tables.
  40543.  
  40544.    * `LPAD()' and `RPAD()' will shorten the result string if it's longer
  40545.      than the length argument.
  40546.  
  40547.    * Added `SHOW LOGS' command.
  40548.  
  40549.    * Remove not used BDB logs on shutdown.
  40550.  
  40551.    * When creating a table, put `PRIMARY' keys first, followed by
  40552.      `UNIQUE' keys.
  40553.  
  40554.    * Fixed a bug in `UPDATE' involving multi-part keys where one
  40555.      specified all key parts both in the update and the `WHERE' part. In
  40556.      this case MySQL could try to update a record that didn't match the
  40557.      whole `WHERE' part.
  40558.  
  40559.    * Changed drop table to first drop the tables and then the `.frm'
  40560.      file.
  40561.  
  40562.    * Fixed a bug in the hostname cache which caused `mysqld' to report
  40563.      the hostname as `''' in some error messages.
  40564.  
  40565.    * Fixed a bug with `HEAP' type tables; the variable
  40566.      `max_heap_table_size' wasn't used. Now either `MAX_ROWS' or
  40567.      `max_heap_table_size' can be used to limit the size of a `HEAP'
  40568.      type table.
  40569.  
  40570.    * Changed the default server-id to 1 for masters and 2 for slaves to
  40571.      make it easier to use the binary log.
  40572.  
  40573.    * Renamed variable `bdb_lock_max' to `bdb_max_lock'.
  40574.  
  40575.    * Added support for `auto_increment' on sub-fields for BDB tables.
  40576.  
  40577.    * Added `ANALYZE' of BDB tables.
  40578.  
  40579.    * In BDB tables, we now store the number of rows; This helps to
  40580.      optimize queries when we need an approximation of the number of
  40581.      rows.
  40582.  
  40583.    * If we get an error in a multi-row statement, we now only rollback
  40584.      the last statement, not the entire transaction.
  40585.  
  40586.    * If you do a `ROLLBACK' when you have updated a non-transactional
  40587.      table you will get an error as a warning.
  40588.  
  40589.    * Added option `--bdb-shared-data' to `mysqld'.
  40590.  
  40591.    * Added status variable `Slave_open_temp_tables'.
  40592.  
  40593.    * Added variables `binlog_cache_size' and `max_binlog_cache_size' to
  40594.      `mysqld'.
  40595.  
  40596.    * `DROP TABLE', `RENAME TABLE', `CREATE INDEX' and `DROP INDEX' are
  40597.      now transaction endpoints.
  40598.  
  40599.    * If you do a `DROP DATABASE' on a symbolic linked database, both
  40600.      the link and the original database is deleted.
  40601.  
  40602.    * Fixed that `DROP DATABASE' works on OS/2.
  40603.  
  40604.    * Fixed bug when doing a `SELECT DISTINCT ... table1 LEFT JOIN
  40605.      table2 ...' when table2 was empty.
  40606.  
  40607.    * Added `--abort-slave-event-count' and
  40608.      `--disconnect-slave-event-count' options to `mysqld' for debugging
  40609.      and testing of replication.
  40610.  
  40611.    * Fixed replication of temporary tables. Handles everything except
  40612.      slave server restart.
  40613.  
  40614.    * `SHOW KEYS' now shows whether or not key is `FULLTEXT'.
  40615.  
  40616.    * New script `mysqld_multi'. *Note `mysqld_multi': mysqld_multi.
  40617.  
  40618.    * Added new script, `mysql-multi.server.sh'.  Thanks to Tim Bunce
  40619.      <Tim.Bunce@ig.co.uk> for modifying `mysql.server' to easily handle
  40620.      hosts running many `mysqld' processes.
  40621.  
  40622.    * `safe_mysqld', `mysql.server', and `mysql_install_db' have been
  40623.      modified to use `mysql_print_defaults' instead of various hacks to
  40624.      read the `my.cnf' files.  In addition, the handling of various
  40625.      paths has been made more consistent with how `mysqld' handles them
  40626.      by default.
  40627.  
  40628.    * Automatically remove Berkeley DB transaction logs that no longer
  40629.      are in use.
  40630.  
  40631.    * Fixed bug with several `FULLTEXT' indexes in one table.
  40632.  
  40633.    * Added a warning if number of rows changes on `REPAIR'/`OPTIMIZE'.
  40634.  
  40635.    * Applied patches for OS/2 by `Yuri Dario'.
  40636.  
  40637.    * `FLUSH TABLES table_name' didn't always flush the index tree to
  40638.      disk properly.
  40639.  
  40640.    * `--bootstrap' is now run in a separate thread. This fixes a problem
  40641.      that caused `mysql_install_db' to core dump on some Linux machines.
  40642.  
  40643.    * Changed `mi_create()' to use less stack space.
  40644.  
  40645.    * Fixed bug with optimizer trying to over-optimize `MATCH' when used
  40646.      with `UNIQUE' key.
  40647.  
  40648.    * Changed `crash-me' and the MySQL benchmarks to also work with
  40649.      FrontBase.
  40650.  
  40651.    * Allow `RESTRICT' and `CASCADE' after `DROP TABLE' to make porting
  40652.      easier.
  40653.  
  40654.    * Reset status variable which could cause problem if one used
  40655.      `--slow-log'.
  40656.  
  40657.    * Added variable `connect_timeout' to `mysql' and `mysqladmin'.
  40658.  
  40659.    * Added `connect_timeout' as an alias for `timeout' for option files
  40660.      read by `mysql_options()'.
  40661.  
  40662. Changes in release 3.23.28
  40663. --------------------------
  40664.  
  40665.    * Added new options `--pager[=...]', `--no-pager', `--tee=...' and
  40666.      `--no-tee' to the `mysql' client.  The new corresponding
  40667.      interactive commands are `pager', `nopager', `tee' and `notee'.
  40668.      *Note `mysql': mysql, `mysql --help' and the interactive help for
  40669.      more information.
  40670.  
  40671.    * Fixed crash when automatic repair of `MyISAM' table failed.
  40672.  
  40673.    * Fixed a major performance bug in the table locking code when one
  40674.      constantly had a LOT of `SELECT', `UPDATE' and `INSERT' statements
  40675.      running. The symptom was that the `UPDATE' and `INSERT' queries
  40676.      were locked for a long time while new `SELECT' statements were
  40677.      executed before the updates.
  40678.  
  40679.    * When reading `options_files' with `mysql_options()' the
  40680.      `return-found-rows' option was ignored.
  40681.  
  40682.    * One can now specify `interactive-timeout' in the option file that
  40683.      is read by `mysql_options()'. This makes it possible to force
  40684.      programs that run for a long time (like `mysqlhotcopy') to use
  40685.      `interactive_timeout' instead of `wait_timeout'.
  40686.  
  40687.    * Added to the slow query log the time and the user name for each
  40688.      logged query. If you are using `--log-long-format' then also
  40689.      queries that do not use an index are logged, even if the query
  40690.      takes less than `long_query_time' seconds.
  40691.  
  40692.    * Fixed a problem in `LEFT JOIN' which caused all columns in a
  40693.      reference table to be `NULL'.
  40694.  
  40695.    * Fixed a problem when using `NATURAL JOIN' without keys.
  40696.  
  40697.    * Fixed a bug when using a multi-part keys where the first part was
  40698.      of type `TEXT' or `BLOB'.
  40699.  
  40700.    * `DROP' of temporary tables wasn't stored in the update/binary log.
  40701.  
  40702.    * Fixed a bug where `SELECT DISTINCT * ... LIMIT #' only returned
  40703.      one row.
  40704.  
  40705.    * Fixed a bug in the assembler code in `strstr()' for sparc and
  40706.      cleaned up the `global.h' header file to avoid a problem with bad
  40707.      aliasing with the compiler submitted with RedHat 7.0. (Reported by
  40708.      Trond Eivind Glomsr°d)
  40709.  
  40710.    * The option `--skip-networking' now works properly on NT.
  40711.  
  40712.    * Fixed a long outstanding bug in the `ISAM' tables when a row with
  40713.      a length of more than 65K was shortened by a single byte.
  40714.  
  40715.    * Fixed a bug in `MyISAM' when running multiple updating processes on
  40716.      the same table.
  40717.  
  40718.    * Allow one to use `FLUSH TABLE tablename'.
  40719.  
  40720.    * Added `--replicate-ignore-table', `--replicate-do-table',
  40721.      `--replicate-wild-ignore-table', `--replicate-wild-do-table'.
  40722.  
  40723.    * Changed all log files to use our own `IO_CACHE' mechanism instead
  40724.      of `FILE' to avoid OS problems when there are many files open.
  40725.  
  40726.    * Added options `--open-files' and `--timezone' to `safe_mysqld'.
  40727.  
  40728.    * Fixed a fatal bug in `CREATE TEMPORARY TABLE ... SELECT ...'.
  40729.  
  40730.    * Fixed a problem with `CREATE TABLE ... SELECT NULL'.
  40731.  
  40732.    * Added variables `large_file_support',`net_read_timeout',
  40733.      `net_write_timeout' and `query_buffer_size' to `SHOW VARIABLES'.
  40734.  
  40735.    * Added status variables `created_tmp_files' and `sort_merge_passes'
  40736.      to `SHOW STATUS'.
  40737.  
  40738.    * Fixed a bug where we didn't allow an index name after the `FOREIGN
  40739.      KEY' definition.
  40740.  
  40741.    * Added `TRUNCATE table_name' as a synonym for `DELETE FROM
  40742.      table_name'.
  40743.  
  40744.    * Fixed a bug in a BDB key compare function when comparing part keys.
  40745.  
  40746.    * Added variable `bdb_lock_max' to `mysqld'.
  40747.  
  40748.    * Added more tests to the benchmark suite.
  40749.  
  40750.    * Fixed an overflow bug in the client code when using overly long
  40751.      database names.
  40752.  
  40753.    * `mysql_connect()' now aborts on Linux if the server doesn't answer
  40754.      in `timeout' seconds.
  40755.  
  40756.    * `SLAVE START' did not work if you started with
  40757.      `--skip-slave-start' and had not explicitly run `CHANGE MASTER TO'.
  40758.  
  40759.    * Fixed the output of `SHOW MASTER STATUS' to be consistent with
  40760.      `SHOW SLAVE STATUS'. (It now has no directory in the log name.)
  40761.  
  40762.    * Added `PURGE MASTER LOGS TO'.
  40763.  
  40764.    * Added `SHOW MASTER LOGS'.
  40765.  
  40766.    * Added `--safemalloc-mem-limit' option to `mysqld' to simulate
  40767.      memory shortage when compiled `--with-debug=full'.
  40768.  
  40769.    * Fixed several coredumps in out-of-memory conditions.
  40770.  
  40771.    * `SHOW SLAVE STATUS' was using an uninitialized mutex if the slave
  40772.      had not been started yet.
  40773.  
  40774.    * Fixed bug in `ELT()' and `MAKE_SET()' when the query used a
  40775.      temporary table.
  40776.  
  40777.    * `CHANGE MASTER TO' without specifying `MASTER_LOG_POS' would set
  40778.      it to 0 instead of 4 and hit the magic number in the master binlog.
  40779.  
  40780.    * `ALTER TABLE ... ORDER BY ...' syntax added.  This will create the
  40781.      new table with the rows in a specific order.
  40782.  
  40783. Changes in release 3.23.27
  40784. --------------------------
  40785.  
  40786.    * Fixed a bug where the automatic repair of MyISAM tables sometimes
  40787.      failed when the data file was corrupt.
  40788.  
  40789.    * Fixed a bug in `SHOW CREATE' when using `AUTO_INCREMENT' columns.
  40790.  
  40791.    * Changed BDB tables to use new compare function in Berkeley DB
  40792.      3.2.3.
  40793.  
  40794.    * You can now use Unix sockets with `mit-pthreads'.
  40795.  
  40796.    * Added the latin5 (turkish) character set.
  40797.  
  40798.    * Small portability fixes.
  40799.  
  40800. Changes in release 3.23.26
  40801. --------------------------
  40802.  
  40803.    * Fixed `<>' to work properly with `NULL'.
  40804.  
  40805.    * Fixed a problem with `SUBSTRING_INDEX()' and `REPLACE()'.  (Patch
  40806.      by Alexander Igonitchev)
  40807.  
  40808.    * Fix `CREATE TEMPORARY TABLE IF NOT EXISTS' not to give an error if
  40809.      the table exists.
  40810.  
  40811.    * If you don't create a `PRIMARY KEY' in a BDB table, a hidden
  40812.      `PRIMARY KEY' will be created.
  40813.  
  40814.    * Added read-only-key optimization to BDB tables.
  40815.  
  40816.    * `LEFT JOIN' in some cases preferred a full table scan when there
  40817.      was no `WHERE' clause.
  40818.  
  40819.    * When using `--log-slow-queries', don't count the time waiting for
  40820.      a lock.
  40821.  
  40822.    * Fixed bug in lock code on Windows which could cause the key cache
  40823.      to report that the key file was crashed even if it was okay.
  40824.  
  40825.    * Automatic repair of `MyISAM' tables if you start `mysqld' with
  40826.      `--myisam-recover'.
  40827.  
  40828.    * Removed the `TYPE=' keyword from `CHECK' and `REPAIR'. Allow
  40829.      `CHECK' options to be combined. (You can still use `TYPE=' but
  40830.      this usage is deprecated.)
  40831.  
  40832.    * Fixed mutex bug in the binary replication log - long update
  40833.      queries could be read only in part by the slave if it did it at
  40834.      the wrong time, which was not fatal, but resulted in a
  40835.      performance-degrading reconnect and a scary message in the error
  40836.      log.
  40837.  
  40838.    * Changed the format of the binary log - added magic number, server
  40839.      version, binlog version. Added server id and query error code for
  40840.      each query event.
  40841.  
  40842.    * Replication thread from the slave now will kill all the stale
  40843.      threads from the same server.
  40844.  
  40845.    * Long replication user names were not being handled properly.
  40846.  
  40847.    * Added `--replicate-rewrite-db' option to `mysqld'.
  40848.  
  40849.    * Added `--skip-slave-start' option to `mysqld'.
  40850.  
  40851.    * Updates that generated an error code (such as `INSERT INTO
  40852.      foo(some_key) values (1),(1)') erroneously terminated the slave
  40853.      thread.
  40854.  
  40855.    * Added optimization of queries where `DISTINCT' is only used on
  40856.      columns from some of the tables.
  40857.  
  40858.    * Allow floating-point numbers where there is no sign after the
  40859.      exponent (like 1e1).
  40860.  
  40861.    * `SHOW GRANTS' didn't always show all column grants.
  40862.  
  40863.    * Added `--default-extra-file=#' to all MySQL clients.
  40864.  
  40865.    * Columns referenced in `INSERT' statements now are initialized
  40866.      properly.
  40867.  
  40868.    * `UPDATE' didn't always work when used with a range on a timestamp
  40869.      that was part of the key that was used to find rows.
  40870.  
  40871.    * Fixed a bug in `FULLTEXT' index when inserting a `NULL' column.
  40872.  
  40873.    * Changed to use `mkstemp()' instead of `tempnam()'. Based on a
  40874.      patch from John Jones.
  40875.  
  40876. Changes in release 3.23.25
  40877. --------------------------
  40878.  
  40879.    * Fixed that `databasename' works as second argument to
  40880.      `mysqlhotcopy'.
  40881.  
  40882.    * `UMASK' and `UMASK_DIR' can now be specified in octal.
  40883.  
  40884.    * Added `RIGHT JOIN'. This makes `RIGHT' a reserved word.
  40885.  
  40886.    * Added `@@IDENTITY' as a synonym for `LAST_INSERT_ID()'.  (This is
  40887.      for Visual Basic compatibility.)
  40888.  
  40889.    * Fixed a bug in `myisamchk' and `REPAIR' when using `FULLTEXT'
  40890.      index.
  40891.  
  40892.    * `LOAD DATA INFILE' now works with FIFOs.  (Patch by Toni L.
  40893.      Harbaugh-Blackford.)
  40894.  
  40895.    * `FLUSH LOGS' broke replication if you specified a log name with an
  40896.      explicit extension as the value of the `log-bin' option.
  40897.  
  40898.    * Fixed a bug in `MyISAM' with packed multi-part keys.
  40899.  
  40900.    * Fixed crash when using `CHECK TABLE' on Windows.
  40901.  
  40902.    * Fixed a bug where `FULLTEXT' index always used the koi8_ukr
  40903.      character set.
  40904.  
  40905.    * Fixed privilege checking for `CHECK TABLE'.
  40906.  
  40907.    * The `MyISAM' repair/reindex code didn't use the `--tempdir' option
  40908.      for its temporary files.
  40909.  
  40910.    * Added `BACKUP TABLE/RESTORE TABLE'.
  40911.  
  40912.    * Fixed coredump on `CHANGE MASTER TO' when the slave did not have
  40913.      the master to start with.
  40914.  
  40915.    * Fixed incorrect `Time' in the processlist for `Connect' of the
  40916.      slave thread.
  40917.  
  40918.    * The slave now logs when it connects to the master.
  40919.  
  40920.    * Fixed a core dump bug when doing `FLUSH MASTER' if you didn't
  40921.      specify a filename argument to `--log-bin'.
  40922.  
  40923.    * Added missing `ha_berkeley.x' files to the MySQL Windows
  40924.  
  40925.    * Fixed some mutex bugs in the log code that could cause thread
  40926.      blocks if new log files couldn't be created.
  40927.  
  40928.    * Added lock time and number of selected processed rows to slow
  40929.      query log.
  40930.  
  40931.    * Added `--memlock' option to `mysqld' to lock `mysqld' in memory on
  40932.      systems with the `mlockall()' call (like in Solaris).
  40933.  
  40934.    * `HEAP' tables didn't use keys properly. (Bug from 3.23.23.)
  40935.  
  40936.    * Added better support for `MERGE' tables (keys, mapping, creation,
  40937.      documentation...). *Note MERGE::.
  40938.  
  40939.    * Fixed bug in `mysqldump' from 3.23 which caused some `CHAR' columns
  40940.      not to be quoted.
  40941.  
  40942.    * Merged `analyze', `check', `optimize' and repair code.
  40943.  
  40944.    * `OPTIMIZE TABLE' is now mapped to `REPAIR' with statistics and
  40945.      sorting of the index tree.  This means that for the moment it only
  40946.      works on `MyISAM' tables.
  40947.  
  40948.    * Added a pre-alloced block to root_malloc to get fewer mallocs.
  40949.  
  40950.    * Added a lot of new statistics variables.
  40951.  
  40952.    * Fixed `ORDER BY' bug with BDB tables.
  40953.  
  40954.    * Removed warning that `mysqld' couldn't remove the `.pid' file
  40955.      under Windows.
  40956.  
  40957.    * Changed `--log-isam' to log *MyISAM* tables instead of isam tables.
  40958.  
  40959.    * Fixed `CHECK TABLE' to work on Windows.
  40960.  
  40961.    * Added file mutexes to make `pwrite()' safe on Windows.
  40962.  
  40963. Changes in release 3.23.24
  40964. --------------------------
  40965.  
  40966.    * Added `mysqld' variable `created_tmp_disk_tables'.
  40967.  
  40968.    * To make it possible to reliably dump and restore tables with
  40969.      `TIMESTAMP(X)' columns, MySQL now reports columns with `X' other
  40970.      than 14 or 8 to be strings.
  40971.  
  40972.    * Changed sort order for latin1 as it was before MySQL Version
  40973.      3.23.23.  Any table with `CHAR' columns that may have characters
  40974.      with ASCII values greater than 128 that was created or modified
  40975.      with 3.23.22 must be repaired!
  40976.  
  40977.    * Fixed small memory leak introduced from 3.23.22 when creating a
  40978.      temporary table.
  40979.  
  40980.    * Fixed problem with BDB tables and reading on a unique (not
  40981.      primary) key.
  40982.  
  40983.    * Restored the win1251 character set (it's now only marked
  40984.      deprecated).
  40985.  
  40986. Changes in release 3.23.23
  40987. --------------------------
  40988.  
  40989.    * Changed sort order for 'German';  All tables created with 'German'
  40990.      sortorder must be repaired with `REPAIR TABLE' or `myisamchk'
  40991.      before use!
  40992.  
  40993.    * Added option `--core-file' to `mysqld' to get a core file on Linux
  40994.      if `mysqld' dies on the SIGSEGV signal.
  40995.  
  40996.    * MySQL client `mysql' now starts with option `--no-named-commands'
  40997.      (`-g') by default. This option can be disabled with
  40998.      `--enable-named-commands' (`-G'). This may cause incompatibility
  40999.      problems in some cases, for example, in SQL scripts that use named
  41000.      commands without a semicolon, etc. !  Long format commands still
  41001.      work from the first line.
  41002.  
  41003.    * Fixed a problem when using many pending `DROP TABLE' statements at
  41004.      the same time.
  41005.  
  41006.    * Optimizer didn't use keys properly when using `LEFT JOIN' on an
  41007.      empty table.
  41008.  
  41009.    * Added shorter help text when invoking `mysqld' with incorrect
  41010.      options.
  41011.  
  41012.    * Fixed non-fatal `free()' bug in `mysqlimport'.
  41013.  
  41014.    * Fixed bug in `MyISAM' index handling of `DECIMAL'/`NUMERIC' keys.
  41015.  
  41016.    * Fixed a bug in concurrent insert in `MyISAM' tables; In some
  41017.      contexts, usage of `MIN(key_part)' or `MAX(key_part)' returned an
  41018.      empty set.
  41019.  
  41020.    * Updated `mysqlhotcopy' to use the new `FLUSH TABLES table_list'
  41021.      syntax. Only tables which are being backed up are flushed now.
  41022.  
  41023.    * Changed behavior of `--enable-thread-safe-client' so that both
  41024.      non-threaded (`-lmysqlclient') and threaded (`-lmysqlclient_r')
  41025.      libraries are built.  Users who linked against a threaded
  41026.      `-lmysqlclient' will need to link against `libmysqlclient_r' now.
  41027.  
  41028.    * Added atomic `RENAME' command.
  41029.  
  41030.    * Don't count entries with `NULL' in `COUNT(DISTINCT ...)'.
  41031.  
  41032.    * Changed `ALTER TABLE', `LOAD DATA INFILE' on empty tables and
  41033.      `INSERT ... SELECT ...' on empty tables to create non-unique
  41034.      indexes in a separate batch with sorting. This will make the above
  41035.      calls much faster when you have many indexes.
  41036.  
  41037.    * `ALTER TABLE' now logs the first used insert_id correctly.
  41038.  
  41039.    * Fixed crash when adding a default value to a `BLOB' column.
  41040.  
  41041.    * Fixed a bug with `DATE_ADD/DATE_SUB' where it returned a datetime
  41042.      instead of a date.
  41043.  
  41044.    * Fixed a problem with the thread cache which made some threads show
  41045.      up as `***DEAD***' in `SHOW PROCESSLIST'.
  41046.  
  41047.    * Fixed a lock in our thr_rwlock code, which could make selects that
  41048.      run at the same time as concurrent inserts crash. This only
  41049.      affects systems that don't have the `pthread_rwlock_rdlock' code.
  41050.  
  41051.    * When deleting rows with a non-unique key in a HEAP table, all rows
  41052.      weren't always deleted.
  41053.  
  41054.    * Fixed bug in range optimizer for HEAP tables for searches on a
  41055.      part index.
  41056.  
  41057.    * Fixed that `SELECT' on part keys works with BDB tables.
  41058.  
  41059.    * Fixed `INSERT INTO bdb_table ... SELECT' to work with BDB tables.
  41060.  
  41061.    * `CHECK TABLE' now updates key statistics for the table.
  41062.  
  41063.    * `ANALYZE TABLE' will now only update tables that have been changed
  41064.      since thee last `ANALYZE'. Note that this is a new feature and
  41065.      tables will not be marked to be analyzed until they are updated in
  41066.      any way with 3.23.23 or newer.  For older tables, you have to do
  41067.      `CHECK TABLE' to update the key distribution.
  41068.  
  41069.    * Fixed some minor privilege problems with `CHECK', `ANALYZE',
  41070.      `REPAIR' and `SHOW CREATE' commands.
  41071.  
  41072.    * Added `CHANGE MASTER TO' command.
  41073.  
  41074.    * Added `FAST', `QUICK' `EXTENDED' check types to `CHECK TABLES'.
  41075.  
  41076.    * Changed `myisamchk' so that `--fast' and `--check-changed-tables'
  41077.      are also honored with `--sort-index' and `--analyze'.
  41078.  
  41079.    * Fixed fatal bug in `LOAD TABLE FROM MASTER' that did not lock the
  41080.      table during index re-build.
  41081.  
  41082.    * `LOAD DATA INFILE' broke replication if the database was excluded
  41083.      from replication.
  41084.  
  41085.    * More variables in `SHOW SLAVE STATUS' and `SHOW MASTER STATUS'.
  41086.  
  41087.    * `SLAVE STOP' now will not return until the slave thread actually
  41088.      exits.
  41089.  
  41090.    * Full text search via the `MATCH' function and `FULLTEXT' index
  41091.      type.  (For MyISAM files).  This makes `FULLTEXT' a reserved word.
  41092.  
  41093. Changes in release 3.23.22
  41094. --------------------------
  41095.  
  41096.    * Fixed that `lex_hash.h' is created properly for each MySQL
  41097.      distribution.
  41098.  
  41099.    * Fixed that `MASTER' and `COLLECTION' are not reserved words.
  41100.  
  41101.    * The log generated by `--slow-query-log' didn't contain the whole
  41102.      queries.
  41103.  
  41104.    * Fixed that open transactions in BDB tables are rolled back if the
  41105.      connection is closed unexpectedly.
  41106.  
  41107.    * Added workaround for a bug in `gcc' 2.96 (intel) and `gcc' 2.9
  41108.      (Ia64) in `gen_lex_hash.c'.
  41109.  
  41110.    * Fixed memory leak in the client library when using `host=' in the
  41111.      `my.cnf' file.
  41112.  
  41113.    * Optimized functions that manipulate the hours/minutes/seconds.
  41114.  
  41115.    * Fixed bug when comparing the result of `DATE_ADD()'/`DATE_SUB()'
  41116.      against a number.
  41117.  
  41118.    * Changed the meaning of `-F, --fast' for `myisamchk'. Added option
  41119.      `-C, --check-only-changed' to `myisamchk'.
  41120.  
  41121.    * Added `ANALYZE table_name' to update key statistics for tables.
  41122.  
  41123.    * Changed binary items `0x...' to be regarded as integers by default.
  41124.  
  41125.    * Fix for SCO and `SHOW PROCESSLIST'.
  41126.  
  41127.    * Added `auto-rehash' on reconnect for the `mysql' client.
  41128.  
  41129.    * Fixed a newly introduced bug in `MyISAM', where the index file
  41130.      couldn't get bigger than 64M.
  41131.  
  41132.    * Added `SHOW MASTER STATUS' and `SHOW SLAVE STATUS'.
  41133.  
  41134. Changes in release 3.23.21
  41135. --------------------------
  41136.  
  41137.    * Added `mysql_character_set_name(MYSQL *mysql)' function to the
  41138.      MySQL C API.
  41139.  
  41140.    * Made the update log `ASCII 0' safe.
  41141.  
  41142.    * Added the `mysql_config' script.
  41143.  
  41144.    * Fixed problem when using `<' or `>' with a char column that was
  41145.      only partly indexed.
  41146.  
  41147.    * One would get a core dump if the log file was not readable by the
  41148.      MySQL user.
  41149.  
  41150.    * Changed `mysqladmin' to use the `CREATE DATABASE'/`DROP DATABASE'
  41151.      commands instead of the old deprecated API calls.
  41152.  
  41153.    * Fixed `chown' warning in `safe_mysqld'.
  41154.  
  41155.    * Fixed a bug in `ORDER BY' that was introduced in 3.23.19.
  41156.  
  41157.    * Only optimize the `DELETE FROM tbl_name' to do a drop+create of
  41158.      the table if we are in `AUTOCOMMIT' mode.  (Needed for BDB tables).
  41159.  
  41160.    * Added extra checks to avoid index corruption when the
  41161.      `ISAM'/`MyISAM' index files gets full during an `INSERT'/`UPDATE'.
  41162.  
  41163.    * `myisamchk' didn't correctly update row checksum when used with
  41164.      `-ro' (This only gave an warning in subsequent runs).
  41165.  
  41166.    * Fixed bug in `REPAIR TABLE' so that it works with tables without
  41167.      indexes.
  41168.  
  41169.    * Fixed buffer overrun in `DROP DATABASE'
  41170.  
  41171.    * `LOAD TABLE FROM MASTER' is sufficiently bug-free to announce it as
  41172.      a feature.
  41173.  
  41174.    * `MATCH' and `AGAINST' are now reserved words.
  41175.  
  41176. Changes in release 3.23.20
  41177. --------------------------
  41178.  
  41179.    * Fixed bug in 3.23.19; `DELETE FROM tbl_name' removed the .frm file.
  41180.  
  41181.    * Added `SHOW CREATE TABLE'.
  41182.  
  41183. Changes in release 3.23.19
  41184. --------------------------
  41185.  
  41186.    * Changed copyright for all files to GPL for the server code and
  41187.      utilities and LGPL for the client libraries.
  41188.  
  41189.    * Fixed bug where all rows matching weren't updated on a `MyISAM'
  41190.      table when doing update based on key on a table with many keys and
  41191.      some key changed values.
  41192.  
  41193.    * The Linux MySQL RPM's and binaries are now statically linked with
  41194.      a linuxthread version that has faster mutex handling when used with
  41195.      MySQL.
  41196.  
  41197.    * `ORDER BY' can now uses `REF' keys to find subset the rows that
  41198.      needs to be sorted.
  41199.  
  41200.    * Changed name of `print_defaults' to `my_print_defaults' to avoid
  41201.      name confusion.
  41202.  
  41203.    * Fixed `NULLIF()' to work according to ANSI SQL99.
  41204.  
  41205.    * Added `net_read_timeout' and `net_write_timeout' as startup
  41206.      parameters to `mysqld'.
  41207.  
  41208.    * Fixed bug that destroyed index when doing `myisamchk
  41209.      --sort-records' on a table with prefix compressed index.
  41210.  
  41211.    * Added pack_isam and myisampack to the standard MySQL distribution.
  41212.  
  41213.    * Added the syntax `BEGIN WORK' (the same as `BEGIN').
  41214.  
  41215.    * Fixed core dump bug when using `ORDER BY' on a `CONV()' expression.
  41216.  
  41217.    * Added `LOAD TABLE FROM MASTER'
  41218.  
  41219.    * Added `FLUSH MASTER' and `FLUSH SLAVE'
  41220.  
  41221.    * Fixed big/little endian problem in the replication
  41222.  
  41223. Changes in release 3.23.18
  41224. --------------------------
  41225.  
  41226.    * Fixed a problem from 3.23.17 when choosing character set on the
  41227.      client side.
  41228.  
  41229.    * Added `FLUSH TABLES WITH READ LOCK' to make a global lock suitable
  41230.      to make a copy of MySQL data files.
  41231.  
  41232.    * `CREATE TABLE ... SELECT ... PROCEDURE' now works.
  41233.  
  41234.    * Internal temporary tables will now uses compressed index when using
  41235.      `GROUP BY' on `VARCHAR/CHAR' columns.
  41236.  
  41237.    * Fixed a problem when locking the same table with both a `READ' and
  41238.      a `WRITE' lock.
  41239.  
  41240.    * Fixed problem with myisamchk and `RAID' tables.
  41241.  
  41242. Changes in release 3.23.17
  41243. --------------------------
  41244.  
  41245.    * Fixed a bug in `find_in_set()' when the first argument was `NULL'.
  41246.  
  41247.    * Added table locks to Berkeley DB.
  41248.  
  41249.    * Fixed a bug with `LEFT JOIN' and `ORDER BY' where the first table
  41250.      had only one matching row.
  41251.  
  41252.    * Added 4 sample `my.cnf' example files in the `support-files'
  41253.      directory.
  41254.  
  41255.    * Fixed `duplicated key' problem when doing big `GROUP BY''s.  (This
  41256.      bug was probably introduced in 3.23.15).
  41257.  
  41258.    * Changed syntax for `INNER JOIN' to match ANSI SQL.
  41259.  
  41260.    * Added `NATURAL JOIN' syntax.
  41261.  
  41262.    * A lot of fixes in the `BDB' interface.
  41263.  
  41264.    * Added handling of `--no-defaults' and `--defaults-file' to
  41265.      `safe_mysqld.sh' and `mysql_install_db.sh'.
  41266.  
  41267.    * Fixed bug in reading compressed tables with many threads.
  41268.  
  41269.    * Fixed that `USE INDEX' works with `PRIMARY' keys.
  41270.  
  41271.    * Added `BEGIN' statement to start a transaction in `AUTOCOMMIT'
  41272.      mode.
  41273.  
  41274.    * Added symbolic links support for Windows.
  41275.  
  41276.    * Changed protocol to let client know if the server is in AUTOCOMMIT
  41277.      mode and if there is a pending transaction.  If there is a pending
  41278.      transaction the client library will give an error before
  41279.      reconnecting to the server to let the client know that the server
  41280.      did a rollback.  The protocol is still backward compatible with
  41281.      old clients
  41282.  
  41283.    * `KILL' now works on a thread that is locked on a 'write' to a dead
  41284.      client.
  41285.  
  41286.    * Fixed memory leak in the replication slave thread.
  41287.  
  41288.    * Added new option `log-slave-updates' to allow daisy-chaining the
  41289.      slaves.
  41290.  
  41291.    * Fixed compile error on FreeBSD and other systems where `pthread_t'
  41292.      is not the same as `int'.
  41293.  
  41294.    * Fixed master shutdown aborting the slave thread.
  41295.  
  41296.    * Fixed a race condition in `INSERT DELAYED' code when doing `ALTER
  41297.      TABLE'.
  41298.  
  41299.    * Added deadlock detection sanity checks to `INSERT DELAYED'
  41300.  
  41301. Changes in release 3.23.16
  41302. --------------------------
  41303.  
  41304.    * Added option `TYPE=QUICK' to `CHECK' and `REPAIR'.
  41305.  
  41306.    * Fixed bug in `REPAIR TABLE' when the table was in use by other
  41307.      threads.
  41308.  
  41309.    * Added a thread cache to make it possible to debug MySQL with `gdb'
  41310.      when one does a lot of reconnects. This will also improve systems
  41311.      where you can't use persistent connections.
  41312.  
  41313.    * Lots of fixes in the Berkeley DB interface.
  41314.  
  41315.    * `UPDATE IGNORE' will not abort if an update results in a
  41316.      `DUPLICATE_KEY' error.
  41317.  
  41318.    * Put `CREATE TEMPORARY TABLE' commands in the update log.
  41319.  
  41320.    * Fixed bug in handling of masked IP numbers in the privilege tables.
  41321.  
  41322.    * Fixed bug with `delayed_key_writes' tables and `CHECK TABLE'.
  41323.  
  41324.    * Added `replicate-do-db' and `replicate-ignore-db' options to
  41325.      restrict which databases get replicated
  41326.  
  41327.    * Added `SQL_LOG_BIN' option
  41328.  
  41329. Changes in release 3.23.15
  41330. --------------------------
  41331.  
  41332.    * To start `mysqld' as `root', you must now use the `--user=root'
  41333.      option.
  41334.  
  41335.    * Added interface to Berkeley DB. (This is not yet functional;  Play
  41336.      with it at your own risk!)
  41337.  
  41338.    * Replication between master and slaves.
  41339.  
  41340.    * Fixed bug that other threads could steal a lock when a thread had
  41341.      a lock on a table and did a `FLUSH TABLES' command.
  41342.  
  41343.    * Added the `slow_launch_time' variable and the `Slow_launch_threads'
  41344.      status variable to `mysqld'.  These can be examined with
  41345.      `mysqladmin variables' and `mysqladmin extended-status'.
  41346.  
  41347.    * Added functions `INET_NTOA()' and `INET_ATON()'.
  41348.  
  41349.    * The default type of `IF()' now depends on the second and third
  41350.      arguments and not only on the second argument.
  41351.  
  41352.    * Fixed case when `myisamchk' could go into a loop when trying to
  41353.      repair a crashed table.
  41354.  
  41355.    * Don't write `INSERT DELAYED' to update log if `SQL_LOG_UPDATE=0'.
  41356.  
  41357.    * Fixed problem with `REPLACE' on `HEAP' tables.
  41358.  
  41359.    * Added possible character sets and time zone to `SHOW VARIABLES'.
  41360.  
  41361.    * Fixed bug in locking code that could result it locking problems
  41362.      with concurrent inserts under high load.
  41363.  
  41364.    * Fixed a problem with `DELETE' of many rows on a table with
  41365.      compressed keys where MySQL scanned the index to find the rows.
  41366.  
  41367.    * Fixed problem with `CHECK' on table with deleted keyblocks.
  41368.  
  41369.    * Fixed a bug in reconnect (at the client side) where it didn't free
  41370.      memory properly in some contexts.
  41371.  
  41372.    * Fixed problems in update log when using `LAST_INSERT_ID()' to
  41373.      update a table with an auto_increment key.
  41374.  
  41375.    * Added function `NULLIF()'.
  41376.  
  41377.    * Fixed bug when using `LOAD DATA INFILE' on a table with
  41378.      `BLOB/TEXT' columns.
  41379.  
  41380.    * Optimised MyISAM to be faster when inserting keys in sorted order.
  41381.  
  41382.    * `EXPLAIN SELECT ...' now also prints out whether MySQL needs to
  41383.      create a temporary table or use file sorting when resolving the
  41384.      `SELECT'.
  41385.  
  41386.    * Added optimization to skip `ORDER BY' parts where the part is a
  41387.      constant expression in the `WHERE' part.  Indexes can now be used
  41388.      even if the `ORDER BY' doesn't match the index exactly, as long as
  41389.      all the not used index parts and all the extra `ORDER BY' columns
  41390.      are constants in the `WHERE' clause.  *Note MySQL indexes::.
  41391.  
  41392.    * `UPDATE' and `DELETE' on a whole unique key in the `WHERE' part,
  41393.      is now faster than before.
  41394.  
  41395.    * Changed `RAID_CHUNKSIZE' to be in 1024 byte increments.
  41396.  
  41397.    * Fixed coredump in LOAD_FILE(NULL).
  41398.  
  41399. Changes in release 3.23.14
  41400. --------------------------
  41401.  
  41402.    * Fixed a bug in `CONCAT()' where one of the arguments was a function
  41403.      that returned a modified argument.
  41404.  
  41405.    * Fixed a critical bug in `myisamchk', where it updated the header in
  41406.      the index file when one only checked the table.  This confused the
  41407.      `mysqld' daemon if it updated the same table at the same time. Now
  41408.      the status in the index file is only updated if one uses
  41409.      `--update-state'.  With older `myisamchk' versions you should use
  41410.      `--read-only' when only checking tables, if there is the slightest
  41411.      chance that the `mysqld' server is working on the table at the
  41412.      same time!
  41413.  
  41414.    * Fixed that `DROP TABLE' is logged in the update log.
  41415.  
  41416.    * Fixed problem when searching on `DECIMAL()' key field where the
  41417.      column data contained leading zeros.
  41418.  
  41419.    * Fix bug in `myisamchk' when the auto_increment isn't the first key.
  41420.  
  41421.    * Allow `DATETIME' in ISO8601 format: 2000-03-12T12:00:00
  41422.  
  41423.    * Dynamic character sets.  A `mysqld' binary can now handle many
  41424.      different character sets (you can choose which when starting
  41425.      `mysqld').
  41426.  
  41427.    * Added command `REPAIR TABLE'.
  41428.  
  41429.    * Added C API function `mysql_thread_safe()'.
  41430.  
  41431.    * Added the `UMASK_DIR' environment variable.
  41432.  
  41433.    * Added function `CONNECTION_ID()'.
  41434.  
  41435.    * When using `=' on `BLOB' or `VARCHAR BINARY' keys, where only a
  41436.      part of the column was indexed, the whole column of the result row
  41437.      wasn't compared.
  41438.  
  41439.    * Fix for sjis character set and `ORDER BY'.
  41440.  
  41441.    * When running in ANSI mode, don't allow columns to be used that
  41442.      aren't in the `GROUP BY' part.
  41443.  
  41444. Changes in release 3.23.13
  41445. --------------------------
  41446.  
  41447.    * Fixed problem when doing locks on the same table more than 2 times
  41448.      in the same `LOCK TABLE' command; This fixed the problem one got
  41449.      when running the test-ATIS test with `--fast' or
  41450.      `--check-only-changed'.
  41451.  
  41452.    * Added option `SQL_BUFFER_RESULT' to `SELECT'.
  41453.  
  41454.    * Removed end space from double/float numbers in results from
  41455.      temporary tables.  Added `CHECK TABLE' command.
  41456.  
  41457.    * Added changes for MyISAM in 3.23.12 that didn't get into the source
  41458.      distribution because of CVS problems.
  41459.  
  41460.    * Fixed bug so that `mysqladmin shutdown' will wait for the local
  41461.      server to close down.
  41462.  
  41463.    * Fixed a possible endless loop when calculating timestamp.
  41464.  
  41465.    * Added `print_defaults' to the `.rpm' files. Removed `mysqlbug'
  41466.      from the client `.rpm' file.
  41467.  
  41468. Changes in release 3.23.12
  41469. --------------------------
  41470.  
  41471.    * Fixed bug in `MyISAM' involving `REPLACE ... SELECT ...' which
  41472.      could give a corrupted table.
  41473.  
  41474.    * Fixed bug in `myisamchk' where it wrongly reset the auto_increment
  41475.      value.
  41476.  
  41477.    * LOTS of patches for Linux Alpha. MySQL now appears to be relatively
  41478.      stable on Alpha.
  41479.  
  41480.    * Changed `DISTINCT' on `HEAP' temporary tables to use hashed keys
  41481.      to quickly find duplicated rows. This mostly concerns queries of
  41482.      type `SELECT DISTINCT ... GROUP BY ...'.  This fixes a problem
  41483.      where not all duplicates were removed in queries of the above
  41484.      type.  In addition, the new code is MUCH faster.
  41485.  
  41486.    * Added patches to make MySQL compile on Mac OS X.
  41487.  
  41488.    * Added option `IF NOT EXISTS' to `CREATE DATABASE'.
  41489.  
  41490.    * Added options `--all-databases' and `--databases' to `mysqldump'
  41491.      to allow dumping of many databases at the same time.
  41492.  
  41493.    * Fixed bug in compressed `DECIMAL()' index in `MyISAM' tables.
  41494.  
  41495.    * Fixed bug when storing 0 into a timestamp.
  41496.  
  41497.    * When doing `mysqladmin shutdown' on a local connection,
  41498.      `mysqladmin' now waits until the pidfile is gone before
  41499.      terminating.
  41500.  
  41501.    * Fixed core dump with some `COUNT(DISTINCT ...)' queries.
  41502.  
  41503.    * Fixed that `myisamchk' works properly with RAID:ed tables.
  41504.  
  41505.    * Fixed problem with `LEFT JOIN' and `key_field IS NULL'.
  41506.  
  41507.    * Fixed bug in `net_clear()' which could give the error `Aborted
  41508.      connection' in the MySQL clients.
  41509.  
  41510.    * Added options `USE INDEX (key_list)' and `IGNORE INDEX (key_list)'
  41511.      as join parameters in `SELECT'.
  41512.  
  41513.    * `DELETE' and `RENAME' should now work on `RAID' tables.
  41514.  
  41515. Changes in release 3.23.11
  41516. --------------------------
  41517.  
  41518.    * Allow the `ALTER TABLE tbl_name ADD (field_list)' syntax.
  41519.  
  41520.    * Fixed problem with optimizer that could sometimes use wrong keys.
  41521.  
  41522.    * Fixed that `GRANT/REVOKE ALL PRIVILEGES' doesn't affect `GRANT
  41523.      OPTION'.
  41524.  
  41525.    * Removed extra `)' from the output of `SHOW GRANTS'
  41526.  
  41527.    * Fixed problem when storing numbers in timestamps.
  41528.  
  41529.    * Fix problem with timezones that have half hour offsets.
  41530.  
  41531.    * Allow the syntax `UNIQUE INDEX' in `CREATE' statements.
  41532.  
  41533.    * `mysqlhotcopy' - fast on-line hot-backup utility for local MySQL
  41534.      databases. By Tim Bunce.
  41535.  
  41536.    * New more secure `mysqlaccess'. Thanks to Steve Harvey for this.
  41537.  
  41538.    * Added options `--i-am-a-dummy' and `--safe-updates' to `mysql'.
  41539.  
  41540.    * Added variables `select_limit' and `max_join_size' to `mysql'.
  41541.  
  41542.    * Added sql variables: `SQL_MAX_JOIN_SIZE' and `SQL_SAFE_UPDATES'.
  41543.  
  41544.    * Added `READ LOCAL' lock that doesn't lock the table for concurrent
  41545.      inserts. (This is used by `mysqldump').
  41546.  
  41547.    * Changed that `LOCK TABLES ... READ' doesn't anymore allow
  41548.      concurrent inserts.
  41549.  
  41550.    * Added option `--skip-delay-key-write' to `mysqld'.
  41551.  
  41552.    * Fixed security problem in the protocol regarding password checking.
  41553.  
  41554.    * `_rowid' can now be used as an alias for an integer type unique
  41555.      indexed column.
  41556.  
  41557.    * Added back blocking of `SIGPIPE' when compiling with
  41558.      `--thread-safe-clients' to make things safe for old clients.
  41559.  
  41560. Changes in release 3.23.10
  41561. --------------------------
  41562.  
  41563.    * Fixed bug in 3.23.9 where memory wasn't properly freed when doing
  41564.      `LOCK TABLES'.
  41565.  
  41566. Changes in release 3.23.9
  41567. -------------------------
  41568.  
  41569.    * Fixed problem that affected queries that did arithmetic on group
  41570.      functions.
  41571.  
  41572.    * Fixed problem with timestamps and `INSERT DELAYED'.
  41573.  
  41574.    * Fixed that `date_column BETWEEN const_date AND const_date' works.
  41575.  
  41576.    * Fixed problem when only changing a 0 to `NULL' in a table with
  41577.      `BLOB/TEXT' columns.
  41578.  
  41579.    * Fixed bug in range optimizer when using many key parts and or on
  41580.      the middle key parts:  `WHERE K1=1 and K3=2 and (K2=2 and K4=4 or
  41581.      K2=3 and K4=5)'
  41582.  
  41583.    * Added command `source' to `mysql' to allow reading of batch files
  41584.      inside the `mysql' client.  Original patch by Matthew Vanecek.
  41585.  
  41586.    * Fixed critical problem with the `WITH GRANT OPTION' option.
  41587.  
  41588.    * Don't give an unnecessary `GRANT' error when using tables from many
  41589.      databases in the same query.
  41590.  
  41591.    * Added VIO wrapper (needed for SSL support ; By Andrei Errapart and
  41592.      T⌡nu Samuel).
  41593.  
  41594.    * Fixed optimizer problem on `SELECT' when using many overlapping
  41595.      indexes.  MySQL should now be able to choose keys even better when
  41596.      there is many keys to choose from.
  41597.  
  41598.    * Changed optimizer to prefer a range key instead of a ref key when
  41599.      the range key can uses more columns than the ref key (which only
  41600.      can use columns with =).  For example, the following type of
  41601.      queries should now be faster: `SELECT * from key_part_1=const and
  41602.      key_part_2 > const2'
  41603.  
  41604.    * Fixed bug that a change of all `VARCHAR' columns to `CHAR' columns
  41605.      didn't change row type from dynamic to fixed.
  41606.  
  41607.    * Disabled floating-point exceptions for FreeBSD to fix core dump
  41608.      when doing `SELECT floor(pow(2,63))'.
  41609.  
  41610.    * Changed `mysqld' startup option `--delay-key-write' to
  41611.      `--delay-key-write-for-all-tables'
  41612.  
  41613.    * Added `read-next-on-key' to `HEAP' tables.  This should fix all
  41614.      problems with `HEAP' tables when using not `UNIQUE' keys.
  41615.  
  41616.    * Added print of default arguments options to all clients.
  41617.  
  41618.    * Added `--log-slow-queries' to `mysqld' to log all queries that
  41619.      take a long time to a separate log file with a time of how long
  41620.      the query took.
  41621.  
  41622.    * Fixed core dump when doing `WHERE key_column=RAND(...)'
  41623.  
  41624.    * Fixed optimization bug in `SELECT ... LEFT JOIN ... key_column IS
  41625.      NULL', when `key_column' could contain `NULL' values.
  41626.  
  41627.    * Fixed problem with 8-bit characters as separators in `LOAD DATA
  41628.      INFILE'.
  41629.  
  41630. Changes in release 3.23.8
  41631. -------------------------
  41632.  
  41633.    * Fixed problem when handling indexfiles larger than 8G.
  41634.  
  41635.    * Added latest patches to mit-pthreads for NetBSD.
  41636.  
  41637.    * Fixed problem with timezones that are < GMT -11.
  41638.  
  41639.    * Fixed a bug when deleting packed keys in `NISAM'.
  41640.  
  41641.    * Fixed problem with `ISAM' when doing some `ORDER BY ... DESC'
  41642.      queries.
  41643.  
  41644.    * Fixed bug when doing a join on a text key which didn't cover the
  41645.      whole key.
  41646.  
  41647.    * Option `--delay-key-write' didn't enable delayed key writing.
  41648.  
  41649.    * Fixed update of `TEXT' column which only involved case changes.
  41650.  
  41651.    * Fixed that `INSERT DELAYED' doesn't update timestamps that are
  41652.      given.
  41653.  
  41654.    * Added function `YEARWEEK()' and options `x', `X', `v' and `V' to
  41655.      `DATE_FORMAT()'.
  41656.  
  41657.    * Fixed problem with `MAX(indexed_column)' and HEAP tables.
  41658.  
  41659.    * Fixed problem with `BLOB NULL' keys and `LIKE' "prefix%".
  41660.  
  41661.    * Fixed problem with `MyISAM' and fixed-length rows < 5 bytes.
  41662.  
  41663.    * Fixed problem that could cause MySQL to touch freed memory when
  41664.      doing very complicated `GROUP BY' queries.
  41665.  
  41666.    * Fixed core dump if you got a crashed table where an `ENUM' field
  41667.      value was too big.
  41668.  
  41669. Changes in release 3.23.7
  41670. -------------------------
  41671.  
  41672.    * Fixed workaround under Linux to avoid problems with
  41673.      `pthread_mutex_timedwait', which is used with `INSERT DELAYED'.
  41674.      *Note Linux::.
  41675.  
  41676.    * Fixed that one will get a 'disk full' error message if one gets
  41677.      disk full when doing sorting (instead of waiting until we got more
  41678.      disk space).
  41679.  
  41680.    * Fixed a bug in `MyISAM' with keys > 250 characters.
  41681.  
  41682.    * In `MyISAM' one can now do an `INSERT' at the same time as other
  41683.      threads are reading from the table.
  41684.  
  41685.    * Added variable `max_write_lock_count' to `mysqld' to force a
  41686.      `READ' lock after a certain number of `WRITE' locks.
  41687.  
  41688.    * Inverted flag `delayed_key_write' on `show variables'.
  41689.  
  41690.    * Renamed variable `concurrency' to `thread_concurrency'.
  41691.  
  41692.    * The following functions are now multi-byte-safe:
  41693.      `LOCATE(substr,str)', `POSITION(substr IN str)',
  41694.      `LOCATE(substr,str,pos)', `INSTR(str,substr)', `LEFT(str,len)',
  41695.      `RIGHT(str,len)', `SUBSTRING(str,pos,len)', `SUBSTRING(str FROM
  41696.      pos FOR len)', `MID(str,pos,len)', `SUBSTRING(str,pos)',
  41697.      `SUBSTRING(str FROM pos)', `SUBSTRING_INDEX(str,delim,count)',
  41698.      `RTRIM(str)', `TRIM([[BOTH | TRAILING] [remstr] FROM] str)',
  41699.      `REPLACE(str,from_str,to_str)', `REVERSE(str)',
  41700.      `INSERT(str,pos,len,newstr)', `LCASE(str)', `LOWER(str)',
  41701.      `UCASE(str)' and `UPPER(str)';  Patch by Wei He.
  41702.  
  41703.    * Fix core dump when releasing a lock from a non-existent table.
  41704.  
  41705.    * Remove locks on tables before starting to remove duplicates.
  41706.  
  41707.    * Added option `FULL' to `SHOW PROCESSLIST'.
  41708.  
  41709.    * Added option `--verbose' to `mysqladmin'.
  41710.  
  41711.    * Fixed problem when automatically converting HEAP to MyISAM.
  41712.  
  41713.    * Fixed bug in HEAP tables when doing insert + delete + insert +
  41714.      scan the table.
  41715.  
  41716.    * Fixed bugs on Alpha with `REPLACE()' and `LOAD DATA INFILE'.
  41717.  
  41718.    * Added `mysqld' variable `interactive_timeout'.
  41719.  
  41720.    * Changed the argument to `mysql_data_seek()' from `ulong' to
  41721.      `ulonglong'.
  41722.  
  41723. Changes in release 3.23.6
  41724. -------------------------
  41725.  
  41726.    * Added `mysqld' option `-O lower_case_table_names={0|1}' to allow
  41727.      users to force table names to lowercase.
  41728.  
  41729.    * Added `SELECT ... INTO DUMPFILE'.
  41730.  
  41731.    * Added `mysqld' option `--ansi' to make some functions `ANSI SQL'
  41732.      compatible.
  41733.  
  41734.    * Temporary tables now starts with `#sql'.
  41735.  
  41736.    * Added quoting of identifiers with ``' (`"' in `--ansi' mode).
  41737.  
  41738.    * Changed to use snprintf() when printing floats to avoid some buffer
  41739.      overflows on FreeBSD.
  41740.  
  41741.    * Made `[floor()' overflow safe on FreeBSD.
  41742.  
  41743.    * Added option `--quote-names' to `mysqldump'
  41744.  
  41745.    * Fixed bug that one could make a part of a `PRIMARY KEY NOT NULL'.
  41746.  
  41747.    * Fixed `encrypt()' to be thread safe and not reuse buffer.
  41748.  
  41749.    * Added `mysql_odbc_escape_string()' function to support big5
  41750.      characters in MyODBC.
  41751.  
  41752.    * Rewrote the table handler to use classes.  This introduces a lot
  41753.      of new code, but will make table handling faster and better.
  41754.  
  41755.    * Added patch by Sasha for user-defined variables.
  41756.  
  41757.    * Changed that `FLOAT' and `DOUBLE' (without any length modifiers)
  41758.      are not anymore fixed decimal point numbers.
  41759.  
  41760.    * Changed the meaning of `FLOAT(X)': Now this is the same as `FLOAT'
  41761.      if X <= 24 and a `DOUBLE' if 24 < X <= 53.
  41762.  
  41763.    * `DECIMAL(X)' is now an alias for `DECIMAL(X,0)' and `DECIMAL' is
  41764.      now an alias for `DECIMAL(10,0)'.  The same goes for `NUMERIC'.
  41765.  
  41766.    * Added option `ROW_FORMAT={default | dynamic | static |
  41767.      compressed}' to `CREATE_TABLE'.
  41768.  
  41769.    * `DELETE FROM table_name' didn't work on temporary tables.
  41770.  
  41771.    * Changed function `CHAR_LENGTH()' to be multi-byte character safe.
  41772.  
  41773.    * Added function `ORD(string)'.
  41774.  
  41775. Changes in release 3.23.5
  41776. -------------------------
  41777.  
  41778.    * Fixed some Y2K problems in the new date handling in 3.23.
  41779.  
  41780.    * Fixed problem with `SELECT DISTINCT ... ORDER BY RAND()'.
  41781.  
  41782.    * Added patches by Sergei A. Golubchik for text searching on the
  41783.      MyISAM level.
  41784.  
  41785.    * Fixed cache overflow problem when using full joins without keys.
  41786.  
  41787.    * Fixed some configure issues.
  41788.  
  41789.    * Some small changes to make parsing faster.
  41790.  
  41791.    * `ALTER TABLE' + adding a column after the last field didn't work.
  41792.  
  41793.    * Fixed problem when using an auto_increment column in two keys
  41794.  
  41795.    * One can now with MyISAM have the auto_increment part as a sub part:
  41796.      `CREATE TABLE foo (a int not null auto_increment, b char(5),
  41797.      primary key (b,a))'
  41798.  
  41799.    * Fixed bug in MyISAM with packed char keys that could be `NULL'.
  41800.  
  41801.    * `AS' on fieldname with `CREATE TABLE table_name SELECT ...' didn't
  41802.      work.
  41803.  
  41804.    * Allow use of `NATIONAL' and `NCHAR' when defining character
  41805.      columns.  This is the same as not using `BINARY'.
  41806.  
  41807.    * Don't allow `NULL' columns in a `PRIMARY KEY' (only in `UNIQUE'
  41808.      keys).
  41809.  
  41810.    * Clear `LAST_INSERT_ID' if one uses this in ODBC: `WHERE
  41811.      auto_increment_column IS NULL'.  This seems to fix some problems
  41812.      with Access.
  41813.  
  41814.    * `SET SQL_AUTO_IS_NULL=0|1' now turns on/off the handling of
  41815.      searching after the last inserted row with `WHERE
  41816.      auto_increment_column IS NULL'.
  41817.  
  41818.    * Added new `mysqld' variable `concurrency' for Solaris.
  41819.  
  41820.    * Added option `--relative' to `mysqladmin' to make
  41821.      `extended-status' more useful to monitor changes.
  41822.  
  41823.    * Fixed bug when using `COUNT(DISTINCT ...)' on an empty table.
  41824.  
  41825.    * Added support for the Chinese character set GBK.
  41826.  
  41827.    * Fixed problem with `LOAD DATA INFILE' and `BLOB' columns.
  41828.  
  41829.    * Added bit operator `~' (negation).
  41830.  
  41831.    * Fixed problem with `UDF' functions.
  41832.  
  41833. Changes in release 3.23.4
  41834. -------------------------
  41835.  
  41836.    * Inserting a `DATETIME' into a `TIME' column will not anymore try
  41837.      to store 'days' in it.
  41838.  
  41839.    * Fixed problem with storage of float/double on little endian
  41840.      machines.  (This affected `SUM()'.)
  41841.  
  41842.    * Added connect timeout on TCP/IP connections.
  41843.  
  41844.    * Fixed problem with `LIKE' "%" on an index that may have `NULL'
  41845.      values.
  41846.  
  41847.    * `REVOKE ALL PRIVILEGES' didn't revoke all privileges.
  41848.  
  41849.    * Allow creation of temporary tables with same name as the original
  41850.      table.
  41851.  
  41852.    * When granting a user a grant option for a database, he couldn't
  41853.      grant privileges to other users.
  41854.  
  41855.    * New command: `SHOW GRANTS FOR user' (by Sinisa).
  41856.  
  41857.    * New `date_add' syntax:  `date/datetime + INTERVAL # interval_type'.
  41858.      By Joshua Chamas.
  41859.  
  41860.    * Fixed privilege check for `LOAD DATA REPLACE'.
  41861.  
  41862.    * Automatic fixing of broken include files on Solaris 2.7
  41863.  
  41864.    * Some configure issues to fix problems with big file system
  41865.      detection.
  41866.  
  41867.    * `REGEXP' is now case insensitive if you use non-binary strings.
  41868.  
  41869. Changes in release 3.23.3
  41870. -------------------------
  41871.  
  41872.    * Added patches for MIT-pthreads on NetBSD.
  41873.  
  41874.    * Fixed range bug in MyISAM.
  41875.  
  41876.    * `ASC' is now the default again for `ORDER BY'.
  41877.  
  41878.    * Added `LIMIT' to `UPDATE'.
  41879.  
  41880.    * New client function: `mysql_change_user()'.
  41881.  
  41882.    * Added character set to `SHOW VARIABLES'.
  41883.  
  41884.    * Added support of `--[whitespace]' comments.
  41885.  
  41886.    * Allow `INSERT into tbl_name VALUES ()', that is, you may now
  41887.      specify an empty value list to insert a row in which each column
  41888.      is set to its default value.
  41889.  
  41890.    * Changed `SUBSTRING(text FROM pos)' to conform to ANSI SQL. (Before
  41891.      this construct returned the rightmost 'pos' characters).
  41892.  
  41893.    * `SUM()' with `GROUP BY' returned 0 on some systems.
  41894.  
  41895.    * Changed output for `SHOW TABLE STATUS'.
  41896.  
  41897.    * Added `DELAY_KEY_WRITE' option to `CREATE TABLE'.
  41898.  
  41899.    * Allow `AUTO_INCREMENT' on any key part.
  41900.  
  41901.    * Fixed problem with `YEAR(NOW())' and `YEAR(CURDATE())'.
  41902.  
  41903.    * Added `CASE' construct.
  41904.  
  41905.    * New function `COALESCE()'.
  41906.  
  41907. Changes in release 3.23.2
  41908. -------------------------
  41909.  
  41910.    * Fixed range optimizer bug: `SELECT * FROM table_name WHERE
  41911.      key_part1 >= const AND (key_part2 = const OR key_part2 = const)'.
  41912.      The bug was that some rows could be duplicated in the result.
  41913.  
  41914.    * Running `myisamchk' without `-a' updated the index distribution
  41915.      wrong.
  41916.  
  41917.    * `SET SQL_LOW_PRIORITY_UPDATES=1' gave parse error before.
  41918.  
  41919.    * You can now update indexes columns that are used in the `WHERE'
  41920.      clause.  `UPDATE tbl_name SET KEY=KEY+1 WHERE KEY > 100'
  41921.  
  41922.    * Date handling should now be a bit faster.
  41923.  
  41924.    * Added handling of fuzzy dates (dates where day or month is 0):
  41925.      (Like: 1999-01-00)
  41926.  
  41927.    * Fixed optimization of `SELECT ... WHERE key_part1=const1 AND
  41928.      key_part_2=const2 AND key_part1=const4 AND key_part2=const4' ;
  41929.      Indextype should be `range' instead of `ref'.
  41930.  
  41931.    * Fixed `egcs' 1.1.2 optimizer bug (when using `BLOB's) on Linux
  41932.      Alpha.
  41933.  
  41934.    * Fixed problem with `LOCK TABLES' combined with `DELETE FROM table'.
  41935.  
  41936.    * MyISAM tables now allow keys on `NULL' and `BLOB/TEXT' columns.
  41937.  
  41938.    * The following join is now much faster: `SELECT ... FROM t1 LEFT
  41939.      JOIN t2 ON ... WHERE t2.not_null_column IS NULL'.
  41940.  
  41941.    * `ORDER BY' and `GROUP BY' can be done on functions.
  41942.  
  41943.    * Changed handling of 'const_item' to allow handling of `ORDER BY
  41944.      RAND()'.
  41945.  
  41946.    * Indexes are now used for `WHERE key_column = function'.
  41947.  
  41948.    * Indexes are now used for `WHERE key_column = column_name' even if
  41949.      the columns are not identically packed.
  41950.  
  41951.    * Indexes are now used for `WHERE column_name IS NULL'.
  41952.  
  41953.    * Changed heap tables to be stored in low_byte_first order (to make
  41954.      it easy to convert to MyISAM tables)
  41955.  
  41956.    * Automatic change of HEAP temporary tables to MyISAM tables in case
  41957.      of 'table is full' errors.
  41958.  
  41959.    * Added option `--init-file=file_name' to `mysqld'.
  41960.  
  41961.    * `COUNT(DISTINCT value, [value, ...])'
  41962.  
  41963.    * `CREATE TEMPORARY TABLE' now creates a temporary table, in its own
  41964.      namespace, that is automatically deleted if connection is dropped.
  41965.  
  41966.    * New reserved words (required for `CASE'):  `CASE, THEN, WHEN, ELSE
  41967.      and END'.
  41968.  
  41969.    * New functions `EXPORT_SET()' and `MD5()'.
  41970.  
  41971.    * Support for the GB2312 Chinese character set.
  41972.  
  41973. Changes in release 3.23.1
  41974. -------------------------
  41975.  
  41976.    * Fixed some compilation problems.
  41977.  
  41978. Changes in release 3.23.0
  41979. -------------------------
  41980.  
  41981.    * A new table handler library (`MyISAM') with a lot of new features.
  41982.      *Note MyISAM::.
  41983.  
  41984.    * You can create in-memory `HEAP' tables which are extremely fast for
  41985.      lookups.
  41986.  
  41987.    * Support for big files (63 bit) on OSes that support big files.
  41988.  
  41989.    * New function `LOAD_FILE(filename)' to get the contents of a file
  41990.      as a string value.
  41991.  
  41992.    * New operator `<=>' which will act as `=' but will return TRUE if
  41993.      both arguments are `NULL'.  This is useful for comparing changes
  41994.      between tables.
  41995.  
  41996.    * Added the ODBC 3.0 `EXTRACT(interval FROM datetime)' function.
  41997.  
  41998.    * Columns defined as `FLOAT(X)' is not rounded on storage and may be
  41999.      in scientific notation (1.0 E+10) when retrieved.
  42000.  
  42001.    * `REPLACE' is now faster than before.
  42002.  
  42003.    * Changed `LIKE' character comparison to behave as `='; This means
  42004.      that `'e' LIKE 'e''' (if the line doesn't display correctly, the
  42005.      latter 'e' means a French 'e' with a dot above) is now true.
  42006.  
  42007.    * `SHOW TABLE STATUS' returns a lot of information about the tables.
  42008.  
  42009.    * Added `LIKE' to the `SHOW STATUS' command.
  42010.  
  42011.    * Added privilege column to `SHOW COLUMNS'.
  42012.  
  42013.    * Added columns `packed' and `comment' to `SHOW INDEX'.
  42014.  
  42015.    * Added comments to tables (with `CREATE TABLE ... COMMENT "xxx"').
  42016.  
  42017.    * Added `UNIQUE', as in `CREATE TABLE table_name (col int not null
  42018.      UNIQUE)'
  42019.  
  42020.    * New create syntax: `CREATE TABLE table_name SELECT ...'
  42021.  
  42022.    * New create syntax: `CREATE TABLE IF NOT EXISTS ...'
  42023.  
  42024.    * Allow creation of `CHAR(0)' columns.
  42025.  
  42026.    * `DATE_FORMAT()' now requires `%' before any format character.
  42027.  
  42028.    * `DELAYED' is now a reserved word (sorry about that :( ).
  42029.  
  42030.    * An example procedure is added: `analyse', file: `sql_analyse.c'.
  42031.      This will describe the data in your query.  Try the following:
  42032.           SELECT ... FROM ... WHERE ... PROCEDURE ANALYSE([max elements,[max memory]])
  42033.  
  42034.      This procedure is extremely useful when you want to check the data
  42035.      in your table!
  42036.  
  42037.    * `BINARY' cast to force a string to be compared case sensitively.
  42038.  
  42039.    * Added option `--skip-show-database' to `mysqld'.
  42040.  
  42041.    * Check if a row has changed in an `UPDATE' now also works with
  42042.      `BLOB'/`TEXT' columns.
  42043.  
  42044.    * Added the `INNER' join syntax.  *NOTE*:  This made `INNER' a
  42045.      reserved word!
  42046.  
  42047.    * Added support for netmasks to the hostname in the MySQL tables.
  42048.      You can specify a netmask using the `IP/NETMASK' syntax.
  42049.  
  42050.    * If you compare a `NOT NULL DATE/DATETIME' column with `IS NULL',
  42051.      this is changed to a compare against `0' to satisfy some ODBC
  42052.      applications.  (By <shreeve@uci.edu>).
  42053.  
  42054.    * `NULL IN (...)' now returns `NULL' instead of `0'.  This will
  42055.      ensure that `null_column NOT IN (...)' doesn't match `NULL' values.
  42056.  
  42057.    * Fix storage of floating-point values in `TIME' columns.
  42058.  
  42059.    * Changed parsing of `TIME' strings to be more strict.  Now the
  42060.      fractional second part is detected (and currently skipped). The
  42061.      following formats are supported:
  42062.     `[[DAYS] [H]H:]MM:]SS[.fraction]'
  42063.  
  42064.     `[[[[[H]H]H]H]MM]SS[.fraction]'
  42065.    * Detect (and ignore) second fraction part from `DATETIME'.
  42066.  
  42067.    * Added the `LOW_PRIORITY' attribute to `LOAD DATA INFILE'.
  42068.  
  42069.    * The default index name now uses the same case as the used column
  42070.      name.
  42071.  
  42072.    * Changed default number of connections to 100.
  42073.  
  42074.    * Use bigger buffers when using `LOAD DATA INFILE'.
  42075.  
  42076.    * `DECIMAL(x,y)' now works according to ANSI SQL.
  42077.  
  42078.    * Added aggregate UDF functions. Thanks to Andreas F. Bobak
  42079.      <bobak@relog.ch> for this!
  42080.  
  42081.    * `LAST_INSERT_ID()' is now updated for `INSERT INTO ... SELECT'.
  42082.  
  42083.    * Some small changes to the join table optimizer to make some joins
  42084.      faster.
  42085.  
  42086.    * `SELECT DISTINCT' is much faster; It uses the new `UNIQUE'
  42087.      functionality in `MyISAM'. One difference compared to MySQL
  42088.      Version 3.22 is that the output of `DISTINCT' is not sorted
  42089.      anymore.
  42090.  
  42091.    * All C client API macros are now functions to make shared libraries
  42092.      more reliable. Because of this, you can no longer call
  42093.      `mysql_num_fields()' on a `MYSQL' object, you must use
  42094.      `mysql_field_count()' instead.
  42095.  
  42096.    * Added use of `LIBEWRAP';  Patch by Henning P . Schmiedehausen.
  42097.  
  42098.    * Don't allow `AUTO_INCREMENT' for other than numerical columns.
  42099.  
  42100.    * Using `AUTO_INCREMENT' will now automatically make the column `NOT
  42101.      NULL'.
  42102.  
  42103.    * Show `NULL' as the default value for AUTO_INCREMENT columns.
  42104.  
  42105.    * Added `SQL_BIG_RESULT';  `SQL_SMALL_RESULT' is now default.
  42106.  
  42107.    * Added a shared library RPM. This enhancement was contributed by
  42108.      David Fox (dsfox@cogsci.ucsd.edu).
  42109.  
  42110.    * Added a `--enable-large-files/--disable-large-files' switch to
  42111.      `configure'. See `configure.in' for some systems where this is
  42112.      automatically turned off because of broken implementations.
  42113.  
  42114.    * Upgraded `readline' to 4.0.
  42115.  
  42116.    * New `CREATE TABLE' options: `PACK_KEYS' and `CHECKSUM'.
  42117.  
  42118.    * Added `mysqld' option `--default-table-type'.
  42119.  
  42120. Changes in release 3.22.x (Older; Still supported)
  42121. ==================================================
  42122.  
  42123. The 3.22 version has faster and safer connect code than version 3.21,
  42124. as well as a lot of new nice enhancements.  The reason for not
  42125. including these changes As there aren't really any MAJOR changes,
  42126. upgrading from 3.21 to 3.22 should be very easy and painless.  *Note
  42127. Upgrading-from-3.21::.
  42128.  
  42129. Changes in release 3.22.35
  42130. --------------------------
  42131.  
  42132.    * Fixed problem with `STD()'.
  42133.  
  42134.    * Merged changes from the newest `ISAM' library from 3.23.
  42135.  
  42136.    * Fixed problem with `INSERT DELAYED'.
  42137.  
  42138.    * Fixed a bug core dump when using a `LEFT JOIN'/`STRAIGHT_JOIN' on
  42139.      a table with only one row.
  42140.  
  42141. Changes in release 3.22.34
  42142. --------------------------
  42143.  
  42144.    * Fixed problem with `GROUP BY' on `TINYBLOB' columns;  This caused
  42145.      bugzilla to not show rows in some queries.
  42146.  
  42147.    * Had to do total recompile of the Windows binary version as VC++
  42148.      didn't compile all relevant files for 3.22.33 :(
  42149.  
  42150. Changes in release 3.22.33
  42151. --------------------------
  42152.  
  42153.    * Fixed problems in Windows when locking tables with `LOCK TABLE'
  42154.  
  42155.    * Quicker kill of `SELECT DISTINCT' queries.
  42156.  
  42157. Changes in release 3.22.32
  42158. --------------------------
  42159.  
  42160.    * Fixed problem when storing numbers in timestamps.
  42161.  
  42162.    * Fix problem with timezones that have half hour offsets.
  42163.  
  42164.    * `mysqlhotcopy' - fast on-line hot-backup utility for local MySQL
  42165.      databases. By Tim Bunce.
  42166.  
  42167.    * New more secure `mysqlaccess'. Thanks to Steve Harvey for this.
  42168.  
  42169.    * Fixed security problem in the protocol regarding password checking.
  42170.  
  42171.    * Fixed problem that affected queries that did arithmetic on `GROUP'
  42172.      functions.
  42173.  
  42174.    * Fixed a bug in the `ISAM' code when deleting rows on tables with
  42175.      packed indexes.
  42176.  
  42177. Changes in release 3.22.31
  42178. --------------------------
  42179.  
  42180.    * A few small fixes for the Windows version.
  42181.  
  42182. Changes in release 3.22.30
  42183. --------------------------
  42184.  
  42185.    * Fixed optimizer problem on `SELECT' when using many overlapping
  42186.      indexes.
  42187.  
  42188.    * Disabled floating-point exceptions for FreeBSD to fix core dump
  42189.      when doing `SELECT floor(pow(2,63))'.
  42190.  
  42191.    * Added print of default arguments options to all clients.
  42192.  
  42193.    * Fixed critical problem with the `WITH GRANT OPTION' option.
  42194.  
  42195.    * Fixed non-critical Y2K problem when writing short date to log
  42196.      files.
  42197.  
  42198. Changes in release 3.22.29
  42199. --------------------------
  42200.  
  42201.    * Upgraded the configure and include files to match the latest 3.23
  42202.      version.  This should increase portability and make it easier to
  42203.      build shared libraries.
  42204.  
  42205.    * Added latest patches to mit-pthreads for NetBSD.
  42206.  
  42207.    * Fixed problem with timezones that are < GMT -11.
  42208.  
  42209.    * Fixed a bug when deleting packed keys in NISAM.
  42210.  
  42211.    * Fixed problem that could cause MySQL to touch freed memory when
  42212.      doing very complicated `GROUP BY' queries.
  42213.  
  42214.    * Fixed core dump if you got a crashed table where an `ENUM' field
  42215.      value was too big.
  42216.  
  42217.    * Added `mysqlshutdown.exe' and `mysqlwatch.exe' to the Windows
  42218.      distribution.
  42219.  
  42220.    * Fixed problem when doing `ORDER BY' on a reference key.
  42221.  
  42222.    * Fixed that `INSERT DELAYED' doesn't update timestamps that are
  42223.      given.
  42224.  
  42225. Changes in release 3.22.28
  42226. --------------------------
  42227.  
  42228.    * Fixed problem with `LEFT JOIN' and `COUNT()' on a column which was
  42229.      declared `NULL' + and it had a `DEFAULT' value.
  42230.  
  42231.    * Fixed core dump problem when using `CONCAT()' in a `WHERE' clause.
  42232.  
  42233.    * Fixed problem with `AVG()' and `STD()' with `NULL' values.
  42234.  
  42235. Changes in release 3.22.27
  42236. --------------------------
  42237.  
  42238.    * Fixed prototype in `my_ctype.h' when using other character sets.
  42239.  
  42240.    * Some configure issues to fix problems with big file system
  42241.      detection.
  42242.  
  42243.    * Fixed problem when sorting on big blob columns.
  42244.  
  42245.    * `ROUND()' will now work on Windows.
  42246.  
  42247. Changes in release 3.22.26
  42248. --------------------------
  42249.  
  42250.    * Fixed core dump with empty `BLOB/TEXT' column to `REVERSE()'.
  42251.  
  42252.    * Extended `/*! */' with version numbers.
  42253.  
  42254.    * Changed `SUBSTRING(text FROM pos)' to conform to ANSI SQL. (Before
  42255.      this construct returned the rightmost 'pos' characters).
  42256.  
  42257.    * Fixed problem with `LOCK TABLES' combined with `DELETE FROM table'
  42258.  
  42259.    * Fixed problem that INSERT ... SELECT didn't use SQL_BIG_TABLES.
  42260.  
  42261.    * `SET SQL_LOW_PRIORITY_UPDATES=#' didn't work.
  42262.  
  42263.    * Password wasn't updated correctly if privileges didn't change on:
  42264.      `GRANT ... IDENTIFIED BY'
  42265.  
  42266.    * Fixed range optimizer bug in `SELECT * FROM table_name WHERE
  42267.      key_part1 >= const AND (key_part2 = const OR key_part2 = const)'
  42268.  
  42269.    * Fixed bug in compression key handling in ISAM.
  42270.  
  42271. Changes in release 3.22.25
  42272. --------------------------
  42273.  
  42274.    * Fixed some small problems with the installation.
  42275.  
  42276. Changes in release 3.22.24
  42277. --------------------------
  42278.  
  42279.    * `DATA' is not a reserved word anymore.
  42280.  
  42281.    * Fixed optimizer bug with tables with only one row.
  42282.  
  42283.    * Fixed bug when using `LOCK TABLES table_name READ; FLUSH TABLES;'
  42284.  
  42285.    * Applied some patches for HP-UX.
  42286.  
  42287.    * `isamchk' should now work on Windows.
  42288.  
  42289.    * Changed `configure' to not use big file handling on Linux as this
  42290.      crashes some RedHat 6.0 systems
  42291.  
  42292. Changes in release 3.22.23
  42293. --------------------------
  42294.  
  42295.    * Upgraded to use Autoconf 2.13, Automake 1.4 and `libtool' 1.3.2.
  42296.  
  42297.    * Better support for SCO in `configure'.
  42298.  
  42299.    * Added option `--defaults-file=###' to option file handling to
  42300.      force use of only one specific option file.
  42301.  
  42302.    * Extended `CREATE' syntax to ignore MySQL Version 3.23 keywords.
  42303.  
  42304.    * Fixed deadlock problem when using `INSERT DELAYED' on a table
  42305.      locked with `LOCK TABLES'.
  42306.  
  42307.    * Fixed deadlock problem when using `DROP TABLE' on a table that was
  42308.      locked by another thread.
  42309.  
  42310.    * Add logging of `GRANT/REVOKE' commands in the update log.
  42311.  
  42312.    * Fixed `isamchk' to detect a new error condition.
  42313.  
  42314.    * Fixed bug in `NATURAL LEFT JOIN'.
  42315.  
  42316. Changes in release 3.22.22
  42317. --------------------------
  42318.  
  42319.    * Fixed problem in the C API when you called `mysql_close()'
  42320.      directly after `mysql_init()'.
  42321.  
  42322.    * Better client error message when you can't open socket.
  42323.  
  42324.    * Fixed `delayed_insert_thread' counting when you couldn't create a
  42325.      new delayed_insert thread.
  42326.  
  42327.    * Fixed bug in `CONCAT()' with many arguments.
  42328.  
  42329.    * Added patches for DEC 3.2 and SCO.
  42330.  
  42331.    * Fixed path-bug when installing MySQL as a service on NT.
  42332.  
  42333.    * The MySQL-Windows version is now compiled with VC++ 6.0 instead of
  42334.      with VC++ 5.0.
  42335.  
  42336.    * New installation setup for MySQL-Windows.
  42337.  
  42338. Changes in release 3.22.21
  42339. --------------------------
  42340.  
  42341.    * Fixed problem with `DELETE FROM TABLE' when table was locked by
  42342.      another thread.
  42343.  
  42344.    * Fixed bug in `LEFT JOIN' involving empty tables.
  42345.  
  42346.    * Changed the `mysql.db' column from `char(32)' to `char(60)'.
  42347.  
  42348.    * `MODIFY' and `DELAYED' are not reserved words anymore.
  42349.  
  42350.    * Fixed a bug when storing days in a `TIME' column.
  42351.  
  42352.    * Fixed a problem with `Host '...' is not allowed to connect to this
  42353.      MySQL server' after one had inserted a new MySQL user with a
  42354.      `GRANT' command.
  42355.  
  42356.    * Changed to use `TCP_NODELAY' also on Linux (Should give faster
  42357.      TCP/IP connections).
  42358.  
  42359. Changes in release 3.22.20
  42360. --------------------------
  42361.  
  42362.    * Fixed `STD()' for big tables when result should be 0.
  42363.  
  42364.    * The update log didn't have newlines on some operating systems.
  42365.  
  42366.    * `INSERT DELAYED' had some garbage at end in the update log.
  42367.  
  42368. Changes in release 3.22.19
  42369. --------------------------
  42370.  
  42371.    * Fixed bug in `mysql_install_db' (from 3.22.17).
  42372.  
  42373.    * Changed default key cache size to 8M.
  42374.  
  42375.    * Fixed problem with queries that needed temporary tables with `BLOB'
  42376.      columns.
  42377.  
  42378. Changes in release 3.22.18
  42379. --------------------------
  42380.  
  42381.    * Fixes a fatal problem in 3.22.17 on Linux;  After `shutdown' all
  42382.      threads didn't die properly.
  42383.  
  42384.    * Added option `-O flush_time=#' to `mysqld'.  This is mostly useful
  42385.      on Windows and tells how often MySQL should close all unused
  42386.      tables and flush all updated tables to disk.
  42387.  
  42388.    * Fixed problem that a `VARCHAR' column compared with `CHAR' column
  42389.      didn't use keys efficiently.
  42390.  
  42391. Changes in release 3.22.17
  42392. --------------------------
  42393.  
  42394.    * Fixed a core dump problem when using `--log-update' and connecting
  42395.      without a default database.
  42396.  
  42397.    * Fixed some `configure' and portability problems.
  42398.  
  42399.    * Using `LEFT JOIN' on tables that had circular dependencies caused
  42400.      `mysqld' to hang forever.
  42401.  
  42402. Changes in release 3.22.16
  42403. --------------------------
  42404.  
  42405.    * `mysqladmin processlist' could kill the server if a new user
  42406.      logged in.
  42407.  
  42408.    * `DELETE FROM tbl_name WHERE key_column=col_name' didn't find any
  42409.      matching rows.  Fixed.
  42410.  
  42411.    * `DATE_ADD(column, ...)' didn't work.
  42412.  
  42413.    * `INSERT DELAYED' could deadlock with status 'upgrading lock'
  42414.  
  42415.    * Extended `ENCRYPT()' to take longer salt strings than 2 characters.
  42416.  
  42417.    * `longlong2str' is now much faster than before.  For `Intel x86'
  42418.      platforms, this function is written in optimized assembler.
  42419.  
  42420.    * Added the `MODIFY' keyword to `ALTER TABLE'.
  42421.  
  42422. Changes in release 3.22.15
  42423. --------------------------
  42424.  
  42425.    * `GRANT' used with `IDENTIFIED BY' didn't take effect until
  42426.      privileges were flushed.
  42427.  
  42428.    * Name change of some variables in `SHOW STATUS'.
  42429.  
  42430.    * Fixed problem with `ORDER BY' with 'only index' optimization when
  42431.      there were multiple key definitions for a used column.
  42432.  
  42433.    * `DATE' and `DATETIME' columns are now up to 5 times faster than
  42434.      before.
  42435.  
  42436.    * `INSERT DELAYED' can be used to let the client do other things
  42437.      while the server inserts rows into a table.
  42438.  
  42439.    * `LEFT JOIN USING (col1,col2)' didn't work if one used it with
  42440.      tables from 2 different databases.
  42441.  
  42442.    * `LOAD DATA LOCAL INFILE' didn't work in the Unix version because of
  42443.      a missing file.
  42444.  
  42445.    * Fixed problems with `VARCHAR'/`BLOB' on very short rows (< 4
  42446.      bytes); error 127 could occur when deleting rows.
  42447.  
  42448.    * Updating `BLOB/TEXT' through formulas didn't work for short (< 256
  42449.      char) strings.
  42450.  
  42451.    * When you did a `GRANT' on a new host, `mysqld' could die on the
  42452.      first connect from this host.
  42453.  
  42454.    * Fixed bug when one used `ORDER BY' on column name that was the same
  42455.      name as an alias.
  42456.  
  42457.    * Added `BENCHMARK(loop_count,expression)' function to time
  42458.      expressions.
  42459.  
  42460. Changes in release 3.22.14
  42461. --------------------------
  42462.  
  42463.    * Allow empty arguments to `mysqld' to make it easier to start from
  42464.      shell scripts.
  42465.  
  42466.    * Setting a `TIMESTAMP' column to `NULL' didn't record the timestamp
  42467.      value in the update log.
  42468.  
  42469.    * Fixed lock handler bug when one did `INSERT INTO TABLE ... SELECT
  42470.      ... GROUP BY'.
  42471.  
  42472.    * Added a patch for `localtime_r()' on Windows so that it will not
  42473.      crash anymore if your date is > 2039, but instead will return a
  42474.      time of all zero.
  42475.  
  42476.    * Names for user-defined functions are no longer case sensitive.
  42477.  
  42478.    * Added escape of `^Z' (ASCII 26) to `\Z' as `^Z' doesn't work with
  42479.      pipes on Windows.
  42480.  
  42481.    * `mysql_fix_privileges' adds a new column to the `mysql.func' to
  42482.      support aggregate UDF functions in future MySQL releases.
  42483.  
  42484. Changes in release 3.22.13
  42485. --------------------------
  42486.  
  42487.    * Saving `NOW()', `CURDATE()' or `CURTIME()' directly in a column
  42488.      didn't work.
  42489.  
  42490.    * `SELECT COUNT(*) ... LEFT JOIN ...' didn't work with no `WHERE'
  42491.      part.
  42492.  
  42493.    * Updated `config.guess' to allow MySQL to configure on UnixWare
  42494.      7.0.x.
  42495.  
  42496.    * Changed the implementation of `pthread_cond()' on the Windows
  42497.      version.  `get_lock()' now correctly times out on Windows!
  42498.  
  42499. Changes in release 3.22.12
  42500. --------------------------
  42501.  
  42502.    * Fixed problem when using `DATE_ADD()' and `DATE_SUB()' in a
  42503.      `WHERE' clause.
  42504.  
  42505.    * You can now set the password for a user with the `GRANT ... TO user
  42506.      IDENTIFIED BY 'password'' syntax.
  42507.  
  42508.    * Fixed bug in `GRANT' checking with `SELECT' on many tables.
  42509.  
  42510.    * Added missing file `mysql_fix_privilege_tables' to the RPM
  42511.      distribution. This is not run by default because it relies on the
  42512.      client package.
  42513.  
  42514.    * Added option `SQL_SMALL_RESULT' to `SELECT' to force use of fast
  42515.      temporary tables when you know that the result set will be small.
  42516.  
  42517.    * Allow use of negative real numbers without a decimal point.
  42518.  
  42519.    * Day number is now adjusted to maximum days in month if the
  42520.      resulting month after `DATE_ADD'/`DATE_SUB()' doesn't have enough
  42521.      days.
  42522.  
  42523.    * Fix that `GRANT' compares columns in case-insensitive fashion.
  42524.  
  42525.    * Fixed a bug in `sql_list.h' that made `ALTER TABLE' dump core in
  42526.      some contexts.
  42527.  
  42528.    * The hostname in `user@hostname' can now include `.' and `-'
  42529.      without quotes in the context of the `GRANT', `REVOKE' and `SET
  42530.      PASSWORD FOR ...' statements.
  42531.  
  42532.    * Fix for `isamchk' for tables which need big temporary files.
  42533.  
  42534. Changes in release 3.22.11
  42535. --------------------------
  42536.  
  42537.    * *IMPORTANT*: You must run the `mysql_fix_privilege_tables' script
  42538.      when you upgrade to this version!  This is needed because of the
  42539.      new `GRANT' system. If you don't do this, you will get `Access
  42540.      denied' when you try to use `ALTER TABLE', `CREATE INDEX' or `DROP
  42541.      INDEX'.
  42542.  
  42543.    * `GRANT' to allow/deny users table and column access.
  42544.  
  42545.    * Changed `USER()' to return `user@host'
  42546.  
  42547.    * Changed the syntax for how to set `PASSWORD' for another user.
  42548.  
  42549.    * New command `FLUSH STATUS' that sets most status variables to zero.
  42550.  
  42551.    * New status variables: `aborted_threads', `aborted_connects'.
  42552.  
  42553.    * New option variable: `connection_timeout'.
  42554.  
  42555.    * Added support for Thai sorting (by Pruet Boonma
  42556.      <pruet@ds90.intanon.nectec.or.th>).
  42557.  
  42558.    * Slovak and japanese error messages.
  42559.  
  42560.    * Configuration and portability fixes.
  42561.  
  42562.    * Added option `SET SQL_WARNINGS=1' to get a warning count also for
  42563.      simple inserts.
  42564.  
  42565.    * MySQL now uses `SIGTERM' instead of `SIGQUIT' with shutdown to
  42566.      work better on FreeBSD.
  42567.  
  42568.    * Added option `\G' (print vertically) to `mysql'.
  42569.  
  42570.    * `SELECT HIGH_PRIORITY ...' killed `mysqld'.
  42571.  
  42572.    * `IS NULL' on a `AUTO_INCREMENT' column in a `LEFT JOIN' didn't
  42573.      work as expected.
  42574.  
  42575.    * New function `MAKE_SET()'.
  42576.  
  42577. Changes in release 3.22.10
  42578. --------------------------
  42579.  
  42580.    * `mysql_install_db' no longer starts the MySQL server!  You should
  42581.      start `mysqld' with `safe_mysqld' after installing it!  The MySQL
  42582.      RPM will, however, start the server as before.
  42583.  
  42584.    * Added `--bootstrap' option to `mysqld' and recoded
  42585.      `mysql_install_db' to use it.  This will make it easier to install
  42586.      MySQL with RPMs.
  42587.  
  42588.    * Changed `+', `-' (sign and minus), `*', `/', `%', `ABS()' and
  42589.      `MOD()' to be `BIGINT' aware (64-bit safe).
  42590.  
  42591.    * Fixed a bug in `ALTER TABLE' that caused `mysqld' to crash.
  42592.  
  42593.    * MySQL now always reports the conflicting key values when a
  42594.      duplicate key entry occurs. (Before this was only reported for
  42595.      `INSERT').
  42596.  
  42597.    * New syntax: `INSERT INTO tbl_name SET col_name=value,
  42598.      col_name=value, ...'
  42599.  
  42600.    * Most errors in the `.err' log are now prefixed with a time stamp.
  42601.  
  42602.    * Added option `MYSQL_INIT_COMMAND' to `mysql_options()' to make a
  42603.      query on connect or reconnect.
  42604.  
  42605.    * Added option `MYSQL_READ_DEFAULT_FILE' and
  42606.      `MYSQL_READ_DEFAULT_GROUP' to `mysql_options()' to read the
  42607.      following parameters from the MySQL option files: `port',
  42608.      `socket', `compress', `password', `pipe', `timeout', `user',
  42609.      `init-command', `host' and `database'.
  42610.  
  42611.    * Added `maybe_null' to the UDF structure.
  42612.  
  42613.    * Added option `IGNORE' to `INSERT' statements with many rows.
  42614.  
  42615.    * Fixed some problems with sorting of the koi8 character sets; Users
  42616.      of koi8 *MUST* run `isamchk -rq' on each table that has an index on
  42617.      a `CHAR' or `VARCHAR' column.
  42618.  
  42619.    * New script `mysql_setpermission', by Luuk de Boer, allows one to
  42620.      easily create new users with permissions for specific databases.
  42621.  
  42622.    * Allow use of hexadecimal strings (0x...) when specifying a
  42623.      constant string (like in the column separators with `LOAD DATA
  42624.      INFILE').
  42625.  
  42626.    * Ported to OS/2 (thanks to Antony T. Curtis
  42627.      <antony.curtis@olcs.net>).
  42628.  
  42629.    * Added more variables to `SHOW STATUS' and changed format of output
  42630.      to be like `SHOW VARIABLES'.
  42631.  
  42632.    * Added `extended-status' command to `mysqladmin' which will show the
  42633.      new status variables.
  42634.  
  42635. Changes in release 3.22.9
  42636. -------------------------
  42637.  
  42638.    * `SET SQL_LOG_UPDATE=0' caused a lockup of the server.
  42639.  
  42640.    * New SQL command:  `FLUSH [ TABLES | HOSTS | LOGS | PRIVILEGES ] [,
  42641.      ...]'
  42642.  
  42643.    * New SQL command:  `KILL' `thread_id'.
  42644.  
  42645.    * Added casts and changed include files to make MySQL easier to
  42646.      compile on AIX and DEC OSF1 4.x
  42647.  
  42648.    * Fixed conversion problem when using `ALTER TABLE' from a `INT' to
  42649.      a short `CHAR()' column.
  42650.  
  42651.    * Added `SELECT HIGH_PRIORITY'; This will get a lock for the
  42652.      `SELECT' even if there is a thread waiting for another `SELECT' to
  42653.      get a `WRITE LOCK'.
  42654.  
  42655.    * Moved wild_compare to string class to be able to use `LIKE' on
  42656.      `BLOB'/`TEXT' columns with `\0'.
  42657.  
  42658.    * Added `ESCAPE' option to `LIKE'.
  42659.  
  42660.    * Added a lot more output to `mysqladmin debug'.
  42661.  
  42662.    * You can now start `mysqld' on Windows with the `--flush' option.
  42663.      This will flush all tables to disk after each update.  This makes
  42664.      things much safer on NT/Win98 but also *MUCH* slower.
  42665.  
  42666. Changes in release 3.22.8
  42667. -------------------------
  42668.  
  42669.    * Czech character sets should now work much better.  You must also
  42670.      install
  42671.      `http://www.mysql.com/Downloads/Patches/czech-3.22.8-patch'.  This
  42672.      patch should also be installed if you are using a character set
  42673.      with uses `my_strcoll()'!  The patch should always be safe to
  42674.      install (for any system), but as this patch changes ISAM internals
  42675.      it's not yet in the default distribution.
  42676.  
  42677.    * `DATE_ADD()' and `DATE_SUB()' didn't work with group functions.
  42678.  
  42679.    * `mysql' will now also try to reconnect on `USE DATABASE' commands.
  42680.  
  42681.    * Fix problem with `ORDER BY' and `LEFT JOIN' and `const' tables.
  42682.  
  42683.    * Fixed problem with `ORDER BY' if the first `ORDER BY' column was a
  42684.      key and the rest of the `ORDER BY' columns wasn't part of the key.
  42685.  
  42686.    * Fixed a big problem with `OPTIMIZE TABLE'.
  42687.  
  42688.    * MySQL clients on NT will now by default first try to connect with
  42689.      named pipes and after this with TCP/IP.
  42690.  
  42691.    * Fixed a problem with `DROP TABLE' and `mysqladmin shutdown' on
  42692.      Windows (a fatal bug from 3.22.6).
  42693.  
  42694.    * Fixed problems with `TIME columns' and negative strings.
  42695.  
  42696.    * Added an extra thread signal loop on shutdown to avoid some error
  42697.      messages from the client.
  42698.  
  42699.    * MySQL now uses the next available number as extension for the
  42700.      update log file.
  42701.  
  42702.    * Added patches for UNIXWARE 7.
  42703.  
  42704. Changes in release 3.22.7
  42705. -------------------------
  42706.  
  42707.    * Added `LIMIT' clause for the `DELETE' statement.
  42708.  
  42709.    * You can now use the `/*! ... */' syntax to hide MySQL-specific
  42710.      keywords when you write portable code.  MySQL will parse the code
  42711.      inside the comments as if the surrounding `/*!' and `*/' comment
  42712.      characters didn't exist.
  42713.  
  42714.    * `OPTIMIZE TABLE tbl_name' can now be used to reclaim disk space
  42715.      after many deletes.  Currently, this uses `ALTER TABLE' to
  42716.      regenerate the table, but in the future it will use an integrated
  42717.      `isamchk' for more speed.
  42718.  
  42719.    * Upgraded `libtool' to get the configure more portable.
  42720.  
  42721.    * Fixed slow `UPDATE' and `DELETE' operations when using `DATETIME'
  42722.      or `DATE' keys.
  42723.  
  42724.    * Changed optimizer to make it better at deciding when to do a full
  42725.      join and when using keys.
  42726.  
  42727.    * You can now use `mysqladmin proc' to display information about
  42728.      your own threads. Only users with the *Process_priv* privilege can
  42729.      get information about all threads.
  42730.  
  42731.    * Added handling of formats `YYMMDD', `YYYYMMDD', `YYMMDDHHMMSS' for
  42732.      numbers when using `DATETIME' and `TIMESTAMP' types. (Formerly
  42733.      these formats only worked with strings.)
  42734.  
  42735.    * Added connect option `CLIENT_IGNORE_SPACE' to allow use of spaces
  42736.      after function names and before `(' (Powerbuilder requires this).
  42737.      This will make all function names reserved words.
  42738.  
  42739.    * Added the `--log-long-format' option to `mysqld' to enable
  42740.      timestamps and INSERT_ID's in the update log.
  42741.  
  42742.    * Added `--where' option to `mysqldump' (patch by Jim Faucette).
  42743.  
  42744.    * The lexical analyzer now uses "perfect hashing" for faster parsing
  42745.      of SQL statements.
  42746.  
  42747. Changes in release 3.22.6
  42748. -------------------------
  42749.  
  42750.    * Faster `mysqldump'.
  42751.  
  42752.    * For the `LOAD DATA INFILE' statement, you can now use the new
  42753.      `LOCAL' keyword to read the file from the client.  `mysqlimport'
  42754.      will automatically use `LOCAL' when importing with the TCP/IP
  42755.      protocol.
  42756.  
  42757.    * Fixed small optimize problem when updating keys.
  42758.  
  42759.    * Changed makefiles to support shared libraries.
  42760.  
  42761.    * MySQL-NT can now use named pipes, which means that you can now use
  42762.      MySQL-NT without having to install TCP/IP.
  42763.  
  42764. Changes in release 3.22.5
  42765. -------------------------
  42766.  
  42767.    * All table lock handing is changed to avoid some very subtle
  42768.      deadlocks when using `DROP TABLE', `ALTER TABLE', `DELETE FROM
  42769.      TABLE' and `mysqladmin flush-tables' under heavy usage.  Changed
  42770.      locking code to get better handling of locks of different types.
  42771.  
  42772.    * Updated `DBI' to 1.00 and `DBD' to 1.2.0.
  42773.  
  42774.    * Added a check that the error message file contains error messages
  42775.      suitable for the current version of `mysqld'. (To avoid errors if
  42776.      you accidentally try to use an old error message file.)
  42777.  
  42778.    * All count structures in the client (`affected_rows()',
  42779.      `insert_id()', ...) are now of type `BIGINT' to allow 64-bit values
  42780.      to be used.  This required a minor change in the MySQL protocol
  42781.      which should affect only old clients when using tables with
  42782.      `AUTO_INCREMENT' values > 16M.
  42783.  
  42784.    * The return type of `mysql_fetch_lengths()' has changed from `uint
  42785.      *' to `ulong *'. This may give a warning for old clients but
  42786.      should work on most machines.
  42787.  
  42788.    * Change `mysys' and `dbug' libraries to allocate all thread
  42789.      variables in one struct.  This makes it easier to make a threaded
  42790.      `libmysql.dll' library.
  42791.  
  42792.    * Use the result from `gethostname()' (instead of `uname()') when
  42793.      constructing `.pid' file names.
  42794.  
  42795.    * New better compressed server/client protocol.
  42796.  
  42797.    * `COUNT()', `STD()' and `AVG()' are extended to handle more than 4G
  42798.      rows.
  42799.  
  42800.    * You can now store values in the range `-838:59:59' <= x <=
  42801.      `838:59:59' in a `TIME' column.
  42802.  
  42803.    * *WARNING: INCOMPATIBLE CHANGE!!* If you set a `TIME' column to too
  42804.      short a value, MySQL now assumes the value is given as: `[[[D
  42805.      ]HH:]MM:]SS' instead of `HH[:MM[:SS]]'.
  42806.  
  42807.    * `TIME_TO_SEC()' and `SEC_TO_TIME()' can now handle negative times
  42808.      and hours up to 32767.
  42809.  
  42810.    * Added new option `SET OPTION SQL_LOG_UPDATE={0|1}' to allow users
  42811.      with the *process* privilege to bypass the update log.  (Modified
  42812.      patch from Sergey A Mukhin <violet@rosnet.net>.)
  42813.  
  42814.    * Fixed fatal bug in `LPAD()'.
  42815.  
  42816.    * Initialize line buffer in `mysql.cc' to make `BLOB' reading from
  42817.      pipes safer.
  42818.  
  42819.    * Added `-O max_connect_errors=#' option to `mysqld'.  Connect
  42820.      errors are now reset for each correct connection.
  42821.  
  42822.    * Increased the default value of `max_allowed_packet' to `1M' in
  42823.      `mysqld'.
  42824.  
  42825.    * Added `--low-priority-updates' option to `mysqld', to give
  42826.      table-modifying operations (`INSERT', `REPLACE', `UPDATE',
  42827.      `DELETE') lower priority than retrievals.  You can now use
  42828.      `{INSERT | REPLACE | UPDATE | DELETE} LOW_PRIORITY ...' You can
  42829.      also use `SET OPTION SQL_LOW_PRIORITY_UPDATES={0|1}' to change the
  42830.      priority for one thread.  One side effect is that `LOW_PRIORITY'
  42831.      is now a reserved word. :(
  42832.  
  42833.    * Add support for `INSERT INTO table ... VALUES(...),(...),(...)',
  42834.      to allow inserting multiple rows with a single statement.
  42835.  
  42836.    * `INSERT INTO tbl_name' is now also cached when used with `LOCK
  42837.      TABLES'.  (Previously only `INSERT ... SELECT' and `LOAD DATA
  42838.      INFILE' were cached.)
  42839.  
  42840.    * Allow `GROUP BY' functions with `HAVING':
  42841.           mysql> SELECT col FROM table GROUP BY col HAVING COUNT(*)>0;
  42842.  
  42843.    * `mysqld' will now ignore trailing `;' characters in queries. This
  42844.      is to make it easier to migrate from some other SQL servers that
  42845.      require the trailing `;'.
  42846.  
  42847.    * Fix for corrupted fixed-format output generated by `SELECT INTO
  42848.      OUTFILE'.
  42849.  
  42850.    * *WARNING: INCOMPATIBLE CHANGE!!* Added Oracle `GREATEST()' and
  42851.      `LEAST()' functions.  You must now use these instead of the
  42852.      `MAX()' and `MIN()' functions to get the largest/smallest value
  42853.      from a list of values. These can now handle `REAL', `BIGINT' and
  42854.      string (`CHAR' or `VARCHAR') values.
  42855.  
  42856.    * *WARNING: INCOMPATIBLE CHANGE!!* `DAYOFWEEK()' had offset 0 for
  42857.      Sunday. Changed the offset to 1.
  42858.  
  42859.    * Give an error for queries that mix `GROUP BY' columns and fields
  42860.      when there is no `GROUP BY' specification.
  42861.  
  42862.    * Added `--vertical' option to `mysql', for printing results in
  42863.      vertical mode.
  42864.  
  42865.    * Index-only optimization; some queries are now resolved using only
  42866.      indexes.  Until MySQL 4.0, this works only for numeric columns.
  42867.      *Note MySQL indexes: MySQL indexes.
  42868.  
  42869.    * Lots of new benchmarks.
  42870.  
  42871.    * A new C API chapter and lots of other improvements in the manual.
  42872.  
  42873. Changes in release 3.22.4
  42874. -------------------------
  42875.  
  42876.    * Added `--tmpdir' option to `mysqld', for specifying the location
  42877.      of the temporary file directory.
  42878.  
  42879.    * MySQL now automatically changes a query from an ODBC client:
  42880.           SELECT ... FROM table WHERE auto_increment_column IS NULL
  42881.      to:
  42882.           SELECT ... FROM table WHERE auto_increment_column == LAST_INSERT_ID()
  42883.      This allows some ODBC programs (Delphi, Access) to retrieve the
  42884.      newly inserted row to fetch the `AUTO_INCREMENT' id.
  42885.  
  42886.    * `DROP TABLE' now waits for all users to free a table before
  42887.      deleting it.
  42888.  
  42889.    * Fixed small memory leak in the new connect protocol.
  42890.  
  42891.    * New functions `BIN()', `OCT()', `HEX()' and `CONV()' for
  42892.      converting between different number bases.
  42893.  
  42894.    * Added function `SUBSTRING()' with 2 arguments.
  42895.  
  42896.    * If you created a table with a record length smaller than 5, you
  42897.      couldn't delete rows from the table.
  42898.  
  42899.    * Added optimization to remove const reference tables from `ORDER
  42900.      BY' and `GROUP BY'.
  42901.  
  42902.    * `mysqld' now automatically disables system locking on Linux and
  42903.      Windows, and for systems that use MIT-pthreads.  You can force the
  42904.      use of locking with the `--enable-locking' option.
  42905.  
  42906.    * Added `--console' option to `mysqld', to force a console window
  42907.      (for error messages) when using Windows.
  42908.  
  42909.    * Fixed table locks for Windows.
  42910.  
  42911.    * Allow `$' in identifiers.
  42912.  
  42913.    * Changed name of user-specific configuration file from `my.cnf' to
  42914.      `.my.cnf' (Unix only).
  42915.  
  42916.    * Added `DATE_ADD()' and `DATE_SUB()' functions.
  42917.  
  42918. Changes in release 3.22.3
  42919. -------------------------
  42920.  
  42921.    * Fixed a lock problem (bug in MySQL Version 3.22.1) when closing
  42922.      temporary tables.
  42923.  
  42924.    * Added missing `mysql_ping()' to the client library.
  42925.  
  42926.    * Added `--compress' option to all MySQL clients.
  42927.  
  42928.    * Changed `byte' to `char' in `mysql.h' and `mysql_com.h'.
  42929.  
  42930. Changes in release 3.22.2
  42931. -------------------------
  42932.  
  42933.    * Searching on multiple constant keys that matched more than 30% of
  42934.      the rows didn't always use the best possible key.
  42935.  
  42936.    * New functions `<<', `>>', `RPAD()' and `LPAD()'.
  42937.  
  42938.    * You can now save default options (like passwords) in a
  42939.      configuration file (`my.cnf').
  42940.  
  42941.    * Lots of small changes to get `ORDER BY' to work when no records
  42942.      are found when using fields that are not in `GROUP BY' (MySQL
  42943.      extension).
  42944.  
  42945.    * Added `--chroot' option to `mysqld', to start `mysqld' in a chroot
  42946.      environment (by Nikki Chumakov <nikkic@cityline.ru>).
  42947.  
  42948.    * Trailing spaces are now ignored when comparing case-sensitive
  42949.      strings; this should fix some problems with ODBC and flag 512!
  42950.  
  42951.    * Fixed a core-dump bug in the range optimizer.
  42952.  
  42953.    * Added `--one-thread' option to `mysqld', for debugging with
  42954.      LinuxThreads (or `glibc').  (This replaces the `-T32' flag)
  42955.  
  42956.    * Added `DROP TABLE IF EXISTS' to prevent an error from occurring if
  42957.      the table doesn't exist.
  42958.  
  42959.    * `IF' and `EXISTS' are now reserved words (they would have to be
  42960.      sooner or later).
  42961.  
  42962.    * Added lots of new options to `mysqldump'.
  42963.  
  42964.    * Server error messages are now in `mysqld_error.h'.
  42965.  
  42966.    * The server/client protocol now supports compression.
  42967.  
  42968.    * All bug fixes from MySQL Version 3.21.32.
  42969.  
  42970. Changes in release 3.22.1
  42971. -------------------------
  42972.  
  42973.    * Added new C API function `mysql_ping()'.
  42974.  
  42975.    * Added new API functions `mysql_init()' and `mysql_options()'.  You
  42976.      now MUST call `mysql_init()' before you call
  42977.      `mysql_real_connect()'.  You don't have to call `mysql_init()' if
  42978.      you only use `mysql_connect()'.
  42979.  
  42980.    * Added `mysql_options(...,MYSQL_OPT_CONNECT_TIMEOUT,...)' so you
  42981.      can set a timeout for connecting to a server.
  42982.  
  42983.    * Added `--timeout' option to `mysqladmin', as a test of
  42984.      `mysql_options()'.
  42985.  
  42986.    * Added `AFTER column' and `FIRST' options to `ALTER TABLE ... ADD
  42987.      columns'.  This makes it possible to add a new column at some
  42988.      specific location within a row in an existing table.
  42989.  
  42990.    * `WEEK()' now takes an optional argument to allow handling of weeks
  42991.      when the week starts on Monday (some European countries).  By
  42992.      default, `WEEK()' assumes the week starts on Sunday.
  42993.  
  42994.    * `TIME' columns weren't stored properly (bug in MySQL Version
  42995.      3.22.0).
  42996.  
  42997.    * `UPDATE' now returns information about how many rows were matched
  42998.      and updated, and how many "warnings" occurred when doing the
  42999.      update.
  43000.  
  43001.    * Fixed incorrect result from `FORMAT(-100,2)'.
  43002.  
  43003.    * `ENUM' and `SET' columns were compared in binary (case-sensitive)
  43004.      fashion; changed to be case insensitive.
  43005.  
  43006. Changes in release 3.22.0
  43007. -------------------------
  43008.  
  43009.    * New (backward compatible) connect protocol that allows you to
  43010.      specify the database to use when connecting, to get much faster
  43011.      connections to a specific database.
  43012.  
  43013.      The `mysql_real_connect()' call is changed to:
  43014.  
  43015.           mysql_real_connect(MYSQL *mysql, const char *host, const char *user,
  43016.                              const char *passwd, const char *db, uint port,
  43017.                              const char *unix_socket, uint client_flag)
  43018.  
  43019.    * Each connection is handled by its own thread, rather than by the
  43020.      master `accept()' thread.  This fixes permanently the telnet bug
  43021.      that was a topic on the mail list some time ago.
  43022.  
  43023.    * All TCP/IP connections are now checked with backward resolution of
  43024.      the hostname to get better security. `mysqld' now has a local
  43025.      hostname resolver cache so connections should actually be faster
  43026.      than before, even with this feature.
  43027.  
  43028.    * A site automatically will be blocked from future connections if
  43029.      someone repeatedly connects with an "improper header" (like when
  43030.      one uses telnet).
  43031.  
  43032.    * You can now refer to tables in different databases with references
  43033.      of the form `tbl_name@db_name' or `db_name.tbl_name'.  This makes
  43034.      it possible to give a user read access to some tables and write
  43035.      access to others simply by keeping them in different databases!
  43036.  
  43037.    * Added `--user' option to `mysqld', to allow it to run as another
  43038.      Unix user (if it is started as the Unix `root' user).
  43039.  
  43040.    * Added caching of users and access rights (for faster access rights
  43041.      checking)
  43042.  
  43043.    * Normal users (not anonymous ones) can change their password with
  43044.      `mysqladmin password 'new_password''.  This uses encrypted
  43045.      passwords that are not logged in the normal MySQL log!
  43046.  
  43047.    * All important string functions are now coded in assembler for x86
  43048.      Linux machines.  This gives a speedup of 10% in many cases.
  43049.  
  43050.    * For tables that have many columns, the column names are now hashed
  43051.      for much faster column name lookup (this will speed up some
  43052.      benchmark tests a lot!)
  43053.  
  43054.    * Some benchmarks are changed to get better individual timing.
  43055.      (Some loops were so short that a specific test took < 2 seconds.
  43056.      The loops have been changed to take about 20 seconds to make it
  43057.      easier to compare different databases. A test that took 1-2
  43058.      seconds before now takes 11-24 seconds, which is much better)
  43059.  
  43060.    * Re-arranged `SELECT' code to handle some very specific queries
  43061.      involving group functions (like `COUNT(*)') without a `GROUP BY'
  43062.      but with `HAVING'. The following now works:
  43063.           mysql> SELECT count(*) as C FROM table HAVING C > 1;
  43064.  
  43065.    * Changed the protocol for field functions to be faster and avoid
  43066.      some calls to `malloc()'.
  43067.  
  43068.    * Added `-T32' option to `mysqld', for running all queries under the
  43069.      main thread.  This makes it possible to debug `mysqld' under Linux
  43070.      with `gdb'!
  43071.  
  43072.    * Added optimization of `not_null_column IS NULL' (needed for some
  43073.      Access queries).
  43074.  
  43075.    * Allow `STRAIGHT_JOIN' to be used between two tables to force the
  43076.      optimizer to join them in a specific order.
  43077.  
  43078.    * String functions now return `VARCHAR' rather than `CHAR' and the
  43079.      column type is now `VARCHAR' for fields saved as `VARCHAR'.  This
  43080.      should make the *MyODBC* driver better, but may break some old
  43081.      MySQL clients that don't handle `FIELD_TYPE_VARCHAR' the same way
  43082.      as `FIELD_TYPE_CHAR'.
  43083.  
  43084.    * `CREATE INDEX' and `DROP INDEX' are now implemented through `ALTER
  43085.      TABLE'.  `CREATE TABLE' is still the recommended (fast) way to
  43086.      create indexes.
  43087.  
  43088.    * Added `--set-variable' option `wait_timeout' to `mysqld'.
  43089.  
  43090.    * Added time column to `mysqladmin processlist' to show how long a
  43091.      query has taken or how long a thread has slept.
  43092.  
  43093.    * Added lots of new variables to `show variables' and some new to
  43094.      `show status'.
  43095.  
  43096.    * Added new type `YEAR'. `YEAR' is stored in 1 byte with allowable
  43097.      values of 0, and 1901 to 2155.
  43098.  
  43099.    * Added new `DATE' type that is stored in 3 bytes rather than 4
  43100.      bytes.  All new tables are created with the new date type if you
  43101.      don't use the `--old-protocol' option to `mysqld'.
  43102.  
  43103.    * Fixed bug in record caches; for some queries, you could get `Error
  43104.      from table handler: #' on some operating systems.
  43105.  
  43106.    * Added `--enable-assembler' option to `configure', for x86 machines
  43107.      (tested on Linux + `gcc').  This will enable assembler functions
  43108.      for the most important string functions for more speed!
  43109.  
  43110. Changes in release 3.21.x
  43111. =========================
  43112.  
  43113. Version 3.21 is quite old now, and should be avoided if possible.  This
  43114. information is kept here for historical purposes only.
  43115.  
  43116. Changes in release 3.21.33
  43117. --------------------------
  43118.  
  43119.    * Fixed problem when sending `SIGHUP' to `mysqld'; `mysqld' core
  43120.      dumped when starting from boot on some systems.
  43121.  
  43122.    * Fixed problem with losing a little memory for some connections.
  43123.  
  43124.    * `DELETE FROM tbl_name' without a `WHERE' condition is now done the
  43125.      long way when you use `LOCK TABLES' or if the table is in use, to
  43126.      avoid race conditions.
  43127.  
  43128.    * `INSERT INTO TABLE (timestamp_column) VALUES (NULL);' didn't set
  43129.      timestamp.
  43130.  
  43131. Changes in release 3.21.32
  43132. --------------------------
  43133.  
  43134.    * Fixed some possible race conditions when doing many reopen/close
  43135.      on the same tables under heavy load!  This can happen if you
  43136.      execute `mysqladmin refresh' often. This could in some very rare
  43137.      cases corrupt the header of the index file and cause error 126 or
  43138.      138.
  43139.  
  43140.    * Fixed fatal bug in `refresh()' when running with the
  43141.      `--skip-locking' option.  There was a "very small" time gap after
  43142.      a `mysqladmin refresh' when a table could be corrupted if one
  43143.      thread updated a table while another thread did `mysqladmin
  43144.      refresh' and another thread started a new update ont the same table
  43145.      before the first thread had finished.  A refresh (or
  43146.      `--flush-tables') will now not return until all used tables are
  43147.      closed!
  43148.  
  43149.    * `SELECT DISTINCT' with a `WHERE' clause that didn't match any rows
  43150.      returned a row in some contexts (bug only in 3.21.31).
  43151.  
  43152.    * `GROUP BY' + `ORDER BY' returned one empty row when no rows where
  43153.      found.
  43154.  
  43155.    * Fixed a bug in the range optimizer that wrote `Use_count: Wrong
  43156.      count for ...' in the error log file.
  43157.  
  43158. Changes in release 3.21.31
  43159. --------------------------
  43160.  
  43161.    * Fixed a sign extension problem for the `TINYINT' type on Irix.
  43162.  
  43163.    * Fixed problem with `LEFT("constant_string",function)'.
  43164.  
  43165.    * Fixed problem with `FIND_IN_SET()'.
  43166.  
  43167.    * `LEFT JOIN' core dumped if the second table is used with a constant
  43168.      `WHERE/ON' expression that uniquely identifies one record.
  43169.  
  43170.    * Fixed problems with `DATE_FORMAT()' and incorrect dates.
  43171.      `DATE_FORMAT()' now ignores `'%'' to make it possible to extend it
  43172.      more easily in the future.
  43173.  
  43174. Changes in release 3.21.30
  43175. --------------------------
  43176.  
  43177.    * `mysql' now returns an exit code > 0 if the query returned an
  43178.      error.
  43179.  
  43180.    * Saving of command line history to file in `mysql' client.  By
  43181.      Tommy Larsen <tommy@mix.hive.no>.
  43182.  
  43183.    * Fixed problem with empty lines that were ignored in `mysql.cc'.
  43184.  
  43185.    * Save the pid of the signal handler thread in the pid file instead
  43186.      of the pid of the main thread.
  43187.  
  43188.    * Added patch by <tommy@valley.ne.jp> to support Japanese characters
  43189.      SJIS and UJIS.
  43190.  
  43191.    * Changed `safe_mysqld' to redirect startup messages to
  43192.      `'hostname'.err' instead of `'hostname'.log' to reclaim file space
  43193.      on `mysqladmin refresh'.
  43194.  
  43195.    * `ENUM' always had the first entry as default value.
  43196.  
  43197.    * `ALTER TABLE' wrote two entries to the update log.
  43198.  
  43199.    * `sql_acc()' now closes the `mysql' grant tables after a reload to
  43200.      save table space and memory.
  43201.  
  43202.    * Changed `LOAD DATA' to use less memory with tables and `BLOB'
  43203.      columns.
  43204.  
  43205.    * Sorting on a function which made a division / 0 produced a wrong
  43206.      set in some cases.
  43207.  
  43208.    * Fixed `SELECT' problem with `LEFT()' when using the czech character
  43209.      set.
  43210.  
  43211.    * Fixed problem in `isamchk'; it couldn't repair a packed table in a
  43212.      very unusual case.
  43213.  
  43214.    * `SELECT' statements with `&' or `|' (bit functions) failed on
  43215.      columns with `NULL' values.
  43216.  
  43217.    * When comparing a field = field, where one of the fields was a part
  43218.      key, only the length of the part key was compared.
  43219.  
  43220. Changes in release 3.21.29
  43221. --------------------------
  43222.  
  43223.    * `LOCK TABLES' + `DELETE from tbl_name' never removed locks
  43224.      properly.
  43225.  
  43226.    * Fixed problem when grouping on an `OR' function.
  43227.  
  43228.    * Fixed permission problem with `umask()' and creating new databases.
  43229.  
  43230.    * Fixed permission problem on result file with `SELECT ... INTO
  43231.      OUTFILE ...'
  43232.  
  43233.    * Fixed problem in range optimizer (core dump) for a very complex
  43234.      query.
  43235.  
  43236.    * Fixed problem when using `MIN(integer)' or `MAX(integer)' in
  43237.      `GROUP BY'.
  43238.  
  43239.    * Fixed bug on Alpha when using integer keys. (Other keys worked on
  43240.      Alpha).
  43241.  
  43242.    * Fixed bug in `WEEK("XXXX-xx-01")'.
  43243.  
  43244. Changes in release 3.21.28
  43245. --------------------------
  43246.  
  43247.    * Fixed socket permission (clients couldn't connect to Unix socket
  43248.      on Linux).
  43249.  
  43250.    * Fixed bug in record caches; for some queries, you could get `Error
  43251.      from table handler: #' on some operating systems.
  43252.  
  43253. Changes in release 3.21.27
  43254. --------------------------
  43255.  
  43256.    * Added user level lock functions `GET_LOCK(string,timeout)',
  43257.      `RELEASE_LOCK(string)'.
  43258.  
  43259.    * Added `opened_tables' to `show status'.
  43260.  
  43261.    * Changed connect timeout to 3 seconds to make it somewhat harder
  43262.      for crackers to kill `mysqld' through telnet + TCP/IP.
  43263.  
  43264.    * Fixed bug in range optimizer when using `WHERE key_part_1 >=
  43265.      something AND key_part_2 <= something_else'.
  43266.  
  43267.    * Changed `configure' for detection of FreeBSD 3.0 9803xx and above
  43268.  
  43269.    * `WHERE' with string_column_key = constant_string didn't always find
  43270.      all rows if the column had many values differing only with
  43271.      characters of the same sort value (like e and e').
  43272.  
  43273.    * Strings keys looked up with 'ref' were not compared in
  43274.      case-sensitive fashion.
  43275.  
  43276.    * Added `umask()' to make log files non-readable for normal users.
  43277.  
  43278.    * Ignore users with old (8-byte) password on startup if not using
  43279.      `--old-protocol' option to `mysqld'.
  43280.  
  43281.    * `SELECT' which matched all key fields returned the values in the
  43282.      case of the matched values, not of the found values. (Minor
  43283.      problem.)
  43284.  
  43285. Changes in release 3.21.26
  43286. --------------------------
  43287.  
  43288.    * `FROM_DAYS(0)' now returns "0000-00-00".
  43289.  
  43290.    * In `DATE_FORMAT()', PM and AM were swapped for hours 00 and 12.
  43291.  
  43292.    * Extended the default maximum key size to 256.
  43293.  
  43294.    * Fixed bug when using `BLOB'/`TEXT' in `GROUP BY' with many tables.
  43295.  
  43296.    * An `ENUM' field that is not declared `NOT NULL' has `NULL' as the
  43297.      default value.  (Previously, the default value was the first
  43298.      enumeration value.)
  43299.  
  43300.    * Fixed bug in the join optimizer code when using many part keys on
  43301.      the same key:  `INDEX (Organization,Surname(35),Initials(35))'.
  43302.  
  43303.    * Added some tests to the table order optimizer to get some cases
  43304.      with `SELECT ... FROM many_tables' much faster.
  43305.  
  43306.    * Added a retry loop around `accept()' to possibly fix some problems
  43307.      on some Linux machines.
  43308.  
  43309. Changes in release 3.21.25
  43310. --------------------------
  43311.  
  43312.    * Changed `typedef 'string'' to `typedef 'my_string'' for better
  43313.      portability.
  43314.  
  43315.    * You can now kill threads that are waiting on a disk-full condition.
  43316.  
  43317.    * Fixed some problems with UDF functions.
  43318.  
  43319.    * Added long options to `isamchk'. Try `isamchk --help'.
  43320.  
  43321.    * Fixed a bug when using 8 bytes long (alpha); `filesort()' didn't
  43322.      work.  Affects `DISTINCT', `ORDER BY' and `GROUP BY' on 64-bit
  43323.      processors.
  43324.  
  43325. Changes in release 3.21.24
  43326. --------------------------
  43327.  
  43328.    * Dynamic loadable functions. Based on source from Alexis Mikhailov.
  43329.  
  43330.    * You couldn't delete from a table if no one had done a `SELECT' on
  43331.      the table.
  43332.  
  43333.    * Fixed problem with range optimizer with many `OR' operators on key
  43334.      parts inside each other.
  43335.  
  43336.    * Recoded `MIN()' and `MAX()' to work properly with strings and
  43337.      `HAVING'.
  43338.  
  43339.    * Changed default umask value for new files from `0664' to `0660'.
  43340.  
  43341.    * Fixed problem with `LEFT JOIN' and constant expressions in the `ON'
  43342.      part.
  43343.  
  43344.    * Added Italian error messages from <brenno@dewinter.com>.
  43345.  
  43346.    * `configure' now works better on OSF1 (tested on 4.0D).
  43347.  
  43348.    * Added hooks to allow `LIKE' optimization with international
  43349.      character support.
  43350.  
  43351.    * Upgraded `DBI' to 0.93.
  43352.  
  43353. Changes in release 3.21.23
  43354. --------------------------
  43355.  
  43356.    * The following symbols are now reserved words: `TIME', `DATE',
  43357.      `TIMESTAMP', `TEXT', `BIT', `ENUM', `NO', `ACTION', `CHECK',
  43358.      `YEAR', `MONTH', `DAY', `HOUR', `MINUTE', `SECOND', `STATUS',
  43359.      `VARIABLES'.
  43360.  
  43361.    * Setting a `TIMESTAMP' to `NULL' in `LOAD DATA INFILE ...' didn't
  43362.      set the current time for the `TIMESTAMP'.
  43363.  
  43364.    * Fix `BETWEEN' to recognize binary strings. Now `BETWEEN' is case
  43365.      sensitive.
  43366.  
  43367.    * Added `--skip-thread-priority' option to `mysqld', for systems
  43368.      where `mysqld''s thread scheduling doesn't work properly (BSDI
  43369.      3.1).
  43370.  
  43371.    * Added ODBC functions `DAYNAME()' and `MONTHNAME()'.
  43372.  
  43373.    * Added function `TIME_FORMAT()'.  This works like `DATE_FORMAT()',
  43374.      but takes a time string (`'HH:MM:DD'') as argument.
  43375.  
  43376.    * Fixed unlikely(?) key optimizer bug when using `OR's of key parts
  43377.      inside `AND's.
  43378.  
  43379.    * Added command `variables' to `mysqladmin'.
  43380.  
  43381.    * A lot of small changes to the binary releases.
  43382.  
  43383.    * Fixed a bug in the new protocol from MySQL Version 3.21.20.
  43384.  
  43385.    * Changed `ALTER TABLE' to work with Windows (Windows can't rename
  43386.      open files).  Also fixed a couple of small bugs in the Windows
  43387.      version.
  43388.  
  43389.    * All standard MySQL clients are now ported to MySQL-Windows.
  43390.  
  43391.    * MySQL can now be started as a service on NT.
  43392.  
  43393. Changes in release 3.21.22
  43394. --------------------------
  43395.  
  43396.    * Starting with this version, all MySQL distributions will be
  43397.      configured, compiled and tested with `crash-me' and the benchmarks
  43398.      on the following platforms: SunOS 5.6 sun4u, SunOS 5.5.1 sun4u,
  43399.      SunOS 4.14 sun4c, SunOS 5.6 i86pc, Irix 6.3 mips5k, HP-UX 10.20
  43400.      hppa, AIX 4.2.1 ppc, OSF1 V4.0 alpha, FreeBSD 2.2.2 i86pc and BSDI
  43401.      3.1 i386.
  43402.  
  43403.    * Fix `COUNT(*)' problems when the `WHERE' clause didn't match any
  43404.      records.  (Bug from 3.21.17.)
  43405.  
  43406.    * Removed that `NULL = NULL' is true.  Now you must use `IS NULL' or
  43407.      `IS NOT NULL' to test whether or not a value is `NULL'.  (This is
  43408.      according to ANSI SQL but may break old applications that are
  43409.      ported from `mSQL'.)  You can get the old behavior by compiling
  43410.      with `-DmSQL_COMPLIANT'.
  43411.  
  43412.    * Fixed bug that core dumped when using many `LEFT OUTER JOIN'
  43413.      clauses.
  43414.  
  43415.    * Fixed bug in `ORDER BY' on string formula with possible `NULL'
  43416.      values.
  43417.  
  43418.    * Fixed problem in range optimizer when using <= on sub index.
  43419.  
  43420.    * Added functions `DAYOFYEAR()', `DAYOFMONTH()', `MONTH()',
  43421.      `YEAR()', `WEEK()', `QUARTER()', `HOUR()', `MINUTE()', `SECOND()'
  43422.      and `FIND_IN_SET()'.
  43423.  
  43424.    * Added command `SHOW VARIABLES'.
  43425.  
  43426.    * Added support of "long constant strings" from ANSI SQL:
  43427.           mysql> SELECT 'first ' 'second';       -> 'first second'
  43428.  
  43429.    * Upgraded mSQL-Mysql-modules to 1.1825.
  43430.  
  43431.    * Upgraded `mysqlaccess' to 2.02.
  43432.  
  43433.    * Fixed problem with Russian character set and `LIKE'.
  43434.  
  43435.    * Ported to OpenBSD 2.1.
  43436.  
  43437.    * New Dutch error messages.
  43438.  
  43439. Changes in release 3.21.21a
  43440. ---------------------------
  43441.  
  43442.    * Configure changes for some operating systems.
  43443.  
  43444. Changes in release 3.21.21
  43445. --------------------------
  43446.  
  43447.    * Fixed optimizer bug when using `WHERE data_field = date_field2 AND
  43448.      date_field2 = constant'.
  43449.  
  43450.    * Added command `SHOW STATUS'.
  43451.  
  43452.    * Removed `manual.ps' from the source distribution to make it
  43453.      smaller.
  43454.  
  43455. Changes in release 3.21.20
  43456. --------------------------
  43457.  
  43458.    * Changed the maximum table name and column name lengths from 32 to
  43459.      64.
  43460.  
  43461.    * Aliases can now be of "any" length.
  43462.  
  43463.    * Fixed `mysqladmin stat' to return the right number of queries.
  43464.  
  43465.    * Changed protocol (downward compatible) to mark if a column has the
  43466.      `AUTO_INCREMENT' attribute or is a `TIMESTAMP'. This is needed for
  43467.      the new Java driver.
  43468.  
  43469.    * Added Hebrew sorting order by Zeev Suraski.
  43470.  
  43471.    * Solaris 2.6: Fixed `configure' bugs and increased maximum table
  43472.      size from 2G to 4G.
  43473.  
  43474. Changes in release 3.21.19
  43475. --------------------------
  43476.  
  43477.    * Upgraded `DBD' to 1823. This version implements `mysql_use_result'
  43478.      in `DBD-Mysql'.
  43479.  
  43480.    * Benchmarks updated for empress (by Luuk).
  43481.  
  43482.    * Fixed a case of slow range searching.
  43483.  
  43484.    * Configure fixes (`Docs' directory).
  43485.  
  43486.    * Added function `REVERSE()' (by Zeev Suraski).
  43487.  
  43488. Changes in release 3.21.18
  43489. --------------------------
  43490.  
  43491.    * Issue error message if client C functions are called in wrong
  43492.      order.
  43493.  
  43494.    * Added automatic reconnect to the `libmysql.c' library. If a write
  43495.      command fails, an automatic reconnect is done.
  43496.  
  43497.    * Small sort sets no longer use temporary files.
  43498.  
  43499.    * Upgraded `DBI' to 0.91.
  43500.  
  43501.    * Fixed a couple of problems with `LEFT OUTER JOIN'.
  43502.  
  43503.    * Added `CROSS JOIN' syntax. `CROSS' is now a reserved word.
  43504.  
  43505.    * Recoded `yacc'/`bison' stack allocation to be even safer and to
  43506.      allow MySQL to handle even bigger expressions.
  43507.  
  43508.    * Fixed a couple of problems with the update log.
  43509.  
  43510.    * `ORDER BY' was slow when used with key ranges.
  43511.  
  43512. Changes in release 3.21.17
  43513. --------------------------
  43514.  
  43515.    * Changed documentation string of `--with-unix-socket-path' to avoid
  43516.      confusion.
  43517.  
  43518.    * Added ODBC and ANSI SQL style `LEFT OUTER JOIN'.
  43519.  
  43520.    * The following are new reserved words: `LEFT', `NATURAL', `USING'.
  43521.  
  43522.    * The client library now uses the value of the environment variable
  43523.      `MYSQL_HOST' as the default host if it's defined.
  43524.  
  43525.    * `SELECT col_name, SUM(expr)' now returns `NULL' for `col_name'
  43526.      when there are matching rows.
  43527.  
  43528.    * Fixed problem with comparing binary strings and `BLOB's with ASCII
  43529.      characters over 127.
  43530.  
  43531.    * Fixed lock problem: when freeing a read lock on a table with
  43532.      multiple read locks, a thread waiting for a write lock would have
  43533.      been given the lock.  This shouldn't affect data integrity, but
  43534.      could possibly make `mysqld' restart if one thread was reading
  43535.      data that another thread modified.
  43536.  
  43537.    * `LIMIT offset,count' didn't work in `INSERT ... SELECT'.
  43538.  
  43539.    * Optimized key block caching. This will be quicker than the old
  43540.      algorithm when using bigger key caches.
  43541.  
  43542. Changes in release 3.21.16
  43543. --------------------------
  43544.  
  43545.    * Added ODBC 2.0 & 3.0 functions `POWER()', `SPACE()', `COT()',
  43546.      `DEGREES()', `RADIANS()', `ROUND(2 arg)' and `TRUNCATE()'.
  43547.  
  43548.    * *WARNING: INCOMPATIBLE CHANGE!!* `LOCATE()' parameters were
  43549.      swapped according to ODBC standard. Fixed.
  43550.  
  43551.    * Added function `TIME_TO_SEC()'.
  43552.  
  43553.    * In some cases, default values were not used for `NOT NULL' fields.
  43554.  
  43555.    * Timestamp wasn't always updated properly in `UPDATE SET ...'
  43556.      statements.
  43557.  
  43558.    * Allow empty strings as default values for `BLOB' and `TEXT', to be
  43559.      compatible with `mysqldump'.
  43560.  
  43561. Changes in release 3.21.15
  43562. --------------------------
  43563.  
  43564.    * *WARNING: INCOMPATIBLE CHANGE!!* `mysqlperl' is now from
  43565.      Msql-Mysql-modules. This means that `connect()' now takes `host',
  43566.      `database', `user', `password' arguments! The old version took
  43567.      `host', `database', `password', `user'.
  43568.  
  43569.    * Allow `DATE '1997-01-01'', `TIME '12:10:10'' and `TIMESTAMP
  43570.      '1997-01-01 12:10:10'' formats required by ANSI SQL.  *WARNING:
  43571.      INCOMPATIBLE CHANGE!!* This has the unfortunate side-effect that
  43572.      you no longer can have columns named `DATE', `TIME' or
  43573.      `TIMESTAMP'. :( Old columns can still be accessed through
  43574.      `tablename.columnname'!)
  43575.  
  43576.    * Changed Makefiles to hopefully work better with BSD systems. Also,
  43577.      `manual.dvi' is now included in the distribution to avoid having
  43578.      stupid `make' programs trying to rebuild it.
  43579.  
  43580.    * `readline' library upgraded to version 2.1.
  43581.  
  43582.    * A new sortorder german-1. That is a normal ISO-Latin1 with a
  43583.      german sort order.
  43584.  
  43585.    * Perl `DBI'/`DBD' is now included in the distribution. `DBI' is now
  43586.      the recommended way to connect to MySQL from Perl.
  43587.  
  43588.    * New portable benchmark suite with `DBD', with test results from
  43589.      `mSQL' 2.0.3, MySQL, PostgreSQL 6.2.1 and Solid server 2.2.
  43590.  
  43591.    * `crash-me' is now included with the benchmarks; This is a Perl
  43592.      program designed to find as many limits as possible in a SQL
  43593.      server. Tested with `mSQL', PostgreSQL, Solid and MySQL.
  43594.  
  43595.    * Fixed bug in range-optimizer that crashed MySQL on some queries.
  43596.  
  43597.    * Table and column name completion for `mysql' command line tool, by
  43598.      Zeev Suraski and Andi Gutmans.
  43599.  
  43600.    * Added new command `REPLACE' that works like `INSERT' but replaces
  43601.      conflicting records with the new record. `REPLACE INTO TABLE ...
  43602.      SELECT ...' works also.
  43603.  
  43604.    * Added new commands `CREATE DATABASE db_name' and `DROP DATABASE
  43605.      db_name'.
  43606.  
  43607.    * Added `RENAME' option to `ALTER TABLE': `ALTER TABLE name RENAME
  43608.      TO new_name'.
  43609.  
  43610.    * `make_binary_distribution' now includes `libgcc.a' in
  43611.      `libmysqlclient.a'. This should make linking work for people who
  43612.      don't have `gcc'.
  43613.  
  43614.    * Changed `net_write()' to `my_net_write()' because of a name
  43615.      conflict with Sybase.
  43616.  
  43617.    * New function `DAYOFWEEK()' compatible with ODBC.
  43618.  
  43619.    * Stack checking and `bison' memory overrun checking to make MySQL
  43620.      safer with weird queries.
  43621.  
  43622. Changes in release 3.21.14b
  43623. ---------------------------
  43624.  
  43625.    * Fixed a couple of small `configure' problems on some platforms.
  43626.  
  43627. Changes in release 3.21.14a
  43628. ---------------------------
  43629.  
  43630.    * Ported to SCO Openserver 5.0.4  with FSU Pthreads.
  43631.  
  43632.    * HP-UX 10.20 should work.
  43633.  
  43634.    * Added new function `DATE_FORMAT()'.
  43635.  
  43636.    * Added `NOT IN'.
  43637.  
  43638.    * Added automatic removal of 'ODBC function conversions': `{fn now()
  43639.      }'
  43640.  
  43641.    * Handle ODBC 2.50.3 option flags.
  43642.  
  43643.    * Fixed comparison of `DATE' and `TIME' values with `NULL'.
  43644.  
  43645.    * Changed language name from germany to german to be consistent with
  43646.      the other language names.
  43647.  
  43648.    * Fixed sorting problem on functions returning a `FLOAT'.
  43649.      Previously, the values were converted to `INT's before sorting.
  43650.  
  43651.    * Fixed slow sorting when sorting on key field when using
  43652.      `key_column=constant'.
  43653.  
  43654.    * Sorting on calculated `DOUBLE' values sorted on integer results
  43655.      instead.
  43656.  
  43657.    * `mysql' no longer needs a database argument.
  43658.  
  43659.    * Changed the place where `HAVING' should be. According to ANSI, it
  43660.      should be after `GROUP BY' but before `ORDER BY'. MySQL Version
  43661.      3.20 incorrectly had it last.
  43662.  
  43663.    * Added Sybase command `USE DATABASE' to start using another
  43664.      database.
  43665.  
  43666.    * Added automatic adjusting of number of connections and table cache
  43667.      size if the maximum number of files that can be opened is less
  43668.      than needed.  This should fix that `mysqld' doesn't crash even if
  43669.      you haven't done a `ulimit -n 256' before starting `mysqld'.
  43670.  
  43671.    * Added lots of limit checks to make it safer when running with too
  43672.      little memory or when doing weird queries.
  43673.  
  43674. Changes in release 3.21.13
  43675. --------------------------
  43676.  
  43677.    * Added retry of interrupted reads and clearing of `errno'.  This
  43678.      makes Linux systems much safer!
  43679.  
  43680.    * Fixed locking bug when using many aliases on the same table in the
  43681.      same `SELECT'.
  43682.  
  43683.    * Fixed bug with `LIKE' on number key.
  43684.  
  43685.    * New error message so you can check whether the connection was lost
  43686.      while the command was running or whether the connection was down
  43687.      from the start.
  43688.  
  43689.    * Added `--table' option to `mysql' to print in table format.  Moved
  43690.      time and row information after query result.  Added automatic
  43691.      reconnect of lost connections.
  43692.  
  43693.    * Added `!=' as a synonym for `<>'.
  43694.  
  43695.    * Added function `VERSION()' to make easier logs.
  43696.  
  43697.    * New multi-user test `tests/fork_test.pl' to put some strain on the
  43698.      thread library.
  43699.  
  43700. Changes in release 3.21.12
  43701. --------------------------
  43702.  
  43703.    * Fixed `ftruncate()' call in MIT-pthreads. This made `isamchk'
  43704.      destroy the `.ISM' files on (Free)BSD 2.x systems.
  43705.  
  43706.    * Fixed broken `__P_' patch in MIT-pthreads.
  43707.  
  43708.    * Many memory overrun checks. All string functions now return `NULL'
  43709.      if the returned string should be longer than `max_allowed_packet'
  43710.      bytes.
  43711.  
  43712.    * Changed the name of the `INTERVAL' type to `ENUM', because
  43713.      `INTERVAL' is used in ANSI SQL.
  43714.  
  43715.    * In some cases, doing a `JOIN' + `GROUP' + `INTO OUTFILE', the
  43716.      result wasn't grouped.
  43717.  
  43718.    * `LIKE' with `'_'' as last character didn't work. Fixed.
  43719.  
  43720.    * Added extended ANSI SQL `TRIM()' function.
  43721.  
  43722.    * Added `CURTIME()'.
  43723.  
  43724.    * Added `ENCRYPT()' function by Zeev Suraski.
  43725.  
  43726.    * Fixed better `FOREIGN KEY' syntax skipping. New reserved words:
  43727.      `MATCH', `FULL', `PARTIAL'.
  43728.  
  43729.    * `mysqld' now allows IP number and hostname to the `--bind-address'
  43730.      option.
  43731.  
  43732.    * Added `SET OPTION CHARACTER SET cp1251_koi8' to enable conversions
  43733.      of data to/from cp1251_koi8.
  43734.  
  43735.    * Lots of changes for Win95 port. In theory, this version should now
  43736.      be easily portable to Win95.
  43737.  
  43738.    * Changed the `CREATE COLUMN' syntax of `NOT NULL' columns to be
  43739.      after the `DEFAULT' value, as specified in the ANSI SQL standard.
  43740.      This will make `mysqldump' with `NOT NULL' and default values
  43741.      incompatible with MySQL Version 3.20.
  43742.  
  43743.    * Added many function name aliases so the functions can be used with
  43744.      ODBC or ANSI SQL92 syntax.
  43745.  
  43746.    * Fixed syntax of `ALTER TABLE tbl_name ALTER COLUMN col_name SET
  43747.      DEFAULT NULL'.
  43748.  
  43749.    * Added `CHAR' and `BIT' as synonyms for `CHAR(1)'.
  43750.  
  43751.    * Fixed core dump when updating as a user who has only *select*
  43752.      privilege.
  43753.  
  43754.    * `INSERT ... SELECT ... GROUP BY' didn't work in some cases. An
  43755.      `Invalid use of group function' error occurred.
  43756.  
  43757.    * When using `LIMIT', `SELECT' now always uses keys instead of record
  43758.      scan.  This will give better performance on `SELECT' and a `WHERE'
  43759.      that matches many rows.
  43760.  
  43761.    * Added Russian error messages.
  43762.  
  43763. Changes in release 3.21.11
  43764. --------------------------
  43765.  
  43766.    * Configure changes.
  43767.  
  43768.    * MySQL now works with the new thread library on BSD/OS 3.0.
  43769.  
  43770.    * Added new group functions `BIT_OR()' and `BIT_AND()'.
  43771.  
  43772.    * Added compatibility functions `CHECK' and `REFERENCES'.  `CHECK'
  43773.      is now a reserved word.
  43774.  
  43775.    * Added `ALL' option to `GRANT' for better compatibility. (`GRANT'
  43776.      is still a dummy function.)
  43777.  
  43778.    * Added partly-translated dutch messages.
  43779.  
  43780.    * Fixed bug in `ORDER BY' and `GROUP BY' with `NULL' columns.
  43781.  
  43782.    * Added function `last_insert_id()' to retrieve last `AUTO_INCREMENT'
  43783.      value.  This is intended for clients to ODBC that can't use the
  43784.      `mysql_insert_id()' API function, but can be used by any client.
  43785.  
  43786.    * Added `--flush-logs' option to `mysqladmin'.
  43787.  
  43788.    * Added command `STATUS' to `mysql'.
  43789.  
  43790.    * Fixed problem with `ORDER BY'/`GROUP BY' because of bug in `gcc'.
  43791.  
  43792.    * Fixed problem with `INSERT ... SELECT ... GROUP BY'.
  43793.  
  43794. Changes in release 3.21.10
  43795. --------------------------
  43796.  
  43797.    * New `mysqlaccess'.
  43798.  
  43799.    * `CREATE' now supports all ODBC types and the `mSQL' `TEXT' type.
  43800.      All ODBC 2.5 functions are also supported (added `REPEAT'). This
  43801.      provides better portability.
  43802.  
  43803.    * Added text types `TINYTEXT', `TEXT', `MEDIUMTEXT' and `LONGTEXT'.
  43804.      These are actually `BLOB'types, but all searching is done in
  43805.      case-insensitive fashion.
  43806.  
  43807.    * All old `BLOB' fields are now `TEXT' fields.  This only changes
  43808.      that all searching on strings is done in case-sensitive fashion.
  43809.      You must do an `ALTER TABLE' and change the field type to `BLOB'
  43810.      if you want to have tests done in case-sensitive fashion.
  43811.  
  43812.    * Fixed some `configure' issues.
  43813.  
  43814.    * Made the locking code a bit safer. Fixed very unlikely deadlock
  43815.      situation.
  43816.  
  43817.    * Fixed a couple of bugs in the range optimizer. Now the new range
  43818.      benchmark `test-select' works.
  43819.  
  43820. Changes in release 3.21.9
  43821. -------------------------
  43822.  
  43823.    * Added `--enable-unix-socket=pathname' option to `configure'.
  43824.  
  43825.    * Fixed a couple of portability problems with include files.
  43826.  
  43827.    * Fixed bug in range calculation that could return empty set when
  43828.      searching on multiple key with only one entry (very rare).
  43829.  
  43830.    * Most things ported to FSU Pthreads, which should allow MySQL to
  43831.      run on SCO. *Note SCO::.
  43832.  
  43833. Changes in release 3.21.8
  43834. -------------------------
  43835.  
  43836.    * Works now in Solaris 2.6.
  43837.  
  43838.    * Added handling of calculation of `SUM()' functions.  For example,
  43839.      you can now use `SUM(column)/COUNT(column)'.
  43840.  
  43841.    * Added handling of trigometric functions: `PI()', `ACOS()',
  43842.      `ASIN()', `ATAN()', `COS()', `SIN()' and `TAN()'.
  43843.  
  43844.    * New languages: norwegian, norwegian-ny and portuguese.
  43845.  
  43846.    * Fixed parameter bug in `net_print()' in `procedure.cc'.
  43847.  
  43848.    * Fixed a couple of memory leaks.
  43849.  
  43850.    * Now allow also the old `SELECT ... INTO OUTFILE' syntax.
  43851.  
  43852.    * Fixed bug with `GROUP BY' and `SELECT' on key with many values.
  43853.  
  43854.    * `mysql_fetch_lengths()' sometimes returned incorrect lengths when
  43855.      you used `mysql_use_result()'. This affected at least some cases of
  43856.      `mysqldump --quick'.
  43857.  
  43858.    * Fixed bug in optimization of `WHERE const op field'.
  43859.  
  43860.    * Fixed problem when sorting on `NULL' fields.
  43861.  
  43862.    * Fixed a couple of 64-bit (Alpha) problems.
  43863.  
  43864.    * Added `--pid-file=#' option to `mysqld'.
  43865.  
  43866.    * Added date formatting to `FROM_UNIXTIME()', originally by Zeev
  43867.      Suraski.
  43868.  
  43869.    * Fixed bug in `BETWEEN' in range optimizer (Did only test = of the
  43870.      first argument).
  43871.  
  43872.    * Added machine-dependent files for MIT-pthreads i386-SCO. There is
  43873.      probably more to do to get this to work on SCO 3.5.
  43874.  
  43875. Changes in release 3.21.7
  43876. -------------------------
  43877.  
  43878.    * Changed `Makefile.am' to take advantage of Automake 1.2.
  43879.  
  43880.    * Added the beginnings of a benchmark suite.
  43881.  
  43882.    * Added more secure password handling.
  43883.  
  43884.    * Added new client function `mysql_errno()', to get the error number
  43885.      of the error message. This makes error checking in the client much
  43886.      easier.  This makes the new server incompatible with the 3.20.x
  43887.      server when running without `--old-protocol'.  The client code is
  43888.      backward compatible.  More information can be found in the
  43889.      `README' file!
  43890.  
  43891.    * Fixed some problems when using very long, illegal names.
  43892.  
  43893. Changes in release 3.21.6
  43894. -------------------------
  43895.  
  43896.    * Fixed more portability issues (incorrect `sigwait' and `sigset'
  43897.      defines).
  43898.  
  43899.    * `configure' should now be able to detect the last argument to
  43900.      `accept()'.
  43901.  
  43902. Changes in release 3.21.5
  43903. -------------------------
  43904.  
  43905.    * Should now work with FreeBSD 3.0 if used with
  43906.      `FreeBSD-3.0-libc_r-1.0.diff', which can be found at
  43907.      `http://www.mysql.com/Downloads/Patches/'.
  43908.  
  43909.    * Added new option `-O tmp_table_size=#' to `mysqld'.
  43910.  
  43911.    * New function `FROM_UNIXTIME(timestamp)' which returns a date
  43912.      string in 'YYYY-MM-DD HH:MM:DD' format.
  43913.  
  43914.    * New function `SEC_TO_TIME(seconds)' which returns a string in
  43915.      'HH:MM:SS' format.
  43916.  
  43917.    * New function `SUBSTRING_INDEX()', originally by Zeev Suraski.
  43918.  
  43919. Changes in release 3.21.4
  43920. -------------------------
  43921.  
  43922.    * Should now configure and compile on OSF1 4.0 with the DEC compiler.
  43923.  
  43924.    * Configuration and compilation on BSD/OS 3.0 works, but due to some
  43925.      bugs in BSD/OS 3.0, `mysqld' doesn't work on it yet.
  43926.  
  43927.    * Configuration and compilation on FreeBSD 3.0 works, but I couldn't
  43928.      get `pthread_create' to work.
  43929.  
  43930. Changes in release 3.21.3
  43931. -------------------------
  43932.  
  43933.    * Added reverse check lookup of hostnames to get better security.
  43934.  
  43935.    * Fixed some possible buffer overflows if filenames that are too
  43936.      long are used.
  43937.  
  43938.    * `mysqld' doesn't accept hostnames that start with digits followed
  43939.      by a `'.'', because the hostname may look like an IP number.
  43940.  
  43941.    * Added `--skip-networking' option to `mysqld', to only allow socket
  43942.      connections.  (This will not work with MIT-pthreads!)
  43943.  
  43944.    * Added check of too long table names for alias.
  43945.  
  43946.    * Added check if database name is okay.
  43947.  
  43948.    * Added check if too long table names.
  43949.  
  43950.    * Removed incorrect `free()' that killed the server on `CREATE
  43951.      DATABASE' or `DROP DATABASE'.
  43952.  
  43953.    * Changed some `mysqld' `-O' options to better names.
  43954.  
  43955.    * Added `-O join_cache_size=#' option to `mysqld'.
  43956.  
  43957.    * Added `-O max_join_size=#' option to `mysqld', to be able to set a
  43958.      limit how big queries (in this case big = slow) one should be able
  43959.      to handle without specifying `SET OPTION SQL_BIG_SELECTS=1'.  A #
  43960.      = is about 10 examined records. The default is "unlimited".
  43961.  
  43962.    * When comparing a `TIME', `DATE', `DATETIME' or `TIMESTAMP' column
  43963.      to a constant, the constant is converted to a time value before
  43964.      performing the comparison.  This will make it easier to get ODBC
  43965.      (particularly Access97) to work with the above types. It should
  43966.      also make dates easier to use and the comparisons should be
  43967.      quicker than before.
  43968.  
  43969.    * Applied patch from Jochen Wiedmann that allows `query()' in
  43970.      `mysqlperl' to take a query with `\0' in it.
  43971.  
  43972.    * Storing a timestamp with a 2-digit year (`YYMMDD') didn't work.
  43973.  
  43974.    * Fix that timestamp wasn't automatically updated if set in an
  43975.      `UPDATE' clause.
  43976.  
  43977.    * Now the automatic timestamp field is the FIRST timestamp field.
  43978.  
  43979.    * `SELECT * INTO OUTFILE', which didn't correctly if the outfile
  43980.      already existed.
  43981.  
  43982.    * `mysql' now shows the thread ID when starting or doing a reconnect.
  43983.  
  43984.    * Changed the default sort buffer size from 2M to 1M.
  43985.  
  43986. Changes in release 3.21.2
  43987. -------------------------
  43988.  
  43989.    * The range optimizer is coded, but only 85% tested. It can be
  43990.      enabled with `--new', but it crashes core a lot yet...
  43991.  
  43992.    * More portable. Should compile on AIX and alpha-digital.  At least
  43993.      the `isam' library should be relatively 64-bit clean.
  43994.  
  43995.    * New `isamchk' which can detect and fix more problems.
  43996.  
  43997.    * New options for `isamlog'.
  43998.  
  43999.    * Using new version of Automake.
  44000.  
  44001.    * Many small portability changes (from the AIX and alpha-digital
  44002.      port) Better checking of pthread(s) library.
  44003.  
  44004.    * czech error messages by <snajdr@pvt.net>.
  44005.  
  44006.    * Decreased size of some buffers to get fewer problems on systems
  44007.      with little memory.  Also added more checks to handle "out of
  44008.      memory" problems.
  44009.  
  44010.    * `mysqladmin': you can now do `mysqladmin kill 5,6,7,8' to kill
  44011.      multiple threads.
  44012.  
  44013.    * When the maximum connection limit is reached, one extra connection
  44014.      by a user with the *PROCESS_ACL* privilege is granted.
  44015.  
  44016.    * Added `-O backlog=#' option to `mysqld'.
  44017.  
  44018.    * Increased maximum packet size from 512K to 1024K for client.
  44019.  
  44020.    * Almost all of the function code is now tested in the internal test
  44021.      suite.
  44022.  
  44023.    * `ALTER TABLE' now returns warnings from field conversions.
  44024.  
  44025.    * Port changed to 3306 (got it reserved from ISI).
  44026.  
  44027.    * Added a fix for Visual FoxBase so that any schema name from a table
  44028.      specification is automatically removed.
  44029.  
  44030.    * New function `ASCII()'.
  44031.  
  44032.    * Removed function `BETWEEN(a,b,c)'. Use the standard ANSI syntax
  44033.      instead: `expr BETWEEN expr AND expr'.
  44034.  
  44035.    * MySQL no longer has to use an extra temporary table when sorting
  44036.      on functions or `SUM()' functions.
  44037.  
  44038.    * Fixed bug that you couldn't use `tbl_name.field_name' in `UPDATE'.
  44039.  
  44040.    * Fixed `SELECT DISTINCT' when using 'hidden group'. For example:
  44041.           mysql> SELECT DISTINCT MOD(some_field,10) FROM test
  44042.                      GROUP BY some_field;
  44043.      Note: `some_field' is normally in the `SELECT' part. ANSI SQL
  44044.      should require it.
  44045.  
  44046. Changes in release 3.21.0
  44047. -------------------------
  44048.  
  44049.    * New reserved words used: `INTERVAL', `EXPLAIN', `READ', `WRITE',
  44050.      `BINARY'.
  44051.  
  44052.    * Added ODBC function `CHAR(num,...)'.
  44053.  
  44054.    * New operator `IN'. This uses a binary search to find a match.
  44055.  
  44056.    * New command `LOCK TABLES tbl_name [AS alias] {READ|WRITE} ...'
  44057.  
  44058.    * Added `--log-update' option to `mysqld', to get a log suitable for
  44059.      incremental updates.
  44060.  
  44061.    * New command `EXPLAIN SELECT ...' to get information about how the
  44062.      optimizer will do the join.
  44063.  
  44064.    * For easier client code, the client should no longer use
  44065.      `FIELD_TYPE_TINY_BLOB', `FIELD_TYPE_MEDIUM_BLOB',
  44066.      `FIELD_TYPE_LONG_BLOB' or `FIELD_TYPE_VAR_STRING' (as previously
  44067.      returned by `mysql_list_fields').  You should instead only use
  44068.      `FIELD_TYPE_BLOB' or `FIELD_TYPE_STRING'.  If you want exact
  44069.      types, you should use the command `SHOW FIELDS'.
  44070.  
  44071.    * Added varbinary syntax: `0x######' which can be used as a string
  44072.      (default) or a number.
  44073.  
  44074.    * `FIELD_TYPE_CHAR' is renamed to `FIELD_TYPE_TINY'.
  44075.  
  44076.    * Changed all fields to C++ classes.
  44077.  
  44078.    * Removed FORM struct.
  44079.  
  44080.    * Fields with `DEFAULT' values no longer need to be `NOT NULL'.
  44081.  
  44082.    * New field types:
  44083.     `ENUM'
  44084.           A string which can take only a couple of defined values. The
  44085.           value is stored as a 1-3 byte number that is mapped
  44086.           automatically to a string.  This is sorted according to
  44087.           string positions!
  44088.  
  44089.     `SET'
  44090.           A string which may have one or many string values separated
  44091.           with ','.  The string is stored as a 1-, 2-, 3-, 4- or 8-byte
  44092.           number where each bit stands for a specific set member.  This
  44093.           is sorted according to the unsigned value of the stored
  44094.           packed number.
  44095.  
  44096.    * Now all function calculation is done with `double' or `long long'.
  44097.      This will provide the full 64-bit range with bit functions and fix
  44098.      some conversions that previously could result in precision losses.
  44099.      One should avoid using `unsigned long long' columns with full
  44100.      64-bit range (numbers bigger than 9223372036854775807) because
  44101.      calculations are done with `signed long long'.
  44102.  
  44103.    * `ORDER BY' will now put `NULL' field values first. `GROUP BY' will
  44104.      also work with `NULL' values.
  44105.  
  44106.    * Full `WHERE' with expressions.
  44107.  
  44108.    * New range optimizer that can resolve ranges when some keypart
  44109.      prefix is constant. Example:
  44110.           mysql> SELECT * FROM tbl_name
  44111.                      WHERE key_part_1="customer"
  44112.                      AND key_part_2>=10 AND key_part_2<=10;
  44113.  
  44114. Changes in release 3.20.x
  44115. =========================
  44116.  
  44117. Version 3.20 is quite old now, and should be avoided if possible.  This
  44118. information is kept here for historical purposes only.
  44119.  
  44120. Changes from 3.20.18 to 3.20.32b are not documented here because the
  44121. 3.21 release branched here. And the relevant changes are also
  44122. documented as changes to the 3.21 version.
  44123.  
  44124. Changes in release 3.20.18
  44125. --------------------------
  44126.  
  44127.    * Added `-p#' (remove `#' directories from path) to `isamlog'.  All
  44128.      files are written with a relative path from the database directory
  44129.      Now `mysqld' shouldn't crash on shutdown when using the
  44130.      `--log-isam' option.
  44131.  
  44132.    * New `mysqlperl' version. It is now compatible with `msqlperl-0.63'.
  44133.  
  44134.    * New `DBD' module available at
  44135.      `http://www.mysql.com/Downloads/Contrib/' site.
  44136.  
  44137.    * Added group function `STD()' (standard deviation).
  44138.  
  44139.    * The `mysqld' server is now compiled by default without debugging
  44140.      information.  This will make the daemon smaller and faster.
  44141.  
  44142.    * Now one usually only has to specify the `--basedir' option to
  44143.      `mysqld'. All other paths are relative in a normal installation.
  44144.  
  44145.    * `BLOB' columns sometimes contained garbage when used with a
  44146.      `SELECT' on more than one table and `ORDER BY'.
  44147.  
  44148.    * Fixed that calculations that are not in `GROUP BY' work as expected
  44149.      (ANSI SQL extension).  Example:
  44150.           mysql> SELECT id,id+1 FROM table GROUP BY id;
  44151.  
  44152.    * The test of using `MYSQL_PWD' was reversed. Now `MYSQL_PWD' is
  44153.      enabled as default in the default release.
  44154.  
  44155.    * Fixed conversion bug which caused `mysqld' to core dump with
  44156.      Arithmetic error on Sparc-386.
  44157.  
  44158.    * Added `--unbuffered' option to `mysql', for new `mysqlaccess'.
  44159.  
  44160.    * When using overlapping (unnecessary) keys and join over many
  44161.      tables, the optimizer could get confused and return 0 records.
  44162.  
  44163. Changes in release 3.20.17
  44164. --------------------------
  44165.  
  44166.    * You can now use `BLOB' columns and the functions `IS NULL' and `IS
  44167.      NOT NULL' in the `WHERE' clause.
  44168.  
  44169.    * All communication packets and row buffers are now allocated
  44170.      dynamically on demand. The default value of `max_allowed_packet'
  44171.      is now 64K for the server and 512K for the client. This is mainly
  44172.      used to catch incorrect packets that could trash all memory. The
  44173.      server limit may be changed when it is started.
  44174.  
  44175.    * Changed stack usage to use less memory.
  44176.  
  44177.    * Changed `safe_mysqld' to check for running daemon.
  44178.  
  44179.    * The `ELT()' function is renamed to `FIELD()'.  The new `ELT()'
  44180.      function returns a value based on an index: `FIELD()' is the
  44181.      inverse of `ELT()' Example: `ELT(2,"A","B","C")' returns `"B"'.
  44182.      `FIELD("B","A","B","C")' returns `2'.
  44183.  
  44184.    * `COUNT(field)', where `field' could have a `NULL' value, now works.
  44185.  
  44186.    * A couple of bugs fixed in `SELECT ... GROUP BY'.
  44187.  
  44188.    * Fixed memory overrun bug in `WHERE' with many unoptimizable brace
  44189.      levels.
  44190.  
  44191.    * Fixed some small bugs in the grant code.
  44192.  
  44193.    * If hostname isn't found by `get_hostname', only the IP is checked.
  44194.      Previously, you got `Access denied'.
  44195.  
  44196.    * Inserts of timestamps with values didn't always work.
  44197.  
  44198.    * `INSERT INTO ... SELECT ... WHERE' could give the error
  44199.      `Duplicated field'.
  44200.  
  44201.    * Added some tests to `safe_mysqld' to make it "safer".
  44202.  
  44203.    * `LIKE' was case sensitive in some places and case insensitive in
  44204.      others.  Now `LIKE' is always case insensitive.
  44205.  
  44206.    * `mysql.cc': Allow `'#'' anywhere on the line.
  44207.  
  44208.    * New command `SET OPTION SQL_SELECT_LIMIT=#'. See the FAQ for more
  44209.      details.
  44210.  
  44211.    * New version of the `mysqlaccess' script.
  44212.  
  44213.    * Change `FROM_DAYS()' and `WEEKDAY()' to also take a full
  44214.      `TIMESTAMP' or `DATETIME' as argument. Before they only took a
  44215.      number of type `YYYYMMDD' or `YYMMDD'.
  44216.  
  44217.    * Added new function `UNIX_TIMESTAMP(timestamp_column)'.
  44218.  
  44219. Changes in release 3.20.16
  44220. --------------------------
  44221.  
  44222.    * More changes in MIT-pthreads to get them safer. Fixed also some
  44223.      link bugs at least in SunOS.
  44224.  
  44225.    * Changed `mysqld' to work around a bug in MIT-pthreads. This makes
  44226.      multiple small `SELECT' operations 20 times faster. Now
  44227.      `lock_test.pl' should work.
  44228.  
  44229.    * Added `mysql_FetchHash(handle)' to `mysqlperl'.
  44230.  
  44231.    * The `mysqlbug' script is now distributed built to allow for
  44232.      reporting bugs that appear during the build with it.
  44233.  
  44234.    * Changed `libmysql.c' to prefer `getpwuid()' instead of `cuserid()'.
  44235.  
  44236.    * Fixed bug in `SELECT' optimizer when using many tables with the
  44237.      same column used as key to different tables.
  44238.  
  44239.    * Added new latin2 and Russian KOI8 character tables.
  44240.  
  44241.    * Added support for a dummy `GRANT' command to satisfy Powerbuilder.
  44242.  
  44243. Changes in release 3.20.15
  44244. --------------------------
  44245.  
  44246.    * Fixed fatal bug `packets out of order' when using MIT-pthreads.
  44247.  
  44248.    * Removed possible loop when a thread waits for command from client
  44249.      and `fcntl()' fails. Thanks to Mike Bretz for finding this bug.
  44250.  
  44251.    * Changed alarm loop in `mysqld.cc' because shutdown didn't always
  44252.      succeed in Linux.
  44253.  
  44254.    * Removed use of `termbits' from `mysql.cc'.  This conflicted with
  44255.      `glibc' 2.0.
  44256.  
  44257.    * Fixed some syntax errors for at least BSD and Linux.
  44258.  
  44259.    * Fixed bug when doing a `SELECT' as superuser without a database.
  44260.  
  44261.    * Fixed bug when doing `SELECT' with group calculation to outfile.
  44262.  
  44263. Changes in release 3.20.14
  44264. --------------------------
  44265.  
  44266.    * If one gives `-p' or `--password' option to `mysql' without an
  44267.      argument, the user is solicited for the password from the tty.
  44268.  
  44269.    * Added default password from `MYSQL_PWD' (by Elmar Haneke).
  44270.  
  44271.    * Added command `kill' to `mysqladmin' to kill a specific MySQL
  44272.      thread.
  44273.  
  44274.    * Sometimes when doing a reconnect on a down connection this
  44275.      succeeded first on second try.
  44276.  
  44277.    * Fixed adding an `AUTO_INCREMENT' key with `ALTER_TABLE'.
  44278.  
  44279.    * `AVG()' gave too small value on some `SELECT's with `GROUP BY' and
  44280.      `ORDER BY'.
  44281.  
  44282.    * Added new `DATETIME' type (by Giovanni Maruzzelli
  44283.      <maruzz@matrice.it>).
  44284.  
  44285.    * Fixed that define `DONT_USE_DEFAULT_FIELDS' works.
  44286.  
  44287.    * Changed to use a thread to handle alarms instead of signals on
  44288.      Solaris to avoid race conditions.
  44289.  
  44290.    * Fixed default length of signed numbers. (George Harvey
  44291.      <georgeh@pinacl.co.uk>.)
  44292.  
  44293.    * Allow anything for `CREATE INDEX'.
  44294.  
  44295.    * Add prezeros when packing numbers to `DATE', `TIME' and
  44296.      `TIMESTAMP'.
  44297.  
  44298.    * Fixed a bug in `OR' of multiple tables (gave empty set).
  44299.  
  44300.    * Added many patches to MIT-pthreads. This fixes at least one lookup
  44301.      bug.
  44302.  
  44303. Changes in release 3.20.13
  44304. --------------------------
  44305.  
  44306.    * Added ANSI SQL94 `DATE' and `TIME' types.
  44307.  
  44308.    * Fixed bug in `SELECT' with `AND'-`OR' levels.
  44309.  
  44310.    * Added support for Slovenian characters. The `Contrib' directory
  44311.      contains source and instructions for adding other character sets.
  44312.  
  44313.    * Fixed bug with `LIMIT' and `ORDER BY'.
  44314.  
  44315.    * Allow `ORDER BY' and `GROUP BY' on items that aren't in the
  44316.      `SELECT' list.  (Thanks to Wim Bonis <bonis@kiss.de>, for pointing
  44317.      this out.)
  44318.  
  44319.    * Allow setting of timestamp values in `INSERT'.
  44320.  
  44321.    * Fixed bug with `SELECT ... WHERE ... = NULL'.
  44322.  
  44323.    * Added changes for `glibc' 2.0. To get `glibc' to work, you should
  44324.      add the `gibc-2.0-sigwait-patch' before compiling `glibc'.
  44325.  
  44326.    * Fixed bug in `ALTER TABLE' when changing a `NOT NULL' field to
  44327.      allow `NULL' values.
  44328.  
  44329.    * Added some ANSI92 synonyms as field types to `CREATE TABLE'.
  44330.      `CREATE TABLE' now allows `FLOAT(4)' and `FLOAT(8)' to mean
  44331.      `FLOAT' and `DOUBLE'.
  44332.  
  44333.    * New utility program `mysqlaccess' by <Yves.Carlier@rug.ac.be>.
  44334.      This program shows the access rights for a specific user and the
  44335.      grant rows that determine this grant.
  44336.  
  44337.    * Added `WHERE const op field' (by <bonis@kiss.de>).
  44338.  
  44339. Changes in release 3.20.11
  44340. --------------------------
  44341.  
  44342.    * When using `SELECT ... INTO OUTFILE', all temporary tables are ISAM
  44343.      instead of HEAP to allow big dumps.
  44344.  
  44345.    * Changed date functions to be string functions. This fixed some
  44346.      "funny" side effects when sorting on dates.
  44347.  
  44348.    * Extended `ALTER TABLE' according to SQL92.
  44349.  
  44350.    * Some minor compatibility changes.
  44351.  
  44352.    * Added `--port' and `--socket' options to all utility programs and
  44353.      `mysqld'.
  44354.  
  44355.    * Fixed MIT-pthreads `readdir_r()'. Now `mysqladmin create database'
  44356.      and `mysqladmin drop database' should work.
  44357.  
  44358.    * Changed MIT-pthreads to use our `tempnam()'. This should fix the
  44359.      "sort aborted" bug.
  44360.  
  44361.    * Added sync of records count in `sql_update'. This fixed slow
  44362.      updates on first connection. (Thanks to Vaclav Bittner for the
  44363.      test.)
  44364.  
  44365. Changes in release 3.20.10
  44366. --------------------------
  44367.  
  44368.    * New insert type: `INSERT INTO ... SELECT ...'
  44369.  
  44370.    * `MEDIUMBLOB' fixed.
  44371.  
  44372.    * Fixed bug in `ALTER TABLE' and `BLOB's.
  44373.  
  44374.    * `SELECT ... INTO OUTFILE' now creates the file in the current
  44375.      database directory.
  44376.  
  44377.    * `DROP TABLE' now can take a list of tables.
  44378.  
  44379.    * Oracle synonym `DESCRIBE' (`DESC').
  44380.  
  44381.    * Changes to `make_binary_distribution'.
  44382.  
  44383.    * Added some comments to installation instructions about
  44384.      `configure''s C++ link test.
  44385.  
  44386.    * Added `--without-perl' option to `configure'.
  44387.  
  44388.    * Lots of small portability changes.
  44389.  
  44390. Changes in release 3.20.9
  44391. -------------------------
  44392.  
  44393.    * `ALTER TABLE' didn't copy null bit. As a result, fields that were
  44394.      allowed to have `NULL' values were always `NULL'.
  44395.  
  44396.    * `CREATE' didn't take numbers as `DEFAULT'.
  44397.  
  44398.    * Some compatibility changes for SunOS.
  44399.  
  44400.    * Removed `config.cache' from old distribution.
  44401.  
  44402. Changes in release 3.20.8
  44403. -------------------------
  44404.  
  44405.    * Fixed bug with `ALTER TABLE' and multi-part keys.
  44406.  
  44407. Changes in release 3.20.7
  44408. -------------------------
  44409.  
  44410.    * New commands: `ALTER TABLE', `SELECT ... INTO OUTFILE' and `LOAD
  44411.      DATA INFILE'.
  44412.  
  44413.    * New function: `NOW()'.
  44414.  
  44415.    * Added new field *file_priv* to `mysql/user' table.
  44416.  
  44417.    * New script `add_file_priv' which adds the new field *file_priv* to
  44418.      the `user' table. This script must be executed if you want to use
  44419.      the new `SELECT ... INTO' and `LOAD DATA INFILE ...' commands with
  44420.      a version of MySQL earlier than 3.20.7.
  44421.  
  44422.    * Fixed bug in locking code, which made `lock_test.pl' test fail.
  44423.  
  44424.    * New files `NEW' and `BUGS'.
  44425.  
  44426.    * Changed `select_test.c' and `insert_test.c' to include `config.h'.
  44427.  
  44428.    * Added command `status' to `mysqladmin' for short logging.
  44429.  
  44430.    * Increased maximum number of keys to 16 and maximum number of key
  44431.      parts to 15.
  44432.  
  44433.    * Use of sub keys. A key may now be a prefix of a string field.
  44434.  
  44435.    * Added `-k' option to `mysqlshow', to get key information for a
  44436.      table.
  44437.  
  44438.    * Added long options to `mysqldump'.
  44439.  
  44440. Changes in release 3.20.6
  44441. -------------------------
  44442.  
  44443.    * Portable to more systems because of MIT-pthreads, which will be
  44444.      used automatically if `configure' cannot find a `-lpthreads'
  44445.      library.
  44446.  
  44447.    * Added GNU-style long options to almost all programs. Test with
  44448.      `program --help'.
  44449.  
  44450.    * Some shared library support for Linux.
  44451.  
  44452.    * The FAQ is now in `.texi' format and is available in `.html',
  44453.      `.txt' and `.ps' formats.
  44454.  
  44455.    * Added new SQL function `RAND([init])'.
  44456.  
  44457.    * Changed `sql_lex' to handle `\0' unquoted, but the client can't
  44458.      send the query through the C API, because it takes a str pointer.
  44459.      You must use `mysql_real_query()' to send the query.
  44460.  
  44461.    * Added API function `mysql_get_client_info()'.
  44462.  
  44463.    * `mysqld' now uses the `N_MAX_KEY_LENGTH' from `nisam.h' as the
  44464.      maximum allowed key length.
  44465.  
  44466.    * The following now works:
  44467.           mysql> SELECT filter_nr,filter_nr FROM filter ORDER BY filter_nr;
  44468.      Previously, this resulted in the error: `Column: 'filter_nr' in
  44469.      order clause is ambiguous'.
  44470.  
  44471.    * `mysql' now outputs `'\0'', `'\t'', `'\n'' and `'\\'' when
  44472.      encountering ASCII 0, tab, newline or `'\'' while writing
  44473.      tab-separated output.  This is to allow printing of binary data in
  44474.      a portable format.  To get the old behavior, use `-r' (or `--raw').
  44475.  
  44476.    * Added german error messages (60 of 80 error messages translated).
  44477.  
  44478.    * Added new API function `mysql_fetch_lengths(MYSQL_RES *)', which
  44479.      returns an array of column lengths (of type `uint').
  44480.  
  44481.    * Fixed bug with `IS NULL' in `WHERE' clause.
  44482.  
  44483.    * Changed the optimizer a little to get better results when
  44484.      searching on a key part.
  44485.  
  44486.    * Added `SELECT' option `STRAIGHT_JOIN' to tell the optimizer that
  44487.      it should join tables in the given order.
  44488.  
  44489.    * Added support for comments starting with `'--'' in `mysql.cc'
  44490.      (Postgres syntax).
  44491.  
  44492.    * You can have `SELECT' expressions and table columns in a `SELECT'
  44493.      which are not used in the group part. This makes it efficient to
  44494.      implement lookups.  The column that is used should be a constant
  44495.      for each group because the value is calculated only once for the
  44496.      first row that is found for a group.
  44497.           mysql> SELECT id,lookup.text,sum(*) FROM test,lookup
  44498.                    WHERE test.id=lookup.id GROUP BY id;
  44499.  
  44500.    * Fixed bug in `SUM(function)' (could cause a core dump).
  44501.  
  44502.    * Changed `AUTO_INCREMENT' placement in the SQL query:
  44503.           INSERT into table (auto_field) values (0);
  44504.      inserted 0, but it should insert an `AUTO_INCREMENT' value.
  44505.  
  44506.    * `mysqlshow.c': Added number of records in table. Had to change the
  44507.      client code a little to fix this.
  44508.  
  44509.    * `mysql' now allows doubled `''' or `""' within strings for
  44510.      embedded `'' or `"'.
  44511.  
  44512.    * New math functions: `EXP()', `LOG()', `SQRT()', `ROUND()',
  44513.      `CEILING()'.
  44514.  
  44515. Changes in release 3.20.3
  44516. -------------------------
  44517.  
  44518.    * The `configure' source now compiles a thread-free client library
  44519.      `-lmysqlclient'. This is the only library that needs to be linked
  44520.      with client applications.  When using the binary releases, you must
  44521.      link with `-lmysql -lmysys -ldbug -lstrings' as before.
  44522.  
  44523.    * New `readline' library from `bash-2.0'.
  44524.  
  44525.    * LOTS of small changes to `configure' and makefiles (and related
  44526.      source).
  44527.  
  44528.    * It should now be possible to compile in another directory using
  44529.      `VPATH'. Tested with GNU Make 3.75.
  44530.  
  44531.    * `safe_mysqld' and `mysql.server' changed to be more compatible
  44532.      between the source and the binary releases.
  44533.  
  44534.    * `LIMIT' now takes one or two numeric arguments.  If one argument
  44535.      is given, it indicates the maximum number of rows in a result. If
  44536.      two arguments are given, the first argument indicates the offset
  44537.      of the first row to return, the second is the maximum number of
  44538.      rows.  With this it's easy to do a poor man's next page/previous
  44539.      page WWW application.
  44540.  
  44541.    * Changed name of SQL function `FIELDS()' to `ELT()'.  Changed SQL
  44542.      function `INTERVALL()' to `INTERVAL()'.
  44543.  
  44544.    * Made `SHOW COLUMNS' a synonym for `SHOW FIELDS'.  Added
  44545.      compatibility syntax `FRIEND KEY' to `CREATE TABLE'. In MySQL,
  44546.      this creates a non-unique key on the given columns.
  44547.  
  44548.    * Added `CREATE INDEX' and `DROP INDEX' as compatibility functions.
  44549.      In MySQL, `CREATE INDEX' only checks if the index exists and
  44550.      issues an error if it doesn't exist. `DROP INDEX' always succeeds.
  44551.  
  44552.    * `mysqladmin.c': added client version to version information.
  44553.  
  44554.    * Fixed core dump bug in `sql_acl' (core on new connection).
  44555.  
  44556.    * Removed `host', `user' and `db' tables from database `test' in the
  44557.      distribution.
  44558.  
  44559.    * `FIELD_TYPE_CHAR' can now be signed (-128 - 127) or unsigned (0 -
  44560.      255) Previously, it was always unsigned.
  44561.  
  44562.    * Bug fixes in `CONCAT()' and `WEEKDAY()'.
  44563.  
  44564.    * Changed a lot of source to get `mysqld' to be compiled with SunPro
  44565.      compiler.
  44566.  
  44567.    * SQL functions must now have a `'('' immediately after the function
  44568.      name (no intervening space).  For example, `'user('' is regarded
  44569.      as beginning a function call, and `'user ('' is regarded as an
  44570.      identifier `user' followed by a `'('', not as a function call.
  44571.  
  44572. Changes in release 3.20.0
  44573. -------------------------
  44574.  
  44575.    * The source distribution is done with `configure' and Automake.  It
  44576.      will make porting much easier.  The `readline' library is included
  44577.      in the distribution.
  44578.  
  44579.    * Separate client compilation: the client code should be very easy
  44580.      to compile on systems which don't have threads.
  44581.  
  44582.    * The old Perl interface code is automatically compiled and
  44583.      installed.  Automatic compiling of `DBD' will follow when the new
  44584.      `DBD' code is ported.
  44585.  
  44586.    * Dynamic language support: `mysqld' can now be started with Swedish
  44587.      or English (default) error messages.
  44588.  
  44589.    * New functions: `INSERT()', `RTRIM()', `LTRIM()' and `FORMAT()'.
  44590.  
  44591.    * `mysqldump' now works correctly for all field types (even
  44592.      `AUTO_INCREMENT'). The format for `SHOW FIELDS FROM tbl_name' is
  44593.      changed so the `Type' column contains information suitable for
  44594.      `CREATE TABLE'.  In previous releases, some `CREATE TABLE'
  44595.      information had to be patched when re-creating tables.
  44596.  
  44597.    * Some parser bugs from 3.19.5 (`BLOB' and `TIMESTAMP') are
  44598.      corrected.  `TIMESTAMP' now returns different date information
  44599.      depending on its create length.
  44600.  
  44601.    * Changed parser to allow a database, table or field name to start
  44602.      with a number or `'_''.
  44603.  
  44604.    * All old C code from Unireg changed to C++ and cleaned up. This
  44605.      makes the daemon a little smaller and easier to understand.
  44606.  
  44607.    * A lot of small bug fixes done.
  44608.  
  44609.    * New `INSTALL' files (not final version) and some information
  44610.      regarding porting.
  44611.  
  44612. Changes in release 3.19.x
  44613. =========================
  44614.  
  44615. Version 3.19 is quite old now, and should be avoided if possible.  This
  44616. information is kept here for historical purposes only.
  44617.  
  44618. Changes in release 3.19.5
  44619. -------------------------
  44620.  
  44621.    * Some new functions, some more optimization on joins.
  44622.  
  44623.    * Should now compile clean on Linux (2.0.x).
  44624.  
  44625.    * Added functions `DATABASE()', `USER()', `POW()', `LOG10()' (needed
  44626.      for ODBC).
  44627.  
  44628.    * In a `WHERE' with an `ORDER BY' on fields from only one table, the
  44629.      table is now preferred as first table in a multi-join.
  44630.  
  44631.    * `HAVING' and `IS NULL' or `IS NOT NULL' now works.
  44632.  
  44633.    * A group on one column and a sort on a group function (`SUM()',
  44634.      `AVG()'...) didn't work together. Fixed.
  44635.  
  44636.    * `mysqldump': Didn't send password to server.
  44637.  
  44638. Changes in release 3.19.4
  44639. -------------------------
  44640.  
  44641.    * Fixed horrible locking bug when inserting in one thread and reading
  44642.      in another thread.
  44643.  
  44644.    * Fixed one-off decimal bug.  1.00 was output as 1.0.
  44645.  
  44646.    * Added attribute `'Locked'' to process list as info if a query is
  44647.      locked by another query.
  44648.  
  44649.    * Fixed full magic timestamp. Timestamp length may now be 14, 12,
  44650.      10, 8, 6, 4 or 2 bytes.
  44651.  
  44652.    * Sort on some numeric functions could sort incorrectly on last
  44653.      number.
  44654.  
  44655.    * `IF(arg,syntax_error,syntax_error)' crashed.
  44656.  
  44657.    * Added functions `CEILING()', `ROUND()', `EXP()', `LOG()' and
  44658.      `SQRT()'.
  44659.  
  44660.    * Enhanced `BETWEEN' to handle strings.
  44661.  
  44662. Changes in release 3.19.3
  44663. -------------------------
  44664.  
  44665.    * Fixed `SELECT' with grouping on `BLOB' columns not to return
  44666.      incorrect `BLOB' info. Grouping, sorting and distinct on `BLOB'
  44667.      columns will not yet work as expected (probably it will group/sort
  44668.      by the first 7 characters in the `BLOB'). Grouping on formulas
  44669.      with a fixed string size (use `MID()' on a `BLOB') should work.
  44670.  
  44671.    * When doing a full join (no direct keys) on multiple tables with
  44672.      `BLOB' fields, the `BLOB' was garbage on output.
  44673.  
  44674.    * Fixed `DISTINCT' with calculated columns.
  44675.  
  44676. Comments on porting to other systems
  44677. ************************************
  44678.  
  44679. A working Posix thread library is needed for the server. On Solaris 2.5
  44680. we use Sun PThreads (the native thread support in 2.4 and earlier
  44681. versions are not good enough) and on Linux we use LinuxThreads by Xavier
  44682. Leroy, <Xavier.Leroy@inria.fr>.
  44683.  
  44684. The hard part of porting to a new Unix variant without good native
  44685. thread support is probably to port MIT-pthreads. See
  44686. `mit-pthreads/README' and Programming POSIX Threads
  44687. (http://www.humanfactor.com/pthreads/).
  44688.  
  44689. The MySQL distribution includes a patched version of Provenzano's
  44690. Pthreads from MIT (see MIT Pthreads web page
  44691. (http://www.mit.edu:8001/people/proven/pthreads.html)). This can be
  44692. used for some operating systems that do not have POSIX threads.
  44693.  
  44694. It is also possible to use another user level thread package named FSU
  44695. Pthreads (see FSU Pthreads home page
  44696. (http://www.informatik.hu-berlin.de/~mueller/pthreads.html)). This
  44697. implementation is being used for the SCO port.
  44698.  
  44699. See the `thr_lock.c' and `thr_alarm.c' programs in the `mysys'
  44700. directory for some tests/examples of these problems.
  44701.  
  44702. Both the server and the client need a working C++ compiler (we use `gcc'
  44703. and have tried SparcWorks). Another compiler that is known to work is
  44704. the Irix `cc'.
  44705.  
  44706. To compile only the client use `./configure --without-server'.
  44707.  
  44708. There is currently no support for only compiling the server, nor is it
  44709. likly to be added unless someone has a good reason for it.
  44710.  
  44711. If you want/need to change any `Makefile' or the configure script you
  44712. must get Automake and Autoconf. We have used the `automake-1.2' and
  44713. `autoconf-2.12' distributions.
  44714.  
  44715. All steps needed to remake everything from the most basic files.
  44716.  
  44717.      /bin/rm */.deps/*.P
  44718.      /bin/rm -f config.cache
  44719.      aclocal
  44720.      autoheader
  44721.      aclocal
  44722.      automake
  44723.      autoconf
  44724.      ./configure --with-debug=full --prefix='your installation directory'
  44725.      
  44726.      # The makefiles generated above need GNU make 3.75 or newer.
  44727.      # (called gmake below)
  44728.      gmake clean all install init-db
  44729.  
  44730. If you run into problems with a new port, you may have to do some
  44731. debugging of MySQL!  *Note Debugging server::.
  44732.  
  44733. *NOTE:* Before you start debugging `mysqld', first get the test
  44734. programs `mysys/thr_alarm' and `mysys/thr_lock' to work.  This will
  44735. ensure that your thread installation has even a remote chance to work!
  44736.  
  44737. Debugging a MySQL server
  44738. ========================
  44739.  
  44740. If you are using some functionality that is very new in MySQL, you can
  44741. try to run `mysqld' with the `--skip-new' (which will disable all new,
  44742. potentially unsafe functionality) or with `--safe-mode' which disables
  44743. a lot of optimization that may cause problems.  *Note Crashing::.
  44744.  
  44745. If `mysqld' doesn't want to start, you should check that you don't have
  44746. any `my.cnf' files that interfere with your setup!  You can check your
  44747. `my.cnf' arguments with `mysqld --print-defaults' and avoid using them
  44748. by starting with `mysqld --no-defaults ...'.
  44749.  
  44750. If `mysqld' starts to eat up CPU or memory or if it "hangs", you can
  44751. use `mysqladmin processlist status' to find out if someone is executing
  44752. a query that takes a long time.  It may be a good idea to run
  44753. `mysqladmin -i10 processlist status' in some window if you are
  44754. experiencing performance problems or problems when new clients can't
  44755. connect.
  44756.  
  44757. The command `mysqladmin debug' will dump some information about locks
  44758. in use, used memory and query usage to the mysql log file. This may
  44759. help solve some problems.  This command also provides some useful
  44760. information even if you haven't compiled MySQL for debugging!
  44761.  
  44762. If the problem is that some tables are getting slower and slower you
  44763. should try to optimize the table with `OPTIMIZE TABLE' or `myisamchk'.
  44764. *Note MySQL Database Administration::. You should also check the slow
  44765. queries with `EXPLAIN'.
  44766.  
  44767. You should also read the OS-specific section in this manual for
  44768. problems that may be unique to your environment.  *Note Operating
  44769. System Specific Notes::.
  44770.  
  44771. Compiling MYSQL for debugging.
  44772. ------------------------------
  44773.  
  44774. If you have some very specific problem, you can always try to debug
  44775. MySQL.  To do this you must configure MySQL with the `--with-debug' or
  44776. the `--with-debug=full' option.  You can check whether or not MySQL was
  44777. compiled with debugging by doing: `mysqld --help'.  If the `--debug'
  44778. flag is listed with the options then you have debugging enabled.
  44779. `mysqladmin ver' also lists the `mysqld' version as `mysql ... --debug'
  44780. in this case.
  44781.  
  44782. If you are using gcc or egcs, the recommended configure line is:
  44783.  
  44784.      CC=gcc CFLAGS="-O2" CXX=gcc CXXFLAGS="-O2 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-debug --with-extra-charsets=complex
  44785.  
  44786. This will avoid problems with the `libstdc++' library and with C++
  44787. exceptions (many compilers have problems with C++ exceptions in threaded
  44788. code) and compile a MySQL version with support for all character sets.
  44789.  
  44790. If you suspect a memory overrun error, you can configure MySQL with
  44791. `--with-debug=full', which will install a memory allocation
  44792. (`SAFEMALLOC') checker. Running with `SAFEMALLOC' is however quite
  44793. slow, so if you get performance problems you should start `mysqld' with
  44794. the `--skip-safemalloc' option. This will disable the memory overrun
  44795. checks for each call to `malloc' and `free'.
  44796.  
  44797. If `mysqld' stops crashing when you compile it with `--with-debug', you
  44798. have probably found a compiler bug or a timing bug within MySQL.  In
  44799. this case you can try to add `-g' to the `CFLAGS' and `CXXFLAGS'
  44800. variables above and not use `--with-debug'. If `mysqld' now dies, you
  44801. can at least attach to it with `gdb' or use `gdb' on the core file to
  44802. find out what happened.
  44803.  
  44804. When you configure MySQL for debugging you automatically enable a lot
  44805. of extra safety check functions that monitor the health of `mysqld'.
  44806. If they find something "unexpected," an entry will be written to
  44807. `stderr', which `safe_mysqld' directs to the error log!  This also
  44808. means that if you are having some unexpected problems with MySQL and
  44809. are using a source distribution, the first thing you should do is to
  44810. configure MySQL for debugging!  (The second thing, of course, is to
  44811. send mail to <mysql@lists.mysql.com> and ask for help.  Please use the
  44812. `mysqlbug' script for all bug reports or questions regarding the MySQL
  44813. version you are using!
  44814.  
  44815. In the Windows MySQL distribution, `mysqld.exe' is by default compiled
  44816. with support for trace files.
  44817.  
  44818. Creating trace files
  44819. --------------------
  44820.  
  44821. If the `mysqld' server doesn't start or if you can cause the `mysqld'
  44822. server to crash quickly, you can try to create a trace file to find the
  44823. problem.
  44824.  
  44825. To do this you have to have a `mysqld' that is compiled for debugging.
  44826. You can check this by executing `mysqld -V'.  If the version number
  44827. ends with `-debug', it's compiled with support for trace files.
  44828.  
  44829. Start the `mysqld' server with a trace log in `/tmp/mysqld.trace' (or
  44830. `C:\mysqld.trace' on Windows):
  44831.  
  44832. `mysqld --debug'
  44833.  
  44834. On Windows you should also use the `--standalone' flag to not start
  44835. `mysqld' as a service:
  44836.  
  44837. In a DOS window do:
  44838.  
  44839.      mysqld --debug --standalone
  44840.  
  44841. After this you can use the `mysql.exe' command line tool in a second
  44842. DOS window to reproduce the problem. You can take down the above
  44843. `mysqld' server with `mysqladmin shutdown'.
  44844.  
  44845. Note that the trace file will get very _BIG_!  If you want to have a
  44846. smaller trace file, you can use something like:
  44847.  
  44848. `mysqld --debug=d,info,error,query,general,where:O,/tmp/mysqld.trace'
  44849.  
  44850. which only prints information with the most interesting tags in
  44851. `/tmp/mysqld.trace'.
  44852.  
  44853. If you make a bug report about this, please only send the lines from the
  44854. trace file to the appropriate mailing list where something seems to go
  44855. wrong! If you can't locate the wrong place, you can ftp the trace file,
  44856. together with a full bug report, to
  44857. `ftp://support.mysql.com/pub/mysql/secret' so that a MySQL developer
  44858. can take a look a this.
  44859.  
  44860. The trace file is made with the *DBUG* package by Fred Fish.  *Note The
  44861. DBUG package::.
  44862.  
  44863. Debugging mysqld under gdb
  44864. --------------------------
  44865.  
  44866. On most system you can also start `mysqld' from `gdb' to get more
  44867. information if `mysqld' crashes.
  44868.  
  44869. With some older `gdb' versions on Linux you must use `run --one-thread'
  44870. if you want to be able to debug `mysqld' threads.  In this case you can
  44871. only have one thread active at a time.
  44872.  
  44873. When running `mysqld' under gdb, you should disable the stack trace
  44874. with `--skip-stack-trace' to be able to catch segfaults within gdb.
  44875.  
  44876. It's very hard to debug MySQL under `gdb' if you do a lot of new
  44877. connections the whole time as `gdb' doesn't free the memory for old
  44878. threads.  You can avoid this problem by starting `mysqld' with `-O
  44879. thread_cache_size= 'max_connections +1''.  In most cases just using `-O
  44880. thread_cache_size=5'' will help a lot!
  44881.  
  44882. If you want to get a core dump on Linux if `mysqld' dies with a SIGSEGV
  44883. signal, you can start `mysqld' with the `--core-file' option.  This
  44884. core file can be used to make a backtrace that may help you find out
  44885. why `mysqld' died:
  44886.  
  44887.      shell> gdb mysqld core
  44888.      gdb>   backtrace full
  44889.      gdb>   exit
  44890.  
  44891. *Note Crashing::.
  44892.  
  44893. If you are using gdb 4.17.x or above on Linux, you should install a
  44894. `.gdb' file, with the following information, in your current directory:
  44895.  
  44896.      set print sevenbit off
  44897.      handle SIGUSR1 nostop noprint
  44898.      handle SIGUSR2 nostop noprint
  44899.      handle SIGWAITING nostop noprint
  44900.      handle SIGLWP nostop noprint
  44901.      handle SIGPIPE nostop
  44902.      handle SIGALRM nostop
  44903.      handle SIGHUP nostop
  44904.      handle SIGTERM nostop noprint
  44905.  
  44906. If you have problems debugging threads with gdb, you should download
  44907. gdb 5.x and try this instead. The new gdb version has very improved
  44908. thread handling!
  44909.  
  44910. Here is an example how to debug mysqld:
  44911.  
  44912.      shell> gdb /usr/local/libexec/mysqld
  44913.      gdb> run
  44914.      ...
  44915.      backtrace full # Do this when mysqld crashes
  44916.  
  44917. Include the above output in a mail generated with `mysqlbug' and mail
  44918. this to `mysql@lists.mysql.com'.
  44919.  
  44920. If `mysqld' hangs you can try to use some system tools like `strace' or
  44921. `/usr/proc/bin/pstack' to examine where `mysqld' has hung.
  44922.  
  44923.      strace /tmp/log libexec/mysqld
  44924.  
  44925. If you are using the Perl `DBI' interface, you can turn on debugging
  44926. information by using the `trace' method or by setting the `DBI_TRACE'
  44927. environment variable.  *Note Perl `DBI' Class: Perl DBI Class.
  44928.  
  44929. Using a stack trace
  44930. -------------------
  44931.  
  44932. On some operating systems, the error log will contain a stack trace if
  44933. `mysqld' dies unexpectedly. You can use this to find out where (and
  44934. maybe why) `mysqld' died. *Note Error log::.  To get a stack trace, you
  44935. should NOT compile `mysqld' with the `-fomit-frame-pointer' option to
  44936. gcc. *Note Compiling for debugging::.
  44937.  
  44938. If the error file contains something like the following:
  44939.  
  44940.      mysqld got signal 11;
  44941.      The manual section 'Debugging a MySQL server' tells you how to use a
  44942.      stack trace and/or the core file to produce a readable backtrace that may
  44943.      help in finding out why mysqld died
  44944.      Attemping backtrace. You can use the following information to find out
  44945.      where mysqld died.  If you see no messages after this, something went
  44946.      terribly wrong
  44947.      stack range sanity check, ok, backtrace follows
  44948.      0x40077552
  44949.      0x81281a0
  44950.      0x8128f47
  44951.      0x8127be0
  44952.      0x8127995
  44953.      0x8104947
  44954.      0x80ff28f
  44955.      0x810131b
  44956.      0x80ee4bc
  44957.      0x80c3c91
  44958.      0x80c6b43
  44959.      0x80c1fd9
  44960.      0x80c1686
  44961.  
  44962. you can find where `mysqld' died by doing the following:
  44963.  
  44964.   1. Copy the above numbers to a file, for example `mysqld.stack'.
  44965.  
  44966.   2. Make a symbol file for the `mysqld' server:
  44967.           nm -n libexec/mysqld > /tmp/mysqld.sym
  44968.  
  44969.      Note that many MySQL binary distributions comes with the above
  44970.      file, named `mysqld.sym.gz'.  In this case you must unpack this by
  44971.      doing:
  44972.           gunzip < bin/mysqld.sym.gz > /tmp/mysqld.sym
  44973.  
  44974.   3. Execute `resolve_stack_dump -s /tmp/mysqld.sym -n mysqld.stack'.
  44975.  
  44976.      This will print out where `mysqld' died. If this doesn't help you
  44977.      find out why `mysqld' died, you should make a bug report and
  44978.      include the output from the above commend with the bug report.
  44979.  
  44980.      Note however that in most cases it will not help us to just have a
  44981.      stack trace to find the reason for the problem.  To be able to
  44982.      locate the bug or provide a workaround, we would in most cases
  44983.      need to know the query that killed `mysqld' and preferable a test
  44984.      case so that we can repeat the problem!  *Note Bug reports::.
  44985.  
  44986. Using log files to find cause of errors in mysqld
  44987. -------------------------------------------------
  44988.  
  44989. Note that before starting `mysqld' with `--log' you should check all
  44990. your tables with `myisamchk'.  *Note MySQL Database Administration::.
  44991.  
  44992. If `mysqld' dies or hangs, you should start `mysqld' with `--log'.
  44993. When `mysqld' dies again, you can examine the end of the log file for
  44994. the query that killed `mysqld'.
  44995.  
  44996. If you are using `--log' without a file name, the log is stored in the
  44997. database directory as 'hostname'.log In most cases it's the last query
  44998. in the log file that killed `mysqld', but if possible you should verify
  44999. this by restarting `mysqld' and executing the found query from the
  45000. `mysql' command line tools. If this works, you should also test all
  45001. complicated queries that didn't complete.
  45002.  
  45003. You can also try the command `EXPLAIN' on all `SELECT' statements that
  45004. takes a long time to ensure that `mysqld' is using indexes properly.
  45005. *Note `EXPLAIN': EXPLAIN.
  45006.  
  45007. You can find the queries that take a long time to execute by starting
  45008. `mysqld' with `--log-slow-queries'. *Note Slow query log::.
  45009.  
  45010. If you find the text `mysqld restarted' in the error log file (normally
  45011. named `hostname.err') you have probably found a query that causes
  45012. `mysqld' to fail.  If this happens you should check all your tables
  45013. with `myisamchk' (*note MySQL Database Administration::), and test the
  45014. queries in the MySQL log files to see if one doesn't work.  If you find
  45015. such a query, try first upgrading to the newest MySQL version.  If this
  45016. doesn't help and you can't find anything in the `mysql' mail archive,
  45017. you should report the bug to <mysql@lists.mysql.com>.  Links to mail
  45018. archives are available online at the MySQL documentation page
  45019. (http://www.mysql.com/documentation/).
  45020.  
  45021. If you have started `mysqld' with `--with-myisam-recover', MySQL will
  45022. automatically check and try to repair `MyISAM' tables if they are
  45023. marked as 'not closed properly' or 'crashed'.  If this happens, MySQL
  45024. will write an entry in the `hostname.err' file `'Warning: Checking
  45025. table ...'' which is followed by `Warning: Repairing table' if the
  45026. table needs to be repaired.  If you get a lot of these errors, without
  45027. `mysqld' having died unexpectedly just before, then something is wrong
  45028. and needs to be investigated further. *Note Command-line options::.
  45029.  
  45030. It's of course not a good sign if `mysqld' did died unexpectedly, but
  45031. in this case one shouldn't investigate the `Checking table...' messages
  45032. but instead try to find out why `mysqld' died.
  45033.  
  45034. Making a test case when you experience table corruption
  45035. -------------------------------------------------------
  45036.  
  45037. If you get corrupted tables or if `mysqld' always fails after some
  45038. update commands, you can test if this bug is reproducible by doing the
  45039. following:
  45040.  
  45041.    * Take down the MySQL daemon (with `mysqladmin shutdown').
  45042.  
  45043.    * Make a backup of the tables (to guard against the very unlikely
  45044.      case that the repair will do something bad).
  45045.  
  45046.    * Check all tables with `myisamchk -s database/*.MYI'.  Repair any
  45047.      wrong tables with `myisamchk -r database/table.MYI'.
  45048.  
  45049.    * Make a second backup of the tables.
  45050.  
  45051.    * Remove (or move away) any old log files from the MySQL data
  45052.      directory if you need more space.
  45053.  
  45054.    * Start `mysqld' with `--log-bin'. *Note Binary log::.  If you want
  45055.      to find a query that crashes `mysqld', you should use `--log
  45056.      --log-bin'.
  45057.  
  45058.    * When you have gotten a crashed table, stop the `mysqld server'.
  45059.  
  45060.    * Restore the backup.
  45061.  
  45062.    * Restart the `mysqld' server *without* `--log-bin'
  45063.  
  45064.    * Re-execute the commands with `mysqlbinlog update-log-file | mysql'.
  45065.      The update log is saved in the MySQL database directory with the
  45066.      name `hostname-bin.#'.
  45067.  
  45068.    * If the tables are corrupted again or you can get `mysqld' to die
  45069.      with the above command, you have found reproducible bug that
  45070.      should be easy to fix! FTP the tables and the binary log to
  45071.      `ftp://support.mysql.com/pub/mysql/secret' and send a mail to
  45072.      <bugs@lists.mysql.com> or (if you are a support customer) to
  45073.      <support@mysql.com> about the problem and the MySQL team will fix
  45074.      it as soon as possible.
  45075.  
  45076. You can also use the script `mysql_find_rows' to just execute some of
  45077. the update statements if you want to narrow down the problem.
  45078.  
  45079. Debugging a MySQL client
  45080. ========================
  45081.  
  45082. To be able to debug a MySQL client with the integrated debug package,
  45083. you should configure MySQL with `--with-debug'.  *Note configure
  45084. options::.
  45085.  
  45086. Before running a client, you should set the `MYSQL_DEBUG' environment
  45087. variable:
  45088.  
  45089.      shell> MYSQL_DEBUG=d:t:O,/tmp/client.trace
  45090.      shell> export MYSQL_DEBUG
  45091.  
  45092. This causes clients to generate a trace file in `/tmp/client.trace'.
  45093.  
  45094. If you have problems with your own client code, you should attempt to
  45095. connect to the server and run your query using a client that is known to
  45096. work.  Do this by running `mysql' in debugging mode (assuming you have
  45097. compiled MySQL with debugging on):
  45098.  
  45099.      shell> mysql --debug=d:t:O,/tmp/client.trace
  45100.  
  45101. This will provide useful information in case you mail a bug report.
  45102. *Note Bug reports::.
  45103.  
  45104. If your client crashes at some 'legal' looking code, you should check
  45105. that your `mysql.h' include file matches your mysql library file.  A
  45106. very common mistake is to use an old `mysql.h' file from an old MySQL
  45107. installation with new MySQL library.
  45108.  
  45109. The DBUG package.
  45110. =================
  45111.  
  45112. The MySQL server and most MySQL clients are compiled with the DBUG
  45113. package originally made by Fred Fish.  When one has configured MySQL
  45114. for debugging, this package makes it possible to get a trace file of
  45115. what the program is debugging. *Note Making trace files::.
  45116.  
  45117. One uses the debug package by invoking the program with the
  45118. `--debug="..."' or the `-#...' option.
  45119.  
  45120. Most MySQL programs has a default debug string that will be used if you
  45121. don't specify an option to `--debug'.  The default trace file is
  45122. usually `/tmp/programname.trace' on Unix and `\programname.trace' on
  45123. Windows.
  45124.  
  45125. The debug control string is a sequence of colon separated fields as
  45126. follows:
  45127.  
  45128.      <field_1>:<field_2>:...:<field_N>
  45129.  
  45130. Each field consists of a mandatory flag character followed by an
  45131. optional "," and comma-separated list of modifiers:
  45132.  
  45133.      flag[,modifier,modifier,...,modifier]
  45134.  
  45135. The currently recognized flag characters are:
  45136.  
  45137. d       Enable output from DBUG_<N> macros for the current state. May be
  45138.         followed by a list of keywords which selects output only for the
  45139.         DBUG macros with that keyword. An empty list of keywords implies
  45140.         output for all macros.
  45141. D       Delay after each debugger output line. The argument is the
  45142.         number of tenths of seconds to delay, subject to machine
  45143.         capabilities. That is, `-#D,20' is delay two seconds.
  45144. f       Limit debugging and/or tracing, and profiling to the list of
  45145.         named functions.  Note that a null list will disable all
  45146.         functions.    The appropriate "d" or "t" flags must still be
  45147.         given, this flag only limits their actions if they are enabled.
  45148. F       Identify the source file name for each line of debug or trace
  45149.         output.
  45150. i       Identify the process with the pid or thread id for each line of
  45151.         debug or trace output.
  45152. g       Enable profiling.  Create a file called 'dbugmon.out' containing
  45153.         information that can be used to profile the program.  May be
  45154.         followed by a list of keywords that select profiling only for
  45155.         the functions in that list.  A null list implies that all
  45156.         functions are considered.
  45157. L       Identify the source file line number for each line of debug or
  45158.         trace output.
  45159. n       Print the current function nesting depth for each line of debug
  45160.         or trace output.
  45161. N       Number each line of dbug output.
  45162. o       Redirect the debugger output stream to the specified file.  The
  45163.         default output is stderr.
  45164. O       As `O' but the file is really flushed between each write. When
  45165.         needed the file is closed and reopened between each write.
  45166. p       Limit debugger actions to specified processes. A process must be
  45167.         identified with the DBUG_PROCESS macro and match one in the list
  45168.         for debugger actions to occur.
  45169. P       Print the current process name for each line of debug or trace
  45170.         output.
  45171. r       When pushing a new state, do not inherit the previous state's
  45172.         function nesting level. Useful when the output is to start at
  45173.         the left margin.
  45174. S       Do function _sanity(_file_,_line_) at each debugged function
  45175.         until _sanity() returns something that differs from 0. (Mostly
  45176.         used with safemalloc to find memory leaks)
  45177. t       Enable function call/exit trace lines. May be followed by a list
  45178.         (containing only one modifier) giving a numeric maximum trace
  45179.         level, beyond which no output will occur for either debugging or
  45180.         tracing macros.  The default is a compile time option.
  45181.  
  45182. Some examples of debug control strings which might appear on a shell
  45183. command line (the "-#" is typically used to introduce a control string
  45184. to an application program) are:
  45185.  
  45186.      -#d:t
  45187.      -#d:f,main,subr1:F:L:t,20
  45188.      -#d,input,output,files:n
  45189.      -#d:t:i:O,\\mysqld.trace
  45190.  
  45191. In MySQL, common tags to print (with the `d' option) are:
  45192. `enter',`exit',`error',`warning',`info' and `loop'.
  45193.  
  45194. Locking methods
  45195. ===============
  45196.  
  45197. Currently MySQL only supports table locking for `ISAM'/`MyISAM' and
  45198. `HEAP' tables and page level locking for `BDB' tables. *Note Internal
  45199. locking::.  With `MyISAM' tables one can freely mix `INSERT' and
  45200. `SELECT' without locks (`Versioning').
  45201.  
  45202. Starting in version 3.23.33, you can analyze the table lock contention
  45203. on your system by checking `Table_locks_waited' and
  45204. `Table_locks_immediate' environment variables.
  45205.  
  45206. Some database users claim that MySQL cannot support near the number of
  45207. concurrent users because it lacks row-level locking.  This may be true
  45208. for some specific applications, but is not generally true. As always
  45209. this depends totally on what the application does and what is the
  45210. access/update pattern of the data.
  45211.  
  45212. Pros for row locking:
  45213.  
  45214.    * Fewer lock conflicts when accessing different rows in many threads.
  45215.  
  45216.    * Less changes for rollbacks.
  45217.  
  45218.    * Makes it possible to lock a single row a long time.
  45219.  
  45220. Cons:
  45221.  
  45222.    * Takes more memory than page level or table locks.
  45223.  
  45224.    * Is slower than page level or table locks when used one a big part
  45225.      of the table, because one has to do many more locks.
  45226.  
  45227.    * Is definitely much worse than other locks if you do often do `GROUP
  45228.      BY' on a large part of the data or if one has to often scan the
  45229.      whole table.
  45230.  
  45231.    * With higher level locks one can also more easily support locks of
  45232.      different types to tune the application as the lock overhead is
  45233.      less notable as for row level locks.
  45234.  
  45235. Table locks are superior to page level / row level locks in the
  45236. following cases:
  45237.  
  45238.    * Mostly reads
  45239.  
  45240.    * Read and updates on strict keys; This is where one updates or
  45241.      deletes a row that can be fetched with one key read:
  45242.           UPDATE table_name SET column=value WHERE unique_key#
  45243.           DELETE FROM table_name WHERE unique_key=#
  45244.  
  45245.    * `SELECT' combined with `INSERT' (and very few `UPDATE''s and
  45246.      `DELETE''s.
  45247.  
  45248.    * Many scans / `GROUP BY' on the whole table without any writers.
  45249.  
  45250. Other options than row / page level locking:
  45251.  
  45252. Versioning (like we use in MySQL for concurrent inserts) where you can
  45253. have one writer at the same time as many readers.  This means that the
  45254. database/table supports different views for the data depending on when
  45255. one started to access it. Other names for this are time travel, copy on
  45256. write or copy on demand.
  45257.  
  45258. Copy on demand is in many case much better than page or row level
  45259. locking; The worst case does, however, use much more memory than when
  45260. using normal locks.
  45261.  
  45262. Instead of using row level locks one can use application level locks.
  45263. (Like get_lock/release_lock in MySQL).  This works of course only in
  45264. well-behaved applications.
  45265.  
  45266. In many cases one can do an educated guess which locking type is best
  45267. for the application but generally it's very hard to say that a given
  45268. lock type is better than another; Everything depends on the application
  45269. and different part of the application may require different lock types.
  45270.  
  45271. Here are some tips about locking in MySQL:
  45272.  
  45273. On web application most applications do lots of selects, very few
  45274. deletes, updates mainly on keys and inserts in some specific tables.
  45275. The base MySQL setup is VERY tuned for this.
  45276.  
  45277. Concurrent users is not a problem if one doesn't mix updates and selects
  45278. that needs to examine many rows in the same table.
  45279.  
  45280. If one mixes inserts and deletes on the same table then `INSERT DELAYED'
  45281. may be of great help.
  45282.  
  45283. One can also use `LOCK TABLES' to speed up things (many updates within
  45284. a single lock is much faster than updates without locks).  Splitting
  45285. thing to different tables will also helps.
  45286.  
  45287. If you get speed problems with the table locks in MySQL, you may be
  45288. able to solve these to convert some of your tables to `BDB' tables.
  45289. *Note BDB::.
  45290.  
  45291. The optimization section in the manual covers a lot of different
  45292. aspects of how to tune ones application. *Note Tips::.
  45293.  
  45294. Comments about RTS threads
  45295. ==========================
  45296.  
  45297. I have tried to use the RTS thread packages with MySQL but stumbled on
  45298. the following problems:
  45299.  
  45300. They use an old version of a lot of POSIX calls and it is very tedious
  45301. to make wrappers for all functions. I am inclined to think that it would
  45302. be easier to change the thread libraries to the newest POSIX
  45303. specification.
  45304.  
  45305. Some wrappers are already written. See `mysys/my_pthread.c' for more
  45306. info.
  45307.  
  45308. At least the following should be changed:
  45309.  
  45310. `pthread_get_specific' should use one argument.  `sigwait' should take
  45311. two arguments.  A lot of functions (at least `pthread_cond_wait',
  45312. `pthread_cond_timedwait') should return the error code on error. Now
  45313. they return -1 and set `errno'.
  45314.  
  45315. Another problem is that user-level threads use the `ALRM' signal and
  45316. this aborts a lot of functions (`read', `write', `open'...).  MySQL
  45317. should do a retry on interrupt on all of these but it is not that easy
  45318. to verify it.
  45319.  
  45320. The biggest unsolved problem is the following:
  45321.  
  45322. To get thread-level alarms I changed `mysys/thr_alarm.c' to wait between
  45323. alarms with `pthread_cond_timedwait()', but this aborts with error
  45324. `EINTR'.  I tried to debug the thread library as to why this happens,
  45325. but couldn't find any easy solution.
  45326.  
  45327. If someone wants to try MySQL with RTS threads I suggest the following:
  45328.  
  45329.    * Change functions MySQL uses from the thread library to POSIX.
  45330.      This shouldn't take that long.
  45331.  
  45332.    * Compile all libraries with the `-DHAVE_rts_threads'.
  45333.  
  45334.    * Compile `thr_alarm'.
  45335.  
  45336.    * If there are some small differences in the implementation, they
  45337.      may be fixed by changing `my_pthread.h' and `my_pthread.c'.
  45338.  
  45339.    * Run `thr_alarm'. If it runs without any "warning", "error" or
  45340.      aborted messages, you are on the right track. Here is a successful
  45341.      run on Solaris:
  45342.           Main thread: 1
  45343.           Thread 0 (5) started
  45344.           Thread: 5  Waiting
  45345.           process_alarm
  45346.           Thread 1 (6) started
  45347.           Thread: 6  Waiting
  45348.           process_alarm
  45349.           process_alarm
  45350.           thread_alarm
  45351.           Thread: 6  Slept for 1 (1) sec
  45352.           Thread: 6  Waiting
  45353.           process_alarm
  45354.           process_alarm
  45355.           thread_alarm
  45356.           Thread: 6  Slept for 2 (2) sec
  45357.           Thread: 6  Simulation of no alarm needed
  45358.           Thread: 6  Slept for 0 (3) sec
  45359.           Thread: 6  Waiting
  45360.           process_alarm
  45361.           process_alarm
  45362.           thread_alarm
  45363.           Thread: 6  Slept for 4 (4) sec
  45364.           Thread: 6  Waiting
  45365.           process_alarm
  45366.           thread_alarm
  45367.           Thread: 5  Slept for 10 (10) sec
  45368.           Thread: 5  Waiting
  45369.           process_alarm
  45370.           process_alarm
  45371.           thread_alarm
  45372.           Thread: 6  Slept for 5 (5) sec
  45373.           Thread: 6  Waiting
  45374.           process_alarm
  45375.           process_alarm
  45376.           
  45377.           ...
  45378.           thread_alarm
  45379.           Thread: 5  Slept for 0 (1) sec
  45380.           end
  45381.  
  45382. Differences between different thread packages
  45383. =============================================
  45384.  
  45385. MySQL is very dependent on the thread package used. So when choosing a
  45386. good platform for MySQL, the thread package is very important.
  45387.  
  45388. There are at least three types of thread packages:
  45389.  
  45390.    * User threads in a single process. Thread switching is managed with
  45391.      alarms and the threads library manages all non-thread-safe
  45392.      functions with locks. Read, write and select operations are
  45393.      usually managed with a thread-specific select that switches to
  45394.      another thread if the running threads have to wait for data.  If
  45395.      the user thread packages are integrated in the standard libs
  45396.      (FreeBSD and BSDI threads) the thread package requires less
  45397.      overhead than thread packages that have to map all unsafe calls
  45398.      (MIT-pthreads, FSU Pthreads and RTS threads).  In some
  45399.      environments (for example, SCO), all system calls are thread safe
  45400.      so the mapping can be done very easily (FSU Pthreads on SCO).
  45401.      Downside: All mapped calls take a little time and it's quite
  45402.      tricky to be able to handle all situations. There are usually also
  45403.      some system calls that are not handled by the thread package (like
  45404.      MIT-pthreads and sockets). Thread scheduling isn't always optimal.
  45405.  
  45406.    * User threads in separate processes. Thread switching is done by the
  45407.      kernel and all data are shared between threads.  The thread package
  45408.      manages the standard thread calls to allow sharing data between
  45409.      threads.  LinuxThreads is using this method.  Downside: Lots of
  45410.      processes. Thread creating is slow. If one thread dies the rest
  45411.      are usually left hanging and you must kill them all before
  45412.      restarting. Thread switching is somewhat expensive.
  45413.  
  45414.    * Kernel threads. Thread switching is handled by the thread library
  45415.      or the kernel and is very fast. Everything is done in one process,
  45416.      but on some systems, `ps' may show the different threads. If one
  45417.      thread aborts, the whole process aborts. Most system calls are
  45418.      thread safe and should require very little overhead.  Solaris,
  45419.      HP-UX, AIX and OSF1 have kernel threads.
  45420.  
  45421. In some systems kernel threads are managed by integrating user level
  45422. threads in the system libraries. In such cases, the thread switching
  45423. can only be done by the thread library and the kernel isn't really
  45424. "thread aware".
  45425.  
  45426. Environment Variables
  45427. *********************
  45428.  
  45429. Here is a list of all the environment variables that are used directly
  45430. or indirectly by MySQL. Most of these can also be found in other places
  45431. in this manual.
  45432.  
  45433. Note that any options on the command line will take precedence over
  45434. values specified in configuration files and environment variables, and
  45435. values in configuration files take precedence over values in environment
  45436. variables.
  45437.  
  45438. In many cases it's preferable to use a configure file instead of
  45439. environment variables to modify the behavior of MySQL. *Note Option
  45440. files::.
  45441.  
  45442. `CCX'          Set this to your C++ compiler when running configure.
  45443. `CC'           Set this to your C compiler when running configure.
  45444. `CFLAGS'       Flags for your C compiler when running configure.
  45445. `CXXFLAGS'     Flags for your C++ compiler when running configure.
  45446. `DBI_USER'     The default user name for Perl DBI.
  45447. `DBI_TRACE'    Used when tracing Perl DBI.
  45448. `HOME'         The default path for the `mysql' history file is
  45449.                `$HOME/.mysql_history'.
  45450. `LD_RUN_PATH'  Used to specify where your `libmysqlclient.so' is.
  45451. `MYSQL_DEBUG'  Debug-trace options when debugging.
  45452. `MYSQL_HISTFILE'The path to the `mysql' history file.
  45453. `MYSQL_HOST'   Default host name used by the `mysql' command-line prompt.
  45454. `MYSQL_PWD'    The default password when connecting to `mysqld'. Note
  45455.                that use of this is insecure!
  45456. `MYSQL_TCP_PORT'The default TCP/IP port.
  45457. `MYSQL_UNIX_PORT'The default socket; used for connections to `localhost'.
  45458. `PATH'         Used by the shell to finds the MySQL programs.
  45459. `TMPDIR'       The directory where temporary tables/files are created.
  45460. `TZ'           This should be set to your local time zone. *Note
  45461.                Timezone problems::.
  45462. `UMASK_DIR'    The user-directory creation mask when creating
  45463.                directories. Note that this is ANDed with `UMASK'!
  45464. `UMASK'        The user-file creation mask when creating files.
  45465. `USER'         The default user on Windows to use when connecting to
  45466.                `mysqld'.
  45467.  
  45468. Description of MySQL regular expression syntax
  45469. **********************************************
  45470.  
  45471. A regular expression (regex) is a powerful way of specifying a complex
  45472. search.
  45473.  
  45474. MySQL uses Henry Spencer's implementation of regular expressions, which
  45475. is aimed at conformance with POSIX 1003.2. MySQL uses the extended
  45476. version.
  45477.  
  45478. This is a simplistic reference that skips the details. To get more exact
  45479. information, see Henry Spencer's `regex(7)' manual page that is
  45480. included in the source distribution. *Note Credits::.
  45481.  
  45482. A regular expression describes a set of strings. The simplest regexp is
  45483. one that has no special characters in it. For example, the regexp
  45484. `hello' matches `hello' and nothing else.
  45485.  
  45486. Non-trivial regular expressions use certain special constructs so that
  45487. they can match more than one string. For example, the regexp
  45488. `hello|word' matches either the string `hello' or the string `word'.
  45489.  
  45490. As a more complex example, the regexp `B[an]*s' matches any of the
  45491. strings `Bananas', `Baaaaas', `Bs', and any other string starting with
  45492. a `B', ending with an `s', and containing any number of `a' or `n'
  45493. characters in between.
  45494.  
  45495. A regular expression may use any of the following special
  45496. characters/constructs:
  45497. `^'
  45498.      Match the beginning of a string.
  45499.           mysql> select "fo\nfo" REGEXP "^fo$";           -> 0
  45500.           mysql> select "fofo" REGEXP "^fo";              -> 1
  45501.  
  45502. `$'
  45503.      Match the end of a string.
  45504.           mysql> select "fo\no" REGEXP "^fo\no$";         -> 1
  45505.           mysql> select "fo\no" REGEXP "^fo$";            -> 0
  45506.  
  45507. `.'
  45508.      Match any character (including newline).
  45509.           mysql> select "fofo" REGEXP "^f.*";             -> 1
  45510.           mysql> select "fo\nfo" REGEXP "^f.*";           -> 1
  45511.  
  45512. `a*'
  45513.      Match any sequence of zero or more `a' characters.
  45514.           mysql> select "Ban" REGEXP "^Ba*n";             -> 1
  45515.           mysql> select "Baaan" REGEXP "^Ba*n";           -> 1
  45516.           mysql> select "Bn" REGEXP "^Ba*n";              -> 1
  45517.  
  45518. `a+'
  45519.      Match any sequence of one or more `a' characters.
  45520.           mysql> select "Ban" REGEXP "^Ba+n";             -> 1
  45521.           mysql> select "Bn" REGEXP "^Ba+n";              -> 0
  45522.  
  45523. `a?'
  45524.      Match either zero or one `a' character.
  45525.           mysql> select "Bn" REGEXP "^Ba?n";              -> 1
  45526.           mysql> select "Ban" REGEXP "^Ba?n";             -> 1
  45527.           mysql> select "Baan" REGEXP "^Ba?n";            -> 0
  45528.  
  45529. `de|abc'
  45530.      Match either of the sequences `de' or `abc'.
  45531.           mysql> select "pi" REGEXP "pi|apa";             -> 1
  45532.           mysql> select "axe" REGEXP "pi|apa";            -> 0
  45533.           mysql> select "apa" REGEXP "pi|apa";            -> 1
  45534.           mysql> select "apa" REGEXP "^(pi|apa)$";        -> 1
  45535.           mysql> select "pi" REGEXP "^(pi|apa)$";         -> 1
  45536.           mysql> select "pix" REGEXP "^(pi|apa)$";        -> 0
  45537.  
  45538. `(abc)*'
  45539.      Match zero or more instances of the sequence `abc'.
  45540.           mysql> select "pi" REGEXP "^(pi)*$";            -> 1
  45541.           mysql> select "pip" REGEXP "^(pi)*$";           -> 0
  45542.           mysql> select "pipi" REGEXP "^(pi)*$";          -> 1
  45543.  
  45544. `{1}'
  45545. `{2,3}'
  45546.      The is a more general way of writing regexps that match many
  45547.      occurrences of the previous atom.
  45548.     `a*'
  45549.           Can be written as `a{0,}'.
  45550.  
  45551.     `a+'
  45552.           Can be written as `a{1,}'.
  45553.  
  45554.     `a?'
  45555.           Can be written as `a{0,1}'.  To be more precise, an atom
  45556.      followed by a bound containing one integer `i' and no comma
  45557.      matches a sequence of exactly `i' matches of the atom. An atom
  45558.      followed by a bound containing one integer `i' and a comma matches
  45559.      a sequence of `i' or more matches of the atom.  An atom followed
  45560.      by a bound containing two integers `i' and `j' matches a sequence
  45561.      of `i' through `j' (inclusive) matches of the atom.
  45562.  
  45563.      Both arguments must be in the range from `0' to `RE_DUP_MAX'
  45564.      (default 255), inclusive.  If there are two arguments, the second
  45565.      must be greater than or equal to the first.
  45566.  
  45567. `[a-dX]'
  45568. `[^a-dX]'
  45569.      Matches any character which is (or is not, if ^ is used) either
  45570.      `a', `b', `c', `d' or `X'. To include a literal `]' character, it
  45571.      must immediately follow the opening bracket `['.  To include a
  45572.      literal `-' character, it must be written first or last. So
  45573.      `[0-9]' matches any decimal digit. Any character that does not have
  45574.      a defined meaning inside a `[]' pair has no special meaning and
  45575.      matches only itself.
  45576.           mysql> select "aXbc" REGEXP "[a-dXYZ]";         -> 1
  45577.           mysql> select "aXbc" REGEXP "^[a-dXYZ]$";       -> 0
  45578.           mysql> select "aXbc" REGEXP "^[a-dXYZ]+$";      -> 1
  45579.           mysql> select "aXbc" REGEXP "^[^a-dXYZ]+$";     -> 0
  45580.           mysql> select "gheis" REGEXP "^[^a-dXYZ]+$";    -> 1
  45581.           mysql> select "gheisa" REGEXP "^[^a-dXYZ]+$";   -> 0
  45582.  
  45583. `[[.characters.]]'
  45584.      The sequence of characters of that collating element. The sequence
  45585.      is a single element of the bracket expression's list. A bracket
  45586.      expression containing a multi-character collating element can thus
  45587.      match more than one character, for example, if the collating
  45588.      sequence includes a `ch' collating element, then the regular
  45589.      expression `[[.ch.]]*c' matches the first five characters of
  45590.      `chchcc'.
  45591.  
  45592. `[=character_class=]'
  45593.      An equivalence class, standing for the sequences of characters of
  45594.      all collating elements equivalent to that one, including itself.
  45595.  
  45596.      For example, if `o' and `(+)' are the members of an equivalence
  45597.      class, then `[[=o=]]', `[[=(+)=]]', and `[o(+)]' are all
  45598.      synonymous. An equivalence class may not be an endpoint of a range.
  45599.  
  45600. `[:character_class:]'
  45601.      Within a bracket expression, the name of a character class
  45602.      enclosed in `[:' and `:]' stands for the list of all characters
  45603.      belonging to that class. Standard character class names are:
  45604.  
  45605.      alnum                  digit                  punct
  45606.      alpha                  graph                  space
  45607.      blank                  lower                  upper
  45608.      cntrl                  print                  xdigit
  45609.  
  45610.      These stand for the character classes defined in the `ctype(3)'
  45611.      manual page. A locale may provide others. A character class may
  45612.      not be used as an endpoint of a range.
  45613.           mysql> select "justalnums" REGEXP "[[:alnum:]]+";       -> 1
  45614.           mysql> select "!!" REGEXP "[[:alnum:]]+";               -> 0
  45615.  
  45616. `[[:<:]]'
  45617. `[[:>:]]'
  45618.      These match the null string at the beginning and end of a word
  45619.      respectively.  A word is defined as a sequence of word characters
  45620.      which is neither preceded nor followed by word characters. A word
  45621.      character is an alnum character (as defined by `ctype(3)') or an
  45622.      underscore (`_').
  45623.           mysql> select "a word a" REGEXP "[[:<:]]word[[:>:]]";      -> 1
  45624.           mysql> select "a xword a" REGEXP "[[:<:]]word[[:>:]]";     -> 0
  45625.  
  45626.      mysql> select "weeknights" REGEXP "^(wee|week)(knights|nights)$"; -> 1
  45627.  
  45628. What is Unireg?
  45629. ***************
  45630.  
  45631. Unireg is our tty interface builder, but it uses a low-level connection
  45632. to our ISAM (which is used by MySQL) and because of this it is very
  45633. quick. It has existed since 1979 (on Unix in C since ~1986).
  45634.  
  45635. Unireg has the following components:
  45636.  
  45637.    * One table viewer with updates/browsing.
  45638.  
  45639.    * Multi table viewer (with one scrolling region).
  45640.  
  45641.    * Table creator. (With lots of column tags you can't create with
  45642.      MySQL) This is WYSIWYG (for a tty). You design a screen and Unireg
  45643.      prompts for the column specification.
  45644.  
  45645.    * Report generator.
  45646.  
  45647.    * A lot of utilities (quick import/export of tables to/from text
  45648.      files, analysis of table contents...).
  45649.  
  45650.    * Powerful multi-table updates (which we use a lot) with a BASIC-like
  45651.      language with LOTS of functions.
  45652.  
  45653.    * Dynamic languages (at present in Swedish and Finnish). If somebody
  45654.      wants an English version there are a few files that would have to
  45655.      be translated.
  45656.  
  45657.    * The ability to run updates interactively or in a batch.
  45658.  
  45659.    * Emacs-like key definitions with keyboard macros.
  45660.  
  45661.    * All this in a binary of 800K.
  45662.  
  45663.    * The `convform' utility. Converts `.frm' and text files between
  45664.      different character sets.
  45665.  
  45666.    * The `myisampack' utility. Packs an ISAM table (makes it 50-80%
  45667.      smaller). The table can be read by MySQL like an ordinary table.
  45668.      Only one record has to be decompressed per access. Cannot handle
  45669.      `BLOB' or `TEXT' columns or updates (yet).
  45670.  
  45671. We update most of our production databases with the Unireg interface and
  45672. serve web pages through MySQL (and in some extreme cases the Unireg
  45673. report generator).
  45674.  
  45675. Unireg takes about 3M of disk space and works on at least the following
  45676. platforms: SunOS 4.x, Solaris, Linux, HP-UX, ICL Unix, DNIX, SCO and
  45677. MS-DOS.
  45678.  
  45679. Unireg is currently only available in Swedish and Finnish.
  45680.  
  45681. The price tag for Unireg is 10,000 Swedish kr (about $1500 US), but this
  45682. includes support. Unireg is distributed as a binary. (But all the ISAM
  45683. sources can be found in MySQL). Usually we compile the binary for the
  45684. customer at their site.
  45685.  
  45686. All new development is concentrated to MySQL.
  45687.  
  45688. GNU GENERAL PUBLIC LICENSE
  45689. **************************
  45690.  
  45691.                          Version 2, June 1991
  45692.  
  45693.      Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  45694.      59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
  45695.      
  45696.      Everyone is permitted to copy and distribute verbatim copies
  45697.      of this license document, but changing it is not allowed.
  45698.  
  45699. Preamble
  45700. ========
  45701.  
  45702. The licenses for most software are designed to take away your freedom
  45703. to share and change it.  By contrast, the GNU General Public License is
  45704. intended to guarantee your freedom to share and change free
  45705. software--to make sure the software is free for all its users.  This
  45706. General Public License applies to most of the Free Software
  45707. Foundation's software and to any other program whose authors commit to
  45708. using it.  (Some other Free Software Foundation software is covered by
  45709. the GNU Library General Public License instead.)  You can apply it to
  45710. your programs, too.
  45711.  
  45712. When we speak of free software, we are referring to freedom, not price.
  45713. Our General Public Licenses are designed to make sure that you have
  45714. the freedom to distribute copies of free software (and charge for this
  45715. service if you wish), that you receive source code or can get it if you
  45716. want it, that you can change the software or use pieces of it in new
  45717. free programs; and that you know you can do these things.
  45718.  
  45719. To protect your rights, we need to make restrictions that forbid anyone
  45720. to deny you these rights or to ask you to surrender the rights.  These
  45721. restrictions translate to certain responsibilities for you if you
  45722. distribute copies of the software, or if you modify it.
  45723.  
  45724. For example, if you distribute copies of such a program, whether gratis
  45725. or for a fee, you must give the recipients all the rights that you
  45726. have.  You must make sure that they, too, receive or can get the source
  45727. code.  And you must show them these terms so they know their rights.
  45728.  
  45729. We protect your rights with two steps: (1) copyright the software, and
  45730. (2) offer you this license which gives you legal permission to copy,
  45731. distribute and/or modify the software.
  45732.  
  45733. Also, for each author's protection and ours, we want to make certain
  45734. that everyone understands that there is no warranty for this free
  45735. software.  If the software is modified by someone else and passed on, we
  45736. want its recipients to know that what they have is not the original, so
  45737. that any problems introduced by others will not reflect on the original
  45738. authors' reputations.
  45739.  
  45740. Finally, any free program is threatened constantly by software patents.
  45741. We wish to avoid the danger that redistributors of a free program will
  45742. individually obtain patent licenses, in effect making the program
  45743. proprietary.  To prevent this, we have made it clear that any patent
  45744. must be licensed for everyone's free use or not licensed at all.
  45745.  
  45746. The precise terms and conditions for copying, distribution and
  45747. modification follow.
  45748.  
  45749.                       GNU GENERAL PUBLIC LICENSE
  45750.  
  45751.     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  45752.  
  45753.   0. This License applies to any program or other work which contains a
  45754.      notice placed by the copyright holder saying it may be distributed
  45755.      under the terms of this General Public License.  The "Program",
  45756.      below, refers to any such program or work, and a "work based on
  45757.      the Program" means either the Program or any derivative work under
  45758.      copyright law: that is to say, a work containing the Program or a
  45759.      portion of it, either verbatim or with modifications and/or
  45760.      translated into another language.  (Hereinafter, translation is
  45761.      included without limitation in the term "modification".)  Each
  45762.      licensee is addressed as "you".
  45763.  
  45764.      Activities other than copying, distribution and modification are
  45765.      not covered by this License; they are outside its scope.  The act
  45766.      of running the Program is not restricted, and the output from the
  45767.      Program is covered only if its contents constitute a work based on
  45768.      the Program (independent of having been made by running the
  45769.      Program).  Whether that is true depends on what the Program does.
  45770.  
  45771.   1. You may copy and distribute verbatim copies of the Program's
  45772.      source code as you receive it, in any medium, provided that you
  45773.      conspicuously and appropriately publish on each copy an appropriate
  45774.      copyright notice and disclaimer of warranty; keep intact all the
  45775.      notices that refer to this License and to the absence of any
  45776.      warranty; and give any other recipients of the Program a copy of
  45777.      this License along with the Program.
  45778.  
  45779.      You may charge a fee for the physical act of transferring a copy,
  45780.      and you may at your option offer warranty protection in exchange
  45781.      for a fee.
  45782.  
  45783.   2. You may modify your copy or copies of the Program or any portion
  45784.      of it, thus forming a work based on the Program, and copy and
  45785.      distribute such modifications or work under the terms of Section 1
  45786.      above, provided that you also meet all of these conditions:
  45787.  
  45788.        a. You must cause the modified files to carry prominent notices
  45789.           stating that you changed the files and the date of any change.
  45790.  
  45791.        b. You must cause any work that you distribute or publish, that
  45792.           in whole or in part contains or is derived from the Program
  45793.           or any part thereof, to be licensed as a whole at no charge
  45794.           to all third parties under the terms of this License.
  45795.  
  45796.        c. If the modified program normally reads commands interactively
  45797.           when run, you must cause it, when started running for such
  45798.           interactive use in the most ordinary way, to print or display
  45799.           an announcement including an appropriate copyright notice and
  45800.           a notice that there is no warranty (or else, saying that you
  45801.           provide a warranty) and that users may redistribute the
  45802.           program under these conditions, and telling the user how to
  45803.           view a copy of this License.  (Exception: if the Program
  45804.           itself is interactive but does not normally print such an
  45805.           announcement, your work based on the Program is not required
  45806.           to print an announcement.)
  45807.  
  45808.      These requirements apply to the modified work as a whole.  If
  45809.      identifiable sections of that work are not derived from the
  45810.      Program, and can be reasonably considered independent and separate
  45811.      works in themselves, then this License, and its terms, do not
  45812.      apply to those sections when you distribute them as separate
  45813.      works.  But when you distribute the same sections as part of a
  45814.      whole which is a work based on the Program, the distribution of
  45815.      the whole must be on the terms of this License, whose permissions
  45816.      for other licensees extend to the entire whole, and thus to each
  45817.      and every part regardless of who wrote it.
  45818.  
  45819.      Thus, it is not the intent of this section to claim rights or
  45820.      contest your rights to work written entirely by you; rather, the
  45821.      intent is to exercise the right to control the distribution of
  45822.      derivative or collective works based on the Program.
  45823.  
  45824.      In addition, mere aggregation of another work not based on the
  45825.      Program with the Program (or with a work based on the Program) on
  45826.      a volume of a storage or distribution medium does not bring the
  45827.      other work under the scope of this License.
  45828.  
  45829.   3. You may copy and distribute the Program (or a work based on it,
  45830.      under Section 2) in object code or executable form under the terms
  45831.      of Sections 1 and 2 above provided that you also do one of the
  45832.      following:
  45833.  
  45834.        a. Accompany it with the complete corresponding machine-readable
  45835.           source code, which must be distributed under the terms of
  45836.           Sections 1 and 2 above on a medium customarily used for
  45837.           software interchange; or,
  45838.  
  45839.        b. Accompany it with a written offer, valid for at least three
  45840.           years, to give any third party, for a charge no more than your
  45841.           cost of physically performing source distribution, a complete
  45842.           machine-readable copy of the corresponding source code, to be
  45843.           distributed under the terms of Sections 1 and 2 above on a
  45844.           medium customarily used for software interchange; or,
  45845.  
  45846.        c. Accompany it with the information you received as to the offer
  45847.           to distribute corresponding source code.  (This alternative is
  45848.           allowed only for noncommercial distribution and only if you
  45849.           received the program in object code or executable form with
  45850.           such an offer, in accord with Subsection b above.)
  45851.  
  45852.      The source code for a work means the preferred form of the work for
  45853.      making modifications to it.  For an executable work, complete
  45854.      source code means all the source code for all modules it contains,
  45855.      plus any associated interface definition files, plus the scripts
  45856.      used to control compilation and installation of the executable.
  45857.      However, as a special exception, the source code distributed need
  45858.      not include anything that is normally distributed (in either
  45859.      source or binary form) with the major components (compiler,
  45860.      kernel, and so on) of the operating system on which the executable
  45861.      runs, unless that component itself accompanies the executable.
  45862.  
  45863.      If distribution of executable or object code is made by offering
  45864.      access to copy from a designated place, then offering equivalent
  45865.      access to copy the source code from the same place counts as
  45866.      distribution of the source code, even though third parties are not
  45867.      compelled to copy the source along with the object code.
  45868.  
  45869.   4. You may not copy, modify, sublicense, or distribute the Program
  45870.      except as expressly provided under this License.  Any attempt
  45871.      otherwise to copy, modify, sublicense or distribute the Program is
  45872.      void, and will automatically terminate your rights under this
  45873.      License.  However, parties who have received copies, or rights,
  45874.      from you under this License will not have their licenses
  45875.      terminated so long as such parties remain in full compliance.
  45876.  
  45877.   5. You are not required to accept this License, since you have not
  45878.      signed it.  However, nothing else grants you permission to modify
  45879.      or distribute the Program or its derivative works.  These actions
  45880.      are prohibited by law if you do not accept this License.
  45881.      Therefore, by modifying or distributing the Program (or any work
  45882.      based on the Program), you indicate your acceptance of this
  45883.      License to do so, and all its terms and conditions for copying,
  45884.      distributing or modifying the Program or works based on it.
  45885.  
  45886.   6. Each time you redistribute the Program (or any work based on the
  45887.      Program), the recipient automatically receives a license from the
  45888.      original licensor to copy, distribute or modify the Program
  45889.      subject to these terms and conditions.  You may not impose any
  45890.      further restrictions on the recipients' exercise of the rights
  45891.      granted herein.  You are not responsible for enforcing compliance
  45892.      by third parties to this License.
  45893.  
  45894.   7. If, as a consequence of a court judgment or allegation of patent
  45895.      infringement or for any other reason (not limited to patent
  45896.      issues), conditions are imposed on you (whether by court order,
  45897.      agreement or otherwise) that contradict the conditions of this
  45898.      License, they do not excuse you from the conditions of this
  45899.      License.  If you cannot distribute so as to satisfy simultaneously
  45900.      your obligations under this License and any other pertinent
  45901.      obligations, then as a consequence you may not distribute the
  45902.      Program at all.  For example, if a patent license would not permit
  45903.      royalty-free redistribution of the Program by all those who
  45904.      receive copies directly or indirectly through you, then the only
  45905.      way you could satisfy both it and this License would be to refrain
  45906.      entirely from distribution of the Program.
  45907.  
  45908.      If any portion of this section is held invalid or unenforceable
  45909.      under any particular circumstance, the balance of the section is
  45910.      intended to apply and the section as a whole is intended to apply
  45911.      in other circumstances.
  45912.  
  45913.      It is not the purpose of this section to induce you to infringe any
  45914.      patents or other property right claims or to contest validity of
  45915.      any such claims; this section has the sole purpose of protecting
  45916.      the integrity of the free software distribution system, which is
  45917.      implemented by public license practices.  Many people have made
  45918.      generous contributions to the wide range of software distributed
  45919.      through that system in reliance on consistent application of that
  45920.      system; it is up to the author/donor to decide if he or she is
  45921.      willing to distribute software through any other system and a
  45922.      licensee cannot impose that choice.
  45923.  
  45924.      This section is intended to make thoroughly clear what is believed
  45925.      to be a consequence of the rest of this License.
  45926.  
  45927.   8. If the distribution and/or use of the Program is restricted in
  45928.      certain countries either by patents or by copyrighted interfaces,
  45929.      the original copyright holder who places the Program under this
  45930.      License may add an explicit geographical distribution limitation
  45931.      excluding those countries, so that distribution is permitted only
  45932.      in or among countries not thus excluded.  In such case, this
  45933.      License incorporates the limitation as if written in the body of
  45934.      this License.
  45935.  
  45936.   9. The Free Software Foundation may publish revised and/or new
  45937.      versions of the General Public License from time to time.  Such
  45938.      new versions will be similar in spirit to the present version, but
  45939.      may differ in detail to address new problems or concerns.
  45940.  
  45941.      Each version is given a distinguishing version number.  If the
  45942.      Program specifies a version number of this License which applies
  45943.      to it and "any later version", you have the option of following
  45944.      the terms and conditions either of that version or of any later
  45945.      version published by the Free Software Foundation.  If the Program
  45946.      does not specify a version number of this License, you may choose
  45947.      any version ever published by the Free Software Foundation.
  45948.  
  45949.  10. If you wish to incorporate parts of the Program into other free
  45950.      programs whose distribution conditions are different, write to the
  45951.      author to ask for permission.  For software which is copyrighted
  45952.      by the Free Software Foundation, write to the Free Software
  45953.      Foundation; we sometimes make exceptions for this.  Our decision
  45954.      will be guided by the two goals of preserving the free status of
  45955.      all derivatives of our free software and of promoting the sharing
  45956.      and reuse of software generally.
  45957.  
  45958.                                 NO WARRANTY
  45959.  
  45960.  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
  45961.      WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
  45962.      LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  45963.      HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
  45964.      WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT
  45965.      NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  45966.      FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE
  45967.      QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  45968.      PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  45969.      SERVICING, REPAIR OR CORRECTION.
  45970.  
  45971.  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  45972.      WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
  45973.      MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE
  45974.      LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
  45975.      INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
  45976.      INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  45977.      DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU
  45978.      OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY
  45979.      OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
  45980.      ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  45981.  
  45982.                       END OF TERMS AND CONDITIONS
  45983.  
  45984. How to Apply These Terms to Your New Programs
  45985. =============================================
  45986.  
  45987. If you develop a new program, and you want it to be of the greatest
  45988. possible use to the public, the best way to achieve this is to make it
  45989. free software which everyone can redistribute and change under these
  45990. terms.
  45991.  
  45992. To do so, attach the following notices to the program.  It is safest to
  45993. attach them to the start of each source file to most effectively convey
  45994. the exclusion of warranty; and each file should have at least the
  45995. "copyright" line and a pointer to where the full notice is found.
  45996.  
  45997.      ONE LINE TO GIVE THE PROGRAM'S NAME AND A BRIEF IDEA OF WHAT IT DOES.
  45998.      Copyright (C) YYYY  NAME OF AUTHOR
  45999.      
  46000.      This program is free software; you can redistribute it and/or modify
  46001.      it under the terms of the GNU General Public License as published by
  46002.      the Free Software Foundation; either version 2 of the License, or
  46003.      (at your option) any later version.
  46004.      
  46005.      This program is distributed in the hope that it will be useful,
  46006.      but WITHOUT ANY WARRANTY; without even the implied warranty of
  46007.      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  46008.      GNU General Public License for more details.
  46009.      
  46010.      You should have received a copy of the GNU General Public License
  46011.      along with this program; if not, write to the Free Software
  46012.      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  46013.  
  46014. Also add information on how to contact you by electronic and paper mail.
  46015.  
  46016. If the program is interactive, make it output a short notice like this
  46017. when it starts in an interactive mode:
  46018.  
  46019.      Gnomovision version 69, Copyright (C) 19YY NAME OF AUTHOR
  46020.      Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  46021.      This is free software, and you are welcome to redistribute it
  46022.      under certain conditions; type `show c' for details.
  46023.  
  46024. The hypothetical commands `show w' and `show c' should show the
  46025. appropriate parts of the General Public License.  Of course, the
  46026. commands you use may be called something other than `show w' and `show
  46027. c'; they could even be mouse-clicks or menu items--whatever suits your
  46028. program.
  46029.  
  46030. You should also get your employer (if you work as a programmer) or your
  46031. school, if any, to sign a "copyright disclaimer" for the program, if
  46032. necessary.  Here is a sample; alter the names:
  46033.  
  46034.      Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  46035.      `Gnomovision' (which makes passes at compilers) written by James Hacker.
  46036.      
  46037.      SIGNATURE OF TY COON, 1 April 1989
  46038.      Ty Coon, President of Vice
  46039.  
  46040. This General Public License does not permit incorporating your program
  46041. into proprietary programs.  If your program is a subroutine library,
  46042. you may consider it more useful to permit linking proprietary
  46043. applications with the library.  If this is what you want to do, use the
  46044. GNU Library General Public License instead of this License.
  46045.  
  46046. GNU LESSER GENERAL PUBLIC LICENSE
  46047. *********************************
  46048.  
  46049.                       Version 2.1, February 1999
  46050.  
  46051.      Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  46052.      59 Temple Place -- Suite 330, Boston, MA 02111-1307, USA
  46053.      
  46054.      Everyone is permitted to copy and distribute verbatim copies
  46055.      of this license document, but changing it is not allowed.
  46056.      
  46057.      [This is the first released version of the Lesser GPL.  It also counts
  46058.      as the successor of the GNU Library Public License, version 2, hence the
  46059.      version number 2.1.]
  46060.  
  46061. Preamble
  46062. ========
  46063.  
  46064. The licenses for most software are designed to take away your freedom
  46065. to share and change it.  By contrast, the GNU General Public Licenses
  46066. are intended to guarantee your freedom to share and change free
  46067. software--to make sure the software is free for all its users.
  46068.  
  46069. This license, the Lesser General Public License, applies to some
  46070. specially designated software--typically libraries--of the Free
  46071. Software Foundation and other authors who decide to use it.  You can use
  46072. it too, but we suggest you first think carefully about whether this
  46073. license or the ordinary General Public License is the better strategy to
  46074. use in any particular case, based on the explanations below.
  46075.  
  46076. When we speak of free software, we are referring to freedom of use, not
  46077. price.  Our General Public Licenses are designed to make sure that you
  46078. have the freedom to distribute copies of free software (and charge for
  46079. this service if you wish); that you receive source code or can get it
  46080. if you want it; that you can change the software and use pieces of it
  46081. in new free programs; and that you are informed that you can do these
  46082. things.
  46083.  
  46084. To protect your rights, we need to make restrictions that forbid
  46085. distributors to deny you these rights or to ask you to surrender these
  46086. rights.  These restrictions translate to certain responsibilities for
  46087. you if you distribute copies of the library or if you modify it.
  46088.  
  46089. For example, if you distribute copies of the library, whether gratis or
  46090. for a fee, you must give the recipients all the rights that we gave
  46091. you.  You must make sure that they, too, receive or can get the source
  46092. code.  If you link other code with the library, you must provide
  46093. complete object files to the recipients, so that they can relink them
  46094. with the library after making changes to the library and recompiling
  46095. it.  And you must show them these terms so they know their rights.
  46096.  
  46097. We protect your rights with a two-step method: (1) we copyright the
  46098. library, and (2) we offer you this license, which gives you legal
  46099. permission to copy, distribute and/or modify the library.
  46100.  
  46101. To protect each distributor, we want to make it very clear that there
  46102. is no warranty for the free library.  Also, if the library is modified
  46103. by someone else and passed on, the recipients should know that what
  46104. they have is not the original version, so that the original author's
  46105. reputation will not be affected by problems that might be introduced by
  46106. others.
  46107.  
  46108. Finally, software patents pose a constant threat to the existence of
  46109. any free program.  We wish to make sure that a company cannot
  46110. effectively restrict the users of a free program by obtaining a
  46111. restrictive license from a patent holder.  Therefore, we insist that
  46112. any patent license obtained for a version of the library must be
  46113. consistent with the full freedom of use specified in this license.
  46114.  
  46115. Most GNU software, including some libraries, is covered by the ordinary
  46116. GNU General Public License.  This license, the GNU Lesser General
  46117. Public License, applies to certain designated libraries, and is quite
  46118. different from the ordinary General Public License.  We use this
  46119. license for certain libraries in order to permit linking those
  46120. libraries into non-free programs.
  46121.  
  46122. When a program is linked with a library, whether statically or using a
  46123. shared library, the combination of the two is legally speaking a
  46124. combined work, a derivative of the original library.  The ordinary
  46125. General Public License therefore permits such linking only if the
  46126. entire combination fits its criteria of freedom.  The Lesser General
  46127. Public License permits more lax criteria for linking other code with
  46128. the library.
  46129.  
  46130. We call this license the "Lesser" General Public License because it
  46131. does _Less_ to protect the user's freedom than the ordinary General
  46132. Public License.  It also provides other free software developers Less
  46133. of an advantage over competing non-free programs.  These disadvantages
  46134. are the reason we use the ordinary General Public License for many
  46135. libraries.  However, the Lesser license provides advantages in certain
  46136. special circumstances.
  46137.  
  46138. For example, on rare occasions, there may be a special need to
  46139. encourage the widest possible use of a certain library, so that it
  46140. becomes a de-facto standard.  To achieve this, non-free programs must be
  46141. allowed to use the library.  A more frequent case is that a free
  46142. library does the same job as widely used non-free libraries.  In this
  46143. case, there is little to gain by limiting the free library to free
  46144. software only, so we use the Lesser General Public License.
  46145.  
  46146. In other cases, permission to use a particular library in non-free
  46147. programs enables a greater number of people to use a large body of free
  46148. software.  For example, permission to use the GNU C Library in non-free
  46149. programs enables many more people to use the whole GNU operating
  46150. system, as well as its variant, the GNU/Linux operating system.
  46151.  
  46152. Although the Lesser General Public License is Less protective of the
  46153. users' freedom, it does ensure that the user of a program that is
  46154. linked with the Library has the freedom and the wherewithal to run that
  46155. program using a modified version of the Library.
  46156.  
  46157. The precise terms and conditions for copying, distribution and
  46158. modification follow.  Pay close attention to the difference between a
  46159. "work based on the library" and a "work that uses the library".  The
  46160. former contains code derived from the library, whereas the latter must
  46161. be combined with the library in order to run.
  46162.  
  46163.                    GNU LESSER GENERAL PUBLIC LICENSE
  46164.  
  46165.     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  46166.  
  46167.   0. This License Agreement applies to any software library or other
  46168.      program which contains a notice placed by the copyright holder or
  46169.      other authorized party saying it may be distributed under the
  46170.      terms of this Lesser General Public License (also called "this
  46171.      License").  Each licensee is addressed as "you".
  46172.  
  46173.      A "library" means a collection of software functions and/or data
  46174.      prepared so as to be conveniently linked with application programs
  46175.      (which use some of those functions and data) to form executables.
  46176.  
  46177.      The "Library", below, refers to any such software library or work
  46178.      which has been distributed under these terms.  A "work based on the
  46179.      Library" means either the Library or any derivative work under
  46180.      copyright law: that is to say, a work containing the Library or a
  46181.      portion of it, either verbatim or with modifications and/or
  46182.      translated straightforwardly into another language.  (Hereinafter,
  46183.      translation is included without limitation in the term
  46184.      "modification".)
  46185.  
  46186.      "Source code" for a work means the preferred form of the work for
  46187.      making modifications to it.  For a library, complete source code
  46188.      means all the source code for all modules it contains, plus any
  46189.      associated interface definition files, plus the scripts used to
  46190.      control compilation and installation of the library.
  46191.  
  46192.      Activities other than copying, distribution and modification are
  46193.      not covered by this License; they are outside its scope.  The act
  46194.      of running a program using the Library is not restricted, and
  46195.      output from such a program is covered only if its contents
  46196.      constitute a work based on the Library (independent of the use of
  46197.      the Library in a tool for writing it).  Whether that is true
  46198.      depends on what the Library does and what the program that uses
  46199.      the Library does.
  46200.  
  46201.   1. You may copy and distribute verbatim copies of the Library's
  46202.      complete source code as you receive it, in any medium, provided
  46203.      that you conspicuously and appropriately publish on each copy an
  46204.      appropriate copyright notice and disclaimer of warranty; keep
  46205.      intact all the notices that refer to this License and to the
  46206.      absence of any warranty; and distribute a copy of this License
  46207.      along with the Library.
  46208.  
  46209.      You may charge a fee for the physical act of transferring a copy,
  46210.      and you may at your option offer warranty protection in exchange
  46211.      for a fee.
  46212.  
  46213.   2. You may modify your copy or copies of the Library or any portion
  46214.      of it, thus forming a work based on the Library, and copy and
  46215.      distribute such modifications or work under the terms of Section 1
  46216.      above, provided that you also meet all of these conditions:
  46217.  
  46218.        a. The modified work must itself be a software library.
  46219.  
  46220.        b. You must cause the files modified to carry prominent notices
  46221.           stating that you changed the files and the date of any change.
  46222.  
  46223.        c. You must cause the whole of the work to be licensed at no
  46224.           charge to all third parties under the terms of this License.
  46225.  
  46226.        d. If a facility in the modified Library refers to a function or
  46227.           a table of data to be supplied by an application program that
  46228.           uses the facility, other than as an argument passed when the
  46229.           facility is invoked, then you must make a good faith effort
  46230.           to ensure that, in the event an application does not supply
  46231.           such function or table, the facility still operates, and
  46232.           performs whatever part of its purpose remains meaningful.
  46233.  
  46234.           (For example, a function in a library to compute square roots
  46235.           has a purpose that is entirely well-defined independent of the
  46236.           application.  Therefore, Subsection 2d requires that any
  46237.           application-supplied function or table used by this function
  46238.           must be optional: if the application does not supply it, the
  46239.           square root function must still compute square roots.)
  46240.  
  46241.      These requirements apply to the modified work as a whole.  If
  46242.      identifiable sections of that work are not derived from the
  46243.      Library, and can be reasonably considered independent and separate
  46244.      works in themselves, then this License, and its terms, do not
  46245.      apply to those sections when you distribute them as separate
  46246.      works.  But when you distribute the same sections as part of a
  46247.      whole which is a work based on the Library, the distribution of
  46248.      the whole must be on the terms of this License, whose permissions
  46249.      for other licensees extend to the entire whole, and thus to each
  46250.      and every part regardless of who wrote it.
  46251.  
  46252.      Thus, it is not the intent of this section to claim rights or
  46253.      contest your rights to work written entirely by you; rather, the
  46254.      intent is to exercise the right to control the distribution of
  46255.      derivative or collective works based on the Library.
  46256.  
  46257.      In addition, mere aggregation of another work not based on the
  46258.      Library with the Library (or with a work based on the Library) on
  46259.      a volume of a storage or distribution medium does not bring the
  46260.      other work under the scope of this License.
  46261.  
  46262.   3. You may opt to apply the terms of the ordinary GNU General Public
  46263.      License instead of this License to a given copy of the Library.
  46264.      To do this, you must alter all the notices that refer to this
  46265.      License, so that they refer to the ordinary GNU General Public
  46266.      License, version 2, instead of to this License.  (If a newer
  46267.      version than version 2 of the ordinary GNU General Public License
  46268.      has appeared, then you can specify that version instead if you
  46269.      wish.)  Do not make any other change in these notices.
  46270.  
  46271.      Once this change is made in a given copy, it is irreversible for
  46272.      that copy, so the ordinary GNU General Public License applies to
  46273.      all subsequent copies and derivative works made from that copy.
  46274.  
  46275.      This option is useful when you wish to copy part of the code of
  46276.      the Library into a program that is not a library.
  46277.  
  46278.   4. You may copy and distribute the Library (or a portion or
  46279.      derivative of it, under Section 2) in object code or executable
  46280.      form under the terms of Sections 1 and 2 above provided that you
  46281.      accompany it with the complete corresponding machine-readable
  46282.      source code, which must be distributed under the terms of Sections
  46283.      1 and 2 above on a medium customarily used for software
  46284.      interchange.
  46285.  
  46286.      If distribution of object code is made by offering access to copy
  46287.      from a designated place, then offering equivalent access to copy
  46288.      the source code from the same place satisfies the requirement to
  46289.      distribute the source code, even though third parties are not
  46290.      compelled to copy the source along with the object code.
  46291.  
  46292.   5. A program that contains no derivative of any portion of the
  46293.      Library, but is designed to work with the Library by being
  46294.      compiled or linked with it, is called a "work that uses the
  46295.      Library".  Such a work, in isolation, is not a derivative work of
  46296.      the Library, and therefore falls outside the scope of this License.
  46297.  
  46298.      However, linking a "work that uses the Library" with the Library
  46299.      creates an executable that is a derivative of the Library (because
  46300.      it contains portions of the Library), rather than a "work that
  46301.      uses the library".  The executable is therefore covered by this
  46302.      License.  Section 6 states terms for distribution of such
  46303.      executables.
  46304.  
  46305.      When a "work that uses the Library" uses material from a header
  46306.      file that is part of the Library, the object code for the work may
  46307.      be a derivative work of the Library even though the source code is
  46308.      not.  Whether this is true is especially significant if the work
  46309.      can be linked without the Library, or if the work is itself a
  46310.      library.  The threshold for this to be true is not precisely
  46311.      defined by law.
  46312.  
  46313.      If such an object file uses only numerical parameters, data
  46314.      structure layouts and accessors, and small macros and small inline
  46315.      functions (ten lines or less in length), then the use of the object
  46316.      file is unrestricted, regardless of whether it is legally a
  46317.      derivative work.  (Executables containing this object code plus
  46318.      portions of the Library will still fall under Section 6.)
  46319.  
  46320.      Otherwise, if the work is a derivative of the Library, you may
  46321.      distribute the object code for the work under the terms of Section
  46322.      6.  Any executables containing that work also fall under Section 6,
  46323.      whether or not they are linked directly with the Library itself.
  46324.  
  46325.   6. As an exception to the Sections above, you may also combine or
  46326.      link a "work that uses the Library" with the Library to produce a
  46327.      work containing portions of the Library, and distribute that work
  46328.      under terms of your choice, provided that the terms permit
  46329.      modification of the work for the customer's own use and reverse
  46330.      engineering for debugging such modifications.
  46331.  
  46332.      You must give prominent notice with each copy of the work that the
  46333.      Library is used in it and that the Library and its use are covered
  46334.      by this License.  You must supply a copy of this License.  If the
  46335.      work during execution displays copyright notices, you must include
  46336.      the copyright notice for the Library among them, as well as a
  46337.      reference directing the user to the copy of this License.  Also,
  46338.      you must do one of these things:
  46339.  
  46340.        a. Accompany the work with the complete corresponding
  46341.           machine-readable source code for the Library including
  46342.           whatever changes were used in the work (which must be
  46343.           distributed under Sections 1 and 2 above); and, if the work
  46344.           is an executable linked with the Library, with the complete
  46345.           machine-readable "work that uses the Library", as object code
  46346.           and/or source code, so that the user can modify the Library
  46347.           and then relink to produce a modified executable containing
  46348.           the modified Library.  (It is understood that the user who
  46349.           changes the contents of definitions files in the Library will
  46350.           not necessarily be able to recompile the application to use
  46351.           the modified definitions.)
  46352.  
  46353.        b. Use a suitable shared library mechanism for linking with the
  46354.           Library.  A suitable mechanism is one that (1) uses at run
  46355.           time a copy of the library already present on the user's
  46356.           computer system, rather than copying library functions into
  46357.           the executable, and (2) will operate properly with a modified
  46358.           version of the library, if the user installs one, as long as
  46359.           the modified version is interface-compatible with the version
  46360.           that the work was made with.
  46361.  
  46362.        c. Accompany the work with a written offer, valid for at least
  46363.           three years, to give the same user the materials specified in
  46364.           Subsection 6a, above, for a charge no more than the cost of
  46365.           performing this distribution.
  46366.  
  46367.        d. If distribution of the work is made by offering access to copy
  46368.           from a designated place, offer equivalent access to copy the
  46369.           above specified materials from the same place.
  46370.  
  46371.        e. Verify that the user has already received a copy of these
  46372.           materials or that you have already sent this user a copy.
  46373.  
  46374.      For an executable, the required form of the "work that uses the
  46375.      Library" must include any data and utility programs needed for
  46376.      reproducing the executable from it.  However, as a special
  46377.      exception, the materials to be distributed need not include
  46378.      anything that is normally distributed (in either source or binary
  46379.      form) with the major components (compiler, kernel, and so on) of
  46380.      the operating system on which the executable runs, unless that
  46381.      component itself accompanies the executable.
  46382.  
  46383.      It may happen that this requirement contradicts the license
  46384.      restrictions of other proprietary libraries that do not normally
  46385.      accompany the operating system.  Such a contradiction means you
  46386.      cannot use both them and the Library together in an executable
  46387.      that you distribute.
  46388.  
  46389.   7. You may place library facilities that are a work based on the
  46390.      Library side-by-side in a single library together with other
  46391.      library facilities not covered by this License, and distribute
  46392.      such a combined library, provided that the separate distribution
  46393.      of the work based on the Library and of the other library
  46394.      facilities is otherwise permitted, and provided that you do these
  46395.      two things:
  46396.  
  46397.        a. Accompany the combined library with a copy of the same work
  46398.           based on the Library, uncombined with any other library
  46399.           facilities.  This must be distributed under the terms of the
  46400.           Sections above.
  46401.  
  46402.        b. Give prominent notice with the combined library of the fact
  46403.           that part of it is a work based on the Library, and explaining
  46404.           where to find the accompanying uncombined form of the same
  46405.           work.
  46406.  
  46407.   8. You may not copy, modify, sublicense, link with, or distribute the
  46408.      Library except as expressly provided under this License.  Any
  46409.      attempt otherwise to copy, modify, sublicense, link with, or
  46410.      distribute the Library is void, and will automatically terminate
  46411.      your rights under this License.  However, parties who have
  46412.      received copies, or rights, from you under this License will not
  46413.      have their licenses terminated so long as such parties remain in
  46414.      full compliance.
  46415.  
  46416.   9. You are not required to accept this License, since you have not
  46417.      signed it.  However, nothing else grants you permission to modify
  46418.      or distribute the Library or its derivative works.  These actions
  46419.      are prohibited by law if you do not accept this License.
  46420.      Therefore, by modifying or distributing the Library (or any work
  46421.      based on the Library), you indicate your acceptance of this
  46422.      License to do so, and all its terms and conditions for copying,
  46423.      distributing or modifying the Library or works based on it.
  46424.  
  46425.  10. Each time you redistribute the Library (or any work based on the
  46426.      Library), the recipient automatically receives a license from the
  46427.      original licensor to copy, distribute, link with or modify the
  46428.      Library subject to these terms and conditions.  You may not impose
  46429.      any further restrictions on the recipients' exercise of the rights
  46430.      granted herein.  You are not responsible for enforcing compliance
  46431.      by third parties with this License.
  46432.  
  46433.  11. If, as a consequence of a court judgment or allegation of patent
  46434.      infringement or for any other reason (not limited to patent
  46435.      issues), conditions are imposed on you (whether by court order,
  46436.      agreement or otherwise) that contradict the conditions of this
  46437.      License, they do not excuse you from the conditions of this
  46438.      License.  If you cannot distribute so as to satisfy simultaneously
  46439.      your obligations under this License and any other pertinent
  46440.      obligations, then as a consequence you may not distribute the
  46441.      Library at all.  For example, if a patent license would not permit
  46442.      royalty-free redistribution of the Library by all those who
  46443.      receive copies directly or indirectly through you, then the only
  46444.      way you could satisfy both it and this License would be to refrain
  46445.      entirely from distribution of the Library.
  46446.  
  46447.      If any portion of this section is held invalid or unenforceable
  46448.      under any particular circumstance, the balance of the section is
  46449.      intended to apply, and the section as a whole is intended to apply
  46450.      in other circumstances.
  46451.  
  46452.      It is not the purpose of this section to induce you to infringe any
  46453.      patents or other property right claims or to contest validity of
  46454.      any such claims; this section has the sole purpose of protecting
  46455.      the integrity of the free software distribution system which is
  46456.      implemented by public license practices.  Many people have made
  46457.      generous contributions to the wide range of software distributed
  46458.      through that system in reliance on consistent application of that
  46459.      system; it is up to the author/donor to decide if he or she is
  46460.      willing to distribute software through any other system and a
  46461.      licensee cannot impose that choice.
  46462.  
  46463.      This section is intended to make thoroughly clear what is believed
  46464.      to be a consequence of the rest of this License.
  46465.  
  46466.  12. If the distribution and/or use of the Library is restricted in
  46467.      certain countries either by patents or by copyrighted interfaces,
  46468.      the original copyright holder who places the Library under this
  46469.      License may add an explicit geographical distribution limitation
  46470.      excluding those countries, so that distribution is permitted only
  46471.      in or among countries not thus excluded.  In such case, this
  46472.      License incorporates the limitation as if written in the body of
  46473.      this License.
  46474.  
  46475.  13. The Free Software Foundation may publish revised and/or new
  46476.      versions of the Lesser General Public License from time to time.
  46477.      Such new versions will be similar in spirit to the present version,
  46478.      but may differ in detail to address new problems or concerns.
  46479.  
  46480.      Each version is given a distinguishing version number.  If the
  46481.      Library specifies a version number of this License which applies
  46482.      to it and "any later version", you have the option of following
  46483.      the terms and conditions either of that version or of any later
  46484.      version published by the Free Software Foundation.  If the Library
  46485.      does not specify a license version number, you may choose any
  46486.      version ever published by the Free Software Foundation.
  46487.  
  46488.  14. If you wish to incorporate parts of the Library into other free
  46489.      programs whose distribution conditions are incompatible with these,
  46490.      write to the author to ask for permission.  For software which is
  46491.      copyrighted by the Free Software Foundation, write to the Free
  46492.      Software Foundation; we sometimes make exceptions for this.  Our
  46493.      decision will be guided by the two goals of preserving the free
  46494.      status of all derivatives of our free software and of promoting
  46495.      the sharing and reuse of software generally.
  46496.  
  46497.                                 NO WARRANTY
  46498.  
  46499.  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  46500.      WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE
  46501.      LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  46502.      HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT
  46503.      WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT
  46504.      NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  46505.      FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE
  46506.      QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU.  SHOULD THE
  46507.      LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  46508.      SERVICING, REPAIR OR CORRECTION.
  46509.  
  46510.  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  46511.      WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
  46512.      MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE
  46513.      LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
  46514.      INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
  46515.      INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF
  46516.      DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU
  46517.      OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY
  46518.      OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
  46519.      ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  46520.  
  46521.                       END OF TERMS AND CONDITIONS
  46522.  
  46523. How to Apply These Terms to Your New Libraries
  46524. ==============================================
  46525.  
  46526. If you develop a new library, and you want it to be of the greatest
  46527. possible use to the public, we recommend making it free software that
  46528. everyone can redistribute and change.  You can do so by permitting
  46529. redistribution under these terms (or, alternatively, under the terms of
  46530. the ordinary General Public License).
  46531.  
  46532. To apply these terms, attach the following notices to the library.  It
  46533. is safest to attach them to the start of each source file to most
  46534. effectively convey the exclusion of warranty; and each file should have
  46535. at least the "copyright" line and a pointer to where the full notice is
  46536. found.
  46537.  
  46538.      ONE LINE TO GIVE THE LIBRARY'S NAME AND AN IDEA OF WHAT IT DOES.
  46539.      Copyright (C) YEAR  NAME OF AUTHOR
  46540.      
  46541.      This library is free software; you can redistribute it and/or modify it
  46542.      under the terms of the GNU Lesser General Public License as published by
  46543.      the Free Software Foundation; either version 2.1 of the License, or (at
  46544.      your option) any later version.
  46545.      
  46546.      This library is distributed in the hope that it will be useful, but
  46547.      WITHOUT ANY WARRANTY; without even the implied warranty of
  46548.      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  46549.      Lesser General Public License for more details.
  46550.      
  46551.      You should have received a copy of the GNU Lesser General Public
  46552.      License along with this library; if not, write to the Free Software
  46553.      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,
  46554.      USA.
  46555.  
  46556. Also add information on how to contact you by electronic and paper mail.
  46557.  
  46558. You should also get your employer (if you work as a programmer) or your
  46559. school, if any, to sign a "copyright disclaimer" for the library, if
  46560. necessary.  Here is a sample; alter the names:
  46561.  
  46562.      Yoyodyne, Inc., hereby disclaims all copyright interest in the library
  46563.      `Frob' (a library for tweaking knobs) written by James Random Hacker.
  46564.      
  46565.      SIGNATURE OF TY COON, 1 April 1990
  46566.      Ty Coon, President of Vice
  46567.  
  46568. That's all there is to it!
  46569.  
  46570. Pieces of the manual in transit
  46571. *******************************
  46572.  
  46573. Installing a MySQL Binary Distribution
  46574. ======================================
  46575.  
  46576. You need the following tools to install a MySQL binary distribution:
  46577.  
  46578.    * GNU `gunzip' to uncompress the distribution.
  46579.  
  46580.    * A reasonable `tar' to unpack the distribution. GNU `tar' is known
  46581.      to work.  Sun `tar' is known to have problems.
  46582.  
  46583. An alternative installation method under Linux is to use RPM (RedHat
  46584. Package Manager) distributions.  *Note Linux-RPM::.
  46585.  
  46586. If you run into problems, *PLEASE ALWAYS USE* `mysqlbug' when posting
  46587. questions to <mysql@lists.mysql.com>.  Even if the problem isn't a bug,
  46588. `mysqlbug' gathers system information that will help others solve your
  46589. problem.  By not using `mysqlbug', you lessen the likelihood of getting
  46590. a solution to your problem!  You will find `mysqlbug' in the `bin'
  46591. directory after you unpack the distribution.  *Note Bug reports::.
  46592.  
  46593. The basic commands you must execute to install and use a MySQL binary
  46594. distribution are:
  46595.  
  46596.      shell> groupadd mysql
  46597.      shell> useradd -g mysql mysql
  46598.      shell> cd /usr/local
  46599.      shell> gunzip < /path/to/mysql-VERSION-OS.tar.gz | tar xvf -
  46600.      shell> ln -s mysql-VERSION-OS mysql
  46601.      shell> cd mysql
  46602.      shell> scripts/mysql_install_db
  46603.      shell> chown -R root  /usr/local/mysql
  46604.      shell> chown -R mysql /usr/local/mysql/data
  46605.      shell> chgrp -R mysql /usr/local/mysql
  46606.      shell> chown -R root /usr/local/mysql/bin
  46607.      shell> bin/safe_mysqld --user=mysql &
  46608.  
  46609. You can add new users using the `bin/mysql_setpermission' script if you
  46610. install the `DBI' and `Msql-Mysql-modules' Perl modules.
  46611.  
  46612. A more detailed description follows.
  46613.  
  46614. To install a binary distribution, follow the steps below, then proceed
  46615. to *Note Post-installation::, for post-installation setup and testing:
  46616.  
  46617.   1. Pick the directory under which you want to unpack the
  46618.      distribution, and move into it.  In the example below, we unpack
  46619.      the distribution under `/usr/local' and create a directory
  46620.      `/usr/local/mysql' into which MySQL is installed.  (The following
  46621.      instructions therefore assume you have permission to create files
  46622.      in `/usr/local'.  If that directory is protected, you will need to
  46623.      perform the installation as `root'.)
  46624.  
  46625.   2. Obtain a distribution file from one of the sites listed in *Note
  46626.      Getting MySQL: Getting MySQL.
  46627.  
  46628.      MySQL binary distributions are provided as compressed `tar'
  46629.      archives and have names like `mysql-VERSION-OS.tar.gz', where
  46630.      `VERSION' is a number (for example, `3.21.15'), and `OS' indicates
  46631.      the type of operating system for which the distribution is intended
  46632.      (for example, `pc-linux-gnu-i586').
  46633.  
  46634.   3. If you see a binary distribution marked with the `-max' prefix,
  46635.      this means that the binary has support for transaction-safe tables
  46636.      and other features. *Note `mysqld-max': mysqld-max.  Note that all
  46637.      binaries are built from the same MySQL source distribution.
  46638.  
  46639.   4. Add a user and group for `mysqld' to run as:
  46640.  
  46641.           shell> groupadd mysql
  46642.           shell> useradd -g mysql mysql
  46643.  
  46644.      These commands add the `mysql' group and the `mysql' user.  The
  46645.      syntax for `useradd' and `groupadd' may differ slightly on
  46646.      different versions of Unix.  They may also be called `adduser' and
  46647.      `addgroup'.  You may wish to call the user and group something
  46648.      else instead of `mysql'.
  46649.  
  46650.   5. Change into the intended installation directory:
  46651.  
  46652.           shell> cd /usr/local
  46653.  
  46654.   6. Unpack the distribution and create the installation directory:
  46655.  
  46656.           shell> gunzip < /path/to/mysql-VERSION-OS.tar.gz | tar xvf -
  46657.           shell> ln -s mysql-VERSION-OS mysql
  46658.  
  46659.      The first command creates a directory named `mysql-VERSION-OS'.
  46660.      The second command makes a symbolic link to that directory.  This
  46661.      lets you refer more easily to the installation directory as
  46662.      `/usr/local/mysql'.
  46663.  
  46664.   7. Change into the installation directory:
  46665.  
  46666.           shell> cd mysql
  46667.  
  46668.      You will find several files and subdirectories in the `mysql'
  46669.      directory.  The most important for installation purposes are the
  46670.      `bin' and `scripts' subdirectories.
  46671.  
  46672.     `bin'
  46673.           This directory contains client programs and the server You
  46674.           should add the full pathname of this directory to your `PATH'
  46675.           environment variable so that your shell finds the MySQL
  46676.           programs properly. *Note Environment variables::.
  46677.  
  46678.     `scripts'
  46679.           This directory contains the `mysql_install_db' script used to
  46680.           initialize the `mysql' database containing the grant tables
  46681.           that store the server access permissions.
  46682.  
  46683.   8. If you would like to use `mysqlaccess' and have the MySQL
  46684.      distribution in some non-standard place, you must change the
  46685.      location where `mysqlaccess' expects to find the `mysql' client.
  46686.      Edit the `bin/mysqlaccess' script at approximately line 18.
  46687.      Search for a line that looks like this:
  46688.  
  46689.           $MYSQL     = '/usr/local/bin/mysql';    # path to mysql executable
  46690.  
  46691.      Change the path to reflect the location where `mysql' actually is
  46692.      stored on your system.  If you do not do this, you will get a
  46693.      `Broken pipe' error when you run `mysqlaccess'.
  46694.  
  46695.   9. Create the MySQL grant tables (necessary only if you haven't
  46696.      installed MySQL before):
  46697.           shell> scripts/mysql_install_db
  46698.  
  46699.      Note that MySQL versions older than Version 3.22.10 started the
  46700.      MySQL server when you run `mysql_install_db'.  This is no longer
  46701.      true!
  46702.  
  46703.  10. Change ownership of binaries to `root' and ownership of the data
  46704.      directory to the user that you will run `mysqld' as:
  46705.  
  46706.           shell> chown -R root  /usr/local/mysql
  46707.           shell> chown -R mysql /usr/local/mysql/data
  46708.           shell> chgrp -R mysql /usr/local/mysql
  46709.  
  46710.      The first command changes the `owner' attribute of the files to the
  46711.      `root' user, the second one changes the `owner' attribute of the
  46712.      data directory to the `mysql' user, and the third one changes the
  46713.      `group' attribute to the `mysql' group.
  46714.  
  46715.  11. If you want to install support for the Perl `DBI'/`DBD' interface,
  46716.      see *Note Perl support::.
  46717.  
  46718.  12. If you would like MySQL to start automatically when you boot your
  46719.      machine, you can copy `support-files/mysql.server' to the location
  46720.      where your system has its startup files.  More information can be
  46721.      found in the `support-files/mysql.server' script itself and in
  46722.      *Note Automatic start::.
  46723.  
  46724.  
  46725. After everything has been unpacked and installed, you should initialize
  46726. and test your distribution.
  46727.  
  46728. You can start the MySQL server with the following command:
  46729.  
  46730.      shell> bin/safe_mysqld --user=mysql &
  46731.  
  46732. *Note `safe_mysqld': safe_mysqld.
  46733.  
  46734. *Note Post-installation::.
  46735.  
  46736. Perl Installation Comments
  46737. ==========================
  46738.  
  46739. Installing Perl on Unix
  46740. -----------------------
  46741.  
  46742. Perl support for MySQL is provided by means of the `DBI'/`DBD' client
  46743. interface.  *Note Perl::.  The Perl `DBD'/`DBI' client code requires
  46744. Perl Version 5.004 or later.  The interface *will not work* if you have
  46745. an older version of Perl.
  46746.  
  46747. MySQL Perl support also requires that you've installed MySQL client
  46748. programming support.  If you installed MySQL from RPM files, client
  46749. programs are in the client RPM, but client programming support is in
  46750. the developer RPM.  Make sure you've installed the latter RPM.
  46751.  
  46752. As of Version 3.22.8, Perl support is distributed separately from the
  46753. main MySQL distribution.  If you want to install Perl support, the files
  46754. you will need can be obtained from
  46755. `http://www.mysql.com/Downloads/Contrib/'.
  46756.  
  46757. The Perl distributions are provided as compressed `tar' archives and
  46758. have names like `MODULE-VERSION.tar.gz', where `MODULE' is the module
  46759. name and `VERSION' is the version number.  You should get the
  46760. `Data-Dumper', `DBI', and `Msql-Mysql-modules' distributions and
  46761. install them in that order.  The installation procedure is shown below.
  46762. The example shown is for the `Data-Dumper' module, but the procedure is
  46763. the same for all three distributions:
  46764.  
  46765.   1. Unpack the distribution into the current directory:
  46766.           shell> gunzip < Data-Dumper-VERSION.tar.gz | tar xvf -
  46767.      This command creates a directory named `Data-Dumper-VERSION'.
  46768.  
  46769.   2. Change into the top-level directory of the unpacked distribution:
  46770.           shell> cd Data-Dumper-VERSION
  46771.  
  46772.   3. Build the distribution and compile everything:
  46773.           shell> perl Makefile.PL
  46774.           shell> make
  46775.           shell> make test
  46776.           shell> make install
  46777.  
  46778. The `make test' command is important because it verifies that the
  46779. module is working.  Note that when you run that command during the
  46780. `Msql-Mysql-modules' installation to exercise the interface code, the
  46781. MySQL server must be running or the test will fail.
  46782.  
  46783. It is a good idea to rebuild and reinstall the `Msql-Mysql-modules'
  46784. distribution whenever you install a new release of MySQL, particularly
  46785. if you notice symptoms such as all your `DBI' scripts dumping core
  46786. after you upgrade MySQL.
  46787.  
  46788. If you don't have the right to install Perl modules in the system
  46789. directory or if you to install local Perl modules, the following
  46790. reference may help you:
  46791.  
  46792.      `http://www.iserver.com/support/contrib/perl5/modules.html'
  46793.  
  46794. Look under the heading `Installing New Modules that Require Locally
  46795. Installed Modules'.
  46796.  
  46797. Installing ActiveState Perl on Windows
  46798. --------------------------------------
  46799.  
  46800. To install the MySQL `DBD' module with ActiveState Perl on Windows, you
  46801. should do the following:
  46802.  
  46803.    * Get ActiveState Perl from
  46804.      `http://www.activestate.com/Products/ActivePerl/index.html' and
  46805.      install it.
  46806.  
  46807.    * Open a DOS shell.
  46808.  
  46809.    * If required, set the HTTP_proxy variable. For example, you might
  46810.      try:
  46811.  
  46812.           set HTTP_proxy=my.proxy.com:3128
  46813.  
  46814.    * Start the PPM program:
  46815.  
  46816.           C:\> c:\perl\bin\ppm.pl
  46817.  
  46818.    * If you have not already done so, install `DBI':
  46819.  
  46820.           ppm> install DBI
  46821.  
  46822.    * If this succeeds, run the following command:
  46823.  
  46824.           install ftp://ftp.de.uu.net/pub/CPAN/authors/id/JWIED/DBD-mysql-1.2212.x86.ppd
  46825.  
  46826. The above should work at least with ActiveState Perl Version 5.6.
  46827.  
  46828. If you can't get the above to work, you should instead install the
  46829. *MyODBC* driver and connect to MySQL server through ODBC:
  46830.  
  46831.      use DBI;
  46832.      $dbh= DBI->connect("DBI:ODBC:$dsn","$user","$password") ||
  46833.        die "Got error $DBI::errstr when connecting to $dsn\n";
  46834.  
  46835. Installing the MySQL Perl Distribution on Windows
  46836. -------------------------------------------------
  46837.  
  46838. The MySQL Perl distribution contains `DBI', `DBD:MySQL' and `DBD:ODBC'.
  46839.  
  46840.    * Get the Perl distribution for Windows from
  46841.      `http://www.mysql.com/download.html'.
  46842.  
  46843.    * Unzip the distribution in `C:' so that you get a `C:\PERL'
  46844.      directory.
  46845.  
  46846.    * Add the directory `C:\PERL\BIN' to your path.
  46847.  
  46848.    * Add the directory `C:\PERL\BIN\MSWIN32-x86-thread' or
  46849.      `C:\PERL\BIN\MSWIN32-x86' to your path.
  46850.  
  46851.    * Test that `perl' works by executing `perl -v' in a DOS shell.
  46852.  
  46853. Problems Using the Perl `DBI'/`DBD' Interface
  46854. ---------------------------------------------
  46855.  
  46856. If Perl reports that it can't find the `../mysql/mysql.so' module, then
  46857. the problem is probably that Perl can't locate the shared library
  46858. `libmysqlclient.so'.
  46859.  
  46860. You can fix this by any of the following methods:
  46861.  
  46862.    * Compile the `Msql-Mysql-modules' distribution with `perl
  46863.      Makefile.PL -static -config' rather than `perl Makefile.PL'.
  46864.  
  46865.    * Copy `libmysqlclient.so' to the directory where your other shared
  46866.      libraries are located (probably `/usr/lib' or `/lib').
  46867.  
  46868.    * On Linux you can add the pathname of the directory where
  46869.      `libmysqlclient.so' is located to the `/etc/ld.so.conf' file.
  46870.  
  46871.    * Add the pathname of the directory where `libmysqlclient.so' is
  46872.      located to the `LD_RUN_PATH' environment variable.
  46873.  
  46874. If you get the following errors from `DBD-mysql', you are probably
  46875. using `gcc' (or using an old binary compiled with `gcc'):
  46876.  
  46877.      /usr/bin/perl: can't resolve symbol '__moddi3'
  46878.      /usr/bin/perl: can't resolve symbol '__divdi3'
  46879.  
  46880. Add `-L/usr/lib/gcc-lib/... -lgcc' to the link command when the
  46881. `mysql.so' library gets built (check the output from `make' for
  46882. `mysql.so' when you compile the Perl client).  The `-L' option should
  46883. specify the pathname of the directory where `libgcc.a' is located on
  46884. your system.
  46885.  
  46886. Another cause of this problem may be that Perl and MySQL aren't both
  46887. compiled with `gcc'.  In this case, you can solve the mismatch by
  46888. compiling both with `gcc'.
  46889.  
  46890. If you get the following error from `Msql-Mysql-modules' when you run
  46891. the tests:
  46892.  
  46893.      t/00base............install_driver(mysql) failed: Can't load '../blib/arch/auto/DBD/mysql/mysql.so' for module DBD::mysql: ../blib/arch/auto/DBD/mysql/mysql.so: undefined symbol: uncompress at /usr/lib/perl5/5.00503/i586-linux/DynaLoader.pm line 169.
  46894.  
  46895. it means that you need to include the compression library, -lz, to the
  46896. link line. This can be doing the following change in the file
  46897. `lib/DBD/mysql/Install.pm':
  46898.  
  46899.      $sysliblist .= " -lm";
  46900.      
  46901.      to
  46902.      
  46903.      $sysliblist .= " -lm -lz";
  46904.  
  46905. After this, you MUST run 'make realclean' and then proceed with the
  46906. installation from the beginning.
  46907.  
  46908. If you want to use the Perl module on a system that doesn't support
  46909. dynamic linking (like SCO) you can generate a static version of Perl
  46910. that includes `DBI' and `DBD-mysql'.  The way this works is that you
  46911. generate a version of Perl with the `DBI' code linked in and install it
  46912. on top of your current Perl.  Then you use that to build a version of
  46913. Perl that additionally has the `DBD' code linked in, and install that.
  46914.  
  46915. On SCO, you must have the following environment variables set:
  46916.  
  46917.      shell> LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:/usr/progressive/lib
  46918.      or
  46919.      shell> LD_LIBRARY_PATH=/usr/lib:/lib:/usr/local/lib:/usr/ccs/lib:/usr/progressive/lib:/usr/skunk/lib
  46920.      shell> LIBPATH=/usr/lib:/lib:/usr/local/lib:/usr/ccs/lib:/usr/progressive/lib:/usr/skunk/lib
  46921.      shell> MANPATH=scohelp:/usr/man:/usr/local1/man:/usr/local/man:/usr/skunk/man:
  46922.  
  46923. First, create a Perl that includes a statically linked `DBI' by running
  46924. these commands in the directory where your `DBI' distribution is
  46925. located:
  46926.  
  46927.      shell> perl Makefile.PL -static -config
  46928.      shell> make
  46929.      shell> make install
  46930.      shell> make perl
  46931.  
  46932. Then you must install the new Perl. The output of `make perl' will
  46933. indicate the exact `make' command you will need to execute to perform
  46934. the installation.  On SCO, this is `make -f Makefile.aperl inst_perl
  46935. MAP_TARGET=perl'.
  46936.  
  46937. Next, use the just-created Perl to create another Perl that also
  46938. includes a statically-linked `DBD::mysql' by running these commands in
  46939. the directory where your `Msql-Mysql-modules' distribution is located:
  46940.  
  46941.      shell> perl Makefile.PL -static -config
  46942.      shell> make
  46943.      shell> make install
  46944.      shell> make perl
  46945.  
  46946. Finally, you should install this new Perl.  Again, the output of `make
  46947. perl' indicates the command to use.
  46948.  
  46949. Functions for Use with `GROUP BY' Clauses
  46950. =========================================
  46951.  
  46952. If you use a group function in a statement containing no `GROUP BY'
  46953. clause, it is equivalent to grouping on all rows.
  46954.  
  46955. `COUNT(expr)'
  46956.      Returns a count of the number of non-`NULL' values in the rows
  46957.      retrieved by a `SELECT' statement:
  46958.  
  46959.           mysql> select student.student_name,COUNT(*)
  46960.                      from student,course
  46961.                      where student.student_id=course.student_id
  46962.                      GROUP BY student_name;
  46963.  
  46964.      `COUNT(*)' is somewhat different in that it returns a count of the
  46965.      number of rows retrieved, whether or not they contain `NULL'
  46966.      values.
  46967.  
  46968.      `COUNT(*)' is optimized to return very quickly if the `SELECT'
  46969.      retrieves from one table, no other columns are retrieved, and
  46970.      there is no `WHERE' clause.  For example:
  46971.  
  46972.           mysql> select COUNT(*) from student;
  46973.  
  46974. `COUNT(DISTINCT expr,[expr...])'
  46975.      Returns a count of the number of different non-`NULL' values:
  46976.  
  46977.           mysql> select COUNT(DISTINCT results) from student;
  46978.  
  46979.      In MySQL you can get the number of distinct expression
  46980.      combinations that don't contain NULL by giving a list of
  46981.      expressions.  In ANSI SQL you would have to do a concatenation of
  46982.      all expressions inside `CODE(DISTINCT ..)'.
  46983.  
  46984. `AVG(expr)'
  46985.      Returns the average value of `expr':
  46986.  
  46987.           mysql> select student_name, AVG(test_score)
  46988.                      from student
  46989.                      GROUP BY student_name;
  46990.  
  46991. `MIN(expr)'
  46992. `MAX(expr)'
  46993.      Returns the minimum or maximum value of `expr'.  `MIN()' and
  46994.      `MAX()' may take a string argument; in such cases they return the
  46995.      minimum or maximum string value. *Note MySQL indexes::.
  46996.  
  46997.           mysql> select student_name, MIN(test_score), MAX(test_score)
  46998.                      from student
  46999.                      GROUP BY student_name;
  47000.  
  47001. `SUM(expr)'
  47002.      Returns the sum of `expr'.  Note that if the return set has no
  47003.      rows, it returns NULL!
  47004.  
  47005. `STD(expr)'
  47006. `STDDEV(expr)'
  47007.      Returns the standard deviation of `expr'. This is an extension to
  47008.      ANSI SQL. The `STDDEV()' form of this function is provided for
  47009.      Oracle compatibility.
  47010.  
  47011. `BIT_OR(expr)'
  47012.      Returns the bitwise `OR' of all bits in `expr'. The calculation is
  47013.      performed with 64-bit (`BIGINT') precision.
  47014.  
  47015. `BIT_AND(expr)'
  47016.      Returns the bitwise `AND' of all bits in `expr'. The calculation is
  47017.      performed with 64-bit (`BIGINT') precision.
  47018.  
  47019. MySQL has extended the use of `GROUP BY'. You can use columns or
  47020. calculations in the `SELECT' expressions that don't appear in the
  47021. `GROUP BY' part. This stands for _any possible value for this group_.
  47022. You can use this to get better performance by avoiding sorting and
  47023. grouping on unnecessary items.  For example, you don't need to group on
  47024. `customer.name' in the following query:
  47025.  
  47026.      mysql> select order.custid,customer.name,max(payments)
  47027.             from order,customer
  47028.             where order.custid = customer.custid
  47029.             GROUP BY order.custid;
  47030.  
  47031. In ANSI SQL, you would have to add `customer.name' to the `GROUP BY'
  47032. clause.  In MySQL, the name is redundant if you don't run in ANSI mode.
  47033.  
  47034. *Don't use this feature* if the columns you omit from the `GROUP BY'
  47035. part aren't unique in the group!  You will get unpredictable results.
  47036.  
  47037. In some cases, you can use `MIN()' and `MAX()' to obtain a specific
  47038. column value even if it isn't unique. The following gives the value of
  47039. `column' from the row containing the smallest value in the `sort'
  47040. column:
  47041.  
  47042.      substr(MIN(concat(rpad(sort,6,' '),column)),7)
  47043.  
  47044. *Note example-Maximum-column-group-row::.
  47045.  
  47046. Note that if you are using MySQL Version 3.22 (or earlier) or if you
  47047. are trying to follow ANSI SQL, you can't use expressions in `GROUP BY'
  47048. or `ORDER BY' clauses.  You can work around this limitation by using an
  47049. alias for the expression:
  47050.  
  47051.      mysql> SELECT id,FLOOR(value/100) AS val FROM tbl_name
  47052.                 GROUP BY id,val ORDER BY val;
  47053.  
  47054. In MySQL Version 3.23 you can do:
  47055.  
  47056.      mysql> SELECT id,FLOOR(value/100) FROM tbl_name ORDER BY RAND();
  47057.  
  47058. SQL command, type and function index
  47059. ************************************
  47060.  
  47061. ! (logical NOT):
  47062.           See ``Logical Operators''.
  47063. != (not equal):
  47064.           See ``Comparison Operators''.
  47065. ":
  47066.           See ``Database, Table, Index, Column, and Alias Names''.
  47067. % (modulo):
  47068.           See ``Mathematical Functions''.
  47069. % (wild card character):
  47070.           See ``Strings''.
  47071. & (bitwise AND):
  47072.           See ``Bit Functions''.
  47073. && (logical AND):
  47074.           See ``Logical Operators''.
  47075. () (parentheses):
  47076.           See ``Parenthesis''.
  47077. (Control-Z) \z:
  47078.           See ``Strings''.
  47079. * (multiplication):
  47080.           See ``Arithmetic Operations''.
  47081. + (addition):
  47082.           See ``Arithmetic Operations''.
  47083. - (subtraction):
  47084.           See ``Arithmetic Operations''.
  47085. - (unary minus):
  47086.           See ``Mathematical Functions''.
  47087. -p option:
  47088.           See ``Keeping Your Password Secure''.
  47089. -password option:
  47090.           See ``Keeping Your Password Secure''.
  47091. .my.cnf file <1>:
  47092.           See ``Keeping Your Password Secure''.
  47093. .my.cnf file <2>:
  47094.           See ``Causes of `Access denied' Errors''.
  47095. .my.cnf file <3>:
  47096.           See ``Connecting to the MySQL Server''.
  47097. .my.cnf file <4>:
  47098.           See ``Running Multiple MySQL Servers on the Same Machine''.
  47099. .my.cnf file <5>:
  47100.           See ``my.cnf Option Files''.
  47101. .my.cnf file:
  47102.           See ``MySQL-Windows Compared to Unix MySQL''.
  47103. .mysql_history file <1>:
  47104.           See ``Overview of the Client-Side Scripts and Utilities''.
  47105. .mysql_history file:
  47106.           See ``Overview of the Server-Side Scripts and Utilities''.
  47107. .pid (process ID) file:
  47108.           See ``Setting Up a Table Maintenance Regimen''.
  47109. / (division):
  47110.           See ``Arithmetic Operations''.
  47111. /etc/passwd <1>:
  47112.           See ```SELECT' Syntax''.
  47113. /etc/passwd:
  47114.           See ``How to Make MySQL Secure Against Crackers''.
  47115. < (less than):
  47116.           See ``Comparison Operators''.
  47117. <<:
  47118.           See ``Calculating visits per day''.
  47119. << (left shift):
  47120.           See ``Bit Functions''.
  47121. <= (less than or equal):
  47122.           See ``Comparison Operators''.
  47123. <=> (Equal to):
  47124.           See ``Comparison Operators''.
  47125. <> (not equal):
  47126.           See ``Comparison Operators''.
  47127. = (equal):
  47128.           See ``Comparison Operators''.
  47129. > (greater than):
  47130.           See ``Comparison Operators''.
  47131. >= (greater than or equal):
  47132.           See ``Comparison Operators''.
  47133. >> (right shift):
  47134.           See ``Bit Functions''.
  47135. \" (double quote):
  47136.           See ``Strings''.
  47137. \' (single quote):
  47138.           See ``Strings''.
  47139. \0 (ASCII 0):
  47140.           See ``Strings''.
  47141. \\ (escape):
  47142.           See ``Strings''.
  47143. \b (backspace):
  47144.           See ``Strings''.
  47145. \n (newline):
  47146.           See ``Strings''.
  47147. \r (carriage return):
  47148.           See ``Strings''.
  47149. \t (tab):
  47150.           See ``Strings''.
  47151. \z (Control-Z) ASCII(26):
  47152.           See ``Strings''.
  47153. _ (wild card character):
  47154.           See ``Strings''.
  47155. `:
  47156.           See ``Database, Table, Index, Column, and Alias Names''.
  47157. ABS():
  47158.           See ``Mathematical Functions''.
  47159. ACOS():
  47160.           See ``Mathematical Functions''.
  47161. ADDDATE():
  47162.           See ``Date and Time Functions''.
  47163. addition (+):
  47164.           See ``Arithmetic Operations''.
  47165. alias:
  47166.           See ``Problems with `alias'''.
  47167. ALTER COLUMN:
  47168.           See ```ALTER TABLE' Syntax''.
  47169. ALTER TABLE <1>:
  47170.           See ``Problems with `ALTER TABLE'.''.
  47171. ALTER TABLE:
  47172.           See ```ALTER TABLE' Syntax''.
  47173. ANALYZE TABLE:
  47174.           See ```ANALYZE TABLE' Syntax''.
  47175. AND, bitwise:
  47176.           See ``Bit Functions''.
  47177. AND, logical:
  47178.           See ``Logical Operators''.
  47179. arithmetic functions:
  47180.           See ``Bit Functions''.
  47181. ASCII():
  47182.           See ``String Functions''.
  47183. ASIN():
  47184.           See ``Mathematical Functions''.
  47185. ATAN():
  47186.           See ``Mathematical Functions''.
  47187. ATAN2():
  47188.           See ``Mathematical Functions''.
  47189. AUTO_INCREMENT, using with DBI:
  47190.           See ``The `DBI' Interface''.
  47191. AVG():
  47192.           See ``Functions for Use with `GROUP BY' Clauses''.
  47193. backspace (\b):
  47194.           See ``Strings''.
  47195. BACKUP TABLE:
  47196.           See ```BACKUP TABLE' Syntax''.
  47197. BEGIN:
  47198.           See ```BEGIN/COMMIT/ROLLBACK' Syntax''.
  47199. BENCHMARK():
  47200.           See ``Miscellaneous Functions''.
  47201. BETWEEN ... AND:
  47202.           See ``Comparison Operators''.
  47203. BIGINT:
  47204.           See ``Column Types''.
  47205. BIN():
  47206.           See ``String Functions''.
  47207. BINARY:
  47208.           See ``Case Sensitivity''.
  47209. BIT:
  47210.           See ``Column Types''.
  47211. bit functions:
  47212.           See ``Bit Functions''.
  47213. BIT_AND():
  47214.           See ``Functions for Use with `GROUP BY' Clauses''.
  47215. BIT_COUNT:
  47216.           See ``Calculating visits per day''.
  47217. BIT_COUNT():
  47218.           See ``Bit Functions''.
  47219. BIT_OR:
  47220.           See ``Calculating visits per day''.
  47221. BIT_OR():
  47222.           See ``Functions for Use with `GROUP BY' Clauses''.
  47223. BLOB <1>:
  47224.           See ``The `BLOB' and `TEXT' Types''.
  47225. BLOB:
  47226.           See ``Column Types''.
  47227. BOOL:
  47228.           See ``Column Types''.
  47229. carriage return (\r):
  47230.           See ``Strings''.
  47231. CASE:
  47232.           See ``Control Flow Functions''.
  47233. casts:
  47234.           See ``Case Sensitivity''.
  47235. CC environment variable <1>:
  47236.           See ``Environment Variables''.
  47237. CC environment variable <2>:
  47238.           See ``Problems Compiling?''.
  47239. CC environment variable:
  47240.           See ``Typical `configure' Options''.
  47241. CCX environment variable:
  47242.           See ``Environment Variables''.
  47243. CEILING():
  47244.           See ``Mathematical Functions''.
  47245. CFLAGS environment variable <1>:
  47246.           See ``Environment Variables''.
  47247. CFLAGS environment variable:
  47248.           See ``Problems Compiling?''.
  47249. CHAR <1>:
  47250.           See ``String Types''.
  47251. CHAR:
  47252.           See ``Column Types''.
  47253. CHAR VARYING:
  47254.           See ``Column Types''.
  47255. CHAR():
  47256.           See ``String Functions''.
  47257. CHAR_LENGTH():
  47258.           See ``String Functions''.
  47259. CHARACTER:
  47260.           See ``Column Types''.
  47261. CHARACTER VARYING:
  47262.           See ``Column Types''.
  47263. CHARACTER_LENGTH():
  47264.           See ``String Functions''.
  47265. CHECK TABLE:
  47266.           See ```CHECK TABLE' Syntax''.
  47267. ChopBlanks DBI method:
  47268.           See ``The `DBI' Interface''.
  47269. COALESCE():
  47270.           See ``Comparison Operators''.
  47271. command-line options:
  47272.           See ``mysqld Command-line Options''.
  47273. Comment syntax:
  47274.           See ``Comment Syntax''.
  47275. COMMIT <1>:
  47276.           See ```BEGIN/COMMIT/ROLLBACK' Syntax''.
  47277. COMMIT:
  47278.           See ``How to Cope Without `COMMIT'/`ROLLBACK'''.
  47279. comparison operators:
  47280.           See ``Comparison Operators''.
  47281. CONCAT():
  47282.           See ``String Functions''.
  47283. CONCAT_WS():
  47284.           See ``String Functions''.
  47285. configure option, --with-charset:
  47286.           See ``Typical `configure' Options''.
  47287. configure option, --with-extra-charset:
  47288.           See ``Typical `configure' Options''.
  47289. connect() DBI method:
  47290.           See ``The `DBI' Interface''.
  47291. CONNECTION_ID():
  47292.           See ``Miscellaneous Functions''.
  47293. control flow functions:
  47294.           See ``Control Flow Functions''.
  47295. CONV():
  47296.           See ``String Functions''.
  47297. COS():
  47298.           See ``Mathematical Functions''.
  47299. COT():
  47300.           See ``Mathematical Functions''.
  47301. COUNT():
  47302.           See ``Functions for Use with `GROUP BY' Clauses''.
  47303. COUNT(DISTINCT):
  47304.           See ``Functions for Use with `GROUP BY' Clauses''.
  47305. CREATE DATABASE:
  47306.           See ```CREATE DATABASE' Syntax''.
  47307. CREATE FUNCTION:
  47308.           See ```CREATE FUNCTION/DROP FUNCTION' Syntax''.
  47309. CREATE INDEX:
  47310.           See ```CREATE INDEX' Syntax''.
  47311. CREATE TABLE:
  47312.           See ```CREATE TABLE' Syntax''.
  47313. CROSS JOIN:
  47314.           See ```JOIN' Syntax''.
  47315. CURDATE():
  47316.           See ``Date and Time Functions''.
  47317. CURRENT_DATE:
  47318.           See ``Date and Time Functions''.
  47319. CURRENT_TIME:
  47320.           See ``Date and Time Functions''.
  47321. CURRENT_TIMESTAMP:
  47322.           See ``Date and Time Functions''.
  47323. CURTIME():
  47324.           See ``Date and Time Functions''.
  47325. CXX environment variable <1>:
  47326.           See ``Problems Compiling?''.
  47327. CXX environment variable:
  47328.           See ``Typical `configure' Options''.
  47329. CXXFLAGS environment variable <1>:
  47330.           See ``Environment Variables''.
  47331. CXXFLAGS environment variable <2>:
  47332.           See ``Problems Compiling?''.
  47333. CXXFLAGS environment variable:
  47334.           See ``Typical `configure' Options''.
  47335. data_sources() DBI method:
  47336.           See ``The `DBI' Interface''.
  47337. DATABASE():
  47338.           See ``Miscellaneous Functions''.
  47339. DATE <1>:
  47340.           See ``Problems Using `DATE' Columns''.
  47341. DATE <2>:
  47342.           See ``The `DATETIME', `DATE', and `TIMESTAMP' Types''.
  47343. DATE:
  47344.           See ``Column Types''.
  47345. date and time functions:
  47346.           See ``Date and Time Functions''.
  47347. DATE_ADD():
  47348.           See ``Date and Time Functions''.
  47349. DATE_FORMAT():
  47350.           See ``Date and Time Functions''.
  47351. DATE_SUB():
  47352.           See ``Date and Time Functions''.
  47353. DATETIME <1>:
  47354.           See ``The `DATETIME', `DATE', and `TIMESTAMP' Types''.
  47355. DATETIME:
  47356.           See ``Column Types''.
  47357. DAYNAME():
  47358.           See ``Date and Time Functions''.
  47359. DAYOFMONTH():
  47360.           See ``Date and Time Functions''.
  47361. DAYOFWEEK():
  47362.           See ``Date and Time Functions''.
  47363. DAYOFYEAR():
  47364.           See ``Date and Time Functions''.
  47365. DBI->connect():
  47366.           See ``The `DBI' Interface''.
  47367. DBI->data_sources():
  47368.           See ``The `DBI' Interface''.
  47369. DBI->disconnect:
  47370.           See ``The `DBI' Interface''.
  47371. DBI->do():
  47372.           See ``The `DBI' Interface''.
  47373. DBI->execute:
  47374.           See ``The `DBI' Interface''.
  47375. DBI->fetchall_arrayref:
  47376.           See ``The `DBI' Interface''.
  47377. DBI->fetchrow_array:
  47378.           See ``The `DBI' Interface''.
  47379. DBI->fetchrow_arrayref:
  47380.           See ``The `DBI' Interface''.
  47381. DBI->fetchrow_hashref:
  47382.           See ``The `DBI' Interface''.
  47383. DBI->finish:
  47384.           See ``The `DBI' Interface''.
  47385. DBI->prepare():
  47386.           See ``The `DBI' Interface''.
  47387. DBI->quote:
  47388.           See ``Strings''.
  47389. DBI->quote():
  47390.           See ``The `DBI' Interface''.
  47391. DBI->rows:
  47392.           See ``The `DBI' Interface''.
  47393. DBI->trace <1>:
  47394.           See ``Debugging mysqld under gdb''.
  47395. DBI->trace:
  47396.           See ``The `DBI' Interface''.
  47397. DBI->{ChopBlanks}:
  47398.           See ``The `DBI' Interface''.
  47399. DBI->{insertid}:
  47400.           See ``The `DBI' Interface''.
  47401. DBI->{is_blob}:
  47402.           See ``The `DBI' Interface''.
  47403. DBI->{is_key}:
  47404.           See ``The `DBI' Interface''.
  47405. DBI->{is_not_null}:
  47406.           See ``The `DBI' Interface''.
  47407. DBI->{is_num}:
  47408.           See ``The `DBI' Interface''.
  47409. DBI->{is_pri_key}:
  47410.           See ``The `DBI' Interface''.
  47411. DBI->{length}:
  47412.           See ``The `DBI' Interface''.
  47413. DBI->{max_length}:
  47414.           See ``The `DBI' Interface''.
  47415. DBI->{NAME}:
  47416.           See ``The `DBI' Interface''.
  47417. DBI->{NULLABLE}:
  47418.           See ``The `DBI' Interface''.
  47419. DBI->{NUM_OF_FIELDS}:
  47420.           See ``The `DBI' Interface''.
  47421. DBI->{table}:
  47422.           See ``The `DBI' Interface''.
  47423. DBI->{type}:
  47424.           See ``The `DBI' Interface''.
  47425. DBI_TRACE environment variable <1>:
  47426.           See ``Environment Variables''.
  47427. DBI_TRACE environment variable <2>:
  47428.           See ``Debugging mysqld under gdb''.
  47429. DBI_TRACE environment variable:
  47430.           See ``The `DBI' Interface''.
  47431. DBI_USER environment variable:
  47432.           See ``Environment Variables''.
  47433. DECIMAL:
  47434.           See ``Column Types''.
  47435. DECODE():
  47436.           See ``Miscellaneous Functions''.
  47437. DEGREES():
  47438.           See ``Mathematical Functions''.
  47439. DELAYED:
  47440.           See ```INSERT DELAYED' syntax''.
  47441. DELETE:
  47442.           See ```DELETE' Syntax''.
  47443. DESC:
  47444.           See ```DESCRIBE' Syntax (Get Information About Columns)''.
  47445. DESCRIBE <1>:
  47446.           See ```DESCRIBE' Syntax (Get Information About Columns)''.
  47447. DESCRIBE:
  47448.           See ``Getting Information About Databases and Tables''.
  47449. disconnect DBI method:
  47450.           See ``The `DBI' Interface''.
  47451. DISTINCT <1>:
  47452.           See ``Functions for Use with `GROUP BY' Clauses''.
  47453. DISTINCT <2>:
  47454.           See ``How MySQL Optimizes `DISTINCT'''.
  47455. DISTINCT:
  47456.           See ``Selecting Particular Columns''.
  47457. division (/):
  47458.           See ``Arithmetic Operations''.
  47459. DO:
  47460.           See ```DO' Syntax''.
  47461. do() DBI method:
  47462.           See ``The `DBI' Interface''.
  47463. DOUBLE:
  47464.           See ``Column Types''.
  47465. DOUBLE PRECISION:
  47466.           See ``Column Types''.
  47467. double quote (\"):
  47468.           See ``Strings''.
  47469. DROP DATABASE:
  47470.           See ```DROP DATABASE' Syntax''.
  47471. DROP FUNCTION:
  47472.           See ```CREATE FUNCTION/DROP FUNCTION' Syntax''.
  47473. DROP INDEX <1>:
  47474.           See ```DROP INDEX' Syntax''.
  47475. DROP INDEX:
  47476.           See ```ALTER TABLE' Syntax''.
  47477. DROP PRIMARY KEY:
  47478.           See ```ALTER TABLE' Syntax''.
  47479. DROP TABLE:
  47480.           See ```DROP TABLE' Syntax''.
  47481. DUMPFILE:
  47482.           See ```SELECT' Syntax''.
  47483. ELT():
  47484.           See ``String Functions''.
  47485. ENCODE():
  47486.           See ``Miscellaneous Functions''.
  47487. ENCRYPT():
  47488.           See ``Miscellaneous Functions''.
  47489. ENUM <1>:
  47490.           See ``The `ENUM' Type''.
  47491. ENUM:
  47492.           See ``Column Types''.
  47493. Environment variable, CC:
  47494.           See ``Environment Variables''.
  47495. environment variable, CC <1>:
  47496.           See ``Problems Compiling?''.
  47497. environment variable, CC:
  47498.           See ``Typical `configure' Options''.
  47499. Environment variable, CCX:
  47500.           See ``Environment Variables''.
  47501. Environment variable, CFLAGS:
  47502.           See ``Environment Variables''.
  47503. environment variable, CFLAGS:
  47504.           See ``Problems Compiling?''.
  47505. environment variable, CXX:
  47506.           See ``Problems Compiling?''.
  47507. Environment variable, CXX:
  47508.           See ``Problems Compiling?''.
  47509. environment variable, CXX:
  47510.           See ``Typical `configure' Options''.
  47511. Environment variable, CXXFLAGS:
  47512.           See ``Environment Variables''.
  47513. environment variable, CXXFLAGS <1>:
  47514.           See ``Problems Compiling?''.
  47515. environment variable, CXXFLAGS:
  47516.           See ``Typical `configure' Options''.
  47517. Environment variable, DBI_TRACE <1>:
  47518.           See ``Environment Variables''.
  47519. Environment variable, DBI_TRACE:
  47520.           See ``Debugging mysqld under gdb''.
  47521. environment variable, DBI_TRACE:
  47522.           See ``The `DBI' Interface''.
  47523. Environment variable, DBI_USER:
  47524.           See ``Environment Variables''.
  47525. Environment variable, HOME:
  47526.           See ``Environment Variables''.
  47527. environment variable, HOME <1>:
  47528.           See ``Overview of the Client-Side Scripts and Utilities''.
  47529. environment variable, HOME:
  47530.           See ``Overview of the Server-Side Scripts and Utilities''.
  47531. Environment variable, LD_RUN_PATH <1>:
  47532.           See ``Problems Using the Perl `DBI'/`DBD' Interface''.
  47533. Environment variable, LD_RUN_PATH <2>:
  47534.           See ``Environment Variables''.
  47535. Environment variable, LD_RUN_PATH:
  47536.           See ``Solaris Notes''.
  47537. environment variable, LD_RUN_PATH:
  47538.           See ``Linux Notes (All Linux Versions)''.
  47539. Environment variable, MYSQL_DEBUG <1>:
  47540.           See ``Environment Variables''.
  47541. Environment variable, MYSQL_DEBUG:
  47542.           See ``Debugging a MySQL client''.
  47543. environment variable, MYSQL_DEBUG <1>:
  47544.           See ``Overview of the Client-Side Scripts and Utilities''.
  47545. environment variable, MYSQL_DEBUG:
  47546.           See ``Overview of the Server-Side Scripts and Utilities''.
  47547. Environment variable, MYSQL_HISTFILE:
  47548.           See ``Environment Variables''.
  47549. environment variable, MYSQL_HISTFILE <1>:
  47550.           See ``Overview of the Client-Side Scripts and Utilities''.
  47551. environment variable, MYSQL_HISTFILE:
  47552.           See ``Overview of the Server-Side Scripts and Utilities''.
  47553. Environment variable, MYSQL_HOST:
  47554.           See ``Environment Variables''.
  47555. environment variable, MYSQL_HOST:
  47556.           See ``Connecting to the MySQL Server''.
  47557. Environment variable, MYSQL_PWD:
  47558.           See ``Environment Variables''.
  47559. environment variable, MYSQL_PWD <1>:
  47560.           See ``Overview of the Client-Side Scripts and Utilities''.
  47561. environment variable, MYSQL_PWD <2>:
  47562.           See ``Overview of the Server-Side Scripts and Utilities''.
  47563. environment variable, MYSQL_PWD:
  47564.           See ``Connecting to the MySQL Server''.
  47565. Environment variable, MYSQL_TCP_PORT:
  47566.           See ``Environment Variables''.
  47567. environment variable, MYSQL_TCP_PORT <1>:
  47568.           See ``Overview of the Client-Side Scripts and Utilities''.
  47569. environment variable, MYSQL_TCP_PORT <2>:
  47570.           See ``Overview of the Server-Side Scripts and Utilities''.
  47571. environment variable, MYSQL_TCP_PORT <3>:
  47572.           See ``Running Multiple MySQL Servers on the Same Machine''.
  47573. environment variable, MYSQL_TCP_PORT:
  47574.           See ``Installing Many Servers on the Same Machine''.
  47575. Environment variable, MYSQL_UNIX_PORT:
  47576.           See ``Environment Variables''.
  47577. environment variable, MYSQL_UNIX_PORT <1>:
  47578.           See ``Overview of the Client-Side Scripts and Utilities''.
  47579. environment variable, MYSQL_UNIX_PORT <2>:
  47580.           See ``Overview of the Server-Side Scripts and Utilities''.
  47581. environment variable, MYSQL_UNIX_PORT <3>:
  47582.           See ``Running Multiple MySQL Servers on the Same Machine''.
  47583. environment variable, MYSQL_UNIX_PORT:
  47584.           See ``Installing Many Servers on the Same Machine''.
  47585. Environment variable, MYSQL_UNIX_PORT:
  47586.           See ``Problems Running `mysql_install_db'''.
  47587. environment variable, PATH:
  47588.           See ``Installing a MySQL Binary Distribution''.
  47589. Environment variable, PATH:
  47590.           See ``Environment Variables''.
  47591. Environment variable, TMPDIR <1>:
  47592.           See ``Environment Variables''.
  47593. Environment variable, TMPDIR:
  47594.           See ``Problems Running `mysql_install_db'''.
  47595. Environment variable, TZ <1>:
  47596.           See ``Environment Variables''.
  47597. Environment variable, TZ:
  47598.           See ``Time Zone Problems''.
  47599. Environment variable, UMASK <1>:
  47600.           See ``Environment Variables''.
  47601. Environment variable, UMASK:
  47602.           See ``Problems with File Permissions''.
  47603. Environment variable, UMASK_DIR <1>:
  47604.           See ``Environment Variables''.
  47605. Environment variable, UMASK_DIR:
  47606.           See ``Problems with File Permissions''.
  47607. Environment variable, USER:
  47608.           See ``Environment Variables''.
  47609. environment variable, USER:
  47610.           See ``Connecting to the MySQL Server''.
  47611. Environment variables, CXX:
  47612.           See ``Problems Compiling?''.
  47613. equal (=):
  47614.           See ``Comparison Operators''.
  47615. escape (\\):
  47616.           See ``Strings''.
  47617. execute DBI method:
  47618.           See ``The `DBI' Interface''.
  47619. EXP():
  47620.           See ``Mathematical Functions''.
  47621. EXPLAIN:
  47622.           See ```EXPLAIN' Syntax (Get Information About a `SELECT')''.
  47623. EXPORT_SET():
  47624.           See ``String Functions''.
  47625. EXTRACT():
  47626.           See ``Date and Time Functions''.
  47627. fetchall_arrayref DBI method:
  47628.           See ``The `DBI' Interface''.
  47629. fetchrow_array DBI method:
  47630.           See ``The `DBI' Interface''.
  47631. fetchrow_arrayref DBI method:
  47632.           See ``The `DBI' Interface''.
  47633. fetchrow_hashref DBI method:
  47634.           See ``The `DBI' Interface''.
  47635. FIELD():
  47636.           See ``String Functions''.
  47637. FILE:
  47638.           See ``String Functions''.
  47639. FIND_IN_SET():
  47640.           See ``String Functions''.
  47641. finish DBI method:
  47642.           See ``The `DBI' Interface''.
  47643. FLOAT:
  47644.           See ``Column Types''.
  47645. FLOAT(M,D):
  47646.           See ``Column Types''.
  47647. FLOAT(precision):
  47648.           See ``Column Types''.
  47649. FLOOR():
  47650.           See ``Mathematical Functions''.
  47651. FLUSH:
  47652.           See ```FLUSH' Syntax''.
  47653. FORMAT():
  47654.           See ``Miscellaneous Functions''.
  47655. FROM_DAYS():
  47656.           See ``Date and Time Functions''.
  47657. FROM_UNIXTIME():
  47658.           See ``Date and Time Functions''.
  47659. functions, arithmetic:
  47660.           See ``Bit Functions''.
  47661. functions, bit:
  47662.           See ``Bit Functions''.
  47663. functions, control flow:
  47664.           See ``Control Flow Functions''.
  47665. functions, date and time:
  47666.           See ``Date and Time Functions''.
  47667. functions, GROUP BY:
  47668.           See ``Functions for Use with `GROUP BY' Clauses''.
  47669. Functions, logical:
  47670.           See ``Logical Operators''.
  47671. functions, mathematical:
  47672.           See ``Mathematical Functions''.
  47673. functions, miscellaneous:
  47674.           See ``Miscellaneous Functions''.
  47675. functions, string:
  47676.           See ``String Functions''.
  47677. functions, string comparison:
  47678.           See ``String Comparison Functions''.
  47679. Functions, user-defined:
  47680.           See ```CREATE FUNCTION/DROP FUNCTION' Syntax''.
  47681. GET_LOCK():
  47682.           See ``Miscellaneous Functions''.
  47683. GRANT:
  47684.           See ```GRANT' and `REVOKE' Syntax''.
  47685. GRANT statement:
  47686.           See ``Adding New Users to MySQL''.
  47687. greater than (>):
  47688.           See ``Comparison Operators''.
  47689. greater than or equal (>=):
  47690.           See ``Comparison Operators''.
  47691. GREATEST():
  47692.           See ``Mathematical Functions''.
  47693. GROUP BY functions:
  47694.           See ``Functions for Use with `GROUP BY' Clauses''.
  47695. HEX():
  47696.           See ``String Functions''.
  47697. hexadecimal values:
  47698.           See ``Hexadecimal Values''.
  47699. HOME environment variable <1>:
  47700.           See ``Environment Variables''.
  47701. HOME environment variable <2>:
  47702.           See ``Overview of the Client-Side Scripts and Utilities''.
  47703. HOME environment variable:
  47704.           See ``Overview of the Server-Side Scripts and Utilities''.
  47705. host.frm, problems finding:
  47706.           See ``Post-installation Setup and Testing''.
  47707. HOUR():
  47708.           See ``Date and Time Functions''.
  47709. identifiers, quoting:
  47710.           See ``Database, Table, Index, Column, and Alias Names''.
  47711. IF():
  47712.           See ``Control Flow Functions''.
  47713. IFNULL():
  47714.           See ``Control Flow Functions''.
  47715. IN:
  47716.           See ``Comparison Operators''.
  47717. INET_ATON():
  47718.           See ``Miscellaneous Functions''.
  47719. INET_NTOA():
  47720.           See ``Miscellaneous Functions''.
  47721. INNER JOIN:
  47722.           See ```JOIN' Syntax''.
  47723. INSERT <1>:
  47724.           See ```INSERT' Syntax''.
  47725. INSERT:
  47726.           See ``Speed of `INSERT' Queries''.
  47727. INSERT ... SELECT:
  47728.           See ```INSERT' Syntax''.
  47729. INSERT DELAYED:
  47730.           See ```INSERT DELAYED' syntax''.
  47731. INSERT statement, grant privileges:
  47732.           See ``Adding New Users to MySQL''.
  47733. INSERT():
  47734.           See ``String Functions''.
  47735. insertid DBI method:
  47736.           See ``The `DBI' Interface''.
  47737. INSTR():
  47738.           See ``String Functions''.
  47739. INT:
  47740.           See ``Column Types''.
  47741. INTEGER:
  47742.           See ``Column Types''.
  47743. INTERVAL():
  47744.           See ``Comparison Operators''.
  47745. IS NOT NULL:
  47746.           See ``Comparison Operators''.
  47747. IS NULL:
  47748.           See ``Comparison Operators''.
  47749. IS NULL, and indexes:
  47750.           See ``How MySQL Uses Indexes''.
  47751. is_blob DBI method:
  47752.           See ``The `DBI' Interface''.
  47753. is_key DBI method:
  47754.           See ``The `DBI' Interface''.
  47755. is_not_null DBI method:
  47756.           See ``The `DBI' Interface''.
  47757. is_num DBI method:
  47758.           See ``The `DBI' Interface''.
  47759. is_pri_key DBI method:
  47760.           See ``The `DBI' Interface''.
  47761. ISNULL():
  47762.           See ``Comparison Operators''.
  47763. ISOLATION LEVEL:
  47764.           See ```SET TRANSACTION' Syntax''.
  47765. JOIN:
  47766.           See ```JOIN' Syntax''.
  47767. KILL:
  47768.           See ```KILL' Syntax''.
  47769. LAST_INSERT_ID():
  47770.           See ``How to Cope Without `COMMIT'/`ROLLBACK'''.
  47771. LAST_INSERT_ID([expr]):
  47772.           See ``Miscellaneous Functions''.
  47773. LCASE():
  47774.           See ``String Functions''.
  47775. LD_RUN_PATH environment variable <1>:
  47776.           See ``Problems Using the Perl `DBI'/`DBD' Interface''.
  47777. LD_RUN_PATH environment variable <2>:
  47778.           See ``Environment Variables''.
  47779. LD_RUN_PATH environment variable <3>:
  47780.           See ``Solaris Notes''.
  47781. LD_RUN_PATH environment variable:
  47782.           See ``Linux Notes (All Linux Versions)''.
  47783. LEAST():
  47784.           See ``Mathematical Functions''.
  47785. LEFT JOIN <1>:
  47786.           See ```JOIN' Syntax''.
  47787. LEFT JOIN:
  47788.           See ``How MySQL Optimizes `LEFT JOIN' and `RIGHT JOIN'''.
  47789. LEFT OUTER JOIN:
  47790.           See ```JOIN' Syntax''.
  47791. LEFT():
  47792.           See ``String Functions''.
  47793. length DBI method:
  47794.           See ``The `DBI' Interface''.
  47795. LENGTH():
  47796.           See ``String Functions''.
  47797. less than (<):
  47798.           See ``Comparison Operators''.
  47799. less than or equal (<=):
  47800.           See ``Comparison Operators''.
  47801. LIKE:
  47802.           See ``String Comparison Functions''.
  47803. LIKE, and indexes:
  47804.           See ``How MySQL Uses Indexes''.
  47805. LIKE, and wildcards:
  47806.           See ``How MySQL Uses Indexes''.
  47807. LIMIT:
  47808.           See ``How MySQL Optimizes `LIMIT'''.
  47809. LOAD DATA INFILE <1>:
  47810.           See ``Problems with `NULL' Values''.
  47811. LOAD DATA INFILE:
  47812.           See ```LOAD DATA INFILE' Syntax''.
  47813. LOAD_FILE():
  47814.           See ``String Functions''.
  47815. LOCATE():
  47816.           See ``String Functions''.
  47817. LOCK TABLES:
  47818.           See ```LOCK TABLES/UNLOCK TABLES' Syntax''.
  47819. LOG():
  47820.           See ``Mathematical Functions''.
  47821. LOG10():
  47822.           See ``Mathematical Functions''.
  47823. Logical functions:
  47824.           See ``Logical Operators''.
  47825. LONGBLOB:
  47826.           See ``Column Types''.
  47827. LONGTEXT:
  47828.           See ``Column Types''.
  47829. LOWER():
  47830.           See ``String Functions''.
  47831. LPAD():
  47832.           See ``String Functions''.
  47833. LTRIM():
  47834.           See ``String Functions''.
  47835. MAKE_SET():
  47836.           See ``String Functions''.
  47837. MASTER_POS_WAIT():
  47838.           See ``Miscellaneous Functions''.
  47839. MATCH ... AGAINST():
  47840.           See ``String Comparison Functions''.
  47841. mathematical functions:
  47842.           See ``Mathematical Functions''.
  47843. MAX():
  47844.           See ``Functions for Use with `GROUP BY' Clauses''.
  47845. max_length DBI method:
  47846.           See ``The `DBI' Interface''.
  47847. MD5():
  47848.           See ``Miscellaneous Functions''.
  47849. MEDIUMBLOB:
  47850.           See ``Column Types''.
  47851. MEDIUMINT:
  47852.           See ``Column Types''.
  47853. MEDIUMTEXT:
  47854.           See ``Column Types''.
  47855. MID():
  47856.           See ``String Functions''.
  47857. MIN():
  47858.           See ``Functions for Use with `GROUP BY' Clauses''.
  47859. minus, unary (-):
  47860.           See ``Mathematical Functions''.
  47861. MINUTE():
  47862.           See ``Date and Time Functions''.
  47863. miscellaneous functions:
  47864.           See ``Miscellaneous Functions''.
  47865. MOD():
  47866.           See ``Mathematical Functions''.
  47867. modulo (%):
  47868.           See ``Mathematical Functions''.
  47869. MONTH():
  47870.           See ``Date and Time Functions''.
  47871. MONTHNAME():
  47872.           See ``Date and Time Functions''.
  47873. multiplication (*):
  47874.           See ``Arithmetic Operations''.
  47875. my_init():
  47876.           See ```my_init()'''.
  47877. my_thread_end():
  47878.           See ```my_thread_end()'''.
  47879. my_thread_init():
  47880.           See ```my_thread_init()'''.
  47881. my_ulonglong C type:
  47882.           See ``C API Datatypes''.
  47883. my_ulonglong values, printing:
  47884.           See ``C API Datatypes''.
  47885. MYSQL C type:
  47886.           See ``C API Datatypes''.
  47887. mysql_affected_rows():
  47888.           See ```mysql_affected_rows()'''.
  47889. mysql_change_user():
  47890.           See ```mysql_change_user()'''.
  47891. mysql_character_set_name():
  47892.           See ```mysql_character_set_name()'''.
  47893. mysql_close():
  47894.           See ```mysql_close()'''.
  47895. mysql_connect():
  47896.           See ```mysql_connect()'''.
  47897. mysql_create_db():
  47898.           See ```mysql_create_db()'''.
  47899. mysql_data_seek():
  47900.           See ```mysql_data_seek()'''.
  47901. MYSQL_DEBUG environment variable <1>:
  47902.           See ``Environment Variables''.
  47903. MYSQL_DEBUG environment variable <2>:
  47904.           See ``Debugging a MySQL client''.
  47905. MYSQL_DEBUG environment variable <3>:
  47906.           See ``Overview of the Client-Side Scripts and Utilities''.
  47907. MYSQL_DEBUG environment variable:
  47908.           See ``Overview of the Server-Side Scripts and Utilities''.
  47909. mysql_debug():
  47910.           See ```mysql_debug()'''.
  47911. mysql_drop_db():
  47912.           See ```mysql_drop_db()'''.
  47913. mysql_dump_debug_info():
  47914.           See ```mysql_dump_debug_info()'''.
  47915. mysql_eof():
  47916.           See ```mysql_eof()'''.
  47917. mysql_errno():
  47918.           See ```mysql_errno()'''.
  47919. mysql_error():
  47920.           See ```mysql_error()'''.
  47921. mysql_escape_string() <1>:
  47922.           See ```mysql_escape_string()'''.
  47923. mysql_escape_string():
  47924.           See ``Strings''.
  47925. mysql_fetch_field():
  47926.           See ```mysql_fetch_field()'''.
  47927. mysql_fetch_field_direct():
  47928.           See ```mysql_fetch_field_direct()'''.
  47929. mysql_fetch_fields():
  47930.           See ```mysql_fetch_fields()'''.
  47931. mysql_fetch_lengths():
  47932.           See ```mysql_fetch_lengths()'''.
  47933. mysql_fetch_row():
  47934.           See ```mysql_fetch_row()'''.
  47935. MYSQL_FIELD C type:
  47936.           See ``C API Datatypes''.
  47937. mysql_field_count() <1>:
  47938.           See ```mysql_num_fields()'''.
  47939. mysql_field_count():
  47940.           See ```mysql_field_count()'''.
  47941. MYSQL_FIELD_OFFSET C type:
  47942.           See ``C API Datatypes''.
  47943. mysql_field_seek():
  47944.           See ```mysql_field_seek()'''.
  47945. mysql_field_tell():
  47946.           See ```mysql_field_tell()'''.
  47947. mysql_free_result():
  47948.           See ```mysql_free_result()'''.
  47949. mysql_get_client_info():
  47950.           See ```mysql_get_client_info()'''.
  47951. mysql_get_host_info():
  47952.           See ```mysql_get_host_info()'''.
  47953. mysql_get_proto_info():
  47954.           See ```mysql_get_proto_info()'''.
  47955. mysql_get_server_info():
  47956.           See ```mysql_get_server_info()'''.
  47957. MYSQL_HISTFILE environment variable <1>:
  47958.           See ``Environment Variables''.
  47959. MYSQL_HISTFILE environment variable <2>:
  47960.           See ``Overview of the Client-Side Scripts and Utilities''.
  47961. MYSQL_HISTFILE environment variable:
  47962.           See ``Overview of the Server-Side Scripts and Utilities''.
  47963. MYSQL_HOST environment variable <1>:
  47964.           See ``Environment Variables''.
  47965. MYSQL_HOST environment variable:
  47966.           See ``Connecting to the MySQL Server''.
  47967. mysql_info() <1>:
  47968.           See ```mysql_info()'''.
  47969. mysql_info() <2>:
  47970.           See ```ALTER TABLE' Syntax''.
  47971. mysql_info() <3>:
  47972.           See ```LOAD DATA INFILE' Syntax''.
  47973. mysql_info() <4>:
  47974.           See ```UPDATE' Syntax''.
  47975. mysql_info():
  47976.           See ```INSERT' Syntax''.
  47977. mysql_init():
  47978.           See ```mysql_init()'''.
  47979. mysql_insert_id() <1>:
  47980.           See ```mysql_insert_id()'''.
  47981. mysql_insert_id():
  47982.           See ``How to Cope Without `COMMIT'/`ROLLBACK'''.
  47983. mysql_kill():
  47984.           See ```mysql_kill()'''.
  47985. mysql_list_dbs():
  47986.           See ```mysql_list_dbs()'''.
  47987. mysql_list_fields():
  47988.           See ```mysql_list_fields()'''.
  47989. mysql_list_processes():
  47990.           See ```mysql_list_processes()'''.
  47991. mysql_list_tables():
  47992.           See ```mysql_list_tables()'''.
  47993. mysql_num_fields():
  47994.           See ```mysql_num_fields()'''.
  47995. mysql_num_rows():
  47996.           See ```mysql_num_rows()'''.
  47997. mysql_options():
  47998.           See ```mysql_options()'''.
  47999. mysql_ping():
  48000.           See ```mysql_ping()'''.
  48001. MYSQL_PWD environment variable <1>:
  48002.           See ``Environment Variables''.
  48003. MYSQL_PWD environment variable <2>:
  48004.           See ``Overview of the Client-Side Scripts and Utilities''.
  48005. MYSQL_PWD environment variable <3>:
  48006.           See ``Overview of the Server-Side Scripts and Utilities''.
  48007. MYSQL_PWD environment variable:
  48008.           See ``Connecting to the MySQL Server''.
  48009. mysql_query() <1>:
  48010.           See ``Common questions and problems when using the C API''.
  48011. mysql_query():
  48012.           See ```mysql_query()'''.
  48013. mysql_real_connect():
  48014.           See ```mysql_real_connect()'''.
  48015. mysql_real_escape_string():
  48016.           See ```mysql_real_escape_string()'''.
  48017. mysql_real_query():
  48018.           See ```mysql_real_query()'''.
  48019. mysql_reload():
  48020.           See ```mysql_reload()'''.
  48021. MYSQL_RES C type:
  48022.           See ``C API Datatypes''.
  48023. MYSQL_ROW C type:
  48024.           See ``C API Datatypes''.
  48025. mysql_row_seek():
  48026.           See ```mysql_row_seek()'''.
  48027. mysql_row_tell():
  48028.           See ```mysql_row_tell()'''.
  48029. mysql_select_db():
  48030.           See ```mysql_select_db()'''.
  48031. mysql_shutdown():
  48032.           See ```mysql_shutdown()'''.
  48033. mysql_stat():
  48034.           See ```mysql_stat()'''.
  48035. mysql_store_result() <1>:
  48036.           See ``Common questions and problems when using the C API''.
  48037. mysql_store_result():
  48038.           See ```mysql_store_result()'''.
  48039. MYSQL_TCP_PORT environment variable <1>:
  48040.           See ``Environment Variables''.
  48041. MYSQL_TCP_PORT environment variable <2>:
  48042.           See ``Overview of the Client-Side Scripts and Utilities''.
  48043. MYSQL_TCP_PORT environment variable <3>:
  48044.           See ``Overview of the Server-Side Scripts and Utilities''.
  48045. MYSQL_TCP_PORT environment variable <4>:
  48046.           See ``Running Multiple MySQL Servers on the Same Machine''.
  48047. MYSQL_TCP_PORT environment variable:
  48048.           See ``Installing Many Servers on the Same Machine''.
  48049. mysql_thread_id():
  48050.           See ```mysql_thread_id()'''.
  48051. MYSQL_UNIX_PORT environment variable <1>:
  48052.           See ``Environment Variables''.
  48053. MYSQL_UNIX_PORT environment variable <2>:
  48054.           See ``Overview of the Client-Side Scripts and Utilities''.
  48055. MYSQL_UNIX_PORT environment variable <3>:
  48056.           See ``Overview of the Server-Side Scripts and Utilities''.
  48057. MYSQL_UNIX_PORT environment variable <4>:
  48058.           See ``Running Multiple MySQL Servers on the Same Machine''.
  48059. MYSQL_UNIX_PORT environment variable <5>:
  48060.           See ``Installing Many Servers on the Same Machine''.
  48061. MYSQL_UNIX_PORT environment variable:
  48062.           See ``Problems Running `mysql_install_db'''.
  48063. mysql_use_result():
  48064.           See ```mysql_use_result()'''.
  48065. NAME DBI method:
  48066.           See ``The `DBI' Interface''.
  48067. NATIONAL CHAR:
  48068.           See ``Column Types''.
  48069. NATURAL LEFT JOIN:
  48070.           See ```JOIN' Syntax''.
  48071. NATURAL LEFT OUTER JOIN:
  48072.           See ```JOIN' Syntax''.
  48073. NATURAL RIGHT JOIN:
  48074.           See ```JOIN' Syntax''.
  48075. NATURAL RIGHT OUTER JOIN:
  48076.           See ```JOIN' Syntax''.
  48077. NCHAR:
  48078.           See ``Column Types''.
  48079. newline (\n):
  48080.           See ``Strings''.
  48081. not equal (!=):
  48082.           See ``Comparison Operators''.
  48083. not equal (<>):
  48084.           See ``Comparison Operators''.
  48085. NOT IN:
  48086.           See ``Comparison Operators''.
  48087. NOT LIKE:
  48088.           See ``String Comparison Functions''.
  48089. NOT REGEXP:
  48090.           See ``String Comparison Functions''.
  48091. NOT, logical:
  48092.           See ``Logical Operators''.
  48093. NOW():
  48094.           See ``Date and Time Functions''.
  48095. NUL:
  48096.           See ``Strings''.
  48097. NULL <1>:
  48098.           See ``Problems with `NULL' Values''.
  48099. NULL:
  48100.           See ``Working with `NULL' Values''.
  48101. NULL value:
  48102.           See ```NULL' Values''.
  48103. NULLABLE DBI method:
  48104.           See ``The `DBI' Interface''.
  48105. NULLIF():
  48106.           See ``Control Flow Functions''.
  48107. NUM_OF_FIELDS DBI method:
  48108.           See ``The `DBI' Interface''.
  48109. NUMERIC:
  48110.           See ``Column Types''.
  48111. OCT():
  48112.           See ``String Functions''.
  48113. OCTET_LENGTH():
  48114.           See ``String Functions''.
  48115. OPTIMIZE TABLE:
  48116.           See ```OPTIMIZE TABLE' Syntax''.
  48117. OR, bitwise:
  48118.           See ``Bit Functions''.
  48119. OR, logical:
  48120.           See ``Logical Operators''.
  48121. ORD():
  48122.           See ``String Functions''.
  48123. ORDER BY:
  48124.           See ```ALTER TABLE' Syntax''.
  48125. parentheses ( and ):
  48126.           See ``Parenthesis''.
  48127. PASSWORD() <1>:
  48128.           See ```Ignoring user' Error''.
  48129. PASSWORD() <2>:
  48130.           See ``Miscellaneous Functions''.
  48131. PASSWORD() <3>:
  48132.           See ``Setting Up Passwords''.
  48133. PASSWORD():
  48134.           See ``Access Control, Stage 1: Connection Verification''.
  48135. PATH environment variable <1>:
  48136.           See ``Installing a MySQL Binary Distribution''.
  48137. PATH environment variable:
  48138.           See ``Environment Variables''.
  48139. PERIOD_ADD():
  48140.           See ``Date and Time Functions''.
  48141. PERIOD_DIFF():
  48142.           See ``Date and Time Functions''.
  48143. PI():
  48144.           See ``Mathematical Functions''.
  48145. POSITION():
  48146.           See ``String Functions''.
  48147. POW():
  48148.           See ``Mathematical Functions''.
  48149. POWER():
  48150.           See ``Mathematical Functions''.
  48151. prepare() DBI method:
  48152.           See ``The `DBI' Interface''.
  48153. PRIMARY KEY <1>:
  48154.           See ```ALTER TABLE' Syntax''.
  48155. PRIMARY KEY:
  48156.           See ```CREATE TABLE' Syntax''.
  48157. PROCESSLIST:
  48158.           See ```SHOW PROCESSLIST'''.
  48159. QUARTER():
  48160.           See ``Date and Time Functions''.
  48161. quote() DBI method:
  48162.           See ``The `DBI' Interface''.
  48163. quoting of identifiers:
  48164.           See ``Database, Table, Index, Column, and Alias Names''.
  48165. RADIANS():
  48166.           See ``Mathematical Functions''.
  48167. RAND():
  48168.           See ``Mathematical Functions''.
  48169. REAL:
  48170.           See ``Column Types''.
  48171. REGEXP:
  48172.           See ``String Comparison Functions''.
  48173. RELEASE_LOCK():
  48174.           See ``Miscellaneous Functions''.
  48175. RENAME TABLE:
  48176.           See ```RENAME TABLE' Syntax''.
  48177. REPAIR TABLE:
  48178.           See ```REPAIR TABLE' Syntax''.
  48179. REPEAT():
  48180.           See ``String Functions''.
  48181. REPLACE:
  48182.           See ```REPLACE' Syntax''.
  48183. REPLACE ... SELECT:
  48184.           See ```INSERT' Syntax''.
  48185. REPLACE():
  48186.           See ``String Functions''.
  48187. RESTORE TABLE:
  48188.           See ```RESTORE TABLE' Syntax''.
  48189. return (\r):
  48190.           See ``Strings''.
  48191. REVERSE():
  48192.           See ``String Functions''.
  48193. REVOKE:
  48194.           See ```GRANT' and `REVOKE' Syntax''.
  48195. RIGHT JOIN:
  48196.           See ```JOIN' Syntax''.
  48197. RIGHT OUTER JOIN:
  48198.           See ```JOIN' Syntax''.
  48199. RIGHT():
  48200.           See ``String Functions''.
  48201. RLIKE:
  48202.           See ``String Comparison Functions''.
  48203. ROLLBACK <1>:
  48204.           See ```BEGIN/COMMIT/ROLLBACK' Syntax''.
  48205. ROLLBACK:
  48206.           See ``How to Cope Without `COMMIT'/`ROLLBACK'''.
  48207. ROUND():
  48208.           See ``Mathematical Functions''.
  48209. rows DBI method:
  48210.           See ``The `DBI' Interface''.
  48211. RPAD():
  48212.           See ``String Functions''.
  48213. RTRIM():
  48214.           See ``String Functions''.
  48215. SEC_TO_TIME():
  48216.           See ``Date and Time Functions''.
  48217. SECOND():
  48218.           See ``Date and Time Functions''.
  48219. SELECT:
  48220.           See ```SELECT' Syntax''.
  48221. SELECT INTO TABLE:
  48222.           See ```SELECT INTO TABLE'''.
  48223. SELECT speed:
  48224.           See ``Speed of `SELECT' Queries''.
  48225. SELECT, optimizing:
  48226.           See ```EXPLAIN' Syntax (Get Information About a `SELECT')''.
  48227. SESSION_USER():
  48228.           See ``Miscellaneous Functions''.
  48229. SET <1>:
  48230.           See ``The `SET' Type''.
  48231. SET:
  48232.           See ``Column Types''.
  48233. SET OPTION:
  48234.           See ```SET' Syntax''.
  48235. SET PASSWORD statement:
  48236.           See ``Setting Up Passwords''.
  48237. SHOW COLUMNS:
  48238.           See ```SHOW' Syntax''.
  48239. SHOW CREATE TABLE:
  48240.           See ```SHOW' Syntax''.
  48241. SHOW DATABASE INFO:
  48242.           See ```SHOW' Syntax''.
  48243. SHOW DATABASES:
  48244.           See ```SHOW' Syntax''.
  48245. SHOW FIELDS:
  48246.           See ```SHOW' Syntax''.
  48247. SHOW GRANTS:
  48248.           See ```SHOW' Syntax''.
  48249. SHOW INDEX:
  48250.           See ```SHOW' Syntax''.
  48251. SHOW KEYS:
  48252.           See ```SHOW' Syntax''.
  48253. SHOW MASTER LOGS:
  48254.           See ```SHOW' Syntax''.
  48255. SHOW MASTER STATUS:
  48256.           See ```SHOW' Syntax''.
  48257. SHOW PROCESSLIST:
  48258.           See ```SHOW' Syntax''.
  48259. SHOW SLAVE STATUS:
  48260.           See ```SHOW' Syntax''.
  48261. SHOW STATUS:
  48262.           See ```SHOW' Syntax''.
  48263. SHOW TABLE STATUS:
  48264.           See ```SHOW' Syntax''.
  48265. SHOW TABLES:
  48266.           See ```SHOW' Syntax''.
  48267. SHOW VARIABLES:
  48268.           See ```SHOW' Syntax''.
  48269. SIGN():
  48270.           See ``Mathematical Functions''.
  48271. SIN():
  48272.           See ``Mathematical Functions''.
  48273. single quote (\'):
  48274.           See ``Strings''.
  48275. SMALLINT:
  48276.           See ``Column Types''.
  48277. SOUNDEX():
  48278.           See ``String Functions''.
  48279. SPACE():
  48280.           See ``String Functions''.
  48281. SQRT():
  48282.           See ``Mathematical Functions''.
  48283. statements, GRANT:
  48284.           See ``Adding New Users to MySQL''.
  48285. statements, INSERT:
  48286.           See ``Adding New Users to MySQL''.
  48287. STD():
  48288.           See ``Functions for Use with `GROUP BY' Clauses''.
  48289. STDDEV():
  48290.           See ``Functions for Use with `GROUP BY' Clauses''.
  48291. STRAIGHT_JOIN:
  48292.           See ```JOIN' Syntax''.
  48293. STRCMP():
  48294.           See ``String Comparison Functions''.
  48295. string comparison functions:
  48296.           See ``String Comparison Functions''.
  48297. string functions:
  48298.           See ``String Functions''.
  48299. SUBDATE():
  48300.           See ``Date and Time Functions''.
  48301. SUBSTRING():
  48302.           See ``String Functions''.
  48303. SUBSTRING_INDEX():
  48304.           See ``String Functions''.
  48305. subtraction (-):
  48306.           See ``Arithmetic Operations''.
  48307. SUM():
  48308.           See ``Functions for Use with `GROUP BY' Clauses''.
  48309. SYSDATE():
  48310.           See ``Date and Time Functions''.
  48311. SYSTEM_USER():
  48312.           See ``Miscellaneous Functions''.
  48313. tab (\t):
  48314.           See ``Strings''.
  48315. table DBI method:
  48316.           See ``The `DBI' Interface''.
  48317. table_cache:
  48318.           See ``How MySQL Opens and Closes Tables''.
  48319. TAN():
  48320.           See ``Mathematical Functions''.
  48321. TEXT <1>:
  48322.           See ``The `BLOB' and `TEXT' Types''.
  48323. TEXT:
  48324.           See ``Column Types''.
  48325. threads:
  48326.           See ```SHOW PROCESSLIST'''.
  48327. TIME <1>:
  48328.           See ``The `TIME' Type''.
  48329. TIME:
  48330.           See ``Column Types''.
  48331. TIME_FORMAT():
  48332.           See ``Date and Time Functions''.
  48333. TIME_TO_SEC():
  48334.           See ``Date and Time Functions''.
  48335. TIMESTAMP <1>:
  48336.           See ``The `DATETIME', `DATE', and `TIMESTAMP' Types''.
  48337. TIMESTAMP:
  48338.           See ``Column Types''.
  48339. TINYBLOB:
  48340.           See ``Column Types''.
  48341. TINYINT:
  48342.           See ``Column Types''.
  48343. TINYTEXT:
  48344.           See ``Column Types''.
  48345. TMPDIR environment variable <1>:
  48346.           See ``Environment Variables''.
  48347. TMPDIR environment variable:
  48348.           See ``Problems Running `mysql_install_db'''.
  48349. TO_DAYS():
  48350.           See ``Date and Time Functions''.
  48351. trace DBI method <1>:
  48352.           See ``Debugging mysqld under gdb''.
  48353. trace DBI method:
  48354.           See ``The `DBI' Interface''.
  48355. TRIM():
  48356.           See ``String Functions''.
  48357. TRUNCATE:
  48358.           See ```TRUNCATE' Syntax''.
  48359. TRUNCATE():
  48360.           See ``Mathematical Functions''.
  48361. type DBI method:
  48362.           See ``The `DBI' Interface''.
  48363. Types:
  48364.           See ``Column Types''.
  48365. TZ environment variable <1>:
  48366.           See ``Environment Variables''.
  48367. TZ environment variable:
  48368.           See ``Time Zone Problems''.
  48369. UCASE():
  48370.           See ``String Functions''.
  48371. UDF functions:
  48372.           See ```CREATE FUNCTION/DROP FUNCTION' Syntax''.
  48373. ulimit:
  48374.           See ``File Not Found''.
  48375. UMASK environment variable <1>:
  48376.           See ``Environment Variables''.
  48377. UMASK environment variable:
  48378.           See ``Problems with File Permissions''.
  48379. UMASK_DIR environment variable <1>:
  48380.           See ``Environment Variables''.
  48381. UMASK_DIR environment variable:
  48382.           See ``Problems with File Permissions''.
  48383. unary minus (-):
  48384.           See ``Mathematical Functions''.
  48385. UNION:
  48386.           See ``Searching on Two Keys''.
  48387. UNIQUE:
  48388.           See ```ALTER TABLE' Syntax''.
  48389. UNIX_TIMESTAMP():
  48390.           See ``Date and Time Functions''.
  48391. UNLOCK TABLES:
  48392.           See ```LOCK TABLES/UNLOCK TABLES' Syntax''.
  48393. UPDATE:
  48394.           See ```UPDATE' Syntax''.
  48395. UPPER():
  48396.           See ``String Functions''.
  48397. USE:
  48398.           See ```USE' Syntax''.
  48399. USER environment variable <1>:
  48400.           See ``Environment Variables''.
  48401. USER environment variable:
  48402.           See ``Connecting to the MySQL Server''.
  48403. USER():
  48404.           See ``Miscellaneous Functions''.
  48405. User-defined functions:
  48406.           See ```CREATE FUNCTION/DROP FUNCTION' Syntax''.
  48407. VARCHAR <1>:
  48408.           See ``String Types''.
  48409. VARCHAR:
  48410.           See ``Column Types''.
  48411. VERSION():
  48412.           See ``Miscellaneous Functions''.
  48413. WEEK():
  48414.           See ``Date and Time Functions''.
  48415. WEEKDAY():
  48416.           See ``Date and Time Functions''.
  48417. WHERE:
  48418.           See ``How MySQL Optimizes `WHERE' Clauses''.
  48419. Wild card character (%):
  48420.           See ``Strings''.
  48421. Wild card character (_):
  48422.           See ``Strings''.
  48423. without-server option:
  48424.           See ``Typical `configure' Options''.
  48425. YEAR <1>:
  48426.           See ``The `YEAR' Type''.
  48427. YEAR:
  48428.           See ``Column Types''.
  48429. YEAR():
  48430.           See ``Date and Time Functions''.
  48431. | (bitwise OR):
  48432.           See ``Bit Functions''.
  48433. || (logical OR):
  48434.           See ``Logical Operators''.
  48435. ~:
  48436.           See ``Bit Functions''.
  48437. Concept Index
  48438. *************
  48439.  
  48440. aborted clients:
  48441.           See ``Communication Errors / Aborted Connection''.
  48442. aborted connection:
  48443.           See ``Communication Errors / Aborted Connection''.
  48444. access control:
  48445.           See ``Access Control, Stage 1: Connection Verification''.
  48446. access denied errors:
  48447.           See ```Access denied' Error''.
  48448. access privileges:
  48449.           See ``General Security Issues and the MySQL Access Privilege System''.
  48450. Access program:
  48451.           See ``Programs Known to Work with MyODBC''.
  48452. ACLs:
  48453.           See ``General Security Issues and the MySQL Access Privilege System''.
  48454. ActiveState Perl:
  48455.           See ``Installing ActiveState Perl on Windows''.
  48456. adding, character sets:
  48457.           See ``Adding a New Character Set''.
  48458. adding, native functions:
  48459.           See ``Adding a New Native Function''.
  48460. adding, new functions:
  48461.           See ``Adding New Functions to MySQL''.
  48462. adding, new user privileges:
  48463.           See ``Adding New Users to MySQL''.
  48464. adding, new users:
  48465.           See ``Installing a MySQL Binary Distribution''.
  48466. adding, procedures:
  48467.           See ``Adding New Procedures to MySQL''.
  48468. adding, user-definable functions:
  48469.           See ``Adding a New User-definable Function''.
  48470. administration, server:
  48471.           See ``mysqladmin, Administrating a MySQL Server''.
  48472. ADO program:
  48473.           See ``Programs Known to Work with MyODBC''.
  48474. advertising, contact information:
  48475.           See ``Contact Information''.
  48476. age, calculating:
  48477.           See ``Date Calculations''.
  48478. alias names, case sensitivity:
  48479.           See ``Case Sensitivity in Names''.
  48480. aliases, for expressions:
  48481.           See ``Functions for Use with `GROUP BY' Clauses''.
  48482. aliases, for tables:
  48483.           See ```SELECT' Syntax''.
  48484. aliases, in GROUP BY clauses:
  48485.           See ``Functions for Use with `GROUP BY' Clauses''.
  48486. aliases, in ORDER BY clauses:
  48487.           See ``Functions for Use with `GROUP BY' Clauses''.
  48488. aliases, names:
  48489.           See ``Database, Table, Index, Column, and Alias Names''.
  48490. aliases, on expressions:
  48491.           See ```SELECT' Syntax''.
  48492. anonymous user <1>:
  48493.           See ``Setting Up the Initial MySQL Privileges''.
  48494. anonymous user <2>:
  48495.           See ``Access Control, Stage 2: Request Verification''.
  48496. anonymous user:
  48497.           See ``Access Control, Stage 1: Connection Verification''.
  48498. ANSI mode, running:
  48499.           See ``Running MySQL in ANSI Mode''.
  48500. ANSI SQL, differences from:
  48501.           See ```GRANT' and `REVOKE' Syntax''.
  48502. ANSI SQL92, extensions to:
  48503.           See ``How Standards-compatible Is MySQL?''.
  48504. answering questions, etiquette:
  48505.           See ``Guidelines for Answering Question on the Mailing List''.
  48506. Apache:
  48507.           See ``Using MySQL with Apache''.
  48508. APIs:
  48509.           See ``MySQL APIs''.
  48510. APIs, Perl:
  48511.           See ``MySQL Perl API''.
  48512. applying, patches:
  48513.           See ``Applying Patches''.
  48514. argument processing:
  48515.           See ``Argument Processing''.
  48516. arithmetic expressions:
  48517.           See ``Arithmetic Operations''.
  48518. authentication tools:
  48519.           See ``Contributed Programs''.
  48520. AUTO-INCREMENT, ODBC:
  48521.           See ``How to Get the Value of an `AUTO_INCREMENT' Column in ODBC''.
  48522. AUTO_INCREMENT, and NULL values:
  48523.           See ``Problems with `NULL' Values''.
  48524. backing up, databases <1>:
  48525.           See ``mysqlhotcopy, Copying MySQL Databases and Tables''.
  48526. backing up, databases:
  48527.           See ``mysqldump, Dumping Table Structure and Data''.
  48528. backslash, escape character:
  48529.           See ``Literals: How to Write Strings and Numbers''.
  48530. backups:
  48531.           See ``Database Backups''.
  48532. backups, database:
  48533.           See ```BACKUP TABLE' Syntax''.
  48534. batch mode:
  48535.           See ``Using `mysql' in Batch Mode''.
  48536. batch, mysql option:
  48537.           See ``The Command-line Tool''.
  48538. BDB table type:
  48539.           See ``MySQL Table Types''.
  48540. BDB tables:
  48541.           See ``How to Cope Without `COMMIT'/`ROLLBACK'''.
  48542. benchmark suite:
  48543.           See ``The MySQL Benchmark Suite''.
  48544. benchmarking, tools:
  48545.           See ``Contributed Programs''.
  48546. benchmarks:
  48547.           See ``Using Your Own Benchmarks''.
  48548. Berkeley_db table type:
  48549.           See ``MySQL Table Types''.
  48550. Big5 Chinese character encoding:
  48551.           See ``Case Sensitivity in Searches''.
  48552. binary distributions:
  48553.           See ``MySQL Binaries Compiled by MySQL AB''.
  48554. binary distributions, installing:
  48555.           See ``Installing a MySQL Binary Distribution''.
  48556. binary distributions, on HP-UX:
  48557.           See ``HP-UX Notes for Binary Distributions''.
  48558. binary distributions, on Linux:
  48559.           See ``Linux Notes for Binary Distributions''.
  48560. binary log:
  48561.           See ``The Binary Update Log''.
  48562. Binlog_Dump:
  48563.           See ``Replication FAQ''.
  48564. bit_functions, example:
  48565.           See ``Calculating visits per day''.
  48566. BitKeeper tree:
  48567.           See ``Installing from the Development Source Tree''.
  48568. BLOB columns, default values:
  48569.           See ``The `BLOB' and `TEXT' Types''.
  48570. BLOB columns, indexing:
  48571.           See ```CREATE TABLE' Syntax''.
  48572. BLOB, inserting binary data:
  48573.           See ``Strings''.
  48574. BLOB, size:
  48575.           See ``Column Type Storage Requirements''.
  48576. books, about MySQL:
  48577.           See ``MySQL Information Sources''.
  48578. Borland Builder 4 program:
  48579.           See ``Programs Known to Work with MyODBC''.
  48580. Borland C++ compiler:
  48581.           See ``Borland C++''.
  48582. brackets, square:
  48583.           See ``Column Types''.
  48584. buffer sizes, client:
  48585.           See ``MySQL APIs''.
  48586. buffer sizes, mysqld server:
  48587.           See ``Tuning Server Parameters''.
  48588. bug reports, criteria for:
  48589.           See ``How to Report Bugs or Problems''.
  48590. bug reports, email address:
  48591.           See ``How to Report Bugs or Problems''.
  48592. bugs, known:
  48593.           See ``Known errors and design deficiencies in MySQL''.
  48594. bugs, reporting:
  48595.           See ``How to Report Bugs or Problems''.
  48596. building, client programs:
  48597.           See ``Building Client Programs''.
  48598. C API, datatypes:
  48599.           See ``MySQL C API''.
  48600. C API, functions:
  48601.           See ``C API Function Overview''.
  48602. C API, linking problems:
  48603.           See ``Problems Linking with the C API''.
  48604. C++:
  48605.           See ``Contributed Programs''.
  48606. C++ APIs:
  48607.           See ``MySQL C++ APIs''.
  48608. C++ Builder:
  48609.           See ``Programs Known to Work with MyODBC''.
  48610. C++ compiler cannot create executables:
  48611.           See ``Problems Compiling?''.
  48612. C++ compiler, gcc:
  48613.           See ``Typical `configure' Options''.
  48614. caches, clearing:
  48615.           See ```FLUSH' Syntax''.
  48616. calculating, dates:
  48617.           See ``Date Calculations''.
  48618. calling sequences, UDF:
  48619.           See ``UDF Calling Sequences''.
  48620. can't create/write to file:
  48621.           See ```Can't create/write to file' Error''.
  48622. case sensitivity, in access checking:
  48623.           See ``How the Privilege System Works''.
  48624. case sensitivity, in searches:
  48625.           See ``Case Sensitivity in Searches''.
  48626. case sensitivity, in string comparisons:
  48627.           See ``String Comparison Functions''.
  48628. case sensitivity, of database names:
  48629.           See ``MySQL Extensions to ANSI SQL92''.
  48630. case sensitivity, of table names:
  48631.           See ``MySQL Extensions to ANSI SQL92''.
  48632. case-sensitivity, in names:
  48633.           See ``Case Sensitivity in Names''.
  48634. cast operators:
  48635.           See ``Case Sensitivity''.
  48636. casts:
  48637.           See ``Comparison Operators''.
  48638. cc1plus problems:
  48639.           See ``Problems Compiling?''.
  48640. ChangeLog:
  48641.           See ``MySQL change history''.
  48642. changes to privileges:
  48643.           See ``Access Control, Stage 2: Request Verification''.
  48644. changes, log:
  48645.           See ``MySQL change history''.
  48646. changes, version 3.19:
  48647.           See ``Changes in release 3.19.x''.
  48648. changes, version 3.20:
  48649.           See ``Changes in release 3.20.x''.
  48650. changes, version 3.21:
  48651.           See ``Changes in release 3.21.x''.
  48652. changes, version 3.22:
  48653.           See ``Changes in release 3.22.x (Older; Still supported)''.
  48654. changes, version 3.23:
  48655.           See ``Changes in release 3.23.x  (Stable)''.
  48656. changes, version 4.0:
  48657.           See ``Changes in release 4.0.0''.
  48658. changing socket location <1>:
  48659.           See ``How to Protect or change the MySQL socket file `/tmp/mysql.sock'''.
  48660. changing socket location <2>:
  48661.           See ``Starting and Stopping MySQL Automatically''.
  48662. changing socket location:
  48663.           See ``Typical `configure' Options''.
  48664. changing, column order:
  48665.           See ``How To Change the Order of Columns in a Table''.
  48666. character sets <1>:
  48667.           See ``The Character Set Used for Data and Sorting''.
  48668. character sets:
  48669.           See ``Typical `configure' Options''.
  48670. character sets, adding:
  48671.           See ``Adding a New Character Set''.
  48672. character-sets-dir, mysql option:
  48673.           See ``The Command-line Tool''.
  48674. characters, multi-byte:
  48675.           See ``Multi-byte Character Support''.
  48676. check options, myisamchk:
  48677.           See ``Check Options for `myisamchk'''.
  48678. checking, tables for errors:
  48679.           See ``How to Check Tables for Errors''.
  48680. checksum errors:
  48681.           See ``Solaris Notes''.
  48682. Chinese:
  48683.           See ``Case Sensitivity in Searches''.
  48684. choosing types:
  48685.           See ``Choosing the Right Type for a Column''.
  48686. choosing, a MySQL version:
  48687.           See ``Which MySQL Version to Use''.
  48688. clearing, caches:
  48689.           See ```FLUSH' Syntax''.
  48690. client programs, building:
  48691.           See ``Building Client Programs''.
  48692. client tools:
  48693.           See ``MySQL APIs''.
  48694. clients, debugging:
  48695.           See ``Debugging a MySQL client''.
  48696. clients, threaded:
  48697.           See ``How to Make a Threaded Client''.
  48698. closing, tables:
  48699.           See ``How MySQL Opens and Closes Tables''.
  48700. ColdFusion program:
  48701.           See ``Programs Known to Work with MyODBC''.
  48702. collating, strings:
  48703.           See ``String Collating Support''.
  48704. column names, case sensitivity:
  48705.           See ``Case Sensitivity in Names''.
  48706. columns, changing:
  48707.           See ``How To Change the Order of Columns in a Table''.
  48708. columns, displaying:
  48709.           See ``Showing Databases, Tables, and Columns''.
  48710. columns, indexes:
  48711.           See ``Column Indexes''.
  48712. columns, names:
  48713.           See ``Database, Table, Index, Column, and Alias Names''.
  48714. columns, other types:
  48715.           See ``Using Column Types from Other Database Engines''.
  48716. columns, selecting:
  48717.           See ``Selecting Particular Columns''.
  48718. columns, storage requirements:
  48719.           See ``Column Type Storage Requirements''.
  48720. columns, types:
  48721.           See ``Column Types''.
  48722. command line history <1>:
  48723.           See ``Overview of the Client-Side Scripts and Utilities''.
  48724. command line history:
  48725.           See ``Overview of the Server-Side Scripts and Utilities''.
  48726. command line options, mysql:
  48727.           See ``The Command-line Tool''.
  48728. command line tool:
  48729.           See ``The Command-line Tool''.
  48730. command syntax:
  48731.           See ``Conventions Used in This Manual''.
  48732. commands out of sync:
  48733.           See ```Commands out of sync' Error in Client''.
  48734. commands, for binary distribution:
  48735.           See ``Installing a MySQL Binary Distribution''.
  48736. commands, list of:
  48737.           See ``The Command-line Tool''.
  48738. commands, replication:
  48739.           See ``SQL Commands Related to Replication''.
  48740. comments, adding:
  48741.           See ``Comment Syntax''.
  48742. comments, starting:
  48743.           See ```--' as the Start of a Comment''.
  48744. commercial support, types:
  48745.           See ``Types of Commercial Support''.
  48746. communications protocols:
  48747.           See ``How `mSQL' and MySQL Client/Server Communications Protocols Differ''.
  48748. comparisons, MySQL vs. others:
  48749.           See ``How MySQL Compares to Other Databases''.
  48750. compatibility, between MySQL versions <1>:
  48751.           See ``Upgrading from Version 3.21 to Version 3.22''.
  48752. compatibility, between MySQL versions:
  48753.           See ``Upgrading From Version 3.22 to Version 3.23''.
  48754. compatibility, with ANSI SQL:
  48755.           See ``How Standards-compatible Is MySQL?''.
  48756. compatibility, with mSQL:
  48757.           See ``String Comparison Functions''.
  48758. compatibility, with ODBC <1>:
  48759.           See ``Changes in release 3.21.15''.
  48760. compatibility, with ODBC <2>:
  48761.           See ```CREATE TABLE' Syntax''.
  48762. compatibility, with ODBC <3>:
  48763.           See ```JOIN' Syntax''.
  48764. compatibility, with ODBC <4>:
  48765.           See ``Comparison Operators''.
  48766. compatibility, with ODBC <5>:
  48767.           See ``Column Types''.
  48768. compatibility, with ODBC:
  48769.           See ``Database, Table, Index, Column, and Alias Names''.
  48770. compatibility, with Oracle <1>:
  48771.           See ``Functions for Use with `GROUP BY' Clauses''.
  48772. compatibility, with Oracle <2>:
  48773.           See ```DESCRIBE' Syntax (Get Information About Columns)''.
  48774. compatibility, with Oracle:
  48775.           See ``MySQL Extensions to ANSI SQL92''.
  48776. compatibility, with PostgreSQL:
  48777.           See ``MySQL Extensions to ANSI SQL92''.
  48778. compatibility, with Sybase:
  48779.           See ```USE' Syntax''.
  48780. compiler, C++ gcc:
  48781.           See ``Typical `configure' Options''.
  48782. compiling, on Windows:
  48783.           See ``Compiling MySQL Clients on Windows''.
  48784. compiling, optimizing:
  48785.           See ``System/Compile Time and Startup Parameter Tuning''.
  48786. compiling, problems:
  48787.           See ``Problems Compiling?''.
  48788. compiling, speed:
  48789.           See ``How Compiling and Linking Affects the Speed of MySQL''.
  48790. compiling, statically:
  48791.           See ``Typical `configure' Options''.
  48792. compiling, user-defined functions:
  48793.           See ``Compiling and Installing User-definable Functions''.
  48794. compliance, Y2K:
  48795.           See ``Year 2000 Compliance''.
  48796. compress, mysql option:
  48797.           See ``The Command-line Tool''.
  48798. compressed tables:
  48799.           See ``myisampack, The MySQL Compressed Read-only Table Generator''.
  48800. config-file option:
  48801.           See ``mysqld_multi, program for managing multiple MySQL servers''.
  48802. config.cache:
  48803.           See ``Problems Compiling?''.
  48804. config.cache file:
  48805.           See ``Problems Compiling?''.
  48806. configuration files:
  48807.           See ``Causes of `Access denied' Errors''.
  48808. configuration options:
  48809.           See ``Typical `configure' Options''.
  48810. configure option, -with-low-memory:
  48811.           See ``Problems Compiling?''.
  48812. configure script:
  48813.           See ``Typical `configure' Options''.
  48814. configure, running after prior invocation:
  48815.           See ``Problems Compiling?''.
  48816. connect_timeout variable:
  48817.           See ``The Command-line Tool''.
  48818. connecting, remotely with SSH:
  48819.           See ``Connecting to a Remote MySQL from Windows with SSH''.
  48820. connecting, to the server <1>:
  48821.           See ``Connecting to the MySQL Server''.
  48822. connecting, to the server:
  48823.           See ``Connecting to and Disconnecting from the Server''.
  48824. connecting, verification:
  48825.           See ``Access Control, Stage 1: Connection Verification''.
  48826. connection, aborted:
  48827.           See ``Communication Errors / Aborted Connection''.
  48828. constant table <1>:
  48829.           See ``How MySQL Optimizes `WHERE' Clauses''.
  48830. constant table:
  48831.           See ```EXPLAIN' Syntax (Get Information About a `SELECT')''.
  48832. consultants, list of:
  48833.           See ``Some MySQL Users''.
  48834. contact information:
  48835.           See ``Contact Information''.
  48836. Contrib directory:
  48837.           See ``Useful MySQL-related Links''.
  48838. contributed programs:
  48839.           See ``Contributed Programs''.
  48840. contributing companies, list of:
  48841.           See ``Supporters to MySQL''.
  48842. contributors, list of:
  48843.           See ``Contributors to MySQL''.
  48844. control access:
  48845.           See ``Access Control, Stage 1: Connection Verification''.
  48846. conventions, typographical:
  48847.           See ``Conventions Used in This Manual''.
  48848. converters:
  48849.           See ``Contributed Programs''.
  48850. converting, tools:
  48851.           See ``How to Convert `mSQL' Tools for MySQL''.
  48852. copyrights:
  48853.           See ``Copyrights Used by MySQL''.
  48854. costs, licensing and support:
  48855.           See ``MySQL Licensing and Support Costs''.
  48856. counting, table rows:
  48857.           See ``Counting Rows''.
  48858. crackers, security against:
  48859.           See ``How to Make MySQL Secure Against Crackers''.
  48860. crash:
  48861.           See ``Debugging a MySQL server''.
  48862. crash, recovery:
  48863.           See ``Using `myisamchk' for Crash Recovery''.
  48864. crash, repeated:
  48865.           See ``What To Do If MySQL Keeps Crashing''.
  48866. crash-me:
  48867.           See ``The MySQL Benchmark Suite''.
  48868. crash-me program <1>:
  48869.           See ``The MySQL Benchmark Suite''.
  48870. crash-me program:
  48871.           See ``Portability''.
  48872. creating, bug reports:
  48873.           See ``How to Report Bugs or Problems''.
  48874. creating, databases:
  48875.           See ``Creating and Using a Database''.
  48876. creating, default startup options:
  48877.           See ``my.cnf Option Files''.
  48878. creating, tables:
  48879.           See ``Creating a Table''.
  48880. customer support, mailing address:
  48881.           See ``How to Report Bugs or Problems''.
  48882. customers, of MySQL:
  48883.           See ``What Have We Used MySQL For?''.
  48884. cvs tree:
  48885.           See ``Installing from the Development Source Tree''.
  48886. data, character sets:
  48887.           See ``The Character Set Used for Data and Sorting''.
  48888. data, importing:
  48889.           See ``mysqlimport, Importing Data from Text Files''.
  48890. data, ISAM table handler:
  48891.           See ``How Stable Is MySQL?''.
  48892. data, loading into tables:
  48893.           See ``Loading Data into a Table''.
  48894. data, retrieving:
  48895.           See ``Retrieving Information from a Table''.
  48896. data, size:
  48897.           See ``Get Your Data as Small as Possible''.
  48898. database design:
  48899.           See ``Design Choices''.
  48900. database names, case sensitivity <1>:
  48901.           See ``Case Sensitivity in Names''.
  48902. database names, case sensitivity:
  48903.           See ``MySQL Extensions to ANSI SQL92''.
  48904. database, mysql option:
  48905.           See ``The Command-line Tool''.
  48906. databases, backups:
  48907.           See ``Database Backups''.
  48908. databases, creating:
  48909.           See ``Creating and Using a Database''.
  48910. databases, defined:
  48911.           See ``What Is MySQL''.
  48912. databases, displaying:
  48913.           See ``Showing Databases, Tables, and Columns''.
  48914. databases, dumping <1>:
  48915.           See ``mysqlhotcopy, Copying MySQL Databases and Tables''.
  48916. databases, dumping:
  48917.           See ``mysqldump, Dumping Table Structure and Data''.
  48918. databases, information about:
  48919.           See ``Getting Information About Databases and Tables''.
  48920. databases, MySQL vs. others:
  48921.           See ``How MySQL Compares to Other Databases''.
  48922. databases, names:
  48923.           See ``Database, Table, Index, Column, and Alias Names''.
  48924. databases, replicating:
  48925.           See ``Replication in MySQL''.
  48926. databases, selecting:
  48927.           See ``Creating and Selecting a Database''.
  48928. databases, symbolic links <1>:
  48929.           See ``Using Symbolic Links for Tables''.
  48930. databases, symbolic links:
  48931.           See ``Using Symbolic Links''.
  48932. databases, using:
  48933.           See ``Creating and Using a Database''.
  48934. DataJunction:
  48935.           See ``Programs Known to Work with MyODBC''.
  48936. datatypes, C API:
  48937.           See ``MySQL C API''.
  48938. Date and Time types:
  48939.           See ``Date and Time Types''.
  48940. date calculations:
  48941.           See ``Date Calculations''.
  48942. DATE columns, problems:
  48943.           See ``Problems Using `DATE' Columns''.
  48944. date functions, Y2K compliance:
  48945.           See ``Year 2000 Compliance''.
  48946. date types:
  48947.           See ``Column Type Storage Requirements''.
  48948. date types, Y2K issues:
  48949.           See ``Y2K Issues and Date Types''.
  48950. date values, problems:
  48951.           See ``The `DATETIME', `DATE', and `TIMESTAMP' Types''.
  48952. db table, sorting:
  48953.           See ``Access Control, Stage 2: Request Verification''.
  48954. DBI interface:
  48955.           See ```DBI' with `DBD::mysql'''.
  48956. DBI Perl module:
  48957.           See ``The `DBI' Interface''.
  48958. DBI/DBD:
  48959.           See ``More `DBI'/`DBD' Information''.
  48960. dbServ:
  48961.           See ``Useful MySQL-related Links''.
  48962. DBUG package:
  48963.           See ``The DBUG package.''.
  48964. debug, mysql option:
  48965.           See ``The Command-line Tool''.
  48966. debug-info, mysql option:
  48967.           See ``The Command-line Tool''.
  48968. debugging, client:
  48969.           See ``Debugging a MySQL client''.
  48970. debugging, server:
  48971.           See ``Debugging a MySQL server''.
  48972. decimal point:
  48973.           See ``Column Types''.
  48974. default hostname:
  48975.           See ``Connecting to the MySQL Server''.
  48976. default installation location:
  48977.           See ``Installation Layouts''.
  48978. default options:
  48979.           See ``my.cnf Option Files''.
  48980. default values, BLOB and TEXT columns:
  48981.           See ``The `BLOB' and `TEXT' Types''.
  48982. default values, suppression:
  48983.           See ``Typical `configure' Options''.
  48984. default, privileges:
  48985.           See ``Setting Up the Initial MySQL Privileges''.
  48986. default-character-set, mysql option:
  48987.           See ``The Command-line Tool''.
  48988. delayed_insert_limit:
  48989.           See ```INSERT DELAYED' syntax''.
  48990. deleting, rows:
  48991.           See ``Deleting Rows from Related Tables''.
  48992. deletion, mysql.sock:
  48993.           See ``How to Protect or change the MySQL socket file `/tmp/mysql.sock'''.
  48994. Delphi:
  48995.           See ``Contributed Programs''.
  48996. Delphi program:
  48997.           See ``Programs Known to Work with MyODBC''.
  48998. design, choices:
  48999.           See ``Design Choices''.
  49000. design, issues:
  49001.           See ``Known errors and design deficiencies in MySQL''.
  49002. design, limitations:
  49003.           See ``MySQL Design Limitations/Tradeoffs''.
  49004. developers, list of:
  49005.           See ``Credits''.
  49006. development source tree:
  49007.           See ``Installing from the Development Source Tree''.
  49008. digits:
  49009.           See ``Column Types''.
  49010. directory structure, default:
  49011.           See ``Installation Layouts''.
  49012. disconnecting, from the server:
  49013.           See ``Connecting to and Disconnecting from the Server''.
  49014. disk full:
  49015.           See ``How MySQL Handles a Full Disk''.
  49016. disk issues:
  49017.           See ``Disk Issues''.
  49018. disks, splitting data across:
  49019.           See ``Splitting Data Across Different Disks on Windows''.
  49020. display size:
  49021.           See ``Column Types''.
  49022. displaying, database information:
  49023.           See ``Showing Databases, Tables, and Columns''.
  49024. displaying, information, SHOW:
  49025.           See ``Retrieving information about Database, Tables, Columns, and Indexes''.
  49026. displaying, table status:
  49027.           See ```SHOW TABLE STATUS'''.
  49028. DNS:
  49029.           See ``How MySQL uses DNS''.
  49030. downgrading:
  49031.           See ``Upgrading/Downgrading MySQL''.
  49032. downloading:
  49033.           See ``How to Get MySQL''.
  49034. dumping, databases <1>:
  49035.           See ``mysqlhotcopy, Copying MySQL Databases and Tables''.
  49036. dumping, databases:
  49037.           See ``mysqldump, Dumping Table Structure and Data''.
  49038. dynamic table characteristics:
  49039.           See ``Dynamic Table Characteristics''.
  49040. Eiffel Wrapper:
  49041.           See ``MySQL Eiffel wrapper''.
  49042. email lists:
  49043.           See ``The MySQL Mailing Lists''.
  49044. email, technical support:
  49045.           See ``Basic E-mail Support''.
  49046. employment with MySQL:
  49047.           See ``Contact Information''.
  49048. employment, contact information:
  49049.           See ``Contact Information''.
  49050. enable-named-commands, mysql option:
  49051.           See ``The Command-line Tool''.
  49052. entering, queries:
  49053.           See ``Entering Queries''.
  49054. ENUM, size:
  49055.           See ``Column Type Storage Requirements''.
  49056. environment variables <1>:
  49057.           See ``Overview of the Client-Side Scripts and Utilities''.
  49058. environment variables <2>:
  49059.           See ``Overview of the Server-Side Scripts and Utilities''.
  49060. environment variables <3>:
  49061.           See ``Causes of `Access denied' Errors''.
  49062. environment variables:
  49063.           See ``my.cnf Option Files''.
  49064. environment variables, list of:
  49065.           See ``Environment Variables''.
  49066. error mesaages, can't find file:
  49067.           See ``Problems with File Permissions''.
  49068. error messages, displaying:
  49069.           See ``perror, Explaining Error Codes''.
  49070. error messages, languages:
  49071.           See ``Non-English Error Messages''.
  49072. errors, access denied:
  49073.           See ```Access denied' Error''.
  49074. errors, checking tables for:
  49075.           See ``How to Check Tables for Errors''.
  49076. errors, common:
  49077.           See ``Problems and Common Errors''.
  49078. errors, directory checksum:
  49079.           See ``Solaris Notes''.
  49080. errors, handling for UDFs:
  49081.           See ``Return Values and Error Handling''.
  49082. errors, known:
  49083.           See ``Known errors and design deficiencies in MySQL''.
  49084. errors, linking:
  49085.           See ``Problems When Linking with the MySQL Client Library''.
  49086. errors, list of:
  49087.           See ``Some Common Errors When Using MySQL''.
  49088. errors, reporting <1>:
  49089.           See ``How to Report Bugs or Problems''.
  49090. errors, reporting:
  49091.           See ``General Information About MySQL''.
  49092. escape characters:
  49093.           See ``Literals: How to Write Strings and Numbers''.
  49094. estimating, query performance:
  49095.           See ``Estimating Query Performance''.
  49096. example option:
  49097.           See ``mysqld_multi, program for managing multiple MySQL servers''.
  49098. examples, compressed tables:
  49099.           See ``myisampack, The MySQL Compressed Read-only Table Generator''.
  49100. examples, myisamchk output:
  49101.           See ``Getting Information About a Table''.
  49102. examples, queries:
  49103.           See ``Examples of Common Queries''.
  49104. Excel:
  49105.           See ``Programs Known to Work with MyODBC''.
  49106. execute, mysql option:
  49107.           See ``The Command-line Tool''.
  49108. expression aliases <1>:
  49109.           See ``Functions for Use with `GROUP BY' Clauses''.
  49110. expression aliases:
  49111.           See ```SELECT' Syntax''.
  49112. expressions, extended:
  49113.           See ``Pattern Matching''.
  49114. extended email support:
  49115.           See ``Extended E-mail Support''.
  49116. extensions, to ANSI SQL:
  49117.           See ``How Standards-compatible Is MySQL?''.
  49118. extracting, dates:
  49119.           See ``Date Calculations''.
  49120. fatal signal 11:
  49121.           See ``Problems Compiling?''.
  49122. features of MySQL:
  49123.           See ``The Main Features of MySQL''.
  49124. files, binary log:
  49125.           See ``The Binary Update Log''.
  49126. files, config.cache:
  49127.           See ``Problems Compiling?''.
  49128. files, error messages:
  49129.           See ``Non-English Error Messages''.
  49130. files, log <1>:
  49131.           See ``Log File Maintenance''.
  49132. files, log:
  49133.           See ``Typical `configure' Options''.
  49134. files, not found message:
  49135.           See ``Problems with File Permissions''.
  49136. files, permissions:
  49137.           See ``Problems with File Permissions''.
  49138. files, query log:
  49139.           See ``The General Query Log''.
  49140. files, repairing:
  49141.           See ``Repair Options for myisamchk''.
  49142. files, script:
  49143.           See ``Using `mysql' in Batch Mode''.
  49144. files, size limits:
  49145.           See ``How Big Can MySQL Tables Be?''.
  49146. files, slow query log:
  49147.           See ``The Slow Query Log''.
  49148. files, text:
  49149.           See ``mysqlimport, Importing Data from Text Files''.
  49150. files, tmp:
  49151.           See ``Problems Running `mysql_install_db'''.
  49152. files, update log:
  49153.           See ``The Update Log''.
  49154. files,my.cnf:
  49155.           See ``Replication Features and Known Problems''.
  49156. floating-point number:
  49157.           See ``Column Types''.
  49158. floats:
  49159.           See ``Numbers''.
  49160. flush tables:
  49161.           See ``mysqladmin, Administrating a MySQL Server''.
  49162. force, mysql option:
  49163.           See ``The Command-line Tool''.
  49164. foreign keys <1>:
  49165.           See ```ALTER TABLE' Syntax''.
  49166. foreign keys <2>:
  49167.           See ``Using Foreign Keys''.
  49168. foreign keys:
  49169.           See ``Foreign Keys''.
  49170. foreign keys, reasons not to use:
  49171.           See ``Reasons NOT to Use Foreign Keys constraints''.
  49172. forums, Tek-Tips:
  49173.           See ``Useful MySQL-related Links''.
  49174. free licensing:
  49175.           See ``Copyrights Used by MySQL''.
  49176. FreeBSD troubleshooting:
  49177.           See ``Problems Compiling?''.
  49178. full disk:
  49179.           See ``How MySQL Handles a Full Disk''.
  49180. full-text search:
  49181.           See ``MySQL Full-text Search''.
  49182. FULLTEXT:
  49183.           See ``MySQL Full-text Search''.
  49184. functionality, missing:
  49185.           See ``Functionality Missing from MySQL''.
  49186. functions for SELECT and WHERE clauses:
  49187.           See ``Functions for Use in `SELECT' and `WHERE' Clauses''.
  49188. functions, C API:
  49189.           See ``C API Function Overview''.
  49190. functions, grouping:
  49191.           See ``Parenthesis''.
  49192. functions, native, adding:
  49193.           See ``Adding a New Native Function''.
  49194. functions, new:
  49195.           See ``Adding New Functions to MySQL''.
  49196. functions, useful:
  49197.           See ``Contributed Programs''.
  49198. functions, user-definable, adding:
  49199.           See ``Adding a New User-definable Function''.
  49200. functions, user-defined:
  49201.           See ``Adding New Functions to MySQL''.
  49202. gcc:
  49203.           See ``Typical `configure' Options''.
  49204. gdb, using:
  49205.           See ``Debugging mysqld under gdb''.
  49206. general information:
  49207.           See ``General Information About MySQL''.
  49208. General Public License:
  49209.           See ``What Is MySQL''.
  49210. General Public License, MySQL:
  49211.           See ``MySQL Licensing Policy''.
  49212. getting MySQL:
  49213.           See ``How to Get MySQL''.
  49214. global privileges:
  49215.           See ```GRANT' and `REVOKE' Syntax''.
  49216. goals of MySQL:
  49217.           See ``What Is MySQL''.
  49218. GPL, General Public License:
  49219.           See ``GNU GENERAL PUBLIC LICENSE''.
  49220. GPL, GNU General Public License:
  49221.           See ``GNU GENERAL PUBLIC LICENSE''.
  49222. grant tables:
  49223.           See ``Access Control, Stage 2: Request Verification''.
  49224. grant tables, re-creating:
  49225.           See ``Setting Up the Initial MySQL Privileges''.
  49226. grant tables, sorting <1>:
  49227.           See ``Access Control, Stage 2: Request Verification''.
  49228. grant tables, sorting:
  49229.           See ``Access Control, Stage 1: Connection Verification''.
  49230. granting, privleges:
  49231.           See ```GRANT' and `REVOKE' Syntax''.
  49232. GROUP BY, aliases in:
  49233.           See ``Functions for Use with `GROUP BY' Clauses''.
  49234. GROUP BY, extensions to ANSI SQL <1>:
  49235.           See ``Functions for Use with `GROUP BY' Clauses''.
  49236. GROUP BY, extensions to ANSI SQL:
  49237.           See ```SELECT' Syntax''.
  49238. grouping, expressions:
  49239.           See ``Parenthesis''.
  49240. handling, errors:
  49241.           See ``Return Values and Error Handling''.
  49242. HEAP table type:
  49243.           See ``MySQL Table Types''.
  49244. help option:
  49245.           See ``mysqld_multi, program for managing multiple MySQL servers''.
  49246. help, mysql option:
  49247.           See ``The Command-line Tool''.
  49248. history file <1>:
  49249.           See ``Overview of the Client-Side Scripts and Utilities''.
  49250. history file:
  49251.           See ``Overview of the Server-Side Scripts and Utilities''.
  49252. history of MySQL:
  49253.           See ``History of MySQL''.
  49254. host table:
  49255.           See ``Access Control, Stage 2: Request Verification''.
  49256. host table, sorting:
  49257.           See ``Access Control, Stage 2: Request Verification''.
  49258. host, mysql option:
  49259.           See ``The Command-line Tool''.
  49260. hostname caching:
  49261.           See ``How MySQL uses DNS''.
  49262. hostname, default:
  49263.           See ``Connecting to the MySQL Server''.
  49264. HP-UX, binary distribution:
  49265.           See ``HP-UX Notes for Binary Distributions''.
  49266. html, mysql option:
  49267.           See ``The Command-line Tool''.
  49268. ID, unique:
  49269.           See ``How Can I Get the Unique ID for the Last Inserted Row?''.
  49270. ignore-space, mysql option:
  49271.           See ``The Command-line Tool''.
  49272. importing, data:
  49273.           See ``mysqlimport, Importing Data from Text Files''.
  49274. increasing, performance:
  49275.           See ``Replication FAQ''.
  49276. increasing, speed:
  49277.           See ``Replication in MySQL''.
  49278. indexes:
  49279.           See ```CREATE INDEX' Syntax''.
  49280. indexes, and BLOB columns:
  49281.           See ```CREATE TABLE' Syntax''.
  49282. indexes, and IS NULL:
  49283.           See ``How MySQL Uses Indexes''.
  49284. indexes, and LIKE:
  49285.           See ``How MySQL Uses Indexes''.
  49286. indexes, and NULL values:
  49287.           See ```CREATE TABLE' Syntax''.
  49288. indexes, and TEXT columns:
  49289.           See ```CREATE TABLE' Syntax''.
  49290. indexes, block size:
  49291.           See ```SHOW VARIABLES'''.
  49292. indexes, columns:
  49293.           See ``Column Indexes''.
  49294. indexes, leftmost prefix of:
  49295.           See ``How MySQL Uses Indexes''.
  49296. indexes, multi-column:
  49297.           See ``Multiple-Column Indexes''.
  49298. indexes, multi-part:
  49299.           See ```CREATE INDEX' Syntax''.
  49300. indexes, names:
  49301.           See ``Database, Table, Index, Column, and Alias Names''.
  49302. indexes, use of:
  49303.           See ``How MySQL Uses Indexes''.
  49304. InnoDB table type:
  49305.           See ``MySQL Table Types''.
  49306. InnoDB tables:
  49307.           See ``How to Cope Without `COMMIT'/`ROLLBACK'''.
  49308. INSERT DELAYED:
  49309.           See ```INSERT DELAYED' syntax''.
  49310. inserting, speed of:
  49311.           See ``Speed of `INSERT' Queries''.
  49312. installation layouts:
  49313.           See ``Installation Layouts''.
  49314. installation overview:
  49315.           See ``Installing a MySQL Source Distribution''.
  49316. Installing many servers:
  49317.           See ``Installing Many Servers on the Same Machine''.
  49318. installing, binary distribution:
  49319.           See ``Installing a MySQL Binary Distribution''.
  49320. installing, overview:
  49321.           See ``MySQL Installation''.
  49322. installing, Perl:
  49323.           See ``Perl Installation Comments''.
  49324. installing, Perl on Windows:
  49325.           See ``Installing ActiveState Perl on Windows''.
  49326. installing, source distribution:
  49327.           See ``Installing a MySQL Source Distribution''.
  49328. installing, user-defined functions:
  49329.           See ``Compiling and Installing User-definable Functions''.
  49330. integers:
  49331.           See ``Numbers''.
  49332. interface builder:
  49333.           See ``What is Unireg?''.
  49334. internal compiler errors:
  49335.           See ``Problems Compiling?''.
  49336. internal locking:
  49337.           See ``How MySQL Locks Tables''.
  49338. internals:
  49339.           See ``MySQL Internals''.
  49340. Internet Service Providers:
  49341.           See ``ISP MySQL Services''.
  49342. ISAM table handler:
  49343.           See ``How Stable Is MySQL?''.
  49344. ISAM table type:
  49345.           See ``MySQL Table Types''.
  49346. ISP services:
  49347.           See ``ISP MySQL Services''.
  49348. Java connectivity:
  49349.           See ``MySQL Java Connectivity (JDBC)''.
  49350. JDBC <1>:
  49351.           See ``Contributed Programs''.
  49352. JDBC:
  49353.           See ``MySQL Java Connectivity (JDBC)''.
  49354. jobs at MySQL:
  49355.           See ``Contact Information''.
  49356. key space, MyISAM:
  49357.           See ``Space Needed for Keys''.
  49358. keys:
  49359.           See ``Column Indexes''.
  49360. keys, foreign <1>:
  49361.           See ``Using Foreign Keys''.
  49362. keys, foreign:
  49363.           See ``Foreign Keys''.
  49364. keys, multi-column:
  49365.           See ``Multiple-Column Indexes''.
  49366. keys, searching on two:
  49367.           See ``Searching on Two Keys''.
  49368. keywords:
  49369.           See ``Is MySQL Picky About Reserved Words?''.
  49370. known errors:
  49371.           See ``Known errors and design deficiencies in MySQL''.
  49372. language support:
  49373.           See ``Non-English Error Messages''.
  49374. last row, unique ID:
  49375.           See ``How Can I Get the Unique ID for the Last Inserted Row?''.
  49376. layout of installation:
  49377.           See ``Installation Layouts''.
  49378. leftmost prefix of indexes:
  49379.           See ``How MySQL Uses Indexes''.
  49380. legal names:
  49381.           See ``Database, Table, Index, Column, and Alias Names''.
  49382. LGPL, GNU Library General Public License:
  49383.           See ``GNU LESSER GENERAL PUBLIC LICENSE''.
  49384. LGPL, Lesser General Public License:
  49385.           See ``GNU LESSER GENERAL PUBLIC LICENSE''.
  49386. library, mysqlclient:
  49387.           See ``MySQL APIs''.
  49388. licensing costs:
  49389.           See ``MySQL Licensing and Support Costs''.
  49390. licensing policy:
  49391.           See ``MySQL Licensing Policy''.
  49392. licensing terms:
  49393.           See ``MySQL Licensing and Support''.
  49394. licensing, contact information:
  49395.           See ``Contact Information''.
  49396. licensing, examples:
  49397.           See ``Example Licensing Situations''.
  49398. licensing, free:
  49399.           See ``Copyrights Used by MySQL''.
  49400. limitations, design:
  49401.           See ``MySQL Design Limitations/Tradeoffs''.
  49402. limits, file size:
  49403.           See ``How Big Can MySQL Tables Be?''.
  49404. linking:
  49405.           See ``Building Client Programs''.
  49406. linking, errors:
  49407.           See ``Problems When Linking with the MySQL Client Library''.
  49408. linking, problems:
  49409.           See ``Problems Linking with the C API''.
  49410. linking, speed:
  49411.           See ``How Compiling and Linking Affects the Speed of MySQL''.
  49412. links, symbolic:
  49413.           See ``Using Symbolic Links''.
  49414. Linux, binary distribution:
  49415.           See ``Linux Notes for Binary Distributions''.
  49416. literals:
  49417.           See ``Literals: How to Write Strings and Numbers''.
  49418. loading, tables:
  49419.           See ``Loading Data into a Table''.
  49420. locking:
  49421.           See ``System/Compile Time and Startup Parameter Tuning''.
  49422. locking methods:
  49423.           See ``Locking methods''.
  49424. locking, tables:
  49425.           See ``How MySQL Locks Tables''.
  49426. Log files:
  49427.           See ``The MySQL Log Files''.
  49428. log files:
  49429.           See ``Typical `configure' Options''.
  49430. log files, maintaining:
  49431.           See ``Log File Maintenance''.
  49432. log files, names:
  49433.           See ``Database Backups''.
  49434. log option:
  49435.           See ``mysqld_multi, program for managing multiple MySQL servers''.
  49436. log, changes:
  49437.           See ``MySQL change history''.
  49438. login support:
  49439.           See ``Login Support''.
  49440. magazines, online:
  49441.           See ``Some MySQL Users''.
  49442. mailing address, for customer support:
  49443.           See ``How to Report Bugs or Problems''.
  49444. mailing list address:
  49445.           See ``General Information About MySQL''.
  49446. mailing lists:
  49447.           See ``The MySQL Mailing Lists''.
  49448. mailing lists, archive location:
  49449.           See ``Asking Questions or Reporting Bugs''.
  49450. mailing lists, guidelines:
  49451.           See ``Guidelines for Answering Question on the Mailing List''.
  49452. main features of MySQL:
  49453.           See ``The Main Features of MySQL''.
  49454. maintaining, log files:
  49455.           See ``Log File Maintenance''.
  49456. maintaining, tables:
  49457.           See ``Setting Up a Table Maintenance Regimen''.
  49458. make_binary_distribution <1>:
  49459.           See ``Overview of the Client-Side Scripts and Utilities''.
  49460. make_binary_distribution:
  49461.           See ``Overview of the Server-Side Scripts and Utilities''.
  49462. manual, available formats:
  49463.           See ``About This Manual''.
  49464. manual, online location:
  49465.           See ``General Information About MySQL''.
  49466. manual, typographical conventions:
  49467.           See ``Conventions Used in This Manual''.
  49468. manuals, about MySQL:
  49469.           See ``MySQL Information Sources''.
  49470. master-slave setup:
  49471.           See ``Replication Implementation Overview''.
  49472. matching, patterns:
  49473.           See ``Pattern Matching''.
  49474. max memory used:
  49475.           See ``mysqladmin, Administrating a MySQL Server''.
  49476. max_allowed_packet:
  49477.           See ``The Command-line Tool''.
  49478. max_join_size:
  49479.           See ``The Command-line Tool''.
  49480. memory usage, myisamchk:
  49481.           See ```myisamchk' Memory Usage''.
  49482. memory use <1>:
  49483.           See ``How MySQL Uses Memory''.
  49484. memory use:
  49485.           See ``mysqladmin, Administrating a MySQL Server''.
  49486. MERGE table type:
  49487.           See ``MySQL Table Types''.
  49488. MERGE tables, defined:
  49489.           See ``MERGE Tables''.
  49490. messages, languages:
  49491.           See ``Non-English Error Messages''.
  49492. methods, locking:
  49493.           See ``Locking methods''.
  49494. mirror sites:
  49495.           See ``How to Get MySQL''.
  49496. missing functionality:
  49497.           See ``Functionality Missing from MySQL''.
  49498. MIT-pthreads:
  49499.           See ``MIT-pthreads Notes''.
  49500. modes, batch:
  49501.           See ``Using `mysql' in Batch Mode''.
  49502. modules, list of:
  49503.           See ``How Stable Is MySQL?''.
  49504. monitor, terminal:
  49505.           See ``Introduction to MySQL: A MySQL Tutorial''.
  49506. mSQL compatibility:
  49507.           See ``String Comparison Functions''.
  49508. mSQL vs. MySQL:
  49509.           See ``How `mSQL' and MySQL Client/Server Communications Protocols Differ''.
  49510. msql2mysql <1>:
  49511.           See ``Overview of the Client-Side Scripts and Utilities''.
  49512. msql2mysql:
  49513.           See ``Overview of the Server-Side Scripts and Utilities''.
  49514. multi mysqld:
  49515.           See ``mysqld_multi, program for managing multiple MySQL servers''.
  49516. multi-byte characters:
  49517.           See ``Multi-byte Character Support''.
  49518. multi-column indexes:
  49519.           See ``Multiple-Column Indexes''.
  49520. multi-part index:
  49521.           See ```CREATE INDEX' Syntax''.
  49522. multibyte character sets:
  49523.           See ```Cant' initialize character set xxx' error.''.
  49524. multiple servers:
  49525.           See ``Running Multiple MySQL Servers on the Same Machine''.
  49526. My, derivation:
  49527.           See ``History of MySQL''.
  49528. my.cnf file:
  49529.           See ``Replication Features and Known Problems''.
  49530. MyISAM table type:
  49531.           See ``MySQL Table Types''.
  49532. MyISAM, compressed tables:
  49533.           See ``myisampack, The MySQL Compressed Read-only Table Generator''.
  49534. myisamchk <1>:
  49535.           See ``Overview of the Client-Side Scripts and Utilities''.
  49536. myisamchk <2>:
  49537.           See ``Overview of the Server-Side Scripts and Utilities''.
  49538. myisamchk:
  49539.           See ``Typical `configure' Options''.
  49540. myisamchk, example output:
  49541.           See ``Getting Information About a Table''.
  49542. myisamchk, options:
  49543.           See ``General Options for `myisamchk'''.
  49544. myisampack <1>:
  49545.           See ``Silent Column Specification Changes''.
  49546. myisampack:
  49547.           See ``myisampack, The MySQL Compressed Read-only Table Generator''.
  49548. MyODBC:
  49549.           See ``MySQL ODBC Support''.
  49550. MyODBC, reporting problems:
  49551.           See ``Reporting Problems with MyODBC''.
  49552. mysladmn:
  49553.           See ``mysqladmin, Administrating a MySQL Server''.
  49554. mysql:
  49555.           See ``The Command-line Tool''.
  49556. MySQL AB, defined:
  49557.           See ``What Is MySQL AB''.
  49558. MySQL binary distribution:
  49559.           See ``Which MySQL Version to Use''.
  49560. mysql command line options:
  49561.           See ``The Command-line Tool''.
  49562. MySQL history:
  49563.           See ``History of MySQL''.
  49564. MySQL mailing lists:
  49565.           See ``MySQL Mailing Lists''.
  49566. MySQL name:
  49567.           See ``History of MySQL''.
  49568. MySQL source distribution:
  49569.           See ``Which MySQL Version to Use''.
  49570. MySQL table types:
  49571.           See ``MySQL Table Types''.
  49572. MySQL tools, conversion:
  49573.           See ``How to Convert `mSQL' Tools for MySQL''.
  49574. MySQL usage:
  49575.           See ``MySQL customer usage''.
  49576. MySQL version:
  49577.           See ``How to Get MySQL''.
  49578. MySQL, defined:
  49579.           See ``What Is MySQL''.
  49580. MySQL, introduction:
  49581.           See ``What Is MySQL''.
  49582. MySQL, pronunciation:
  49583.           See ``What Is MySQL''.
  49584. mysql.sock, changing location of:
  49585.           See ``Typical `configure' Options''.
  49586. mysql.sock, protection:
  49587.           See ``How to Protect or change the MySQL socket file `/tmp/mysql.sock'''.
  49588. mysql_fix_privilege_tables:
  49589.           See ``Causes of `Access denied' Errors''.
  49590. mysql_install_db <1>:
  49591.           See ``Overview of the Client-Side Scripts and Utilities''.
  49592. mysql_install_db:
  49593.           See ``Overview of the Server-Side Scripts and Utilities''.
  49594. mysql_install_db script:
  49595.           See ``Problems Running `mysql_install_db'''.
  49596. mysqlaccess <1>:
  49597.           See ``Overview of the Client-Side Scripts and Utilities''.
  49598. mysqlaccess:
  49599.           See ``Overview of the Server-Side Scripts and Utilities''.
  49600. mysqladmin <1>:
  49601.           See ```DROP DATABASE' Syntax''.
  49602. mysqladmin <2>:
  49603.           See ```CREATE DATABASE' Syntax''.
  49604. mysqladmin <3>:
  49605.           See ``Overview of the Client-Side Scripts and Utilities''.
  49606. mysqladmin <4>:
  49607.           See ``Overview of the Server-Side Scripts and Utilities''.
  49608. mysqladmin <5>:
  49609.           See ```SHOW STATUS'''.
  49610. mysqladmin <6>:
  49611.           See ```KILL' Syntax''.
  49612. mysqladmin:
  49613.           See ```FLUSH' Syntax''.
  49614. mysqladmin option:
  49615.           See ``mysqld_multi, program for managing multiple MySQL servers''.
  49616. mysqlbug <1>:
  49617.           See ``Overview of the Client-Side Scripts and Utilities''.
  49618. mysqlbug:
  49619.           See ``Overview of the Server-Side Scripts and Utilities''.
  49620. mysqlbug script:
  49621.           See ``How to Report Bugs or Problems''.
  49622. mysqlbug script, location:
  49623.           See ``General Information About MySQL''.
  49624. mysqlclient library:
  49625.           See ``MySQL APIs''.
  49626. mysqld <1>:
  49627.           See ``Overview of the Client-Side Scripts and Utilities''.
  49628. mysqld:
  49629.           See ``Overview of the Server-Side Scripts and Utilities''.
  49630. mysqld option:
  49631.           See ``mysqld_multi, program for managing multiple MySQL servers''.
  49632. mysqld options <1>:
  49633.           See ``Tuning Server Parameters''.
  49634. mysqld options:
  49635.           See ``mysqld Command-line Options''.
  49636. mysqld server, buffer sizes:
  49637.           See ``Tuning Server Parameters''.
  49638. mysqld, starting:
  49639.           See ``How to Run MySQL As a Normal User''.
  49640. mysqld-max:
  49641.           See ``mysqld-max, An extended mysqld server''.
  49642. mysqld_multi:
  49643.           See ``mysqld_multi, program for managing multiple MySQL servers''.
  49644. mysqldump <1>:
  49645.           See ``mysqldump, Dumping Table Structure and Data''.
  49646. mysqldump <2>:
  49647.           See ``Overview of the Client-Side Scripts and Utilities''.
  49648. mysqldump <3>:
  49649.           See ``Overview of the Server-Side Scripts and Utilities''.
  49650. mysqldump:
  49651.           See ``Upgrading to Another Architecture''.
  49652. mysqlimport <1>:
  49653.           See ```LOAD DATA INFILE' Syntax''.
  49654. mysqlimport <2>:
  49655.           See ``mysqlimport, Importing Data from Text Files''.
  49656. mysqlimport <3>:
  49657.           See ``Overview of the Client-Side Scripts and Utilities''.
  49658. mysqlimport <4>:
  49659.           See ``Overview of the Server-Side Scripts and Utilities''.
  49660. mysqlimport:
  49661.           See ``Upgrading to Another Architecture''.
  49662. mysqlshow <1>:
  49663.           See ``Overview of the Client-Side Scripts and Utilities''.
  49664. mysqlshow:
  49665.           See ``Overview of the Server-Side Scripts and Utilities''.
  49666. mysqltest, MySQL Test Suite:
  49667.           See ``MySQL Test Suite''.
  49668. named pipes:
  49669.           See ``Running MySQL on Windows''.
  49670. names:
  49671.           See ``Database, Table, Index, Column, and Alias Names''.
  49672. names, case-sensitivity:
  49673.           See ``Case Sensitivity in Names''.
  49674. names, variables:
  49675.           See ``User Variables''.
  49676. naming, releases of MySQL:
  49677.           See ``Which MySQL Version to Use''.
  49678. native functions, adding:
  49679.           See ``Adding a New Native Function''.
  49680. native thread support:
  49681.           See ``Operating Systems Supported by MySQL''.
  49682. negative values:
  49683.           See ``Numbers''.
  49684. net etiquette <1>:
  49685.           See ``Guidelines for Answering Question on the Mailing List''.
  49686. net etiquette:
  49687.           See ``Asking Questions or Reporting Bugs''.
  49688. net_buffer_length:
  49689.           See ``The Command-line Tool''.
  49690. netmask notation, in mysql.user table:
  49691.           See ``Access Control, Stage 1: Connection Verification''.
  49692. new procedures, adding:
  49693.           See ``Adding New Procedures to MySQL''.
  49694. new users, adding:
  49695.           See ``Installing a MySQL Binary Distribution''.
  49696. news sites:
  49697.           See ``Some MySQL Users''.
  49698. no matching rows:
  49699.           See ``Solving Problems with No Matching Rows''.
  49700. no-auto-rehash, mysql option:
  49701.           See ``The Command-line Tool''.
  49702. no-log option:
  49703.           See ``mysqld_multi, program for managing multiple MySQL servers''.
  49704. no-named-commands, mysql option:
  49705.           See ``The Command-line Tool''.
  49706. no-pager, mysql option:
  49707.           See ``The Command-line Tool''.
  49708. no-tee, mysql option:
  49709.           See ``The Command-line Tool''.
  49710. non-delimited strings:
  49711.           See ``The `DATETIME', `DATE', and `TIMESTAMP' Types''.
  49712. Non-transactional tables:
  49713.           See ```Some non-transactional changed tables couldn't be rolled back' Error''.
  49714. NULL value:
  49715.           See ``Working with `NULL' Values''.
  49716. NULL values, and AUTO_INCREMENT columns:
  49717.           See ``Problems with `NULL' Values''.
  49718. NULL values, and indexes:
  49719.           See ```CREATE TABLE' Syntax''.
  49720. NULL values, and TIMESTAMP columns:
  49721.           See ``Problems with `NULL' Values''.
  49722. NULL values, vs. empty values:
  49723.           See ``Problems with `NULL' Values''.
  49724. NULL, testing for null <1>:
  49725.           See ``Control Flow Functions''.
  49726. NULL, testing for null:
  49727.           See ``Comparison Operators''.
  49728. numbers:
  49729.           See ``Numbers''.
  49730. numeric types:
  49731.           See ``Column Type Storage Requirements''.
  49732. ODBC:
  49733.           See ``MySQL ODBC Support''.
  49734. ODBC compatibility <1>:
  49735.           See ``Changes in release 3.21.15''.
  49736. ODBC compatibility <2>:
  49737.           See ```CREATE TABLE' Syntax''.
  49738. ODBC compatibility <3>:
  49739.           See ```JOIN' Syntax''.
  49740. ODBC compatibility <4>:
  49741.           See ``Comparison Operators''.
  49742. ODBC compatibility <5>:
  49743.           See ``Column Types''.
  49744. ODBC compatibility:
  49745.           See ``Database, Table, Index, Column, and Alias Names''.
  49746. ODBC, administrator:
  49747.           See ``How to Fill in the Various Fields in the ODBC Administrator Program''.
  49748. odbcadmin program:
  49749.           See ``Programs Known to Work with MyODBC''.
  49750. Old Photo Album:
  49751.           See ``Useful MySQL-related Links''.
  49752. OLEDB:
  49753.           See ``Contributed Programs''.
  49754. one-database, mysql option:
  49755.           See ``The Command-line Tool''.
  49756. online location of manual:
  49757.           See ``General Information About MySQL''.
  49758. online magazines:
  49759.           See ``Some MySQL Users''.
  49760. open source, defined:
  49761.           See ``What Is MySQL''.
  49762. open tables <1>:
  49763.           See ``Why So Many Open tables?''.
  49764. open tables:
  49765.           See ``mysqladmin, Administrating a MySQL Server''.
  49766. opening, tables:
  49767.           See ``How MySQL Opens and Closes Tables''.
  49768. opens:
  49769.           See ``mysqladmin, Administrating a MySQL Server''.
  49770. operating systems, file size limits:
  49771.           See ``How Big Can MySQL Tables Be?''.
  49772. operating systems, supported:
  49773.           See ``Operating Systems Supported by MySQL''.
  49774. operating systems, Windows versus Unix:
  49775.           See ``MySQL-Windows Compared to Unix MySQL''.
  49776. operations, arithmetic:
  49777.           See ``Arithmetic Operations''.
  49778. operators, cast:
  49779.           See ``Case Sensitivity''.
  49780. optimization, tips:
  49781.           See ``Other Optimization Tips''.
  49782. optimizations:
  49783.           See ``How MySQL Optimizes `WHERE' Clauses''.
  49784. optimizing, DISTINCT:
  49785.           See ``How MySQL Optimizes `DISTINCT'''.
  49786. optimizing, LEFT JOIN:
  49787.           See ``How MySQL Optimizes `LEFT JOIN' and `RIGHT JOIN'''.
  49788. optimizing, LIMIT:
  49789.           See ``How MySQL Optimizes `LIMIT'''.
  49790. optimizing, tables:
  49791.           See ``Table Optimization''.
  49792. option files:
  49793.           See ``my.cnf Option Files''.
  49794. options, command line, mysql:
  49795.           See ``The Command-line Tool''.
  49796. options, command-line:
  49797.           See ``mysqld Command-line Options''.
  49798. options, configure:
  49799.           See ``Typical `configure' Options''.
  49800. options, myisamchk:
  49801.           See ``General Options for `myisamchk'''.
  49802. options, provided by MySQL:
  49803.           See ``Introduction to MySQL: A MySQL Tutorial''.
  49804. options, replication:
  49805.           See ``Replication Features and Known Problems''.
  49806. Oracle compatibility <1>:
  49807.           See ``Functions for Use with `GROUP BY' Clauses''.
  49808. Oracle compatibility <2>:
  49809.           See ```DESCRIBE' Syntax (Get Information About Columns)''.
  49810. Oracle compatibility:
  49811.           See ``MySQL Extensions to ANSI SQL92''.
  49812. ORDER BY, aliases in:
  49813.           See ``Functions for Use with `GROUP BY' Clauses''.
  49814. overview:
  49815.           See ``General Information About MySQL''.
  49816. pack_isam:
  49817.           See ``myisampack, The MySQL Compressed Read-only Table Generator''.
  49818. pager, mysql option:
  49819.           See ``The Command-line Tool''.
  49820. parameters, server:
  49821.           See ``Tuning Server Parameters''.
  49822. partnering with MySQL:
  49823.           See ``Contact Information''.
  49824. password encryption, reversibility of:
  49825.           See ``Miscellaneous Functions''.
  49826. password option:
  49827.           See ``mysqld_multi, program for managing multiple MySQL servers''.
  49828. password, mysql option:
  49829.           See ``The Command-line Tool''.
  49830. password, root user:
  49831.           See ``Setting Up the Initial MySQL Privileges''.
  49832. passwords, for users:
  49833.           See ``MySQL User Names and Passwords''.
  49834. passwords, forgotten:
  49835.           See ``How to Reset a Forgotten Password''.
  49836. passwords, resetting:
  49837.           See ``How to Reset a Forgotten Password''.
  49838. passwords, security:
  49839.           See ``What the Privilege System Does''.
  49840. passwords, setting <1>:
  49841.           See ```SET' Syntax''.
  49842. passwords, setting <2>:
  49843.           See ``Setting Up Passwords''.
  49844. passwords, setting:
  49845.           See ```GRANT' and `REVOKE' Syntax''.
  49846. patches, applying:
  49847.           See ``Applying Patches''.
  49848. pattern matching:
  49849.           See ``Pattern Matching''.
  49850. payment information:
  49851.           See ``Payment information''.
  49852. performance, benchmarks:
  49853.           See ``Using Your Own Benchmarks''.
  49854. performance, disk issues:
  49855.           See ``Disk Issues''.
  49856. performance, estimating:
  49857.           See ``Estimating Query Performance''.
  49858. performance, improving <1>:
  49859.           See ``Get Your Data as Small as Possible''.
  49860. performance, improving:
  49861.           See ``Replication FAQ''.
  49862. Perl API:
  49863.           See ``MySQL Perl API''.
  49864. Perl DBI/DBD, installation problems:
  49865.           See ``Problems Using the Perl `DBI'/`DBD' Interface''.
  49866. Perl, installing:
  49867.           See ``Perl Installation Comments''.
  49868. Perl, installing on Windows:
  49869.           See ``Installing ActiveState Perl on Windows''.
  49870. Perl, modules:
  49871.           See ``Contributed Programs''.
  49872. permission checks, effect on speed:
  49873.           See ``Optimizing `SELECT's and Other Queries''.
  49874. perror:
  49875.           See ``perror, Explaining Error Codes''.
  49876. PhoneSweep:
  49877.           See ``Useful MySQL-related Links''.
  49878. PHP API:
  49879.           See ``MySQL PHP API''.
  49880. PHP, web sites:
  49881.           See ``Some MySQL Users''.
  49882. Pluribus:
  49883.           See ``Useful MySQL-related Links''.
  49884. port, mysql option:
  49885.           See ``The Command-line Tool''.
  49886. portability:
  49887.           See ``Portability''.
  49888. portability, types:
  49889.           See ``Using Column Types from Other Database Engines''.
  49890. porting, to other systems:
  49891.           See ``Comments on porting to other systems''.
  49892. post-install, many servers:
  49893.           See ``Installing Many Servers on the Same Machine''.
  49894. post-installation, setup and testing:
  49895.           See ``Post-installation Setup and Testing''.
  49896. PostgreSQL compatibility:
  49897.           See ``MySQL Extensions to ANSI SQL92''.
  49898. PostgreSQL vs. MySQL, benchmarks:
  49899.           See ``Benchmarking MySQL and PostgreSQL''.
  49900. PostgreSQL vs. MySQL, overview:
  49901.           See ``How MySQL Compares to PostgreSQL''.
  49902. PostgreSQL/MySQL, features:
  49903.           See ``Featurewise Comparison of MySQL and PostgreSQL''.
  49904. PostgreSQL/MySQL, strategies:
  49905.           See ``How MySQL Compares to PostgreSQL''.
  49906. prices, licensing and support:
  49907.           See ``MySQL Licensing and Support Costs''.
  49908. privilege information, location:
  49909.           See ``Privileges Provided by MySQL''.
  49910. privilege system:
  49911.           See ``What the Privilege System Does''.
  49912. privilege system, described:
  49913.           See ``How the Privilege System Works''.
  49914. privilege, changes:
  49915.           See ``Access Control, Stage 2: Request Verification''.
  49916. privileges, access:
  49917.           See ``General Security Issues and the MySQL Access Privilege System''.
  49918. privileges, adding:
  49919.           See ``Adding New Users to MySQL''.
  49920. privileges, default:
  49921.           See ``Setting Up the Initial MySQL Privileges''.
  49922. privileges, display:
  49923.           See ```SHOW GRANTS'''.
  49924. privileges, granting:
  49925.           See ```GRANT' and `REVOKE' Syntax''.
  49926. privileges, revoking:
  49927.           See ```GRANT' and `REVOKE' Syntax''.
  49928. problems, access denied errors:
  49929.           See ```Access denied' Error''.
  49930. problems, common errors:
  49931.           See ``Problems and Common Errors''.
  49932. problems, compiling:
  49933.           See ``Problems Compiling?''.
  49934. problems, DATE columns:
  49935.           See ``Problems Using `DATE' Columns''.
  49936. problems, date values:
  49937.           See ``The `DATETIME', `DATE', and `TIMESTAMP' Types''.
  49938. problems, installing on IBM-AIX:
  49939.           See ``IBM-AIX notes''.
  49940. problems, installing on Solaris:
  49941.           See ``Solaris Notes''.
  49942. problems, installing Perl:
  49943.           See ``Problems Using the Perl `DBI'/`DBD' Interface''.
  49944. problems, linking:
  49945.           See ``Problems When Linking with the MySQL Client Library''.
  49946. problems, ODBC:
  49947.           See ``Reporting Problems with MyODBC''.
  49948. problems, reporting:
  49949.           See ``How to Report Bugs or Problems''.
  49950. problems, starting the server:
  49951.           See ``Problems Starting the MySQL Server''.
  49952. problems, table locking:
  49953.           See ``Table Locking Issues''.
  49954. problems, timezone:
  49955.           See ``Time Zone Problems''.
  49956. procedures, adding:
  49957.           See ``Adding New Procedures to MySQL''.
  49958. procedures, stored:
  49959.           See ``Stored Procedures and Triggers''.
  49960. process support:
  49961.           See ``Operating Systems Supported by MySQL''.
  49962. processes, display:
  49963.           See ```SHOW PROCESSLIST'''.
  49964. processing, arguments:
  49965.           See ``Argument Processing''.
  49966. products, selling:
  49967.           See ``Example Licensing Situations''.
  49968. programs, client:
  49969.           See ``Building Client Programs''.
  49970. programs, contributed:
  49971.           See ``Contributed Programs''.
  49972. programs, crash-me:
  49973.           See ``Portability''.
  49974. programs, list of <1>:
  49975.           See ``Overview of the Client-Side Scripts and Utilities''.
  49976. programs, list of:
  49977.           See ``Overview of the Server-Side Scripts and Utilities''.
  49978. prompts, meanings:
  49979.           See ``Entering Queries''.
  49980. pronunciation, MySQL:
  49981.           See ``What Is MySQL''.
  49982. Protocol mismatch:
  49983.           See ``Upgrading from Version 3.20 to Version 3.21''.
  49984. pwPage:
  49985.           See ``Useful MySQL-related Links''.
  49986. Python APIs:
  49987.           See ``MySQL Python APIs''.
  49988. queries, C API results:
  49989.           See ``Why Is It that After `mysql_query()' Returns Success, `mysql_store_result()' Sometimes Returns `NULL?'''.
  49990. queries, entering:
  49991.           See ``Entering Queries''.
  49992. queries, estimating performance:
  49993.           See ``Estimating Query Performance''.
  49994. queries, examples:
  49995.           See ``Examples of Common Queries''.
  49996. queries, speed of:
  49997.           See ``Optimizing `SELECT's and Other Queries''.
  49998. queries, Twin Studeis project:
  49999.           See ``Queries from Twin Project''.
  50000. query log:
  50001.           See ``The General Query Log''.
  50002. questions:
  50003.           See ``mysqladmin, Administrating a MySQL Server''.
  50004. questions, answering:
  50005.           See ``Guidelines for Answering Question on the Mailing List''.
  50006. quick, mysql option:
  50007.           See ``The Command-line Tool''.
  50008. quotes, in strings:
  50009.           See ``Strings''.
  50010. quoting:
  50011.           See ``Strings''.
  50012. quoting binary data:
  50013.           See ``Strings''.
  50014. quoting strings:
  50015.           See ``The `DBI' Interface''.
  50016. raw, mysql option:
  50017.           See ``The Command-line Tool''.
  50018. re-creating, grant tables:
  50019.           See ``Setting Up the Initial MySQL Privileges''.
  50020. reconfiguring:
  50021.           See ``Problems Compiling?''.
  50022. recovery, from crash:
  50023.           See ``Using `myisamchk' for Crash Recovery''.
  50024. RedHat Package Manager <1>:
  50025.           See ``Installing a MySQL Binary Distribution''.
  50026. RedHat Package Manager:
  50027.           See ``Installing MySQL on Linux''.
  50028. reducing, data size:
  50029.           See ``Get Your Data as Small as Possible''.
  50030. references:
  50031.           See ```ALTER TABLE' Syntax''.
  50032. regex:
  50033.           See ``Description of MySQL regular expression syntax''.
  50034. regular expression syntax, described:
  50035.           See ``Description of MySQL regular expression syntax''.
  50036. related information URLs:
  50037.           See ``Useful MySQL-related Links''.
  50038. relational databases, defined:
  50039.           See ``What Is MySQL''.
  50040. release numbers:
  50041.           See ``Which MySQL Version to Use''.
  50042. releases, naming scheme:
  50043.           See ``Which MySQL Version to Use''.
  50044. releases, testing:
  50045.           See ``Which MySQL Version to Use''.
  50046. releases, updating:
  50047.           See ``How and When Updates Are Released''.
  50048. reordering, columns:
  50049.           See ``How To Change the Order of Columns in a Table''.
  50050. repair options, myisamchk:
  50051.           See ``Repair Options for myisamchk''.
  50052. repairing, tables:
  50053.           See ``How to Repair Tables''.
  50054. replace <1>:
  50055.           See ``Overview of the Client-Side Scripts and Utilities''.
  50056. replace:
  50057.           See ``Overview of the Server-Side Scripts and Utilities''.
  50058. replication:
  50059.           See ``Replication in MySQL''.
  50060. replication, commands:
  50061.           See ``SQL Commands Related to Replication''.
  50062. replication, two-way:
  50063.           See ``Replication FAQ''.
  50064. reporting, bugs:
  50065.           See ``How to Report Bugs or Problems''.
  50066. reporting, errors <1>:
  50067.           See ``MySQL Mailing Lists''.
  50068. reporting, errors:
  50069.           See ``General Information About MySQL''.
  50070. reporting, MyODBC problems:
  50071.           See ``Reporting Problems with MyODBC''.
  50072. reserved words, exceptions:
  50073.           See ``Is MySQL Picky About Reserved Words?''.
  50074. restarting, the server:
  50075.           See ``Post-installation Setup and Testing''.
  50076. retrieving, data:
  50077.           See ``How Stable Is MySQL?''.
  50078. retrieving, data from tables:
  50079.           See ``Retrieving Information from a Table''.
  50080. return values, UDFs:
  50081.           See ``Return Values and Error Handling''.
  50082. revoking, privleges:
  50083.           See ```GRANT' and `REVOKE' Syntax''.
  50084. root password:
  50085.           See ``Setting Up the Initial MySQL Privileges''.
  50086. root user, password resetting:
  50087.           See ``How to Reset a Forgotten Password''.
  50088. rounding errors <1>:
  50089.           See ``Mathematical Functions''.
  50090. rounding errors:
  50091.           See ``Column Types''.
  50092. rows, counting:
  50093.           See ``Counting Rows''.
  50094. rows, deleting:
  50095.           See ``Deleting Rows from Related Tables''.
  50096. rows, locking:
  50097.           See ``How to Cope Without `COMMIT'/`ROLLBACK'''.
  50098. rows, matching problems:
  50099.           See ``Solving Problems with No Matching Rows''.
  50100. rows, selecting:
  50101.           See ``Selecting Particular Rows''.
  50102. rows, sorting:
  50103.           See ``Sorting Rows''.
  50104. RPM file:
  50105.           See ``Installing MySQL on Linux''.
  50106. RPM, defined:
  50107.           See ``Installing a MySQL Binary Distribution''.
  50108. RPMs, for common tools:
  50109.           See ``Contributed Programs''.
  50110. RTS-threads:
  50111.           See ``Comments about RTS threads''.
  50112. running configure after prior invocation:
  50113.           See ``Problems Compiling?''.
  50114. running, a web server:
  50115.           See ``Running a Web Server Using MySQL''.
  50116. running, ANSI mode:
  50117.           See ``Running MySQL in ANSI Mode''.
  50118. running, batch mode:
  50119.           See ``Using `mysql' in Batch Mode''.
  50120. running, multiple servers:
  50121.           See ``Running Multiple MySQL Servers on the Same Machine''.
  50122. running, queries:
  50123.           See ``Entering Queries''.
  50124. safe-mode command:
  50125.           See ``The Command-line Tool''.
  50126. safe-updates, mysql option:
  50127.           See ``The Command-line Tool''.
  50128. safe_mysqld:
  50129.           See ``safe_mysqld, the wrapper around mysqld''.
  50130. SCMDB:
  50131.           See ``Useful MySQL-related Links''.
  50132. script files:
  50133.           See ``Using `mysql' in Batch Mode''.
  50134. scripts <1>:
  50135.           See ``The Command-line Tool''.
  50136. scripts <2>:
  50137.           See ``mysqld_multi, program for managing multiple MySQL servers''.
  50138. scripts:
  50139.           See ``safe_mysqld, the wrapper around mysqld''.
  50140. scripts, mysql_install_db:
  50141.           See ``Problems Running `mysql_install_db'''.
  50142. scripts, mysqlbug:
  50143.           See ``How to Report Bugs or Problems''.
  50144. search engines, web:
  50145.           See ``Some MySQL Users''.
  50146. searching, and case-sensitivity:
  50147.           See ``Case Sensitivity in Searches''.
  50148. searching, full-text:
  50149.           See ``MySQL Full-text Search''.
  50150. searching, MySQL webpages:
  50151.           See ``Asking Questions or Reporting Bugs''.
  50152. searching, two keys:
  50153.           See ``Searching on Two Keys''.
  50154. security system:
  50155.           See ``General Security Issues and the MySQL Access Privilege System''.
  50156. security, against crackers:
  50157.           See ``How to Make MySQL Secure Against Crackers''.
  50158. select_limit:
  50159.           See ``The Command-line Tool''.
  50160. selecting, databases:
  50161.           See ``Creating and Selecting a Database''.
  50162. selling products:
  50163.           See ``Example Licensing Situations''.
  50164. sequence emulation:
  50165.           See ``Miscellaneous Functions''.
  50166. server administration:
  50167.           See ``mysqladmin, Administrating a MySQL Server''.
  50168. server, connecting <1>:
  50169.           See ``Connecting to the MySQL Server''.
  50170. server, connecting:
  50171.           See ``Connecting to and Disconnecting from the Server''.
  50172. server, debugging:
  50173.           See ``Debugging a MySQL server''.
  50174. server, disconnecting:
  50175.           See ``Connecting to and Disconnecting from the Server''.
  50176. server, restart:
  50177.           See ``Post-installation Setup and Testing''.
  50178. server, shutdown:
  50179.           See ``Post-installation Setup and Testing''.
  50180. server, starting:
  50181.           See ``Post-installation Setup and Testing''.
  50182. server, starting and stopping:
  50183.           See ``Starting and Stopping MySQL Automatically''.
  50184. server, starting problems:
  50185.           See ``Problems Starting the MySQL Server''.
  50186. servers, multiple:
  50187.           See ``Running Multiple MySQL Servers on the Same Machine''.
  50188. services:
  50189.           See ``Some MySQL Users''.
  50190. services, ISP:
  50191.           See ``ISP MySQL Services''.
  50192. services, web:
  50193.           See ``ISP MySQL Services''.
  50194. SET, size:
  50195.           See ``Column Type Storage Requirements''.
  50196. set-variable, mysql option:
  50197.           See ``The Command-line Tool''.
  50198. setting, passwords:
  50199.           See ``Setting Up Passwords''.
  50200. setup, post-installation:
  50201.           See ``Post-installation Setup and Testing''.
  50202. shell syntax:
  50203.           See ``Conventions Used in This Manual''.
  50204. showing, database information:
  50205.           See ``Showing Databases, Tables, and Columns''.
  50206. shutting down, the server:
  50207.           See ``Post-installation Setup and Testing''.
  50208. silent column changes:
  50209.           See ``Silent Column Specification Changes''.
  50210. silent, mysql option:
  50211.           See ``The Command-line Tool''.
  50212. size of tables:
  50213.           See ``How Big Can MySQL Tables Be?''.
  50214. sizes, display:
  50215.           See ``Column Types''.
  50216. skip-column-names, mysql option:
  50217.           See ``The Command-line Tool''.
  50218. skip-line-numbers, mysql option:
  50219.           See ``The Command-line Tool''.
  50220. slow queries:
  50221.           See ``mysqladmin, Administrating a MySQL Server''.
  50222. slow query log:
  50223.           See ``The Slow Query Log''.
  50224. socket location, changing:
  50225.           See ``Typical `configure' Options''.
  50226. socket, mysql option:
  50227.           See ``The Command-line Tool''.
  50228. Solaris installation problems:
  50229.           See ``Solaris Notes''.
  50230. Solaris troubleshooting:
  50231.           See ``Problems Compiling?''.
  50232. sorting, character sets:
  50233.           See ``The Character Set Used for Data and Sorting''.
  50234. sorting, data:
  50235.           See ``Sorting Rows''.
  50236. sorting, grant tables <1>:
  50237.           See ``Access Control, Stage 2: Request Verification''.
  50238. sorting, grant tables:
  50239.           See ``Access Control, Stage 1: Connection Verification''.
  50240. sorting, table rows:
  50241.           See ``Sorting Rows''.
  50242. source distribution, installing:
  50243.           See ``Installing a MySQL Source Distribution''.
  50244. speed, compiling:
  50245.           See ``How Compiling and Linking Affects the Speed of MySQL''.
  50246. speed, increasing:
  50247.           See ``Replication in MySQL''.
  50248. speed, inserting:
  50249.           See ``Speed of `INSERT' Queries''.
  50250. speed, linking:
  50251.           See ``How Compiling and Linking Affects the Speed of MySQL''.
  50252. speed, of queries <1>:
  50253.           See ``Speed of `SELECT' Queries''.
  50254. speed, of queries:
  50255.           See ``Optimizing `SELECT's and Other Queries''.
  50256. SQL commands, replication:
  50257.           See ``SQL Commands Related to Replication''.
  50258. SQL, defined:
  50259.           See ``What Is MySQL''.
  50260. sql_yacc.cc problems:
  50261.           See ``Problems Compiling?''.
  50262. square brackets:
  50263.           See ``Column Types''.
  50264. SSH:
  50265.           See ``Connecting to a Remote MySQL from Windows with SSH''.
  50266. stability:
  50267.           See ``How Stable Is MySQL?''.
  50268. standards compatibility:
  50269.           See ``How Standards-compatible Is MySQL?''.
  50270. Starting many servers:
  50271.           See ``Installing Many Servers on the Same Machine''.
  50272. starting, comments:
  50273.           See ```--' as the Start of a Comment''.
  50274. starting, mysqld:
  50275.           See ``How to Run MySQL As a Normal User''.
  50276. starting, the server:
  50277.           See ``Post-installation Setup and Testing''.
  50278. starting, the server automatically:
  50279.           See ``Starting and Stopping MySQL Automatically''.
  50280. startup options, default:
  50281.           See ``my.cnf Option Files''.
  50282. startup parameters:
  50283.           See ``Tuning Server Parameters''.
  50284. startup parameters, mysql:
  50285.           See ``The Command-line Tool''.
  50286. startup parameters, tuning:
  50287.           See ``System/Compile Time and Startup Parameter Tuning''.
  50288. statically, compiling:
  50289.           See ``Typical `configure' Options''.
  50290. status command:
  50291.           See ``The Command-line Tool''.
  50292. status command, results:
  50293.           See ``mysqladmin, Administrating a MySQL Server''.
  50294. status, tables:
  50295.           See ```SHOW TABLE STATUS'''.
  50296. stopping, the server:
  50297.           See ``Starting and Stopping MySQL Automatically''.
  50298. storage of data:
  50299.           See ``Design Choices''.
  50300. storage requirements, column type:
  50301.           See ``Column Type Storage Requirements''.
  50302. storage space, minimizing:
  50303.           See ``Get Your Data as Small as Possible''.
  50304. stored procedures and triggers, defined:
  50305.           See ``Stored Procedures and Triggers''.
  50306. storing, data:
  50307.           See ``How Stable Is MySQL?''.
  50308. string collating:
  50309.           See ``String Collating Support''.
  50310. string comparisons, case sensitivity:
  50311.           See ``String Comparison Functions''.
  50312. string types:
  50313.           See ``String Types''.
  50314. strings, defined:
  50315.           See ``Literals: How to Write Strings and Numbers''.
  50316. strings, escaping characters:
  50317.           See ``Literals: How to Write Strings and Numbers''.
  50318. strings, non-delimited:
  50319.           See ``The `DATETIME', `DATE', and `TIMESTAMP' Types''.
  50320. strings, quoting:
  50321.           See ``The `DBI' Interface''.
  50322. striping, defined:
  50323.           See ``Disk Issues''.
  50324. sub-selects:
  50325.           See ``Sub-selects''.
  50326. superuser:
  50327.           See ``Setting Up the Initial MySQL Privileges''.
  50328. support costs:
  50329.           See ``MySQL Licensing and Support Costs''.
  50330. support terms:
  50331.           See ``MySQL Licensing and Support''.
  50332. support, BDB Tables:
  50333.           See ``Support for other table handlers''.
  50334. support, for operating systems:
  50335.           See ``Operating Systems Supported by MySQL''.
  50336. support, InnoDB Tables:
  50337.           See ``Support for other table handlers''.
  50338. support, licensing:
  50339.           See ``MySQL Licensing Policy''.
  50340. support, mailing address:
  50341.           See ``How to Report Bugs or Problems''.
  50342. support, types:
  50343.           See ``Types of Commercial Support''.
  50344. suppression, default values:
  50345.           See ``Typical `configure' Options''.
  50346. Sybase compatibility:
  50347.           See ```USE' Syntax''.
  50348. symbolic links <1>:
  50349.           See ``Using Symbolic Links''.
  50350. symbolic links:
  50351.           See ``Splitting Data Across Different Disks on Windows''.
  50352. syntax, regular expression:
  50353.           See ``Description of MySQL regular expression syntax''.
  50354. system optimization:
  50355.           See ``System/Compile Time and Startup Parameter Tuning''.
  50356. system table:
  50357.           See ```EXPLAIN' Syntax (Get Information About a `SELECT')''.
  50358. system, privilege:
  50359.           See ``What the Privilege System Does''.
  50360. system, security:
  50361.           See ``General Security Issues and the MySQL Access Privilege System''.
  50362. table aliases:
  50363.           See ```SELECT' Syntax''.
  50364. table cache:
  50365.           See ``How MySQL Opens and Closes Tables''.
  50366. table is full <1>:
  50367.           See ```The table is full' Error''.
  50368. table is full:
  50369.           See ```SET' Syntax''.
  50370. table names, case sensitivity <1>:
  50371.           See ``Case Sensitivity in Names''.
  50372. table names, case sensitivity:
  50373.           See ``MySQL Extensions to ANSI SQL92''.
  50374. table types, choosing:
  50375.           See ``MySQL Table Types''.
  50376. table, mysql option:
  50377.           See ``The Command-line Tool''.
  50378. tables, BDB:
  50379.           See ``BDB or Berkeley_DB Tables''.
  50380. tables, Berkeley DB:
  50381.           See ``BDB or Berkeley_DB Tables''.
  50382. tables, changing column order:
  50383.           See ``How To Change the Order of Columns in a Table''.
  50384. tables, checking:
  50385.           See ``Check Options for `myisamchk'''.
  50386. tables, closing:
  50387.           See ``How MySQL Opens and Closes Tables''.
  50388. tables, compressed:
  50389.           See ``myisampack, The MySQL Compressed Read-only Table Generator''.
  50390. tables, compressed format:
  50391.           See ``Compressed Table Characteristics''.
  50392. tables, constant <1>:
  50393.           See ``How MySQL Optimizes `WHERE' Clauses''.
  50394. tables, constant:
  50395.           See ```EXPLAIN' Syntax (Get Information About a `SELECT')''.
  50396. tables, counting rows:
  50397.           See ``Counting Rows''.
  50398. tables, creating:
  50399.           See ``Creating a Table''.
  50400. tables, defragment <1>:
  50401.           See ``Dynamic Table Characteristics''.
  50402. tables, defragment:
  50403.           See ``Setting Up a Table Maintenance Regimen''.
  50404. tables, defragmenting:
  50405.           See ```OPTIMIZE TABLE' Syntax''.
  50406. tables, deleting rows:
  50407.           See ``Deleting Rows from Related Tables''.
  50408. tables, displaying:
  50409.           See ``Showing Databases, Tables, and Columns''.
  50410. tables, displaying status:
  50411.           See ```SHOW TABLE STATUS'''.
  50412. tables, dumping <1>:
  50413.           See ``mysqlhotcopy, Copying MySQL Databases and Tables''.
  50414. tables, dumping:
  50415.           See ``mysqldump, Dumping Table Structure and Data''.
  50416. tables, dynamic:
  50417.           See ``Dynamic Table Characteristics''.
  50418. tables, error checking:
  50419.           See ``How to Check Tables for Errors''.
  50420. tables, flush:
  50421.           See ``mysqladmin, Administrating a MySQL Server''.
  50422. tables, fragmentation:
  50423.           See ```OPTIMIZE TABLE' Syntax''.
  50424. tables, grant:
  50425.           See ``Access Control, Stage 2: Request Verification''.
  50426. tables, HEAP:
  50427.           See ``HEAP Tables''.
  50428. tables, host:
  50429.           See ``Access Control, Stage 2: Request Verification''.
  50430. tables, improving performance:
  50431.           See ``Get Your Data as Small as Possible''.
  50432. tables, information:
  50433.           See ``Getting Information About a Table''.
  50434. tables, information about:
  50435.           See ``Getting Information About Databases and Tables''.
  50436. tables, ISAM:
  50437.           See ``ISAM Tables''.
  50438. tables, loading data:
  50439.           See ``Loading Data into a Table''.
  50440. tables, locking:
  50441.           See ``How MySQL Locks Tables''.
  50442. tables, maintenance regimen:
  50443.           See ``Setting Up a Table Maintenance Regimen''.
  50444. tables, maximum size:
  50445.           See ``How Big Can MySQL Tables Be?''.
  50446. tables, merging:
  50447.           See ``MERGE Tables''.
  50448. tables, multiple:
  50449.           See ``Using More Than one Table''.
  50450. tables, names:
  50451.           See ``Database, Table, Index, Column, and Alias Names''.
  50452. tables, open:
  50453.           See ``Why So Many Open tables?''.
  50454. tables, opening:
  50455.           See ``How MySQL Opens and Closes Tables''.
  50456. tables, optimizing:
  50457.           See ``Table Optimization''.
  50458. tables, repairing:
  50459.           See ``How to Repair Tables''.
  50460. tables, retrieving data:
  50461.           See ``Retrieving Information from a Table''.
  50462. tables, selecting columns:
  50463.           See ``Selecting Particular Columns''.
  50464. tables, selecting rows:
  50465.           See ``Selecting Particular Rows''.
  50466. tables, sorting rows:
  50467.           See ``Sorting Rows''.
  50468. tables, system:
  50469.           See ```EXPLAIN' Syntax (Get Information About a `SELECT')''.
  50470. tables, too many:
  50471.           See ``Drawbacks to Creating Large Numbers of Tables in the Same Database''.
  50472. tables, unique ID for last row:
  50473.           See ``How Can I Get the Unique ID for the Last Inserted Row?''.
  50474. tables, updating:
  50475.           See ``How to Cope Without `COMMIT'/`ROLLBACK'''.
  50476. tar, problems on Solaris:
  50477.           See ``Solaris Notes''.
  50478. Tcl APIs:
  50479.           See ``MySQL Tcl APIs''.
  50480. tcp-ip option:
  50481.           See ``mysqld_multi, program for managing multiple MySQL servers''.
  50482. TCP/IP:
  50483.           See ``Running MySQL on Windows''.
  50484. technical support, by email:
  50485.           See ``Basic E-mail Support''.
  50486. technical support, licensing:
  50487.           See ``MySQL Licensing Policy''.
  50488. technical support, mailing address:
  50489.           See ``How to Report Bugs or Problems''.
  50490. tee, mysql option:
  50491.           See ``The Command-line Tool''.
  50492. Tek-Tips forums:
  50493.           See ``Useful MySQL-related Links''.
  50494. temporary file, write access:
  50495.           See ``Problems Running `mysql_install_db'''.
  50496. temporary tables, problems:
  50497.           See ``TEMPORARY TABLE problems''.
  50498. terminal monitor, defined:
  50499.           See ``Introduction to MySQL: A MySQL Tutorial''.
  50500. testing mysqld, mysqltest:
  50501.           See ``MySQL Test Suite''.
  50502. testing, connection to the server:
  50503.           See ``Access Control, Stage 1: Connection Verification''.
  50504. testing, installation:
  50505.           See ``Post-installation Setup and Testing''.
  50506. testing, of MySQL releases:
  50507.           See ``Which MySQL Version to Use''.
  50508. testing, post-installation:
  50509.           See ``Post-installation Setup and Testing''.
  50510. testing, the server:
  50511.           See ``Post-installation Setup and Testing''.
  50512. Texinfo:
  50513.           See ``About This Manual''.
  50514. TEXT columns, default values:
  50515.           See ``The `BLOB' and `TEXT' Types''.
  50516. TEXT columns, indexing:
  50517.           See ```CREATE TABLE' Syntax''.
  50518. text files, importing:
  50519.           See ``mysqlimport, Importing Data from Text Files''.
  50520. TEXT, size:
  50521.           See ``Column Type Storage Requirements''.
  50522. thread packages, differences between:
  50523.           See ``Differences between different thread packages''.
  50524. thread support:
  50525.           See ``Operating Systems Supported by MySQL''.
  50526. thread support, non-native:
  50527.           See ``MIT-pthreads Notes''.
  50528. threaded clients:
  50529.           See ``How to Make a Threaded Client''.
  50530. threads <1>:
  50531.           See ``MySQL Internals''.
  50532. threads:
  50533.           See ``mysqladmin, Administrating a MySQL Server''.
  50534. threads, display:
  50535.           See ```SHOW PROCESSLIST'''.
  50536. threads, RTS:
  50537.           See ``Comments about RTS threads''.
  50538. time types:
  50539.           See ``Column Type Storage Requirements''.
  50540. timeout <1>:
  50541.           See ```INSERT DELAYED' syntax''.
  50542. timeout <2>:
  50543.           See ``Miscellaneous Functions''.
  50544. timeout:
  50545.           See ```SHOW VARIABLES'''.
  50546. timeout, connect_timeout variable:
  50547.           See ``The Command-line Tool''.
  50548. TIMESTAMP, and NULL values:
  50549.           See ``Problems with `NULL' Values''.
  50550. timezone problems:
  50551.           See ``Time Zone Problems''.
  50552. tips, optimization:
  50553.           See ``Other Optimization Tips''.
  50554. ToDo list for MySQL:
  50555.           See ``MySQL and the future (The TODO)''.
  50556. TODO, symlinks:
  50557.           See ``Using Symbolic Links for Tables''.
  50558. tools, authentication:
  50559.           See ``Contributed Programs''.
  50560. tools, benchmarking:
  50561.           See ``Contributed Programs''.
  50562. tools, command line:
  50563.           See ``The Command-line Tool''.
  50564. tools, converting:
  50565.           See ``How to Convert `mSQL' Tools for MySQL''.
  50566. tools, mysqld_multi:
  50567.           See ``mysqld_multi, program for managing multiple MySQL servers''.
  50568. tools, RPMs for:
  50569.           See ``Contributed Programs''.
  50570. tools, safe_mysqld:
  50571.           See ``safe_mysqld, the wrapper around mysqld''.
  50572. tools, useful:
  50573.           See ``Contributed Programs''.
  50574. tools,, web:
  50575.           See ``Contributed Programs''.
  50576. transaction-safe tables:
  50577.           See ``How to Cope Without `COMMIT'/`ROLLBACK'''.
  50578. transactions, support:
  50579.           See ``Transactions''.
  50580. triggers, stored:
  50581.           See ``Stored Procedures and Triggers''.
  50582. troubleshooting, FreeBSD:
  50583.           See ``Problems Compiling?''.
  50584. troubleshooting, Solaris:
  50585.           See ``Problems Compiling?''.
  50586. tutorial:
  50587.           See ``Introduction to MySQL: A MySQL Tutorial''.
  50588. Twin Studies, queries:
  50589.           See ``Queries from Twin Project''.
  50590. type conversions:
  50591.           See ``Comparison Operators''.
  50592. types, columns <1>:
  50593.           See ``Choosing the Right Type for a Column''.
  50594. types, columns:
  50595.           See ``Column Types''.
  50596. types, date:
  50597.           See ``Column Type Storage Requirements''.
  50598. types, Date and Time:
  50599.           See ``Date and Time Types''.
  50600. types, numeric:
  50601.           See ``Column Type Storage Requirements''.
  50602. types, of support:
  50603.           See ``Types of Commercial Support''.
  50604. types, of tables:
  50605.           See ``MySQL Table Types''.
  50606. types, portability:
  50607.           See ``Using Column Types from Other Database Engines''.
  50608. types, strings:
  50609.           See ``String Types''.
  50610. types, time:
  50611.           See ``Column Type Storage Requirements''.
  50612. typographical conventions:
  50613.           See ``Conventions Used in This Manual''.
  50614. UDFs, compiling:
  50615.           See ``Compiling and Installing User-definable Functions''.
  50616. UDFs, defined:
  50617.           See ``Adding New Functions to MySQL''.
  50618. UDFs, return values:
  50619.           See ``Return Values and Error Handling''.
  50620. unbuffered, mysql option:
  50621.           See ``The Command-line Tool''.
  50622. unique ID:
  50623.           See ``How Can I Get the Unique ID for the Last Inserted Row?''.
  50624. Unireg, described:
  50625.           See ``What is Unireg?''.
  50626. unloading, tables:
  50627.           See ``Retrieving Information from a Table''.
  50628. update log:
  50629.           See ``The Update Log''.
  50630. updating, releases of MySQL:
  50631.           See ``How and When Updates Are Released''.
  50632. updating, tables:
  50633.           See ``How to Cope Without `COMMIT'/`ROLLBACK'''.
  50634. upgrading:
  50635.           See ``Upgrading/Downgrading MySQL''.
  50636. upgrading, 3.20 to 3.21:
  50637.           See ``Upgrading from Version 3.20 to Version 3.21''.
  50638. upgrading, 3.21 to 3.22:
  50639.           See ``Upgrading from Version 3.21 to Version 3.22''.
  50640. upgrading, 3.22 to 3.23:
  50641.           See ``Upgrading From Version 3.22 to Version 3.23''.
  50642. upgrading, different architecture:
  50643.           See ``Upgrading to Another Architecture''.
  50644. uptime:
  50645.           See ``mysqladmin, Administrating a MySQL Server''.
  50646. URLS for downloading MySQL:
  50647.           See ``How to Get MySQL''.
  50648. URLs to MySQL information:
  50649.           See ``Useful MySQL-related Links''.
  50650. user names, and passwords:
  50651.           See ``MySQL User Names and Passwords''.
  50652. user option:
  50653.           See ``mysqld_multi, program for managing multiple MySQL servers''.
  50654. user privileges, adding:
  50655.           See ``Adding New Users to MySQL''.
  50656. user table, sorting:
  50657.           See ``Access Control, Stage 1: Connection Verification''.
  50658. user variables:
  50659.           See ``User Variables''.
  50660. user, mysql option:
  50661.           See ``The Command-line Tool''.
  50662. user-defined functions, adding <1>:
  50663.           See ``Adding a New User-definable Function''.
  50664. user-defined functions, adding:
  50665.           See ``Adding New Functions to MySQL''.
  50666. users, adding:
  50667.           See ``Installing a MySQL Binary Distribution''.
  50668. users, of MySQL:
  50669.           See ``Some MySQL Users''.
  50670. users, root:
  50671.           See ``Setting Up the Initial MySQL Privileges''.
  50672. uses, of MySQL:
  50673.           See ``What Have We Used MySQL For?''.
  50674. using multiple disks to start data:
  50675.           See ``Splitting Data Across Different Disks on Windows''.
  50676. valid numbers, examples:
  50677.           See ``Numbers''.
  50678. VARCHAR, size:
  50679.           See ``Column Type Storage Requirements''.
  50680. variables, mysqld:
  50681.           See ``Tuning Server Parameters''.
  50682. variables, status:
  50683.           See ```SHOW STATUS'''.
  50684. variables, user:
  50685.           See ``User Variables''.
  50686. variables, values:
  50687.           See ```SHOW VARIABLES'''.
  50688. verbose, mysql option:
  50689.           See ``The Command-line Tool''.
  50690. version option:
  50691.           See ``mysqld_multi, program for managing multiple MySQL servers''.
  50692. version, choosing:
  50693.           See ``Which MySQL Version to Use''.
  50694. version, latest:
  50695.           See ``How to Get MySQL''.
  50696. version, mysql option:
  50697.           See ``The Command-line Tool''.
  50698. vertical, mysql option:
  50699.           See ``The Command-line Tool''.
  50700. views:
  50701.           See ``Views''.
  50702. virtual memory, problems while compiling:
  50703.           See ``Problems Compiling?''.
  50704. Visual Basic:
  50705.           See ``Programs Known to Work with MyODBC''.
  50706. wait, mysql option:
  50707.           See ``The Command-line Tool''.
  50708. Web clients:
  50709.           See ``Contributed Programs''.
  50710. web pages, miscellaneous:
  50711.           See ``Some MySQL Users''.
  50712. web search engines:
  50713.           See ``Some MySQL Users''.
  50714. web server, running:
  50715.           See ``Running a Web Server Using MySQL''.
  50716. web sites:
  50717.           See ``Some MySQL Users''.
  50718. web tools:
  50719.           See ``Contributed Programs''.
  50720. Web+:
  50721.           See ``Useful MySQL-related Links''.
  50722. Webmerger:
  50723.           See ``Useful MySQL-related Links''.
  50724. wild cards, in mysql.columns_priv table:
  50725.           See ``Access Control, Stage 2: Request Verification''.
  50726. wild cards, in mysql.db table:
  50727.           See ``Access Control, Stage 2: Request Verification''.
  50728. wild cards, in mysql.host table:
  50729.           See ``Access Control, Stage 2: Request Verification''.
  50730. wild cards, in mysql.tables_priv table:
  50731.           See ``Access Control, Stage 2: Request Verification''.
  50732. wildcards, and LIKE:
  50733.           See ``How MySQL Uses Indexes''.
  50734. wildcards, in mysql.user table:
  50735.           See ``Access Control, Stage 1: Connection Verification''.
  50736. Windows:
  50737.           See ``MySQL ODBC Support''.
  50738. Windows, compiling on:
  50739.           See ``Compiling MySQL Clients on Windows''.
  50740. Windows, open issues:
  50741.           See ``MySQL-Windows Compared to Unix MySQL''.
  50742. Windows, versus Unix:
  50743.           See ``MySQL-Windows Compared to Unix MySQL''.
  50744. Word program:
  50745.           See ``Programs Known to Work with MyODBC''.
  50746. wrappers, Eiffel:
  50747.           See ``MySQL Eiffel wrapper''.
  50748. write access, tmp:
  50749.           See ``Problems Running `mysql_install_db'''.
  50750. Year 2000 compliance:
  50751.           See ``Year 2000 Compliance''.
  50752. Year 2000 issues:
  50753.           See ``Y2K Issues and Date Types''.
  50754.