From: Date: March 12 2007 5:18am Subject: svn commit - mysqldoc@docsrva: r5298 - in trunk: . refman-4.1 refman-5.0 refman-5.1 List-Archive: http://lists.mysql.com/commits/21695 Message-Id: <200703120418.l2C4II9v004426@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 @@ + Invoke mysql_create_system_tables like + this: + + + +shell> mysql_create_system_tables {test|verbose} path_to_mysql_database host_name windows_option + + + The first argument is test (create entries for the test database) or verbose (display more information while @@ -22787,9 +22796,9 @@ - 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. 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 @@ + Invoke mysql_create_system_tables like + this: + + + +shell> mysql_create_system_tables {test|verbose} path_to_mysql_database host_name windows_option + + + The first argument is test (create entries for the test database) or verbose (display more information while @@ -26636,9 +26645,9 @@ - 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. 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 @@ + Invoke mysql_create_system_tables like + this: + + + +shell> mysql_create_system_tables {test|verbose} path_to_mysql_database host_name windows_option + + + The first argument is test (create entries for the test database) or verbose (display more information while @@ -27065,9 +27074,9 @@ - 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.