List:Internals« Previous MessageNext Message »
From:paul Date:May 13 2005 4:03pm
Subject:bk commit - mysqldoc@docsrva tree (paul:1.2663)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.2663 05/05/13 11:02:51 paul@stripped +1 -0
  manual.texi:
    Minor updates.

  Docs/manual.texi
    1.2854 05/05/13 11:02:35 paul@stripped +5 -3
    Minor updates.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	paul
# Host:	kite-hub.kitebird.com
# Root:	/src/extern/MySQL/bk/mysqldoc

--- 1.2853/Docs/manual.texi	2005-05-13 10:29:54 -05:00
+++ 1.2854/Docs/manual.texi	2005-05-13 11:02:35 -05:00
@@ -11921,7 +11921,8 @@
 (the tables in the @code{mysql} database)
 to add new  privileges or features. To make sure that your grant tables
 are current when you update to a new version of MySQL, you should update
-your grant tables as well.
+your grant tables as well.  First make a backup of your @code{mysql} database,
+and then use the following procedure.
 
 On Unix or Unix-like systems, update the grant tables by running the
 @command{mysql_fix_privilege_tables} script:
@@ -11960,7 +11961,7 @@
 
 @example
 C:\> C:\mysql\bin\mysql -u root -p mysql
-mysql> SOURCE C:\mysql\scripts\mysql_fix_privilege_tables.sql
+mysql> SOURCE C:/mysql/scripts/mysql_fix_privilege_tables.sql
 @end example
 
 If your installation is located in some other directory, adjust the
@@ -12004,7 +12005,8 @@
 After this, @code{root} can use @code{GRANT} to give the view privileges
 to other accounts. Note: You should issue the statements just shown,
 @code{GRANT ALL} does not work at the global and database levels, because
-@code{GRANT ALL} requires that you actually possess all privileges.
+@code{GRANT} requires that you actually possess the privileges you are
+granting.
 
 @end itemize
 
Thread
bk commit - mysqldoc@docsrva tree (paul:1.2663)paul13 May