From 936fa77a763a9ceca4c69fa9223162767a30f22f Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 17 May 2002 08:29:44 -0500 Subject: [PATCH] manual.texi Fix typo, semi-redundancy. Docs/manual.texi: Fix typo, semi-redundancy. --- Docs/manual.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/manual.texi b/Docs/manual.texi index 8f781fdda85..e29c2ac1a1e 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -17080,11 +17080,11 @@ MySQL web site (@uref{http://www.mysql.com/Downloads/Contrib/}). Starting from MySQL 4.0.2 one can limit certain resources per user. -So far, the only available method of limiting user usage of MySQL +So far, the only available method of limiting usage of MySQL server resources has been setting the @code{max_user_connections} startup variable to a non-zero value. But this method is strictly global and does not allow for management of individual users, which -could be of paricular interest to Internet Service Providers. +could be of particular interest to Internet Service Providers. Therefore, management of three resources is introduced on the individual user level: