Goodreads helps you keep track of books you want to read.
Start by marking “MySQL Cookbook: Solutions for Database Developers and Administrators” as Want to Read:
MySQL Cookbook: Solutions for Database Developers and Administrators
by
Paul DuBois
MySQL’s popularity has brought a flood of questions about how to solve specific problems, and that’s where this cookbook is essential. When you need quick solutions or techniques, this handy resource provides scores of short, focused pieces of code, hundreds of worked-out examples, and clear, concise explanations for programmers who don’t have the time (or expertise) to s
Kindle Edition, 866 pages
Published
July 28th 2014
by O'Reilly Media
(first published November 2002)
Friend Reviews
To see what your friends thought of this book,
please sign up.
Reader Q&A
To ask other readers questions about
MySQL Cookbook,
please sign up.
Be the first to ask a question about MySQL Cookbook
This book is not yet featured on Listopia.
Add this book to your favorite list »
Community Reviews
(showing 1-30 of 382)

Oct 23, 2007
Matt
rated it
really liked it
·
review of another edition
Recommends it for:
SELECT geek FROM readers WHERE programmer=TRUE
Shelves:
geekreads
I rarely read programming books, and even more infrequently have anything nice to say about them. But I found this book to be a great list of recipes, suggestions, and insider's tips for writing good SQL (Standard Query Language -- the language you use to talk to relational databases).
Paul Dubois is a notable expert in the field anyway. If I recall correctly, he's the documentation lead for the MySQL project. Thus, he's certainly well qualified to write something like this.
The tips (or most of t ...more
Paul Dubois is a notable expert in the field anyway. If I recall correctly, he's the documentation lead for the MySQL project. Thus, he's certainly well qualified to write something like this.
The tips (or most of t ...more

This is a good reference book containing pre-canned routines for accessing and manipulating a MySQL database. It is a good starting point for making routines to generate reports or validate data.
One other book on my list: MySQL Stored Procedure Programming is a good companion read to this one, as it shows the particulars of how to write logic on the server side. The code in the Cookbook can be used on the server side with ease. The other book also has more advice on how to optimize MySQL code wh ...more
One other book on my list: MySQL Stored Procedure Programming is a good companion read to this one, as it shows the particulars of how to write logic on the server side. The code in the Cookbook can be used on the server side with ease. The other book also has more advice on how to optimize MySQL code wh ...more

Jan 28, 2007
Adrian
rated it
liked it
·
review of another edition
Recommends it for:
MySQL Programmers
Shelves:
programming
A little bland... ba-dump-bump-bing. It had some interesting ideas for monitoring server status programatically, views for summary tables, and gathering stats/logs with triggers. When I do more of those things in detail, I may glance at certain parts again. Available online at Safari Books. [Skimmed w/some reading]
There are no discussion topics on this book yet.
Be the first to start one »