Skip to content

MySQL Tutorial

Best in textbook rentals since 2012!

ISBN-10: 0672325845

ISBN-13: 9780672325847

Edition: 2004

Authors: Luke Welling, Laura Thomson

List price: $39.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

The MySQL Tutorial consists of a series of short, very concise chapters, each on a tightly targeted topic, with a task-oriented focus.Each chapter is written so it can be read in a single sitting and be easily digested. The main focus is on five key areas: installation and configuration, using MySQL, administering MySQL, optimizing MySQL, and MySQL's associated APIs.With 4 million installations and 27,000 downloads per day, MySQL continues to grow as one of the most widely used databases in the world. Now an enterprise-level database, MySQL features full support for transactions, integrating improvements that enhance MySQL's architectural foundation for building heavy-load commercial…    
Customers also bought

Book details

List price: $39.99
Copyright year: 2004
Publisher: Pearson Technology Group
Publication date: 11/24/2003
Binding: Paperback
Pages: 288
Size: 7.00" wide x 8.75" long x 0.75" tall
Weight: 0.990
Language: English

Introduction
MySQL Basics
Installing MySQL
Quick Tour
Designing and Creating Databases with MySQL
Database Design Crash Course
Creating Databases, Tables and Indexes
Using MySQL
Inserting, Deleting, and Updating Data
Querying MySQL
Advanced Queries
Using MySQL Built-in Functions with SELECT
MySQL Table Types and Transactions
Understanding MySQL's Table Types
Using Transactions with InnoDB Tables
Administering MySQL
Managing User Privileges
Configuring MySQL
Administering Your Database
Backup and Disaster Recovery
Securing Your MySQL Installation
Replicating Your Database
Optimizing MySQL
Optimizing Your MySQL Server Configuration
Optimizing Your Database
Optimizing Your Queries
Index