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.

Beginning MySQL Database Design and Optimization: From Novice to Professional

By Jon Stephens

Apress
Paperback (520 pages)

Beginning MySQL Database Design and Optimization: From Novice to Professional
List Price: $44.99*
Lowest New Price: $29.69*
Lowest Used Price: $19.98*
Usually ships in 24 hours*
*(As of 20:30 Pacific 4 Feb 2012 More Info)


Click Here
Product Description:

Nearly every non-trivial application requires data persistence, and for an application of any significant size and scope, persistence is typically realized using a database. For open source and many other projects, the MySQL database is a very popular choice: it’s free; it’s fast, robust, and scalable; and it runs on all of the major platforms, allowing maximal use of available hardware resources. However, it’s easy to throw away 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 efficient, single query are some of the common mistakes.

MySQL Database Design and Optimization, shows you how to identify, overcome, and avoid gross inefficiencies, and demonstrates how to maximize the many data manipulation features that MySQL has built-in. MySQL Database Design and Optimization explains how to include tests and branching in your queries, how to normalize your database, and how to issue concurrent queries to boost performance, among many other design and optimization topics. If you’re building or maintaining any significant application and are using MySQL, this book is for you.

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: $49.99*
Lowest New Price: $10.00*
Lowest Used Price: $4.10*
Usually ships in 24 hours*
*(As of 20:30 Pacific 4 Feb 2012 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 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 thoroughly 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 Database Usage & Administration

By Vikram Vaswani

McGraw-Hill Osborne Media
Paperback (368 pages)

MySQL Database Usage & Administration
List Price: $49.99*
Lowest New Price: $5.95*
Lowest Used Price: $7.00*
Usually ships in 24 hours*
*(As of 20:30 Pacific 4 Feb 2012 More Info)


Click Here
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.

High Performance MySQL: Optimization, Backups, Replication, and More

By Baron Schwartz, Vadim Tkachenko & Arjen Lentz

O'Reilly Media
Paperback (712 pages)

High Performance MySQL: Optimization, Backups, Replication, and More
List Price: $49.99*
Lowest New Price: $25.50*
Lowest Used Price: $9.41*
Usually ships in 24 hours*
*(As of 20:30 Pacific 4 Feb 2012 More Info)


Click Here
Product Description:
High Performance MySQL is the definitive guide to building fast, reliable systems with MySQL. Written by noted experts with years of real-world experience building very large systems, this book covers every aspect of MySQL performance in detail, and focuses on robustness, security, and data integrity. High Performance MySQL teaches you advanced techniques in depth so you can bring out MySQL's full power. Learn how to design schemas, indexes, queries and advanced MySQL features for maximum performance, and get detailed guidance for tuning your MySQL server, operating system, and hardware to their fullest potential. You'll also learn practical, safe, high-performance ways to scale your applications with replication, load balancing, high availability, and failover. This second edition is completely revised and greatly expanded, with deeper coverage in all areas. Major additions include:
  • Emphasis throughout on both performance and reliability
  • Thorough coverage of storage engines, including in-depth tuning and optimizations for the InnoDB storage engine
  • Effects of new features in MySQL 5.0 and 5.1, including stored procedures, partitioned databases, triggers, and views
  • A detailed discussion on how to build very large, highly scalable systems with MySQL
  • New options for backups and replication
  • Optimization of advanced querying features, such as full-text searches
  • Four new appendices
The book also includes chapters on benchmarking, profiling, backups, security, and tools and techniques to help you measure, monitor, and manage your MySQL installations.

Oracle Database 11g & MySQL 5.6 Developer Handbook (Oracle Press)

By Michael McLaughlin

McGraw-Hill Osborne Media
Paperback (608 pages)

Oracle Database 11g & MySQL 5.6 Developer Handbook (Oracle Press)
List Price: $50.00*
Lowest New Price: $26.42*
Lowest Used Price: $24.61*
Usually ships in 24 hours*
*(As of 20:30 Pacific 4 Feb 2012 More Info)


Click Here
Product Description:

Master Application Development in a Mixed-Platform Environment

Build powerful database applications in a mixed environment using the detailed information in this Oracle Press guide. Oracle Database 11g & MySQL 5.6 Developer Handbook lays out programming strategies and best practices for seamlessly operating between the two platforms. Find out how to migrate databases, port SQL dialects, work with Oracle MySQL databases, and configure effective queries. Security, monitoring, and tuning techniques are also covered in this comprehensive volume.

  • Understand Oracle Database 11g and MySQL 5.6 architecture
  • Convert databases between platforms and ensure transactional integrity
  • Create tables, sequences, indexes, views, and user accounts
  • Build and debug PL/SQL, SQL*Plus, SQL/PSM, and MySQL Monitor scripts
  • Execute complex queries and handle numeric and date mathematics
  • Merge data from source tables and set up virtual directories

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: $19.99*
Lowest Used Price: $22.41*
Usually ships in 9 to 10 days*
*(As of 20:30 Pacific 4 Feb 2012 More Info)


Click Here
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

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: $22.46*
Lowest Used Price: $19.96*
Usually ships in 24 hours*
*(As of 20:30 Pacific 4 Feb 2012 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.

The Definitive Guide to MySQL 5 (Definitive Guides)

By Michael Kofler

Apress
Paperback (784 pages)

The Definitive Guide to MySQL 5 (Definitive Guides)
List Price: $49.99*
Lowest New Price: $29.98*
Lowest Used Price: $16.94*
Usually ships in 24 hours*
*(As of 20:30 Pacific 4 Feb 2012 More Info)


Click Here
Product Description:

The Definitive Guide to MySQL 5, Third Edition is the latest revision to Michael Kofler's popular comprehensive book on the world's most popular open source database server. Updated to reflect the changes in MySQL version 5, the most significant update in the product's history, readers are exposed to MySQL's impressive array of new features including views, stored procedures, triggers, spatial data types, and more. Novice and intermediate users alike will benefit from extensive coverage of core MySQL features such as user administration, basic and advanced querying, and security.

Readers are also introduced to several standard and third-party tools such as the MySQL Administrator, Query Browser, and popular PHPMyAdmin tool. Acknowledging MySQL’s huge popularity when used in conjunction with APIs, Michael devotes substantial coverage talking to MySQL via languages like PHP, Perl, Java, C, and C#.

Creating your MySQL Database: Practical Design Tips and Techniques: A short guide for everyone on how to structure your data and set-up your MySQL database tables efficiently and easily.

By Marc DeLisle

Packt Publishing
Paperback (108 pages)

Creating your MySQL Database: Practical Design Tips and Techniques: A short guide for everyone on how to structure your data and set-up your MySQL database tables efficiently and easily.
List Price: $19.98*
Lowest New Price: $19.98*
Lowest Used Price: $15.00*
Usually ships in 24 hours*
*(As of 20:30 Pacific 4 Feb 2012 More Info)


Click Here
Product Description:
If you're creating a dynamic web application using open-source tools, then you're probably going to be setting up a MySQL database. Getting the design of this database right for your application and its data is vital, but it's often an intimidating and little-known process for non-developers and developers alike. Written by the creator of the popular phpMyAdmin tool, this book is a short but complete guide on how to design good data structures for MySQL. Anyone working with applications that use a MySQL database backend will benefit greatly from the advice and techniques in this book. Although a working knowledge of both SQL and MySQL is assumed, the book is suitable for both beginners and intermediate users alike. Whether you read it through and absorb the advice or work through it on a live project, the efficiency and maintainability of your databases will certainly improve as a result.

 


 
     
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!