or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
MySQL Cookbook
 
 
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 Cookbook [Paperback]

Paul Dubois
4.8 out of 5 stars  See all reviews (4 customer reviews)
RRP: �38.50
Price: �24.53 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: �13.97 (36%)
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.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Ordering for Christmas? This item will arrive after December 25. Need a gift quickly? E-mail or print an Amazon.co.uk Gift Certificate.

Formats

Amazon Price New from Used from
Paperback �24.53  
Looking for a new year bargain? Check out our January Sale with up to 65% off selected books.

Frequently Bought Together

Customers buy this book with High Performance MySQL: Optimization, Backups, Replication, and More �20.13

MySQL Cookbook + High Performance MySQL: Optimization, Backups, Replication, and More
Price For Both: �44.66

Show availability and delivery details


Customers Who Bought This Item Also Bought


Product details

  • Paperback: 976 pages
  • Publisher: O'Reilly; 2 edition (5 Dec 2006)
  • Language English
  • ISBN-10: 059652708X
  • ISBN-13: 978-0596527082
  • Product Dimensions: 23.4 x 17.7 x 4 cm
  • Average Customer Review: 4.8 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Bestsellers Rank: 188,465 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Paul Dubois
Discover books, learn about writers, and more.

Visit Amazon's Paul Dubois Page

Product Description

Review

"...MySQL Cookbook tells you exactly how to solve literally hundreds of problems that you are likely to encounter in getting a MySQL database solution up and running." - Computer Trade Shopper, November 2003 --This text refers to an alternate Paperback edition.

Product Description

Along with MySQL's popularity has come a flood of questions about solving specific problems, and that's where this Cookbook is essential. Designed as a handy resource when you need quick solutions or techniques, the book offers dozens of short, focused pieces of code and hundreds of worked-out examples for programmers of all levels who don't have the time (or expertise) to solve MySQL problems from scratch. The new edition covers MySQL 5.0 and its powerful new features, as well as the older but still widespread MySQL 4.1. One major emphasis of this book is how to use SQL to formulate queries for particular kinds of questions, using the mysql client program included in MySQL distributions. The other major emphasis is how to write programs that interact with the MySQL server through an API. You'll find plenty of examples using several language APIs in multiple scenarios and situations, including the use of Ruby to retrieve and format data. There are also many new examples for using Perl, PHP, Python, and Java as well. Other recipes in the book teach you to: access data from multiple tables at the same time; use SQL to select, sort, and summarize rows; find matches or mismatches between rows in two tables; determine intervals between dates or times, including age calculations; store images into MySQL and retrieve them for display in web pages; get LOAD DATA to read your data files properly or find which values in the file are invalid; use strict mode to prevent entry of bad data into your database; copy a table or a database to another server; generate sequence numbers to use as unique row identifiers; create database events that execute according to a schedule; and a lot more. "MySQL Cookbook" doesn't attempt to develop full-fledged, complex applications. Instead, it's intended to assist you in developing applications yourself by helping you get past problems that have you stumped.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

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

What Do Customers Ultimately Buy After Viewing This Item?

MySQL Cookbook
56% buy the item featured on this page:
MySQL Cookbook 4.8 out of 5 stars (4)
�24.53
High Performance MySQL: Optimization, Backups, Replication, and More
19% buy
High Performance MySQL: Optimization, Backups, Replication, and More 4.8 out of 5 stars (4)
�20.13
MySQL (Developer's Library)
10% buy
MySQL (Developer's Library) 4.7 out of 5 stars (15)
�16.00
Learning PHP, MySQL, and JavaScript: A Step-by-Step Guide to Creating Dynamic Websites
8% buy
Learning PHP, MySQL, and JavaScript: A Step-by-Step Guide to Creating Dynamic Websites 5.0 out of 5 stars (6)
�15.96

 

Customer Reviews

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

3 of 4 people found the following review helpful:
5.0 out of 5 stars Does Exactly What It Says On The Tin, 14 May 2008
This review is from: MySQL Cookbook (Paperback)
A few pages past the table of contents, I had solved two issues that had been bugging me since my last install. It was pretty minor stuff, but could I as heck find the answers online. It just shows what research, presentation, and quality control can achieve. So, another score for books over bytes.

The layout is uncluttered, and you can usually get the gist without reading through pages of preamble and exposition. The examples are practical and adaptable (no long and complex routines found on some sites) so they can almost be cut and pasted into your own applications. As your applications develop, there's always something else you can add.

The only downside is that it's a book - a few mods to MySQL and you might have to fork out for the next revision. Still, I should have got my money's worth by then.


5.0 out of 5 stars Great Book, 9 Dec 2010
By 
Mt N. Holmes "Nick Hewyn Holmes" (Manchester UK) - See all my reviews
(REAL NAME)   
This review is from: MySQL Cookbook (Paperback)
It is not for the complete beginner, but you don't have to be too far off to get some real benefit from using this book.

The discussions about why you would use a particular technique are excellent too.

In my opinion it is great. I bought it and I am still using it.


4.0 out of 5 stars Good book, recommanded, 18 Oct 2010
By 
Qin Wang "MSfan" (UK) - See all my reviews
(REAL NAME)   
This review is from: MySQL Cookbook (Paperback)
I like the style of the book which tackles the problems encountered rather than introducing theories chapter by chapter.

The reason I gave it a 4 is that it didn't cover some more advanced skills for database admin such as database management and securities.

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

5.0 out of 5 stars Teaches you SQL
Explains by example so many common queries you'll be able to solve a wide variety of problems instantly.
Published on 31 Mar 2006 by darreninlondon

Only search this product's reviews



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
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges