Index for mysql Documentation
Documentation Version: 0.80
mysql Version: 3.20.16
Chapter 1 (Introduction)
About this manual
Acknowledgments
What is mysql?
What does mysql offer?
What is SQL?
How do I talk to mysql?
Chapter 2 (Commands)
Overview
Core
mysql
mysqlaccess
mysqladmin
mysqld
mysqldump
mysqlshow
isamchk
isamlog
safe_mysqld
Non Core
msql2mysql
mysqlbug
perror
replace
which1
zap
Chapter 3 (SQL)
Overview
ALTER TABLE
CREATE TABLE
Data Types
Keys
BLOBs
Binary data in BLOBS
CREATE INDEX
DELETE
DESCRIBE
DROP
DROP INDEX
SELECT
Functions
Overview
Logic Functions
+,-,*,/
%
|, &
-
= <> <= < >= >
()
BETWEEN
BIT_COUNT()
FIELD
IF
IFNULL
ISNULL
NOT/!
OR,AND
SIGN
SUM()
= <> <= < >= >
()
expr LIKE expr
expr NOT LIKE expr
expr REGEXP expr
expr NOT REGEXP expr
Math Functions
ABS
CEILING
EXP
FLOOR
FORMAT
LOG
LOG10
MAX
MIN
MOD
POW
ROUND
RAND
SQRT
String Functions
CONCAT
INTERVAL
(Was INTERVALL in earlier versions.)
INSERT
LCASE
LEFT
LENGTH
LOCATE
LTRIM
REPLACE
RIGHT
RTRIM
STRCMP
SUBSTRING
STRCMP
UCASE
Misc Functions
CURDATE
DATABASE
FROM_DAYS
NOW
PASSWORD
PERIOD_ADD
PERIOD_DIFF
TO_DAYS
USER
WEEKDAY
GROUP Functions
AVG
SUM
COUNT
MIN
MAX
Joins
Aliases
INSERT INTO
LOAD DATA INFILE
UPDATE
SHOW
Strings
Numbers
Chapter 4 (C API, Somewhat Incomplete)
Overview
Data Functions
mysql_num_rows
mysql_num_fields
mysql_affected_rows
mysql_insert_id
mysql_field_seek
mysql_error
mysql_eof
Functions
mysql_connect
mysql_close
mysql_get_client_info
mysql_fetch_lengths
mysql_real_query
mysql_select_db
mysql_query
mysql_create_db
mysql_drop_db
mysql_shutdown
mysql_reload
mysql_stat
mysql_get_server_info
mysql_get_host_info
mysql_get_proto_info
mysql_list_dbs
mysql_list_tables
mysql_list_fields
mysql_list_processes
mysql_store_result
mysql_use_result
mysql_free_result
mysql_data_seek
mysql_fetch_row
mysql_fetch_field
Chapter 5 (Administration)
Granting access to a Database
Tuning for best performance
The Client/Server Protocol
Table Details
Chapter 6 (mysql PERL API)
mysql Perl Interface
Chapter 7 (mysql DBD PERL API) (NOT DONE)
mysql Perl Interface
Appendix A (mysql license)
Appendix B (Sample Database and Tutorial, Incomplete.)
Table Definitions
Sample Data
Appendix C (The debugging library)
Appendix D (Porting mSQL code to mysql)