Syndetics cover image
Image from Syndetics

MYSQL in a nutshell : a desktop quick reference / by Russell Dyer

By: Dyer, Russell J. TPublisher: Sebastopol : O'Reilly, 2005Description: 321 p.; 23 cm001: 10669ISBN: 0596007892Subject(s): MySQL (Electronic resource) | SQL (Computer programming language) | Software | Database management systemsDDC classification: 005.74 DYE

Enhanced descriptions from Syndetics:

MySQL is the world's most popular open source database. MySQL is designed for speed, power, and flexibility in mission-critical, heavy-use environments and modest applications as well. It's also surprisingly rich in features. If you're a database administrator or programmer you probably love the myriad of things MySQL can do, but sometimes wish there wasn't such a myriad of things to remember. With MySQL in a Nutshell by your keyboard, you can drill down into the full depth of MySQL's capabilities quickly and easily. MySQL in a Nutshell is the indispensable desktop reference to all MySQL functions. Programming language APIs for PHP, Perl, and C are covered, as well as all the popular MySQL utilities.This invaluable resource clearly documents the details that experienced users need to take full advantage of this powerful database management system. Better yet, this wealth of information is packed into the concise, comprehensive, and extraordinarily easy-to-use format for which the in a Nutshell guides are renowned.In addition to providing a thorough reference to MySQL statements and functions, the administrative utilities, and the most popular APIs, MySQL in a Nutshell includes several tutorial chapters to help newcomers get started. Moreover, each chapter covering an API begins with a brief tutorial so that, regardless of your level of experience in any given area, you will be able to understand and master unfamiliar territory. MySQL in a Nutshell distills all the vital MySQL details you need on a daily basis into one convenient, well-organized book. It will save you hundreds of hours of tedious research or trial and error and put the facts you need to truly tap MySQL's capabilities at your fingertips.

Includes index

Table of contents provided by Syndetics

  • 1 Introduction to MySQL The Value of MySQL The MySQL Package Licensing Mailing Lists Books and Other Publications
  • 2 Installing MySQL Choosing a Distribution Unix Source Distributions Unix Binary Distributions Linux RPM Distributions Macintosh OS X Distributions Novell NetWare Distributions Windows Distributions Postinstallation
  • 3 MySQL Basics The mysql Client Creating a Database and Tables Show Me Inserting Data Selecting Data Ordering, Limiting, and Grouping Analyzing and Manipulating Data Changing Data Deleting Data Searching Data Importing Data in Bulk Command-Line Interface Conclusion
  • 4 SQL Statements Statements Grouped by Type Statements and Clauses in Alphabetical Order ALTER DATABASE ALTER TABLE ALTER VIEW ANALYZE TABLE BACKUP TABLE CACHE INDEX CHANGE MASTER TO CHECK TABLE CHECKSUM TABLE COMMIT CREATE DATABASE CREATE INDEX CREATE TABLE CREATE VIEW DELETE DESCRIBE DO DROP DATABASE DROP INDEX DROP TABLE DROP USER DROP VIEW EXPLAIN FLUSH GRANT HANDLER INSERT JOIN KILL LOAD DATA FROM MASTER LOAD DATA INFILE LOAD INDEX INTO CACHE LOAD TABLE...FROM MASTER LOCK TABLES OPTIMIZE TABLE PURGE MASTER LOGS RENAME TABLE REPAIR TABLE REPLACE RESET RESET MASTER RESET SLAVE RESTORE TABLE REVOKE ROLLBACK ROLLBACK TO SAVEPOINT SAVEPOINT SELECT SET SET PASSWORD SET SQLLOGBIN SET TRANSACTION SHOW BINLOG EVENTS SHOW CHARACTER SET SHOW COLLATION SHOW COLUMNS SHOW CREATE DATABASE SHOW CREATE TABLE SHOW CREATE VIEW SHOW DATABASES SHOW ENGINES SHOW ERRORS SHOW GRANTS SHOW INDEX SHOW INNODB STATUS SHOW LOGS SHOW MASTER LOGS SHOW MASTER STATUS SHOW PRIVILEGES SHOW PROCESSLIST SHOW SLAVE HOSTS SHOW SLAVE STATUS SHOW STATUS SHOW TABLE STATUS SHOW TABLES SHOW VARIABLES SHOW WARNINGS START SLAVE START TRANSACTION STOP SLAVE TRUNCATE TABLE UNION UNLOCK TABLES USE
  • 5 String Functions String Functions Grouped by Type String Functions in Alphabetical Order AESDECRYPT( ) AESENCRYPT( ) ASCII( ) BIN( ) BINARY BITLENGTH( ) CHAR( ) CHARLENGTH( ) CHARACTERLENGTH( ) COMPRESS( ) CONCAT( ) CONCATWS( ) CONV( ) DECODE( ) DESDECRYPT( ) DESENCRYPT( ) ELT( ) ENCODE( ) ENCRYPT( ) EXPORTSET( ) FIELD( ) FINDINSET( ) HEX( ) INETATON( ) INETNTOA( ) INSERT( ) INSTR( ) LCASE( ) LEFT( ) LENGTH( ) LOADFILE( ) LOCATE( ) LOWER( ) LPAD( ) LTRIM( ) MAKESET( ) MATCH ( ) AGAINST( ) MD5( ) MID( ) OCT( ) OCTETLENGTH( ) OLDPASSWORD( ) ORD( ) PASSWORD( ) POSITION( ) QUOTE( ) REPEAT( ) REPLACE( ) REVERSE( ) RIGHT( ) RPAD( ) RTRIM( ) SHA( ) SHA1( ) SOUNDEX( ) SPACE( ) STRCMP( ) SUBSTRING( ) SUBSTRINGINDEX( ) TRIM( ) UCASE( ) UNCOMPRESS( ) UNCOMPRESSEDLENGTH( ) UNHEX( ) UPPER( )
  • 6 Date and Time Functions Date and Time Functions Grouped by Type Determining the Date and Time Extracting and Formatting the Date and Time Calculating and Modifying the Date and Time Date and Time Functions in Alphabetical Order ADDDATE( ) ADDTIME( ) CONVERTTZ( ) CURDATE( ) CURRENTDATE( ) CURRENTTIME( ) CURRENTTIMESTAMP( ) CURTIME( ) DATE( ) DATEADD( ) DATEFORMAT( ) DATESUB( ) DATEDIFF( ) DAY( ) DAYNAME( ) DAYOFMONTH( ) DAYOFWEEK( ) DAYOFYEAR( ) EXTRACT( ) FROMDAYS( ) FROMUNIXTIME( ) GETFORMAT( ) HOUR( ) LASTDAY( ) LOCALTIME( ) LOCALTIMESTAMP( ) MAKEDATE( ) MAKETIME( ) MICROSECOND( ) MINUTE( ) MONTH( ) MONTHNAME( ) NOW( ) PERIODADD( ) PERIODDIFF( ) QUARTER( ) SECTOTIME( ) SECOND( ) STRTODATE( ) SUBDATE( ) SUBTIME( ) SYSDATE( ) TIME( ) TIMEDIFF( ) TIMESTAMP( ) TIMESTAMPDIFF( ) TIMESTAMPADD( ) TIMEFORMAT( ) TIMETOSEC( ) TODAYS( ) UNIXTIMESTAMP( ) UTCDATE( ) UTCTIME( ) UTCTIMESTAMP( ) WEEK( ) WEEKDAY( ) WEEKOFYEAR( ) YEAR( ) YEARWEEK( )
  • 7 Mathematical and Aggregate Functions Functions in Alphabetical Order ABS( ) ACOS( ) ASIN( ) ATAN( ) ATAN2( ) AVG( ) BITAND( ) BITOR( ) BITXOR( ) CEIL( ) CEILING( ) COS( ) COT( ) COUNT( ) CRC32( ) DEGREES( ) EXP( ) FLOOR( ) FORMAT( ) GREATEST( ) GROUPCONCAT( ) LEAST( ) LN( ) LOG( ) LOG2( ) LOG10( ) MAX( ) MIN( ) MOD( ) PI( ) POW( ) POWER( ) RADIANS( ) RAND( ) ROUND( ) SIGN( ) SIN( ) SQRT( ) STD( ) STDDEV( ) SUM( ) TAN( ) TRUNCATE( ) VARIANCE( )
  • 8 Flow Control Functions Functions in Alphabetical Order CASE( ) IF( ) IFNULL( ) NULLIF( )
  • 9 Miscellaneous Functions Functions in Alphabetical Order ANALYSE( ) BENCHMARK( ) BITCOUNT( ) CAST( ) CHARSET( ) COALESCE( ) COERCIBILITY( ) COLLATION( ) CONNECTIONID( ) CONVERT( ) CURRENTUSER( ) DATABASE( ) FOUNDROWS( ) GETLOCK( ) INTERVAL( ) ISFREELOCK( ) ISUSEDLOCK( ) ISNULL( ) LASTINSERTID( ) MASTERPOSWAIT( ) RELEASELOCK( ) SESSIONUSER( ) SYSTEMUSER( ) USER( ) UUID ( ) VERSION( )
  • 10
  • 11
  • 12
  • 13
  • 14
  • A. Datatypes
  • B. Operators
  • C. Environment Variables
  • Index

There are no comments on this title.

to post a comment.

Powered by Koha