Managing & Using MySQL, Second Edition
Open Source SQL Databases for Managing Information & Web Sites
By
George Reese,
Randy Jay Yarger,
Tim King
With
Hugh E. Williams
April 2002
Pages: 442
| Table of Contents
| Index
| Sample Chapter
| Colophon
Table of Contents
-
Introduction
-
Chapter 1 MySQL
- Relational Databases
- The History of MySQL
- MySQL Design
- MySQL Features
- MySQL Applications
- What You Get
-
Chapter 2 Installation
- Preparation
- Unix Installation
- Windows Installation
-
Chapter 3 SQL According to MySQL
- SQL Basics
- Database Creation
- Table Management
- MySQL Data Types
- Indexing
- Managing Data
- Queries
- SQL Operators
- Advanced Features
-
Chapter 4 Database Administration
- Configuration
- Server Startup and Shutdown
- Logging
- Backup
- Recovery
- Table Maintenance and Crash Recovery
-
MySQL Administration
-
Chapter 5 Performance Tuning
- An Approach to Performance Tuning
- Application Tuning
- Database Server Tuning
- Operating System/Hardware Tuning
-
Chapter 6 Security
- Database Security
- System Security
- Application Security
-
Chapter 7 Database Design
- Database Design Primer
- Normalization
- A Logical Data-Modeling Methodology
- Physical Database Design
-
MySQL Programming
-
Chapter 8 Database Applications
- Architecture
- Connections and Transactions
- Object/Relational Modeling
-
Chapter 9 Perl
- Introduction to DBI
- DBI and CGI
- A General Model for Maintainable Perl Programs
-
Chapter 10 Python
- DB-API
- Proprietary Operations
- Applied DB-API
-
Chapter 11 PHP
- Introducing PHP
- Installing PHP
- Accessing the MySQL DBMS with PHP
- Securing User Data
- Managing Sessions
- Writing Data with PHP
- Using the HTML <form> Environment
- Where to Find Out More
-
Chapter 12 C API
- API Overview
- The C API in Practice
- Advanced Issues
-
Chapter 13 Java
- The JDBC API
- Simple Database Access
- Dynamic Database Access
- A Guest Book Servlet
-
Chapter 14 Extending MySQL
- User-Defined Functions
- Alternative Character Sets
-
MySQL Reference
-
Chapter 15 SQL Syntax for MySQL
- Basic Syntax
- SQL Commands
-
Chapter 16 MySQL Data Types
- Numeric Data Types
- String Data Types
- Date Data Types
- Complex Data Types
-
Chapter 17 Operators and Functions
- Operators
- Functions
-
Chapter 18 MySQL PHP API Reference
- Data Types
- Functions
-
Chapter 19 C Reference
- Data Types
- Functions
-
Chapter 20 The Python DB-API
- Module: MySQLdb
-
Colophon
Return to Managing & Using MySQL