From eb8be6bc5c2ab3da6d8a79f4a6cf227df82e8e1a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 7 Dec 2002 14:03:16 +0000 Subject: [PATCH] clarification --- Documentation.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Documentation.html b/Documentation.html index bad93cfb2..b05867bf7 100755 --- a/Documentation.html +++ b/Documentation.html @@ -332,9 +332,12 @@
  • - Then each of the true users should be granted of a set of - privileges on a set of particular databases but shouldn't have any - global privileges. For example, to grant the user real_user with + Then each of the true users should be granted a set of + privileges on a set of particular databases. Normally you shouldn't + give global privileges to an ordinary user, unless you understand + the impact of those privileges (for example, you are creating + a superuser).
    + 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 IDENTIFIED BY 'real_password';