MySQL Books







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

Other web sites about MySQL:Additional pages on this web site, which may be of interest: 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:

Disclosure: Products details and descriptions provided by Amazon.com. Our company may receive a payment if you purchase products from them after following a link from this website.

Web Database Applications with PHP & MySQL, 2nd Edition

By Hugh E. Williams

O'Reilly Media
Paperback (680 pages)

Web Database Applications with PHP & MySQL, 2nd Edition
List Price: $44.95*
Lowest New Price: $22.95*
Lowest Used Price: $9.61*
Usually ships in 24 hours*
*(As of 21:59 Pacific 14 Mar 2010 More Info)


Click Here
  • ISBN13: 9780596005436
  • Notes: Brand New from Publisher. No Remainder Mark.
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 introduces PHP 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 thorougly described in the text. Topics include: Installation and configuration of Apache, MySQL, and PHP on Unix®, Windows®, and Mac OS® 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

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: $4.26*
Lowest Used Price: $3.29*
Usually ships in 24 hours*
*(As of 21:59 Pacific 14 Mar 2010 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

Build Your Own Database Driven Web Site Using PHP & MySQL

By Kevin Yank

SitePoint
Paperback (360 pages)

Build Your Own Database Driven Web Site Using PHP & MySQL
List Price: $39.95*
Lowest New Price: $26.37*
Lowest Used Price: $19.75*
Usually ships in 7 to 13 days*
*(As of 21:59 Pacific 14 Mar 2010 More Info)


Click Here
  • ISBN13: 9780980576818
  • Notes: Brand New from Publisher. No Remainder Mark.
Product Description:
Build Your own Database Driven Web Site Using PHP & MySQL is a practical hands-on guide to learning all the tools, principles and techniques needed to build a fully functional database-driven web site using PHP & MySQL.

This book covers everything from installing PHP & MySQL under Windows, Linux, and Mac through to building a live web-based content management system.

While this is essentially a beginners book, it also covers more advanced topics such as the storage of binary data in MySQL, and cookies and sessions in PHP. It comes complete with a set of handy reference guides for PHP & MySQL that include:
MySQL syntax MySQL functions MysQL column types PHP functions for working with MySQL

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: $13.05*
Lowest Used Price: $11.99*
Usually ships in 24 hours*
*(As of 21:59 Pacific 14 Mar 2010 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. 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.

MySQL Database Usage & Administration

By Vikram Vaswani

McGraw-Hill Osborne Media
Paperback (368 pages)

MySQL Database Usage & Administration
List Price: $49.99*
Lowest New Price: $29.92*
Lowest Used Price: $30.84*
Usually ships in 24 hours*
*(As of 21:59 Pacific 14 Mar 2010 More Info)


Click Here
  • ISBN13: 9780071605496
  • Notes: Brand New from Publisher. No Remainder Mark.
Product Description:

Take your MySQL skills to the top tier

Maximize every powerful feature available in MySQL 5.1 with hands-on instruction from a MySQL expert. This definitive guide shows you how to use MySQL's advanced suite of data management tools, optimize performance and reliability, and secure and administer a robust RDBMS. MySQL Database Usage & Administration includes detailed code examples in each chapter to highlight real-world applications of the material covered. If you want to get the most out of MySQL, you need this practical handbook.

  • Understand MySQL's features, technical architecture, subsystems, and commands
  • Make database design decisions that optimizre performance, storage, and reliability
  • Write complex queries using joins, subqueries, and views
  • Group SQL statements into transactions and execute them atomically
  • Build and use sophisticated stored procedures and functions
  • Automate database operations with triggers and scheduled events
  • Import and export data in different formats, includiong SQL, CSV, and XML
  • Optimize server and query performance
  • Administer a secure, high availability MySQL RDBMS
  • Manage users and control access
  • Perform database maintenance, replication, backup, and recovery

Vikram Vaswani is the founder and CEO of Melonfire (www.melonfire.com), a consultancy firm with special expertise in open-source tools and technologies. His previous books include MySQL: The Complete Reference, PHP: A Beginner's Guide, and PHP Programming Solutions.

MySQL Database Design and Tuning

By Robert D Schneider

MySQL Press
Paperback (432 pages)

MySQL Database Design and Tuning
List Price: $49.99*
Lowest New Price: $26.98*
Lowest Used Price: $10.44*
Usually ships in 24 hours*
*(As of 21:59 Pacific 14 Mar 2010 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.

Learning PHP, MySQL, and JavaScript: A Step-By-Step Guide to Creating Dynamic Websites (Animal Guide)

By Robin Nixon

O'Reilly Media
Paperback (528 pages)

Learning PHP, MySQL, and JavaScript: A Step-By-Step Guide to Creating Dynamic Websites (Animal Guide)
List Price: $39.99*
Lowest New Price: $24.80*
Lowest Used Price: $30.67*
Usually ships in 24 hours*
*(As of 21:59 Pacific 14 Mar 2010 More Info)


Click Here
  • ISBN13: 9780596157135
  • Notes: Brand New from Publisher. No Remainder Mark.
Product Description:
If you know HTML, this guide will have you building interactive websites quickly. You'll learn how to create responsive, data-driven websites with PHP, MySQL, and JavaScript, regardless of whether you already know how to program. Discover how the powerful combination of PHP and MySQL provides an easy way to build modern websites complete with dynamic data and user interaction. You'll also learn how to add JavaScript to create rich Internet applications and websites.

Learning PHP, MySQL, and JavaScript explains each technology separately, shows you how to combine them, and introduces valuable web programming concepts, including objects, XHTML, cookies, and session management. You'll practice what you've learned with review questions in each chapter, and find a sample social networking platform built with the elements introduced in this book.

This book will help you:

  • Understand PHP essentials and the basics of object-oriented programming
  • Master MySQL, from database structure to complex queries
  • Create web pages with PHP and MySQL by integrating forms and other HTML features
  • Learn about JavaScript, from functions and event handling to accessing the Document Object Model
  • Use libraries and packages, including the Smarty web template system, PEAR program repository, and the Yahoo! User Interface Library
  • Make Ajax calls and turn your website into a highly dynamic environment
  • Upload and manipulate files and images, validate user input, and secure your applications

MySQL Administrator's Guide and Language Reference (2nd Edition)

By MySQL AB

MySQL Press
Paperback (888 pages)

MySQL Administrator s Guide and Language Reference (2nd Edition)
List Price: $54.99*
Lowest New Price: $32.03*
Lowest Used Price: $28.84*
Usually ships in 24 hours*
*(As of 21:59 Pacific 14 Mar 2010 More Info)


Click Here
Product Description:
<>Written by the creators of MySQL and edited by one of the most highly respected MySQL authors, the MySQL Administrator's Guide and Language Reference is the official guide to installing MySQL, to setting up and administering MySQL databases, and to storing and retrieving data in these databases. This new edition combines into one book the MySQL Language Reference (on CD) with the practical information of the MySQL Administrator's Guide book. 

 

 

PHP & MySQL: Your visual blueprint for creating dynamic, database-driven Web sites

By Janet Valade

Visual
Paperback (307 pages)

PHP & MySQL: Your visual blueprint for creating dynamic, database-driven Web sites
List Price: $29.99*
Lowest New Price: $16.14*
Lowest Used Price: $12.95*
Usually ships in 24 hours*
*(As of 21:59 Pacific 14 Mar 2010 More Info)


Click Here
Product Description:
"The expertise, thought, and effort that go into each book are obvious, and I sincerely appreciate your efforts. Keep up the wonderful work!"
--Tracey Moore (Memphis, TN)

Welcome to the only guidebook series that takes a visual approach to professional-level computer topics. Open the book and you will discover step-by-step screen shots that demonstrate over 140 key techniques using PHP amd MySQL, including:
* Configuring Apache to process PHP code
* Working with character strings
* Creating, sorting, and comparing arrays
* Defining and using functions
* Finding and replacing substrings
* Querying databases and retrieving data
* Stopping and starting the MySQL server
* Adding dynamic check boxes
* Sending new Web pages to a browser

Extra / Apply It
* High-resolution screen shots demonstrate each task
* Succinct explanations walk you through step-by-step
* Two-page lessons break big topics into bite-sized modules
* "Apply It" and "Extra" sidebars highlight useful tips

MySQL Tutorial

By Luke Welling

MySQL Press
Paperback (288 pages)

MySQL Tutorial
List Price: $39.99*
Lowest New Price: $22.38*
Lowest Used Price: $4.48*
Usually ships in 24 hours*
*(As of 21:59 Pacific 14 Mar 2010 More Info)


Click Here
Product Description:
A concise introduction to the fundamentals of working with MySQL.

MySQL is an open-source relational database management system that is rapidly growing in popularity. Known for its speed, reliability, and ease of use, MySQL has proven itself to be particularly well suited both for beginners and for experienced developers to create sophisticated database-backed Web sites and applications.

MySQL Tutorial is a clear, concise introduction to the fundamental concepts and techniques of working with MySQL. It teaches the beginning MySQL user how to create and administer powerful databases that can be used at home, at work, and on the Web.

Whether you are a novice to databases or a technical professional looking to find out more about how MySQL works, MySQL Tutorial efficiently guides you through the information you need in order to get started with MySQL and quickly become proficient.


  Virtual Private Server Hosting starting at $19


 
     
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
 

ATI Echo Server for Linux

News Resources
 
  Companies

  Conferences

  Embedded

  Mobile

  Patents

  Security

  Software

  VoIP
 


 
 
Privacy   Terms Of Use   Advertising/Endorsements Disclosures

Copyright © 2006-2009, Answers 2000 Limited.

Answers 2000 Limited has no opinion about any stories or content of, or views expressed in, any linked news resource or website. Information about companies, organizations, products and services was believed to be correct at the time it was first published on this website, but may out of date by the time you read this website. For current information about any company or organization, readers are advised to check with the applicable company or organization.

Answers 2000 Limited expresses no opinion about any company or organization (including expressing no opinion on any investments in, with, or relating to, any company or organization), product or service. This website is not intended as investment or financial advice.

In Association With Amazon.com

CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED 'AS IS' AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.

In Assocation With AllPosters.com

Disclosure: Our company's websites' content (including this website's content) includes advertisements for our own company's websites, products, and services, and for other organization's websites, products, and services. In the case of links to other organization's websites, our company may receive a payment, (1) if you purchase products or services, or (2) if you sign-up for third party offers, after following links from this website. Unless specifically otherwise stated, information about other organization's products and services, is based on information provided by that organization, the product/service vendor, and/or publicly available information - and should not be taken to mean that we have used the product/service in question. Additionally, our company's websites contain some adverts which we are paid to display, but whose content is not selected by us, such as Google AdSense ads. For more detailed information, please see Advertising/Endorsements Disclosures
 
Penguins!