Below is the list of changes that have just been committed into a local
mysqldoc repository of jon. When jon 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.3170 05/08/04 19:57:23 jon@stripped +4 -0
Added note about world-writable
config files (Support issue #5915 - Geert).
Sync refman subtrees.
Misc. cleanup.
refman/using-mysql-programs.xml
1.6 05/08/04 19:57:21 jon@stripped +6 -0
Added note (see Support Issue 5915).
refman/installing.xml
1.22 05/08/04 19:57:21 jon@stripped +47 -88
Cleanup.
refman-5.0/using-mysql-programs.xml
1.6 05/08/04 19:57:21 jon@stripped +6 -0
Sync.
refman-4.1/using-mysql-programs.xml
1.6 05/08/04 19:57:21 jon@stripped +6 -0
Sync.
# 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: jon
# Host: gigan.
# Root: /home/jon/bk/mysqldoc
--- 1.5/refman-4.1/using-mysql-programs.xml 2005-08-02 04:34:54 +10:00
+++ 1.6/refman-4.1/using-mysql-programs.xml 2005-08-04 19:57:21 +10:00
@@ -790,6 +790,12 @@
takes precedence over the same option specified in a file read
earlier.
</para>
+
+ <para>
+ <emphasis role="bold">Note</emphasis>: On Unix platforms, MySQL
+ ignores configuration files that are world-writable. This is
+ intentional, and acts as a security measure.
+ </para>
<para>
Any long option that may be given on the command line when
--- 1.5/refman-5.0/using-mysql-programs.xml 2005-08-02 04:34:54 +10:00
+++ 1.6/refman-5.0/using-mysql-programs.xml 2005-08-04 19:57:21 +10:00
@@ -831,6 +831,12 @@
takes precedence over the same option specified in a file read
earlier.
</para>
+
+ <para>
+ <emphasis role="bold">Note</emphasis>: On Unix platforms, MySQL
+ ignores configuration files that are world-writable. This is
+ intentional, and acts as a security measure.
+ </para>
<para>
Any long option that may be given on the command line when
--- 1.21/refman/installing.xml 2005-07-31 13:59:34 +10:00
+++ 1.22/refman/installing.xml 2005-08-04 19:57:21 +10:00
@@ -4044,7 +4044,7 @@
server to read the specified file for configuration options.
</para>
-<!-- END INI FILE LOCTAION -->
+<!-- END INI FILE LOCATION -->
</section>
@@ -5759,78 +5759,36 @@
The latter command also can be used to reliably read in any
SQL file that may contain binary data.
</para>
+
+<!--
+ Mike Hillyer - This is getting a little old, commenting out.
+
+ @item @code{Can't open named pipe} error
+ If you use a MySQL 3.22 server on Windows NT with the newest MySQL
+ client programs, you get the following error:
+
+ @example
+ error 2017: can't open named pipe to host: . pipe...
+ @end example
+
+ @tindex .my.cnf file
+
+ This happens because the release version of MySQL uses named pipes
+ on NT by default. You can avoid this error by using the
+ @code{-host=localhost} option to the new MySQL clients or by
+ creating an option file @file{C:\my.cnf} that contains the
+ following information:
+
+ @example
+ [client]
+ host = localhost
+ @end example
+
+ Starting from 3.23.50, named pipes are enabled only if
+ @command{mysqld-nt} or @command{mysqld-max-nt} is started with
+ @code{-enable-named-pipe}.
+-->
- <para>
-<!-- Mike Hillyer - This is getting a little old, commenting out. -->
- </para>
-
- <para>
-<!-- @item @code{Can't open named pipe} error -->
- </para>
-
- <para>
-<!-- If you use a MySQL 3.22 server on Windows NT with the newest MySQL client -->
- </para>
-
- <para>
-<!-- programs, you get the following error: -->
- </para>
-
- <para>
-<!-- @example -->
- </para>
-
- <para>
-<!-- error 2017: can't open named pipe to host: . pipe... -->
- </para>
-
- <para>
-<!-- @end example -->
- </para>
-
- <para>
-<!-- @tindex .my.cnf file -->
- </para>
-
- <para>
-<!-- This happens because the release version of MySQL uses named pipes on NT -->
- </para>
-
- <para>
-<!-- by default. You can avoid this error by using the @code{-host=localhost} -->
- </para>
-
- <para>
-<!-- option to the new MySQL clients or by creating an option file -->
- </para>
-
- <para>
-<!-- @file{C:\my.cnf} that contains the following information: -->
- </para>
-
- <para>
-<!-- @example -->
- </para>
-
- <para>
-<!-- [client] -->
- </para>
-
- <para>
-<!-- host = localhost -->
- </para>
-
- <para>
-<!-- @end example -->
- </para>
-
- <para>
-<!-- Starting from 3.23.50, named pipes are enabled only if @command{mysqld-nt} or -->
- </para>
-
- <para>
-<!-- @command{mysqld-max-nt} is started with @code{-enable-named-pipe}. -->
- </para>
</listitem>
<listitem>
@@ -5879,17 +5837,16 @@
<itemizedlist>
-<!-- PD: Commented this one out as obsolete until I hear otherwise -->
-
-<!-- @item -->
-
-<!-- Make a single-user @code{MYSQL.DLL} server. This should include everything in -->
-
-<!-- a standard MySQL server, except thread creation. This makes -->
-
-<!-- MySQL much easier to use in applications that don't need a true -->
-
-<!-- client/server and don't need to access the server from other hosts. -->
+<!--
+ PD: Commented this one out as obsolete until I hear otherwise:
+
+ @item
+ Make a single-user @code{MYSQL.DLL} server. This should include
+ everything in a standard MySQL server, except thread creation.
+ This makes MySQL much easier to use in applications that do not
+ need a true client/server and do not need to access the server
+ from other hosts.
+-->
<listitem>
<para>
@@ -7200,11 +7157,13 @@
<primary>installation overview</primary>
</indexterm>
-<!-- TODO: Needs intro to mention both Unix and Windows, and how to proceed. -->
-
-<!-- Need better outline here. Most of the Unix sections should go under -->
-
-<!-- a @subsection and be demoted to @subsubsection. -->
+<!--
+ TODO: Needs intro to mention both Unix and Windows, and how to
+ proceed.
+
+ Need better outline here. Most of the Unix sections should go
+ under a @subsection and be demoted to @subsubsection.
+-->
<para>
Before you proceed with the source installation, check first to
--- 1.5/refman/using-mysql-programs.xml 2005-08-02 04:34:54 +10:00
+++ 1.6/refman/using-mysql-programs.xml 2005-08-04 19:57:21 +10:00
@@ -790,6 +790,12 @@
takes precedence over the same option specified in a file read
earlier.
</para>
+
+ <para>
+ <emphasis role="bold">Note</emphasis>: On Unix platforms, MySQL
+ ignores configuration files that are world-writable. This is
+ intentional, and acts as a security measure.
+ </para>
<para>
Any long option that may be given on the command line when
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (jon:1.3170) | jon | 4 Aug |