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