Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
f6d43957
Commit
f6d43957
authored
Feb 05, 2005
by
travis%sedsystems.ca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 258494 : checksetup fails with out-of-sync DBD::mysql modues - document fix and workaround
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=justdave
parent
59d3e617
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
1 deletion
+26
-1
troubleshooting.xml
docs/xml/troubleshooting.xml
+26
-1
No files found.
docs/xml/troubleshooting.xml
View file @
f6d43957
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: troubleshooting.xml,v 1.
4 2005/01/14 12:08:47 jake%bugzilla.org
Exp $ -->
<!-- $Id: troubleshooting.xml,v 1.
5 2005/02/05 04:31:46 travis%sedsystems.ca
Exp $ -->
<appendix
id=
"troubleshooting"
>
<title>
Troubleshooting
</title>
...
...
@@ -305,6 +305,31 @@ at /usr/lib/perl5/site_perl/5.6.0/File/Temp.pm line 233.</programlisting>
</section>
<section
id=
"trbl-passwd-encryption"
>
<title>
checksetup.pl reports "Client does not support authentication protocol
requested by server..."
</title>
<para>
This error is occurring because you are using the new password
encryption that comes with MySQL 4.1, while your
<filename>
DBD::mysql
</filename>
module was compiled against an
older version of MySQL. If you recompile
<filename>
DBD::mysql
</filename>
against the current MySQL libraries (or just obtain a newer version
of this module) then the error may go away.
</para>
<para>
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:
<ulink
url=
"http://dev.mysql.com/doc/mysql/en/Old_client.html"
/>
</para>
</section>
</appendix>
<!-- Keep this comment at the end of the file
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment