Chapter 16. Transforming Data using MIME

In this chapter, we will cover a powerful phpMyAdmin feature—its ability to transform a column's contents during a table browse, based on specific rules called transformations. Normally, browsing a table shows only the original data that resides in it. However, MIME-based transformations permit the alteration of the display format.

Note that this kind of transformation does not have the same effect as a permanent data change, such as one made via the UPDATE statement. The transformed data is not written back to the MySQL server; it is just sent to the browser for display purposes.

Browsing data without transformations

Normally, the exact contents of each row are displayed, except that:

  • The TEXT and CHARACTER ...

Get Mastering phpMyAdmin 3.4 for Effective MySQL Management 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.