From 68e916f81533e16a757fa08032abece86c1afcc2 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 14 Oct 2002 11:55:23 +0000 Subject: [PATCH] clarification on pmadb --- ChangeLog | 4 ++++ Documentation.html | 32 +++++++++++++++++++------------- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1335a6664..3a74f46b7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-10-14 Marc Delisle + * Documentation.html: clarification about pmadb when you are not + the superuser + 2002-10-13 Robin Johnson * libraries/sqlparser.lib.php3: bug #621357 * libraries/commom.inc.php3, string.lib.php3, sqlparser.lib.php3: diff --git a/Documentation.html b/Documentation.html index 11a63e27f..70a81da9b 100755 --- a/Documentation.html +++ b/Documentation.html @@ -452,11 +452,10 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
$cfg['PmaNoRelation_DisableWarning'] boolean
Starting with version 2.3.0 phpMyAdmin offers a lot of features to work - with master / foreign - tables. These features require the PMA - administrator to set up a special database for PMA (see + with master / foreign - tables (see $cfg['Servers'][$i]['pmadb']). - Its contents and use will be explained further down.
- If you tried to set this up and it does not work for you have a look on +
+ If you tried to set this up and it does not work for you, have a look on the "Structure" page of one database where you would like to use it. You will find a link that will analyze why those features have been disabled.
@@ -609,10 +608,17 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
Starting with version 2.3.0 phpMyAdmin offers a lot of features to work with master / foreign - tables. To use those as well as - the bookmark feature you will need to create a new db. + the bookmark feature you need special tables with a + predefined structure, which we explain below.
+ If you are the only user of this phpMyAdmin installation, you can + use your current database to store those special tables; in this + case, just put your current database name in + $cfg['Servers'][$i]['pmadb']. +

+ If you are setting up a multi-user phpMyAdmin installation, + you will need to create a new db and setup special privileges, + so, as superuser:

- - To use this functionality as superuser create a new database:
  • create a new database for phpmyadmin:
    @@ -642,9 +648,9 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' Since release 2.2.0 phpMyAdmin allows to bookmark queries. This can be useful for queries you often run.

    - To allow the usage of this functionality the superuser has to: + To allow the usage of this functionality you have to:
      -
    • set up a PMA database as described above
    • +
    • set up "pmadb" as described above
    • within this database create a table following this scheme:
      @@ -701,7 +707,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' To allow the usage of this functionality the superuser has to:
        -
      • set up a PMA database as described above
      • +
      • set up "pmadb" as described above
      • within this database create a table following this scheme:
        @@ -746,7 +752,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' table. To allow the usage of this functionality the superuser has to:
          -
        • set up a PMA database as described above
        • +
        • set up "pmadb" as described above
        • within this database create a table following this scheme:
          @@ -790,7 +796,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'

          To allow the usage of this functionality the superuser has to:
            -
          • set up a PMA database as described above
          • +
          • set up "pmadb" as described above
          • within this database create a table following this scheme:
            @@ -838,7 +844,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
            To allow the usage of this functionality the superuser has to:
              -
            • set up a PMA database as described above
            • +
            • set up "pmadb" as described above
            • within this database create a table following this scheme: