From 5e14fbb78cb5375c63fb9d1ad1ead366b616c809 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Wed, 15 May 2002 17:56:26 +0000 Subject: [PATCH] typo --- Documentation.html | 80 ++++++------ Documentation.txt | 302 ++++++++++++++++++++++----------------------- 2 files changed, 191 insertions(+), 191 deletions(-) diff --git a/Documentation.html b/Documentation.html index e435d868f..b81d62880 100755 --- a/Documentation.html +++ b/Documentation.html @@ -307,7 +307,7 @@
  • Then each of the true users should be granted of a set of - privileges on a set of perticular databases but shouldn't have any + privileges on a set of particular databases but shouldn't have any global privileges. For example, to grant the user real_user with all privileges on the database user_base:
       GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real_password'; @@ -592,7 +592,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
  • display in an optional tooltip the "display field" - when browsing the master table, if + when browsing the master table, if you move the mouse to a column containing a foreign key;
  • @@ -646,8 +646,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'      ALTER TABLE relation CHANGE src_column master_field VARCHAR(32) NOT NULL
         ALTER TABLE relation CHANGE dest_table foreign_table VARCHAR(32) NOT NULL
         ALTER TABLE relation CHANGE dest_column foreign_field VARCHAR(32) NOT NULL
    -      ALTER TABLE `relation` ADD `foreign_display_field` VARCHAR(32) NOT NULL;
    -      ALTER TABLE `relation` ADD `pdf_page_number` int(11) NOT NULL;
    +      ALTER TABLE `relation` ADD `foreign_display_field` VARCHAR(32) NOT NULL;
    +      ALTER TABLE `relation` ADD `pdf_page_number` int(11) NOT NULL;
         ALTER TABLE `relation` ADD INDEX(`pdf_page_number`);

    @@ -659,11 +659,11 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://' Since release 2.3.0 you can describe, in a special 'pdf_table_position' table, the coordinates where each table will be placed on a PDF schema output. This configuration variable will hold the name of this special - table. -

    + table. +

    This feature is supported under PHP4, and you must be using also the 'relation' feature. -

    +

    To use this functionality you have to: