MySQL Books




















































 
OSgram.com   >   Shopping   >   Books   >   MySQL
Shop for books about MySQL.

  Get Any Game Free with GamePass

Related Sites:Related Pages: MySQL is a multi-user database management system. It is developed by MySQL AB, and installed at at least 10 million sites worldwide. The software is dual licensed under the GPL and a proprietary commercial license, as well as being available on a subscription model. Although MySQL can be used with a wide variety of programming tools, it is especially commonly used in conjunction with PHP.

Here are some books about MySQL:

Web Database Applications with PHP & MySQL, 2nd Edition

By Hugh E. Williams

O'Reilly Media, Inc.
Paperback (680 pages)

Web Database Applications with PHP & MySQL, 2nd Edition
List Price: $44.95
Lowest New Price: $24.39
Lowest Used Price: $11.99
Usually ships in 24 hours
(As of 23:30 Pacific 7 Oct 2008 More Info)


Click Here
Product Description:
There are many reasons for serving up dynamic content from a web site: to offer an online shopping site, create customized information pages for users, or just manage a large volume of content through a database. Anyone with a modest knowledge of HTML and web site management can learn to create dynamic content through the PHP programming language and the MySQL database. This book gives you the background and tools to do the job safely and reliably.

"Web Database Applications with PHP and MySQL," Second Edition thoroughly reflects the needs of real-world applications. It goes into detail on such practical issues as validating input (do you know what a proper credit card number looks like?), logging in users, and using templates

to give your dynamic web pages a standard look.

But this book goes even further. It shows how JavaScript and PHP can be used in tandem to make a user's experience faster and more pleasant. It shows the correct way to handle errors in user input so that a site looks professional. It introduces the vast collection of powerful tools available in the PEAR repository and shows how to use some of the most popular tools.

Even while it serves as an introduction to new programmers, the book does not omit critical tasks that web sites require. For instance, every site that allows updates must handle the possibility of multiple users accessing data at the same time. This book explains how to solve the problem in detail with locking.

Through a sophisticated sample application--Hugh and Dave's Wine Store--all the important techniques of dynamic content are introduced. Good design is emphasized, such as dividing logic from presentation. The book introducesPHP 5 and MySQL 4.1 features, while providing techniques that can be used on older versions of the software that are still in widespread use.

This new edition has been redesigned around the rich offerings of PEAR. Several of these, including the Template package and the database-independent query API, are fully integrated into examples and thoroughly described in the text. Topics include:

Installation and configuration of Apache, MySQL, and PHP on Unix(R), Windows(R), and Mac OS(R) X systems

Introductions to PHP, SQL, and MySQL administration

Session management, including the use of a custom database for improved efficiency

User input validation, security, and authentication

The PEAR repository, plus details on the use of PEAR DB and Template classes

Production of PDF reports

Build Your Own Database Driven Website Using PHP and MySQL

By Kevin Yank

SitePoint
Paperback (373 pages)

Build Your Own Database Driven Website Using PHP and MySQL
List Price: $39.95
Lowest New Price: $22.36
Lowest Used Price: $16.91
Usually ships in 24 hours
(As of 23:30 Pacific 7 Oct 2008 More Info)


Click Here
Product Description:
Build Your Own Database-Driven Website Using PHP & MySQL is a practical guide for first-time users of PHP & MySQL that teaches readers by creating a fully working Content Management System, Shopping Cart and other real-world applications. There has been a marked increase in the adoption of PHP, most notably in the beginning to intermediate levels. PHP now boasts over 30% of the server side scripting market (Source: php.weblogs.com). The previous edition sold over 17,000 copies exclusively through Sitepoint.com alone. With the release of PHP 5, SitePoint have updated this bestseller to reflect best practice web development using PHP 5 and MySQL 4. The 3rd Edition includes more code examples and also a new bonus chapter on structured PHP Programming which introduces techniques for organizing real world PHP applications to avoid code duplication and ensure code is manageable and maintainable. The chapter introduces features like include files, user-defined function libraries and constants, which are combined to produce a fully functional access control system suitable for use on any PHP Website.

MySQL/PHP Database Applications, 2nd Edition

By Brad Bulger & David Wall

Wiley
Paperback (818 pages)

MySQL/PHP Database Applications, 2nd Edition
List Price: $40.00
Lowest New Price: $12.25
Lowest Used Price: $7.11
Usually ships in 24 hours
(As of 23:30 Pacific 7 Oct 2008 More Info)


Click Here
Product Description:
  • Demonstrates Web application development by presenting ten real, ready-to-use examples
  • Samples start with a simple guess book and end with a fully-functional e-commerce site with a shopping cart
  • New features include both MySQL 4.1 and PHP 4.2
  • Latest edition contains new applications including log analysis and project tracking
  • CD-ROM includes all the code and examples applications from the book in addition to MySQL, PHP, Apache, PHP classes, libraries, utilities, and other tools

MySQL Database Design and Tuning (Developer's Library)

By Robert D Schneider

MySQL Press
Paperback (432 pages)

MySQL Database Design and Tuning (Developer s Library)
List Price: $49.99
Lowest New Price: $19.99
Lowest Used Price: $12.00
Usually ships in 24 hours
(As of 23:30 Pacific 7 Oct 2008 More Info)


Click Here
Product Description:

The authoritative, hands-on guide to advanced MySQL programming and administration techniques for high performance is here. MySQL Database Design and Tuning is the only guide with coverage of both the basics and advanced topics, including reliability, performance, optimization and tuning for MySQL. This clear, concise and unique source for the most reliable MySQL performance information will show you how to:

  • Deploy the right MySQL product for your performance needs.
  • Set up a performance management and monitoring environment using tools from MySQL.
  • Implement the right indexing strategy
  • Apply good performance strategy when developing software to work with the MySQL database.
  • Configure dozens of variable to correctly tune the MySQL engine.

If you deal with the intricacies and challenges of advanced MySQL functionality on a daily basis, you will be able to build on your knowledge with author Robert Schneider's real-world experiences in MySQL Database Design and Tuning.

Beginning MySQL Database Design and Optimization: From Novice to Professional

By Chad Russell

Apress
Paperback (520 pages)

Beginning MySQL Database Design and Optimization: From Novice to Professional
List Price: $44.99
Lowest New Price: $10.95
Lowest Used Price: $10.95
Usually ships in 24 hours
(As of 23:30 Pacific 7 Oct 2008 More Info)


Click Here
Product Description:

Apress has done what many other publishers have failed to do by providing an excellent series of "Novice to Professional" books. This book is pretty much a "must have" for a MySQL programmer looking to bridge the gap between novice and professional.

— Mary Norbury-Glaser, Slashdot Contributor

Beginning MySQL Database Design and Optimization is a great book for MySQL users who already know the basics and want to improve their use of MySQL.

— Mike Hillyer, Mike Hillyer's Personal Web Space

Nearly every non-trivial application requires data persistence, and for an application of any significant size and scope, persistence is typically achieved using a database. If you're building or maintaining any significant application and are using MySQL, this book is for you. For open source and other types of projects, the MySQL database is a very popular choice: it's free; fast, robust, and scalable; and it runs on all of the major platforms, allowing maximum use of available hardware resources. But it's easy to disregard MySQL's speed and other advantages if your database design is inefficient. Needlessly duplicating data, using improper types for columns, overloading a single table where multiple tables should be used, failing to leverage the calculation features of MySQL, and making multiple queries instead of an efficient single query are some of the common mistakes.

Beginning MySQL Database Design and Optimization shows you how to identify, overcome, and avoid gross inefficiencies. It demonstrates how to maximize the many data manipulation features that MySQL includes. This book explains how to include tests and branches in your queries, how to normalize your database, and how to issue concurrent queries to boost performance, among many other design and optimization topics. You'll also learn about some features new to MySQL 4.1 and 5.0 like subqueries, stored procedures, and views, all of which will help you build even more efficient applications.

Database Design Manual: using MySQL for Windows (Springer Professional Computing)

By Matthew Norman

Springer
Hardcover (224 pages)

Database Design Manual: using MySQL for Windows (Springer Professional Computing)
List Price: $84.95
Lowest New Price: $36.95
Lowest Used Price: $53.99
Usually ships in 24 hours
(As of 23:30 Pacific 7 Oct 2008 More Info)


Click Here
Product Description:
Databases are now an integral part of the internet and many web sites use databases in the background to control their content. MySQL is one of the most commonly used open source database management systems. Due to it’s bundling with PHP, MySQL has proved a popular choice for many sites as it enables a database driven, content managed website to be set up with little or no software costs. This book will show you how to design and use databases for the web using MySQL as a tool to learn SQL. Key Topics Installing and testing MySQL SQL basics, and using SQL to communicate with databases Database design techniques and concepts Using MySQL with PHP, Apache and Perl How to make other products communicate with MySQL Features and Benefits. Gives an insight into how databases work in relation to the web. Introduces general SQL techniques by means of MySQL. Explains the concepts behind a structured query language and how it can be used to communicate with databases. Provides an introduction to database design and how an efficiently designed database can improve the performance of MySQL.

The Database Book: Principles & Practice Using MySQL

By Narain Gehani

Silicon Press
Hardcover (377 pages)

The Database Book: Principles & Practice Using MySQL
List Price: $89.95
Lowest New Price: $72.00
Lowest Used Price: $54.95
Usually ships in 9 to 12 days
(As of 23:30 Pacific 7 Oct 2008 More Info)


Click Here
Product Description:
Learn how to use and design databases, make them hum, sing, and dance, and understand what makes them tick. A database is like an appliance that users need to understand and use as experts but they do not need to understand how to build the appliance. This book provides a comprehensive coverage of database principles and practice. The author teaches databases without burdening the reader with theorems and internal algorithms and methods used to implement database systems. The author uses the open source database MySQL for examples..

PHP and MySQL Web Development (3rd Edition) (Developer's Library)

By Luke Welling

Sams
Paperback (984 pages)

PHP and MySQL Web Development (3rd Edition) (Developer s Library)
List Price: $49.99
Lowest New Price: $22.97
Lowest Used Price: $21.92
(As of 23:30 Pacific 7 Oct 2008 More Info)


Click Here
Product Description:

We've taken the best and made it even better. The third edition of the best-selling PHP and MySQL Web Development has been updated to include material and code on MySQL 5, PHP 5 and on PHPs object model and validation. Through a clear, practical approach, you will learn to develop secure, dynamic websites by integrating and implementing the PHP scripting language and the MySQL database system. Real-world examples and working sample projects will give you a strong foundation on which to start building your own websites, complete with features such as SSL, shopping carts and payment systems. The accompanying CD includes the source code from each example in the book, the entire book in PDF format, and source code and binaries for PHP 5, MySQL 5 and Apache. Readers have called PHP and MySQL Web Development call it the best technical book they've ever read, but don't take their word for it. Find out for yourself!

PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (2nd Edition) (Visual QuickPro Guide)

By Larry Ullman

Peachpit Press
Paperback (572 pages)

PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (2nd Edition) (Visual QuickPro Guide)
List Price: $39.99
Lowest New Price: $22.93
Lowest Used Price: $16.99
Usually ships in 24 hours
(As of 23:30 Pacific 7 Oct 2008 More Info)


Click Here
Product Description:
 It hasn't taken Web developers long to discover that when it comes to creating dynamic, database-driven Web sites, MySQL and PHP provide a winning open source combination. Add this book to the mix, and there's no limit to the powerful, interactive Web sites that users can create. With step-by-step instructions, complete scripts, and expert tips to guide readers, veteran author and database designer Larry Ullman gets right down to business: After grounding readers with separate discussions of first the scripting language (PHP) and then the database program (MySQL), he goes on  to cover security, sessions and cookies, and using additional Web tools,  with several sections devoted to creating sample applications. This guide is indispensable for Web designers who want to replace their static sites with something more dynamic. The companion Web site includes source code, support forums, and extra tutorials. In addition to being updated for the most recent releases of MySQL and PHP,  this new edition offers 25% new material, including updated examples for improved clarity and comprehension and new installation instructions for PHP, MySQL, and other related technologies. 

MySQL Crash Course (Sams Teach Yourself in 10 Minutes)

By Ben Forta

Sams
Paperback (336 pages)

MySQL Crash Course (Sams Teach Yourself in 10 Minutes)
List Price: $24.99
Lowest New Price: $9.50
Lowest Used Price: $9.45
Usually ships in 24 hours
(As of 23:30 Pacific 7 Oct 2008 More Info)


Click Here
Product Description:

MySQL is one of the most popular database management systems available, powering everything from Internet powerhouses to individual corporate databases to simple end-user applications, and everything in between. And this book will teach you all you need to know to be immediately productive with MySQL. By working through 30 highly focused hands-on lessons, your MySQL Crash Course will be both easier and more effective than you'd have thought possible. Learn how to:

  • Retrieve and sort data
  • Filter data using comparisons, regular expressions, full text search, and much more
  • Join relational data
  • Create and alter tables
  • Insert, update, and delete data
  • Leverage the power of stored procedures and triggers
  • Use views and Cursors
  • Manage transactional processing
  • Create user accounts and manage security via access control

Ben Forta is Macromedia's Senior Technical Evangelist, and has almost 20 years of experience in the computer industry in product development, support, training, and product marketing. Ben is the author of the best-selling Sams Teach Yourself SQL in 10 Minutes (now in its third edition, and translated into over a dozen languages), ColdFusion Web Application Construction Kit, and Advanced ColdFusion Development (both published by Que Publishing), Sams Teach Yourself Regular Expressions in 10 Minutes, as well as books on SQL, Flash, JSP, HomeSite, WAP, Windows 2000, and other subjects.


  Free IQ Test!


ThinkGeek - Cube Goodies!

 
     
Shopping
 
  Books
   Apache
   BSD
   Eclipse
   Firefox
   GIMP
   GNOME
   GNU
   JBoss
   Linux
   MySQL
   OpenOffice
   Open Source
   Perl
   PHP
   PostgreSQL
   Python
   Ruby
   Security
   Solaris
   SQLite

  Clothing

  Magazines

  Penguins

  Software
 

News
 
  Latest Stories

  Companies

  Conferences

  Embedded

  Mobile

  Patents

  Security

  Software

  VoIP
 



Safeguard and access your files with Xdrive.
 
 
Privacy   Terms Of Use

Copyright © 2006-2008, Answers 2000 Limited.

News stories are provided by third parties, used with permission, and copyright of their various respective owners. Answers 2000 Limited has not necessarily reviewed, and does not necessarily endorse or agree with any content of, or views expressed in, all such items.

Comments are posted by our users. Answers 2000 Limited has not necessarily reviewed, and does not necessarily endorse or agree with any content of, or views expressed in, comments.

In Association With Amazon.com
In Assocation With AllPosters.com
 
Penguins!