Chapter 23. Introduction to Databases

Almost every significant Web application found on the Internet today relies on some sort of database to keep track of the incredible amount of data generated by visitors. Although many types of database designs exist, the most scalable and common type is something called a relational database management system (or RDBMS). The principals of an RDBMS system are common to almost every major database package such as Oracle, PostgreSQL, and MySQL.

Using the MySQL Client

To follow along with the examples in this chapter, you will need to be familiar with using the MySQL client to access your database server. Although some graphical clients are available, this chapter ...

Get PHP 5 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.