clarification
This commit is contained in:
@@ -570,11 +570,12 @@ $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 the
|
||||
bookmark table. Here is a query to set up those privileges
|
||||
(using "pma" as the controluser):<br />
|
||||
<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>
|
||||
GRANT SELECT,INSERT,DELETE ON <pmadb> to 'pma'@localhost;
|
||||
GRANT SELECT,INSERT,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