From: jon Date: December 17 2005 3:35pm Subject: svn commit - mysqldoc@docsrva: r579 - in trunk: refman-4.1 refman-5.0 refman-5.1 List-Archive: http://lists.mysql.com/commits/209 Message-Id: <200512171535.jBHFZuSs017411@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 @@ - Note: In PHP, the + Note: In PHP, the standard mysql 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 mysqli extension, see . + + + It may also be possible to compile the older + mysql 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 + MySQL with PHP + forum. + 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 @@ mysqli extension, see . + + + It may also be possible to compile the older + mysql 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 + MySQL with PHP + forum. + 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 mysqli extension, see - . + . + + + It may also be possible to compile the older + mysql 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 + MySQL with PHP + forum. + For additional background on password hashing and