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