Author: jstephens
Date: 2005-12-17 16:35:55 +0100 (Sat, 17 Dec 2005)
New Revision: 579
Log:
old-client: Incorporated a couple of user suggestions related to auth problems
when using MySQL with PHP; added link to our PHP forum.
Modified:
trunk/refman-4.1/problems.xml
trunk/refman-5.0/problems.xml
trunk/refman-5.1/problems.xml
Modified: trunk/refman-4.1/problems.xml
===================================================================
--- trunk/refman-4.1/problems.xml 2005-12-17 00:07:46 UTC (rev 578)
+++ trunk/refman-4.1/problems.xml 2005-12-17 15:35:55 UTC (rev 579)
@@ -753,7 +753,7 @@
</itemizedlist>
<para>
- <emphasis role="bold">Note</emphasis>: In PHP, the
+ <emphasis role="bold">Note</emphasis>: In PHP, the standard
<literal>mysql</literal> extension does not support the new
authentication protocol in MySQL 4.1.1 and higher. This is true
regardless of the PHP version being used. If you wish to use the
@@ -768,6 +768,16 @@
For more information about the <literal>mysqli</literal>
extension, see <ulink url="http://php.net/mysqli"/>.
</para>
+
+ <para>
+ It may also be possible to compile the older
+ <literal>mysql</literal> extension against the new MySQL client
+ library. This is beyond the scope of this Manual; consult the
+ PHP documentation for more information. You also be able to
+ obtain assistance with these issues in our
+ <ulink url="http://forums.mysql.com/list.php?52">MySQL with PHP
+ forum</ulink>.
+ </para>
<para>
For additional background on password hashing and
Modified: trunk/refman-5.0/problems.xml
===================================================================
--- trunk/refman-5.0/problems.xml 2005-12-17 00:07:46 UTC (rev 578)
+++ trunk/refman-5.0/problems.xml 2005-12-17 15:35:55 UTC (rev 579)
@@ -768,6 +768,16 @@
<literal>mysqli</literal> extension, see
<ulink url="http://php.net/mysqli"/>.
</para>
+
+ <para>
+ It may also be possible to compile the older
+ <literal>mysql</literal> extension against the new MySQL client
+ library. This is beyond the scope of this Manual; consult the
+ PHP documentation for more information. You also be able to
+ obtain assistance with these issues in our
+ <ulink url="http://forums.mysql.com/list.php?52">MySQL with PHP
+ forum</ulink>.
+ </para>
<para>
For additional background on password hashing and
Modified: trunk/refman-5.1/problems.xml
===================================================================
--- trunk/refman-5.1/problems.xml 2005-12-17 00:07:46 UTC (rev 578)
+++ trunk/refman-5.1/problems.xml 2005-12-17 15:35:55 UTC (rev 579)
@@ -766,9 +766,18 @@
special configuration of MySQL need be done in order to use this
MySQL client library. For more information about the
<literal>mysqli</literal> extension, see
- <ulink
- url="http://php.net/mysqli"/>.
+ <ulink url="http://php.net/mysqli"/>.
</para>
+
+ <para>
+ It may also be possible to compile the older
+ <literal>mysql</literal> extension against the new MySQL client
+ library. This is beyond the scope of this Manual; consult the
+ PHP documentation for more information. You also be able to
+ obtain assistance with these issues in our
+ <ulink url="http://forums.mysql.com/list.php?52">MySQL with PHP
+ forum</ulink>.
+ </para>
<para>
For additional background on password hashing and
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r579 - in trunk: refman-4.1 refman-5.0 refman-5.1 | jon | 17 Dec |