typo
This commit is contained in:
@@ -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