DBD::mysql version 4.002 required--this is only version 3.0007 at ./upgrade-mysql-schema.pl

Hi guys,

Just need some help with the above error message (as in subject).

I get that when I try to upgrade the MySQL schema. I tried manually
installing version DBD::MySQL 4.002 (tarball) but ended up with a host of
errors. I can’t find a yum repo even to update perl-DBD-MySQL from version
3.0 to 4.0.

What do I do? I’m just one step away from having my old DB functioning in my
new RT but whats so close seems so far away.

Thanks guys
Pravin
View this message in context: http://old.nabble.com/DBD%3A%3Amysql-version-4.002-required--this-is-only-version-3.0007-at-.-upgrade-mysql-schema.pl-tp31455543p31455543.html

Hi guys,

Just need some help with the above error message (as in subject).

I get that when I try to upgrade the MySQL schema. I tried manually
installing version DBD::MySQL 4.002 (tarball) but ended up with a host of
errors. I can’t find a yum repo even to update perl-DBD-MySQL from version
3.0 to 4.0.

What do I do? I’m just one step away from having my old DB functioning in my
new RT but whats so close seems so far away.

Thanks guys
Pravin

have you tried the cpan install? I ran a “cpan DBD::mysql” and it
installed fust fine on my system (ubuntu 10.04 lts server) It looks
like 4.018 is the current (at least what it installed) and if I remember
correctly I had to have the mysql development files installed.
libmysqld-dev (I think)

Hope this helps.
Matt