This commit is contained in:
Alexander M. Turek
2002-05-15 17:56:26 +00:00
parent 0f9e805777
commit 5e14fbb78c
2 changed files with 191 additions and 191 deletions

View File

@@ -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 />
&nbsp;&nbsp;&nbsp;<tt>GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real_password';</tt>

View File

@@ -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