Skip Menu |

This queue is for tickets about the DBD-mysql CPAN distribution.

Report information
The Basics
Id: 11401
Status: resolved
Priority: 0/
Queue: DBD-mysql

People
Owner: Nobody in particular
Requestors: question_q13 [...] yahoo.co.uk
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 2.9002
Fixed in: (no value)



Subject: mysql 4 authentication fails
MySQL 4 uses a new authentication method, but DBD-mysql does not support this method. Users have to program around this problem of reconfigure the mysql server before they can use mysql databases with DBD-mysql. Since the whole point of using modules is to prevent users from programming around common situations or to reconfigure servers, I call this a critical bug.
[guest - Sun Feb 6 19:13:14 2005]: Show quoted text
> MySQL 4 uses a new authentication method, but DBD-mysql does not > support this method. Users have to program around this problem of > reconfigure the mysql server before they can use mysql databases > with DBD-mysql.
Um actually, they don't Show quoted text
> Since the whole point of using modules is to prevent users from > programming around common situations or to reconfigure servers, I > call this a critical bug.
I'd call it a PEBKAC :) You probably just need to relink DBD::mysql against the new client libraries (the ones that you build/came with mysql 4) to get the mysql 4 auth.