or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
MySQL Reference Manual
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

MySQL Reference Manual [Paperback]

Michael Widenius (Author), David Axmark (Author), MySQL AB (Author)
4.1 out of 5 stars  See all reviews (8 customer reviews)

List Price: $39.95
Price: $30.36 & this item ships for FREE with Super Saver Shipping. Details
You Save: $9.59 (24%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details
Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.

Book Description

June 2002

MySQL is the most popular SQL database in the open source community and is used almost universally by web sites running on open source systems. As powerful and flexible as it is lightweight and efficient, MySQL packs a large feature set into a very small and fast engine that now runs on more than 500,000 servers. This renowned online manual that has supported MySQL administrators and database developers for years is now available in paperback format. This book is an exact reproduction of the MySQL Reference Manual from the MySQL development team's Web site, minus some non-technical appendices. This version covers MySQL 4.0.

Many sophisticated topics appear in this comprehensive manual, ranging from the hitches you may run into when first installing MySQL to internals that will help you tune your queries. MySQL Reference Manual contains all the comprehensive reference material one would expect for building the product, running administrative utilities, and using various API as well as MySQL's rich version of SQL. In addition, you can turn a page and find such unexpected riches as:

  • A thorough comparison of MySQL with SQL standards and other databases
  • A discussion of privileges and suggested uses of privileges to enhance security
  • Directions for replicating a database and for running several MySQL servers on a single system
  • Directions for initializing a database from a flat file
  • Guidelines for estimating the performance of different queries
  • A far-reaching discussion of optimization, with reference to the implementation of MySQL
  • Investigations of the differences between data types and the pros and cons of each type of number, string, or timestamp
  • An extended inquiry into the effects of using delayed inserts
  • A candid explanation of why various errors occur and how to recover from them
  • Tips for weighted, full-text searches
  • Detailed descriptions of the features, strengths, and weaknesses of available table formats
  • A guide to adding new functions to MySQL

No serious MySQL user should be without this book.


Frequently Bought Together

MySQL Reference Manual + Managing and Using MySQL (2nd Edition) + Web Database Applications with PHP & MySQL, 2nd Edition
Price For All Three: $88.37

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Managing and Using MySQL (2nd Edition) $26.52

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Web Database Applications with PHP & MySQL, 2nd Edition $31.49

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

About the Author

David Axmark, Co-founder: David Axmark is one of the founders of MySQL and worked with the product well before it had a name. He has worked as a consultant and software developer for nearly 20 years. Interested in free software since the early '80s, David has been committed to developing a successful business model through open source software.


Product Details

  • Paperback: 712 pages
  • Publisher: O'Reilly Media; 1 edition (June 2002)
  • Language: English
  • ISBN-10: 0596002653
  • ISBN-13: 978-0596002657
  • Product Dimensions: 9.6 x 6.7 x 1.4 inches
  • Shipping Weight: 2.6 pounds (View shipping rates and policies)
  • Average Customer Review: 4.1 out of 5 stars  See all reviews (8 customer reviews)
  • Amazon Best Sellers Rank: #1,533,208 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

8 Reviews
5 star:
 (4)
4 star:
 (2)
3 star:
 (1)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.1 out of 5 stars (8 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

11 of 11 people found the following review helpful:
2.0 out of 5 stars Complete, but poorly organized, October 11, 2002
This review is from: MySQL Reference Manual (Paperback)
A paper copy of the manual can be most useful, since I, like most people, find it hard to wade through an online manual.

But there is one area in which the online form is more useful: searching. By opening the MySQL manual in a text editor, one can search it, making the poor organization of the manual less of a problem.

The printed copy suffers from the same poor organization (indeed, it is the same as - or very, very close to - the online manual) but without the ameliorating factor of searchability. The index is not very good, but even if it was better, the scattering of information throughout the book would make for lengthy index entries.

Take security for example. What is the recommended process for securing a fresh MySQL installation? Start at the Table of Contents: Aha! 4.3 "MySQL User Account Management" Sounds promising. P. 249. GRANT and REVOKE Syntax? Not what I had in mind. I just want to know about the right way to secure the system and create new users. Back to the Contents. 2.4 "Post-Installation Setup and Testing" P.113. Nope, nothing there.

Last resort: The index. Security, against hackers, p.227. Nope. But that page is in section 4.2 "General Security Issues and the MySQL Access Privilege System." Now that sounds like it. Start reading section 4.2.1 on p. 224... "If you are able to connect successfully to the server without being asked for a password, you have problems! ... Review the MySQL installation instructions..." I thought I just did that. Now I know the secret is burried in the installation instructions. Back to Chapter 2. Still no dice.

Give up and install phpMyAdmin.

While I don't doubt that the answers to this and a myriad other questions are in there somewhere, the poor structure of the book makes it extremely hard to find anything.

A complete rewrite would do the trick.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


17 of 20 people found the following review helpful:
3.0 out of 5 stars As stated earlier, complete but poorly organised..., October 25, 2002
By A Customer
This review is from: MySQL Reference Manual (Paperback)
This book is the printed version of the online documentation available through the MySQL site. It is the definitive version of documentation for MySQL, but it is also left wanting. The authors, two of the principle programmers of MySQL, provide comprehensive coverage of all aspects of MySQL.
That being said, one of the biggest problem with this book is not its subject coverage, but its organization. Most technical books begin with installation instructions, or a brief overview of the software's purpose and the need it addresses and then moves into technical subjects. This one spends the first 10% telling you why you should use MySQL, and only then does it start delving into technical matters.
Skipping past that, the book's other big shortcoming is that it's biased towards a Unix mindset. Granted, the software was developed on Unix and the largest portion of deployments are on *nix. However, as a long-time Windows user with little *nix familiarity, a lot of the material is over my head. If they want Windows users to use MySQL correctly, they're going to have to make it much easier for Windows users/admins to understand.
The one thing I found the book does really well is to teach you exactly how to use MySQL using SQL, and documenting well where MySQL diverges from ANSI SQL compliance. The portion of the book strictly dedicated to teaching the user how to use it is well-written and thorough, I wish the rest of the manual was written this well.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


10 of 11 people found the following review helpful:
5.0 out of 5 stars Finally, The MySQL Reference Manual - On my shelf!, June 30, 2002
This review is from: MySQL Reference Manual (Paperback)
As a longtime user (a happy one at that!) of MySQL, I am happy to finally have the REAL reference manual on the shelf where I can pick it up and use it - just like all the others!

Lack of a printed reference manual has long been a complication of using MySQL, although the electronic documentation has been great for the last couple of years! As author and MySQL developer Monty Widenius stated about the book (MySQL web site announcement), "The printed version of our highly-used reference manual will be an essential resource for any MySQL user, and it will complement the wide selection of MySQL books that are currently available."

This one, as the actual reference manual is a great complement to Paul DuBois' popular 'MySQL', which serves as the users manual. Together, these are the printed resources necessary to be a power administrator and user of MySQL! Thanks Monty!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews






Only search this product's reviews



Inside This Book (learn more)
First Sentence:
The MySQLTM software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
mysgld server, mysgld binary, using myisamchk, record references index, xxx init, mysql server, tbl name, starting mysgld, mysqld server, mysgld process, start mysgld, doublewrite buffer, index col name, last inserted row, alarm thread, innodb data, mysglbug script, safe mysgld, slow query log, mysgladmin processlist, mysgld daemon, thl name, mysgl client, mysgl options, into outfile
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Language Reference, Errors None, Database Administration, Description Returns, General Information, Great Bridge, Data Manipulation, Option Description, Buffy Harold, Cast Functions, Claws Gwen, Support Offered, Database Backups, General Public License, Locking Issues, Whistler Gwen, Bowser Diane, Using Secure Connections, All Linux Versions, Certification Program, Column Value Table Table, Compressed Read-Only Table Generator, Creating Trace Files, Disk Issues, Keeps Crashing
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:



Books on Related Topics (learn more)


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(115)
(67)
(11)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject