MySQL (4th Edition) and over 900,000 other books are available for Amazon Kindle . Learn more

Buy New

or
Sign in to turn on 1-Click ordering.
Buy Used
Used - Good See details
Price: £3.30

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
MySQL, 2nd edition
 
 
Start reading MySQL (4th Edition) on your Kindle in under a minute.

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

MySQL, 2nd edition [Paperback]

Paul DuBois
4.9 out of 5 stars  See all reviews (7 customer reviews)
RRP: £36.50
Price: £31.03 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £5.47 (15%)
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
Usually dispatched within 6 to 10 days.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Formats

Amazon Price New from Used from
Kindle Edition £19.03  
Paperback £22.39  
Paperback, 17 Jan 2003 £31.03  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Amazon.co.uk Trade-In Store for more details.
There is a newer edition of this item:
MySQL (Developer's Library) MySQL (Developer's Library) 4.9 out of 5 stars (7)
£22.39
In stock.

Frequently Bought Together

MySQL, 2nd edition + High Performance MySQL: Optimization, Backups, Replication, and More + MySQL Cookbook
Price For All Three: £80.31

Some of these items are dispatched sooner than the others. Show details

Buy the selected items together


Product details

  • Paperback: 1248 pages
  • Publisher: Sams; 2 edition (17 Jan 2003)
  • Language English
  • ISBN-10: 0735712123
  • ISBN-13: 978-0735712126
  • Product Dimensions: 22.8 x 17.5 x 5.2 cm
  • Average Customer Review: 4.9 out of 5 stars  See all reviews (7 customer reviews)
  • Amazon Bestsellers Rank: 1,085,471 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

Product Description

In the second edition of MySQL Paul DuBois provides an updated, comprehensive guide to one of the most popular relational database systems.

MySQL is the most popular open source database server in the world, with more than 2 million installations and customers including Yahoo!, MP3.com, Motorola, and NASA.

MySQL 4.0, now generally available, is a long-awaited update to the database management system that has many new features, including a new table definition file format, enhanced replication, and more functions for a full text search.

Instead of giving readers merely an overview of MySQL 4.0, DuBois continues to include the most sought-after answers to the questions he hears most often from the community.

About the Author

Paul DuBois is a writer, database administrator, and leader in the Open Source community. In addition to MySQL, he is also the author of MySQL and Perl for the Web, MySQL Cookbook, Using csh and tcsh, and Software Portability with imake.


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

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)
 
(16)
(15)
(6)

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


 

Customer Reviews

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

8 of 9 people found the following review helpful:
4.0 out of 5 stars The best MySQL book I purchased, 1 Mar 2003
By A Customer
This review is from: MySQL, 2nd edition (Paperback)
In the second edition of MySQL, Paul DuBois provides an updated, comprehensive guide to one of the most popular relational database systems.
MySQL 4.0, now generally available, is a long-awaited update to the database management system that has many new features, including a new table definition file format, enhanced replication, and more functions for a full text search.

I am impressed by the clarity and usefulness of the introductory chapters that are targeted at readers new to databases. This section gives non-technical users the knowledge and experience needed to make productive use of a database very quickly.
The book make the learning for beginners piece of cake, and for experienced ones a lot of fun. It's focus is on couple of tables that you build in the first chapter, and keep manipulating throughout the book.
Easy language, great references and awesome appendixes. Listings of all the functions, keywords, syntaxes are available (in alphabetical order). Also separate appendixes for Perl DBI API, C API and PHP API makes it even more useful...

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


2 of 2 people found the following review helpful:
5.0 out of 5 stars MySQL - A slightly non technical review of a technical manual, 23 Mar 2010
By 
C. Buck (UK) - See all my reviews
(TOP 1000 REVIEWER)    (REAL NAME)   
This book is heavy going. At 1224 pages it will be used more as a reference manual than a book that you will read from start to finish. The book introduces itself nicely rather than jumping straight in, making it an ideal companion for users at all levels.

In simple terms, the book explains how to get your data into the database and then how to ask the right questions to retrieve selected records from the database (known as queries). The structure of the book has been well thought out, being broken down into 4 distinct sections, with each section being broken down into chapters. This format should make it easier to find the exact subject you need to research.

The breakdown in more detail is :-

Part 1 : General MySQL Use

This is a nice slow introduction into SQL. If you are new to the concept of relational databases (for those of you who use Microsoft Office, Access is also a relational database) and SQL, this section will give you a broad understanding of the language and the confidence to progess to further stages.

* Chapter 1, "Getting Started with MySQL and SQL". This chapter is more of an introduction to SQL in general and introduces the MySQL client program which will be used to write queries against the database.

* Chapter 2, "Working with data in MySQL". This chapter discusses how the database tables are created along with what types of fields can be created.

* Chapter 3, "MySQL syntax and use", This chapter discusses the SQL language and how MySQL varies from other forms of SQL.

* Chapter 4, "Query Optimisation". This chapter discusses how to make your queries run faster.

Part 2 : Using the MySQL programming interfaces

This section of the book is very technical so I'll just provide a summary so as not to lose half of the audience of the review. The book covers interfacing with many of the common web languages such as Perl, C and php. I would recommend that database and/or programming novices skip this section completely. If you have got a programming background and need to know how to interface with any of these languages, this section of the book gives you a good understanding of how to do this well and includes lots of code examples to back up this theory.

Part 3 : MySQL Administration

This part of the book looks at the role of the database administrator. This part, is one of the most important in the book as database security is paramount to any application so I would recommend that if you do read this book, your understanding of the content here is clear. Again, the author approaches this section in a nice structured manner and the chapters are well structured and relevant to what it trying to be achieved.

* Chapter 9, ""Introduction to MySQL Administration"". This chapter explains what the database administrator's duties are and what you should know to run a site successfully.

* Chapter 10, "The MySQL Data Directory". The data directory is the actual area where all of your database files are stored. This chapter provides an understanding of how the directory works.

* Chapter 11, "General MySQL Administration". This chapter discusses the setting up of user accounts and maintaining log files which are used if you need to roll the database back to an earlier state. In my opinion, this chapter is pretty heavy going but luckily, its something that you don't need to do too often.

* Chapter 12, "Security". In my opinion, one of the most crucial chapters in the book. We learn how to make the database safe from intruders and how to make the database safe over the internet by using encryption.

* Chapter 13, "Database Backups, Maintenance and Repair". Again, another crucial chapter in my opinion. The author discusses various scenarios and the best techniques to recover your data in the unfortunate event of a disaster (any loss of data in computing terms is referred to as a disaster). This chapter does deal with worst case scenarios but I feel that after reading and understanding this content, you will gain peace of mind that, should the worst happen, restoring data will not be an arduous task.

Part 4 : Appendices

There are 9 appendices which, to be truthful are only for the technically minded out there who wish to take the database to the nth degree. If reading about database column types and different programming languages excites you then you will spend many a happy hour trawling through the appendix. As I am trying to keep this review relevant to a wider audience, I am not going to go into detail here as it wont really give you a better understanding of the book.

The Verdict

This is the first book I have bought on MySQL. I usually tend to steer clear of technical books as I find that you can get more relevant and upto date information off the web and in particular, forums. I found the book to be at just the level I needed in terms of the functions I needed to perform. Having knowledge of SQL itself, I was pleased that the book didn't go over ground that I already knew in much detail, although it did touch the surface for the benefit of completely new users.

As someone who likes to delve straight in to writing queries, my only major gripe with the book is that there is a lot of theory and explanations of techniques before actually getting down to the nitty gritty of examples. In my opinion, examples are a lot easier for grasping the concept of a technique than reading paragraph after paragraph of text. Maybe this is an unfair criticism as other people might prefer the theoretical approach.

My only other downer with the book is that it goes into too much detail in the middle sections about various programming languages which, in my opinion is bordering with going out of scope as to what this book is about. In my opinion, if you want to know how to program Perl to make use of MySQL, then you buy a Perl book. I appreciate that its nice to know that you can perform these kinds of functions but I think this book goes into too much detail for my liking.

If you need a specific MySQL book then this one covers all aspects of the database in great detail. The MySQL syntax isn't a million miles from the Microsoft SQL server syntax so if all you wish to do is the query writing then any book on Microsoft SQL server will be adequate if you can find ones cheaper than this. As for understanding how to back up your databases, this book is an essential aid and for that reason alone I would recommend this book wholeheartedly.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Excellent , Clearly written .....First Class, 13 Aug 2009
By 
I. A. Peden - See all my reviews
(REAL NAME)   
This is probably the best written technical book I have ever seen.
The exceptionally clear technical writing should serve as an example to every other technical author.
The fourth edition,being recently printed, is reasonably up to date, with even .the 'C' examples ( under linux) often working first time, without too many changes, typos,or compatibility problems.
First class.
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
Would you like to see more reviews about this item?
 Go to Amazon.com to see all 40 reviews  4.3 out of 5 stars 
Were these reviews helpful?   Let us know
 
 
Most Recent Customer Reviews





Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
reviews should be for the correct version 0 20 Dec 2010
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer 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