clarification on pmadb
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-10-14 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* Documentation.html: clarification about pmadb when you are not
|
||||||
|
the superuser
|
||||||
|
|
||||||
2002-10-13 Robin Johnson <robbat2@users.sourceforge.net>
|
2002-10-13 Robin Johnson <robbat2@users.sourceforge.net>
|
||||||
* libraries/sqlparser.lib.php3: bug #621357
|
* libraries/sqlparser.lib.php3: bug #621357
|
||||||
* libraries/commom.inc.php3, string.lib.php3, sqlparser.lib.php3:
|
* libraries/commom.inc.php3, string.lib.php3, sqlparser.lib.php3:
|
||||||
|
@@ -452,11 +452,10 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
<dt><b>$cfg['PmaNoRelation_DisableWarning']</b> boolean</dt>
|
<dt><b>$cfg['PmaNoRelation_DisableWarning']</b> boolean</dt>
|
||||||
<dd>
|
<dd>
|
||||||
Starting with version 2.3.0 phpMyAdmin offers a lot of features to work
|
Starting with version 2.3.0 phpMyAdmin offers a lot of features to work
|
||||||
with master / foreign - tables. These features require the PMA
|
with master / foreign - tables (see
|
||||||
administrator to set up a special database for PMA (see
|
|
||||||
<a class="navigation" href="#pmadb">$cfg['Servers'][$i]['pmadb']</a>).
|
<a class="navigation" href="#pmadb">$cfg['Servers'][$i]['pmadb']</a>).
|
||||||
Its contents and use will be explained further down.<br />
|
<br />
|
||||||
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
|
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
|
use it. You will find a link that will analyze why those features have
|
||||||
been disabled.<br />
|
been disabled.<br />
|
||||||
@@ -609,10 +608,17 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
<dd>
|
<dd>
|
||||||
Starting with version 2.3.0 phpMyAdmin offers a lot of features
|
Starting with version 2.3.0 phpMyAdmin offers a lot of features
|
||||||
to work with master / foreign - tables. To use those as well as
|
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.<br />
|
||||||
|
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
|
||||||
|
<tt>$cfg['Servers'][$i]['pmadb']</tt>.
|
||||||
|
<br /><br />
|
||||||
|
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:
|
||||||
<br /><br />
|
<br /><br />
|
||||||
|
|
||||||
To use this functionality as superuser create a new database:
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
create a new database for phpmyadmin:<br />
|
create a new database for phpmyadmin:<br />
|
||||||
@@ -642,9 +648,9 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
Since release 2.2.0 phpMyAdmin allows to bookmark queries. This can be
|
Since release 2.2.0 phpMyAdmin allows to bookmark queries. This can be
|
||||||
useful for queries you often run.<br /><br />
|
useful for queries you often run.<br /><br />
|
||||||
|
|
||||||
To allow the usage of this functionality the superuser has to:
|
To allow the usage of this functionality you have to:
|
||||||
<ul>
|
<ul>
|
||||||
<li>set up a PMA database as described above</li>
|
<li>set up "pmadb" as described above</li>
|
||||||
<li>within this database create a table following this scheme:
|
<li>within this database create a table following this scheme:
|
||||||
<br />
|
<br />
|
||||||
<tt>
|
<tt>
|
||||||
@@ -701,7 +707,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
|
|
||||||
To allow the usage of this functionality the superuser has to:
|
To allow the usage of this functionality the superuser has to:
|
||||||
<ul>
|
<ul>
|
||||||
<li>set up a PMA database as described above</li>
|
<li>set up "pmadb" as described above</li>
|
||||||
<li>
|
<li>
|
||||||
within this database create a table following this scheme:
|
within this database create a table following this scheme:
|
||||||
<br />
|
<br />
|
||||||
@@ -746,7 +752,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
table.
|
table.
|
||||||
To allow the usage of this functionality the superuser has to:
|
To allow the usage of this functionality the superuser has to:
|
||||||
<ul>
|
<ul>
|
||||||
<li>set up a PMA database as described above</li>
|
<li>set up "pmadb" as described above</li>
|
||||||
<li>within this database create a table following this scheme:
|
<li>within this database create a table following this scheme:
|
||||||
<br />
|
<br />
|
||||||
<tt>
|
<tt>
|
||||||
@@ -790,7 +796,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
<br /><br />
|
<br /><br />
|
||||||
To allow the usage of this functionality the superuser has to:
|
To allow the usage of this functionality the superuser has to:
|
||||||
<ul>
|
<ul>
|
||||||
<li>set up a PMA database as described above</li>
|
<li>set up "pmadb" as described above</li>
|
||||||
<li>
|
<li>
|
||||||
within this database create a table following this scheme:
|
within this database create a table following this scheme:
|
||||||
<br />
|
<br />
|
||||||
@@ -838,7 +844,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
<br />
|
<br />
|
||||||
To allow the usage of this functionality the superuser has to:
|
To allow the usage of this functionality the superuser has to:
|
||||||
<ul>
|
<ul>
|
||||||
<li>set up a PMA database as described above</li>
|
<li>set up "pmadb" as described above</li>
|
||||||
<li>
|
<li>
|
||||||
within this database create a table following this scheme:
|
within this database create a table following this scheme:
|
||||||
<br />
|
<br />
|
||||||
|
Reference in New Issue
Block a user