typo
This commit is contained in:
@@ -307,7 +307,7 @@
|
||||
</li>
|
||||
<li>
|
||||
Then each of the <i>true</i> users should be granted of a set of
|
||||
privileges on a set of perticular databases but shouldn't have any
|
||||
privileges on a set of particular databases but shouldn't have any
|
||||
global privileges. For example, to grant the user <i>real_user</i> with
|
||||
all privileges on the database <i>user_base</i>:<br />
|
||||
<tt>GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real_password';</tt>
|
||||
|
@@ -136,7 +136,7 @@ Installation
|
||||
GRANT SELECT, INSERT, DELETE ON <bookmark_db>.<bookmark_table> TO
|
||||
'pma'@'localhost';
|
||||
* Then each of the true users should be granted of a set of
|
||||
privileges on a set of perticular databases but shouldn't have any
|
||||
privileges on a set of particular databases but shouldn't have any
|
||||
global privileges. For example, to grant the user real_user with
|
||||
all privileges on the database user_base:
|
||||
GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost
|
||||
|
Reference in New Issue
Block a user