Mastering MySQL 4 / Edition 1

Paperback (Print)
Used and New from Other Sellers
Used and New from Other Sellers
from $1.99
Usually ships in 1-2 business days
(Save 96%)
Other sellers (Paperback)
  • All (21) from $1.99   
  • New (4) from $11.98   
  • Used (17) from $1.99   
Close
Sort by
Page 1 of 1
Showing All
Note: Marketplace items are not eligible for any BN.com coupons and promotions
$11.98
Seller since Tue Jan 01 01:01:01 EST 2008

Feedback rating:

(4492)

Condition:

New — never opened or used in original packaging.

Like New — packaging may have been opened. A "Like New" item is suitable to give as a gift.

Very Good — may have minor signs of wear on packaging but item works perfectly and has no damage.

Good — item is in good condition but packaging may have signs of shelf wear/aging or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Acceptable — item is in working order but may show signs of wear such as scratches or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Used — An item that has been opened and may show signs of wear. All specific defects should be noted in the Comments section associated with each item.

Refurbished — A used item that has been renewed or updated and verified to be in proper working condition. Not necessarily completed by the original manufacturer.

New
0782141625 SHIPS WITHIN 24 HOURS!! (SAME BUSINESS DAY) GREAT BOOK!!

Ships from: BAY SHORE, NY

Usually ships in 1-2 business days

  • Canadian
  • International
  • Standard, 48 States
  • Standard (AK, HI)
  • Express, 48 States
  • Express (AK, HI)
$15.50
Seller since Sat Jan 01 01:01:01 EST 2011

Feedback rating:

(4)

Condition: New
"new condition, not used"

Ships from: Murphy, TX

Usually ships in 1-2 business days

  • Canadian
  • International
  • Standard, 48 States
  • Standard (AK, HI)
$26.32
Seller since Tue Jan 01 01:01:01 EST 2008

Feedback rating:

(171)

Condition: New
0782141625 BRAND NEW NEVER USED IN STOCK 125,000+ HAPPY CUSTOMERS SHIP EVERY DAY WITH FREE TRACKING NUMBER

Ships from: fallbrook, CA

Usually ships in 1-2 business days

  • Standard, 48 States
  • Standard (AK, HI)
$60.00
Seller since Tue Oct 07 09:37:03 EDT 2014

Feedback rating:

(184)

Condition: New
Brand new.

Ships from: acton, MA

Usually ships in 1-2 business days

  • Standard, 48 States
  • Standard (AK, HI)
Page 1 of 1
Showing All
Close
Sort by

Overview

MySQL Can Do More, and Now You Need to Know More

MySQL has proved it can compete with the big names in database management, such as SQL Server and Oracle, and with MySQL 4 this is truer than ever. Mastering MySQL 4 is your one-stop resource for all the information you need to create, maintain, use, and extend a MySQL database. It's also essential reading for anyone developing database applications in a MySQL environment. If you're new to MySQL, this is a great way to get up and running--fast. If you're upgrading, it will help you get all you can out of new features and support. Coverage includes:
* Installing MySQL
* Adding, removing, and updating records
* Choosing appropriate table types
* Choosing appropriate data types
* Optimizing MySQL queries
* Designing a database
* Normalizing table structure
* Maintaining and repairing databases
* Backing up and replicating data
* Managing user permissions and security
* Optimizing the MySQL server
* Extending MySQL
* Developing database applications

Read More Show Less

Editorial Reviews

From Barnes & Noble
The Barnes & Noble Review
MySQL 4.0 is finally here -- with enough power and performance for virtually any mainstream application, and a licensing model that will make Oracle and Microsoft users drool. In Mastering MySQL, Ian Gilfillan shows you how to use, manage, and optimize MySQL in just about any environment.

Gillfallan offers beginners “quickstarts” for both database developers and administrators, then moves rapidly into more advanced concepts and techniques. For example, there’s extensive coverage of optimization, from indexes to the performance-related intricacies of mysqld variables.

You’ll find detailed coverage of both traditional applications and transactional applications utilizing MySQL 4’s new transactional storage engine. (While many of Gillfalan’s code examples utilize PHP, he also provides reference information for developers using Perl DBI, the Python Database API, Java and C APIs, ODBC, even .NET database access.) The book also contains a full section on database design -- including a practical, chapter-length introduction to normalization.

Gillfalan’s systematic coverage of MySQL database administration encompasses MySQL utilities; startup/shutdown; logging; table checking and repair; backup, replication, database security, and more. Whatever your MySQL application, Mastering MySQL will help you build it better, run it faster, and manage it more effectively. Bill Camarda

Bill Camarda is a consultant, writer, and web/multimedia content developer. His 15 books include Special Edition Using Word 2000 and Upgrading & Fixing Networks For Dummies®, Second Edition.

Read More Show Less

Product Details

  • ISBN-13: 9780782141627
  • Publisher: Wiley
  • Publication date: 1/21/2003
  • Edition number: 1
  • Pages: 772
  • Product dimensions: 7.50 (w) x 9.25 (h) x 1.49 (d)

Meet the Author

Ian Gilfallan is an experienced programmer, trainer, and writer. He is lead developer at Independent Online, South Africa's premier news portal. He has developed and taught web programming courses and has written technical articles on MySQL and other database topics. He has worked with MySQL since its early days.
Read More Show Less

Table of Contents

Introduction.

Part I: Using MySQL.

Chapter 1: Quickstart to MySQL.

Chapter 2: Data Types and Table Types.

Chapter 3: Advanced SQL.

Chapter 4: Indexes and Query Optimization.

Chapter 5: Programming with MySQL.

Chapter 6: Extending MySQL.

Part II: Designing a Database.

Chapter 7: Understanding Relational Databases.

Chapter 8: Database Normalization.

Chapter 9: Database Design.

Part III: MySQL Administration.

Chapter 10: Basic Administration.

Chapter 11: Database Backups.

Chapter 12: Database Replication.

Chapter 13: Configuring and Optimizing MySQL.

Chapter 14: Database Security.

Chapter 15: Installing MySQL.

Chapter 16: Multiple Drives.

Appendixes.

Appendix A: MySQL Syntax Reference.

Appendix B: MySQL Function and Operator Reference.

Appendix C: PHP API.

Appendix D: Perl DBI.

Appendix E: Python Database API.

Appendix F: Java API.

Appendix G: C API.

Appendix H: ODBC and .NET.

Index.

Read More Show Less

Customer Reviews

Be the first to write a review
( 0 )
Rating Distribution

5 Star

(0)

4 Star

(0)

3 Star

(0)

2 Star

(0)

1 Star

(0)
Sort by: Showing 1 Customer Reviews
  • Anonymous

    Posted Sun Feb 16 00:00:00 EST 2003

    Chock full of great examples

    While I am not new to databases, I am new to mysql and always spend the most time learning new syntax, processes and ¿features¿. The MySQL manual is very clear but left some questions unanswered for me. Mastering MySQL left me with no such gaps, and the numerous in-depth examples (including output) in this book help clarify commands and proper syntax. The book covers everything from installation to administration and includes syntax and function/operator references. These references are clearly detailed and contain a generous number of examples as well. The book is written from a hands-on point of view which is how I learn best. One very nice aspect of the book is that it provides information for Windows and UNIX environments as opposed to focusing on one or the other. There are very handy sections on several of the programming APIs, including PHP, Perl, Python, Java, C, ODBC and .NET. Database beginners will find the sections on Understanding Relational Databases, Database Normalization and Database Design very helpful in understanding database terminology and functionality. Finally, there is a very detailed index in the back of the book ¿ I really dislike not being able to locate a topic in an index, especially when I know I read it somewhere in the book. This is a very good overall book for the MySQL database and I¿d recommend it to anyone looking to learn about MySQL.

    Was this review helpful? Yes  No   Report this review
Sort by: Showing 1 Customer Reviews

If you find inappropriate content, please report it to Barnes & Noble
Why is this product inappropriate?
Comments (optional)