typo
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-10-01 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* Documentation.html, typo about GRANT: patch 616772,
|
||||||
|
thanks to Vince LaMonica (vjl323)
|
||||||
|
|
||||||
2002-10-01 Alexander M. Turek <rabus@users.sourceforge.net>
|
2002-10-01 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* lang/german-*.inc.php3: Fixed some typos,
|
* lang/german-*.inc.php3: Fixed some typos,
|
||||||
thanks to Kai Michael Poppe (sdcepoppe).
|
thanks to Kai Michael Poppe (sdcepoppe).
|
||||||
|
@@ -617,12 +617,13 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
create a new database for phpmyadmin:<br />
|
create a new database for phpmyadmin:<br />
|
||||||
<tt> CREATE DATABASE phpmyadmin;</tt><br />
|
<tt> CREATE DATABASE phpmyadmin;</tt><br />
|
||||||
Note that "controluser" must have
|
Note that "controluser" must have
|
||||||
<tt>SELECT, INSERT</tt> and <tt>DELETE</tt> privileges on this
|
<tt>SELECT, INSERT, UPDATE</tt> and <tt>DELETE</tt>
|
||||||
database. Here is a query to set up those privileges
|
privileges on this database. Here is a query to set up
|
||||||
(using "phpmyadmin" as the database name, and
|
those privileges (using "phpmyadmin"
|
||||||
"pma" as the controluser):<br />
|
as the database name, and "pma" as the
|
||||||
|
controluser):<br />
|
||||||
<tt>
|
<tt>
|
||||||
GRANT SELECT,INSERT,DELETE ON phpmyadmin.* to 'pma'@localhost;
|
GRANT SELECT,INSERT,UPDATE,DELETE ON phpmyadmin.* to 'pma'@'localhost';
|
||||||
</tt><br />
|
</tt><br />
|
||||||
do <b>not</b> give any other user rights on this database.
|
do <b>not</b> give any other user rights on this database.
|
||||||
</li>
|
</li>
|
||||||
|
Reference in New Issue
Block a user