-
Book Overview & Buying
-
Table Of Contents
Mastering phpMyAdmin 3.3.x for Effective MySQL Management
When application developers use PHP and MySQL to build web interfaces or other data-manipulation applications, they usually establish relations between tables using the underlying SQL queries. Examples of this would be queries to: "get an invoice and all its items" and "get all books by an author".
In the early versions of phpMyAdmin, MySQL stored information about which table belonged to which database. However, the relational data structure (how tables relate to each other) was not stored within MySQL. Relations were temporarily made by the applications in order generate meaningful results. In other words, the relations were in our head.
This was considered a shortcoming of MySQL by phpMyAdmin developers and users. Therefore, the team started to build an infrastructure to support relations for MyISAM tables. The infrastructure evolved to support a growing array of special features. We can describe this infrastructure as metadata, that is, data about data.
phpMyAdmin 2.2...
Change the font size
Change margin width
Change background colour