Author: paul
Date: 2007-03-12 05:18:15 +0100 (Mon, 12 Mar 2007)
New Revision: 5298
Log:
r17528@frost: paul | 2007-03-11 23:11:12 -0500
Add program invocation syntax.
Modified:
trunk/refman-4.1/database-administration.xml
trunk/refman-5.0/database-administration.xml
trunk/refman-5.1/database-administration.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:21154
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:17499
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:21154
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:17528
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
Modified: trunk/refman-4.1/database-administration.xml
===================================================================
--- trunk/refman-4.1/database-administration.xml 2007-03-10 12:38:39 UTC (rev 5297)
+++ trunk/refman-4.1/database-administration.xml 2007-03-12 04:18:15 UTC (rev 5298)
Changed blocks: 2, Lines Added: 12, Lines Deleted: 3; 1363 bytes
@@ -11705,6 +11705,15 @@
</para>
<para>
+ Invoke <command>mysql_create_system_tables</command> like
+ this:
+ </para>
+
+<programlisting>
+shell> <userinput>mysql_create_system_tables {test|verbose} <replaceable>path_to_mysql_database</replaceable> <replaceable>host_name</replaceable> <replaceable>windows_option</replaceable></userinput>
+</programlisting>
+
+ <para>
The first argument is <literal>test</literal> (create
entries for the <literal>test</literal> database) or
<literal>verbose</literal> (display more information while
@@ -22787,9 +22796,9 @@
</programlisting>
<para>
- With this approach, you must execute a separate command
- to load the time zone file for each named zone that the
- server needs to know about.
+ With this approach, you must execute a separate command to
+ load the time zone file for each named zone that the server
+ needs to know about.
</para>
</listitem>
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2007-03-10 12:38:39 UTC (rev 5297)
+++ trunk/refman-5.0/database-administration.xml 2007-03-12 04:18:15 UTC (rev 5298)
Changed blocks: 2, Lines Added: 12, Lines Deleted: 3; 1363 bytes
@@ -15180,6 +15180,15 @@
</para>
<para>
+ Invoke <command>mysql_create_system_tables</command> like
+ this:
+ </para>
+
+<programlisting>
+shell> <userinput>mysql_create_system_tables {test|verbose} <replaceable>path_to_mysql_database</replaceable> <replaceable>host_name</replaceable> <replaceable>windows_option</replaceable></userinput>
+</programlisting>
+
+ <para>
The first argument is <literal>test</literal> (create
entries for the <literal>test</literal> database) or
<literal>verbose</literal> (display more information while
@@ -26636,9 +26645,9 @@
</programlisting>
<para>
- With this approach, you must execute a separate command
- to load the time zone file for each named zone that the
- server needs to know about.
+ With this approach, you must execute a separate command to
+ load the time zone file for each named zone that the server
+ needs to know about.
</para>
</listitem>
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2007-03-10 12:38:39 UTC (rev 5297)
+++ trunk/refman-5.1/database-administration.xml 2007-03-12 04:18:15 UTC (rev 5298)
Changed blocks: 2, Lines Added: 12, Lines Deleted: 3; 1363 bytes
@@ -15560,6 +15560,15 @@
</para>
<para>
+ Invoke <command>mysql_create_system_tables</command> like
+ this:
+ </para>
+
+<programlisting>
+shell> <userinput>mysql_create_system_tables {test|verbose} <replaceable>path_to_mysql_database</replaceable> <replaceable>host_name</replaceable> <replaceable>windows_option</replaceable></userinput>
+</programlisting>
+
+ <para>
The first argument is <literal>test</literal> (create
entries for the <literal>test</literal> database) or
<literal>verbose</literal> (display more information while
@@ -27065,9 +27074,9 @@
</programlisting>
<para>
- With this approach, you must execute a separate command
- to load the time zone file for each named zone that the
- server needs to know about.
+ With this approach, you must execute a separate command to
+ load the time zone file for each named zone that the server
+ needs to know about.
</para>
</listitem>
Thread |
---|
• svn commit - mysqldoc@docsrva: r5298 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 12 Mar |