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';