Prev | Current Page 13 | Next

Marc Delisle

"Mastering phpMyAdmin 2.11 for Effective MySQL Management"

We also see
how phpMyAdmin has to recode data when the version of MySQL is earlier than
4.1.x, and take a look at the character set and collation features of MySQL version
4.1.x and later.
Chapter 18 will cover how phpMyAdmin permits to manage the main features of
MySQL 5.0.
Chapter 19 will discuss how a system administrator can use the phpMyAdmin server
management features for day-to-day user account maintenance, server verification,
and server protection.
Chapter 20 proposes guidelines for solving some common problems, and gives hints
on how to avoid them. It also explains how to interact with the development team
for support, bug reports, and contributions.
What You Need for This Book
You need to have access to a server or workstation that has the following installed:
My SQL
PHP
Apache or IIS.
??? ??? ???
Preface
[ 4 ]
Conventions
In this book, you will find a number of styles of text that distinguish between
different kinds of information. Here are some examples of these styles, and an
explanation of their meaning.
There are three styles for code. Code words in text are shown as follows: "We can
include other contexts through the use of the include directive."
A block of code will be set as follows:
$cfg['RestrictColumnTypes'] = array(
'VARCHAR' => 'FUNC_CHAR', [...]
$cfg['RestrictFunctions'] = array(
'FUNC_CHAR' => array(
When we wish to draw your attention to a particular part of a code block, the
relevant lines or items will be made bold:
'alpha_columnType' => '#FF9900',
'alpha_columnAttrib' => '#0000FF',
'alpha_reservedWord' => '#990099',
'alpha_functionName' => '#FF0000',
New terms and important words are introduced in a bold-type font.


Pages:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25