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.3246 05/08/11 13:15:21 paul@stripped +4 -0
libmysqld doesn't use auth by default.
refman/mysql-apis.xml
1.30 05/08/11 13:15:20 paul@stripped +11 -0
libmysqld doesn't use auth by default.
refman-5.1/mysql-apis.xml
1.9 05/08/11 13:15:20 paul@stripped +10 -0
Sync.
refman-5.0/mysql-apis.xml
1.9 05/08/11 13:15:20 paul@stripped +10 -0
Sync.
refman-4.1/mysql-apis.xml
1.26 05/08/11 13:15:20 paul@stripped +11 -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: paul
# Host: kite-hub.kitebird.com
# Root: /src/extern/MySQL/bk/mysqldoc
--- 1.8/refman-5.1/mysql-apis.xml 2005-08-10 10:42:41 -05:00
+++ 1.9/refman-5.1/mysql-apis.xml 2005-08-11 13:15:20 -05:00
@@ -12349,6 +12349,16 @@
<xref linkend="mysql-server-init"/>.
</para>
+ <para>
+ One difference between the embedded server and the standalone
+ server is that for the embedded server, authentication for
+ connections is disabled by default. To use authentication for
+ the embedded server, specify the
+ <option>--with-embedded-privilege-control</option> option when
+ you invoke <command>configure</command> to configure your
+ MySQL distribution.
+ </para>
+
</section>
<section id="libmysqld-compiling">
--- 1.25/refman-4.1/mysql-apis.xml 2005-08-10 10:42:41 -05:00
+++ 1.26/refman-4.1/mysql-apis.xml 2005-08-11 13:15:20 -05:00
@@ -12301,6 +12301,17 @@
<xref linkend="mysql-server-init"/>.
</para>
+ <para>
+ One difference between the embedded server and the standalone
+ server is that for the embedded server, authentication for
+ connections is disabled by default. To use authentication for
+ the embedded server, specify the
+ <option>--with-embedded-privilege-control</option> option when
+ you invoke <command>configure</command> to configure your
+ MySQL distribution. This option is available as of MySQL
+ 4.1.3.
+ </para>
+
</section>
<section id="libmysqld-compiling">
--- 1.29/refman/mysql-apis.xml 2005-08-10 10:42:41 -05:00
+++ 1.30/refman/mysql-apis.xml 2005-08-11 13:15:20 -05:00
@@ -12372,6 +12372,17 @@
<xref linkend="mysql-server-init"/>.
</para>
+ <para>
+ One difference between the embedded server and the standalone
+ server is that for the embedded server, authentication for
+ connections is disabled by default. To use authentication for
+ the embedded server, specify the
+ <option>--with-embedded-privilege-control</option> option when
+ you invoke <command>configure</command> to configure your
+ MySQL distribution. This option is available as of MySQL
+ 4.1.3.
+ </para>
+
</section>
<section id="libmysqld-compiling">
--- 1.8/refman-5.0/mysql-apis.xml 2005-08-10 10:42:41 -05:00
+++ 1.9/refman-5.0/mysql-apis.xml 2005-08-11 13:15:20 -05:00
@@ -12349,6 +12349,16 @@
<xref linkend="mysql-server-init"/>.
</para>
+ <para>
+ One difference between the embedded server and the standalone
+ server is that for the embedded server, authentication for
+ connections is disabled by default. To use authentication for
+ the embedded server, specify the
+ <option>--with-embedded-privilege-control</option> option when
+ you invoke <command>configure</command> to configure your
+ MySQL distribution.
+ </para>
+
</section>
<section id="libmysqld-compiling">
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.3246) | paul | 11 Aug |