Closed
Bug 281060
Opened 20 years ago
Closed 20 years ago
checksetup.pl failed to connect to database
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: neil, Assigned: zach)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
checksetup.pl fails as follows:
File 'C:\mysql\\share\charsets\?.conf' not found (Errcode: 2)
Character set '#33' is not a compiled character set and is not specified in the
'C:\mysql\\share\charsets\Index' file
DBI connect(';localhost;3306','bugs',...) failed: Client does not support authen
tication protocol requested by server; consider upgrading MySQL client at checks
etup.pl line 1460
Can't connect to the mysql database. Is the database installed and
up and running? Do you have the correct username and password selected in
localconfig?
Versions installed are as follows:
- ActivePerl 5.8.6
- MySQL 4.1.9
- AppConfig (v1.52) ok: found v1.55
- CGI (v2.93) ok: found v3.05
- Data::Dumper (any) ok: found v2.121_02
- Date::Format (v2.21) ok: found v2.22
- DBI (v1.36) ok: found v1.46
- DBD::mysql (v2.1010) ok: found v2.9004
- File::Spec (v0.82) ok: found v3.01
- File::Temp (any) ok: found v0.14
- Template (v2.08) ok: found v2.13
- Text::Wrap (v2001.0131) ok: found v2001.09292
Reproducible: Always
Reporter | ||
Updated•20 years ago
|
Version: unspecified → 2.18
Comment 1•20 years ago
|
||
wow, that sounds like something is horribly wrong with your MySQL installation...
Jouni, could there actually be a *bug* that would cause this?
Comment 2•20 years ago
|
||
You almost certainly have installed a DBD::mysql that was compiled against an
older client library than your server can use.
After you confirm that you can connect using the mysql command line, re-install
DVD::mysql from CPAN
If you have more trouble, use one of the options at http://bugzilla.org/support
rather than opening a bug.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•