Author: plavin
Date: 2007-10-25 22:18:04 +0200 (Thu, 25 Oct 2007)
New Revision: 8326
Log:
Fix documentation bug#31065, mysql_fix_privilege_tabls.sql is not where
the docs say it is
Modified:
trunk/refman-5.0/dba-core.xml
trunk/refman-5.1/dba-core.xml
Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml 2007-10-25 19:26:24 UTC (rev 8325)
+++ trunk/refman-5.0/dba-core.xml 2007-10-25 20:18:04 UTC (rev 8326)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 1; 901 bytes
@@ -15296,8 +15296,15 @@
<programlisting>
C:\> <userinput>cd "C:\Program Files\MySQL\MySQL Server ¤t-series;"</userinput>
C:\> <userinput>bin\mysql -u root -p mysql</userinput>
-mysql> <userinput>SOURCE scripts/mysql_fix_privilege_tables.sql</userinput>
+mysql> <userinput>SOURCE share/mysql_fix_privilege_tables.sql</userinput>
</programlisting>
+
+ <note>
+ <para>
+ Prior to version 5.0.38, this script is found in the <filename>scripts</filename>
+ directory.
+ </para>
+ </note>
<para>
The <command>mysql</command> command will prompt you for the
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2007-10-25 19:26:24 UTC (rev 8325)
+++ trunk/refman-5.1/dba-core.xml 2007-10-25 20:18:04 UTC (rev 8326)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 1; 901 bytes
@@ -16377,8 +16377,15 @@
<programlisting>
C:\> <userinput>cd "C:\Program Files\MySQL\MySQL Server ¤t-series;"</userinput>
C:\> <userinput>bin\mysql -u root -p mysql</userinput>
-mysql> <userinput>SOURCE scripts/mysql_fix_privilege_tables.sql</userinput>
+mysql> <userinput>SOURCE share/mysql_fix_privilege_tables.sql</userinput>
</programlisting>
+
+ <note>
+ <para>
+ Prior to version 5.1.17, this script is found in the <filename>scripts</filename>
+ directory.
+ </para>
+ </note>
<para>
The <command>mysql</command> command will prompt you for the
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r8326 - in trunk: refman-5.0 refman-5.1 | plavin | 25 Oct |