diff --git a/webtools/bugzilla/docs/xml/troubleshooting.xml b/webtools/bugzilla/docs/xml/troubleshooting.xml index 844f06c50c13..e3b54b6e8bd1 100644 --- a/webtools/bugzilla/docs/xml/troubleshooting.xml +++ b/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: + + + +
+