From b0aa030fb585e3a20b9cd2d49adb05b1a620c011 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" Date: Sat, 5 Feb 2005 04:31:46 +0000 Subject: [PATCH] Bug 258494 : checksetup fails with out-of-sync DBD::mysql modues - document fix and workaround Patch by Shane H. W. Travis r=justdave git-svn-id: svn://10.0.0.236/trunk@168836 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/docs/xml/troubleshooting.xml | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/docs/xml/troubleshooting.xml b/mozilla/webtools/bugzilla/docs/xml/troubleshooting.xml index 64b2b85e16f..87955898d0c 100644 --- a/mozilla/webtools/bugzilla/docs/xml/troubleshooting.xml +++ b/mozilla/webtools/bugzilla/docs/xml/troubleshooting.xml @@ -1,5 +1,5 @@ - + Troubleshooting @@ -305,6 +305,31 @@ at /usr/lib/perl5/site_perl/5.6.0/File/Temp.pm line 233. +
+ + checksetup.pl reports "Client does not support authentication protocol + requested by server..." + + + + This error is occurring because you are using the new password + encryption that comes with MySQL 4.1, while your + DBD::mysql module was compiled against an + older version of MySQL. If you recompile DBD::mysql + against the current MySQL libraries (or just obtain a newer version + of this module) then the error may go away. + + + + If that does not fix the problem, or if you cannot recompile the + existing module (e.g. you're running Windows) and/or don't want to + replace it (e.g. you want to keep using a packaged version), then a + workaround is available from the MySQL docs: + + + +
+