On Tue, Sep 02, 2008 at 04:41:41AM -0700, F350 wrote: > > I'm running Mysql 5 > When applying the command: > perl etc/upgrade/schema.mysql-4.0-4.1.pl rt3 user pass > sql.queries > i get the following message: > DBD::mysql version 4.002 required--this is only version 3.0008 at > etc/upgrade/schema.mysql-4.0-4.1.pl line 7. > BEGIN failed--compilation aborted at etc/upgrade/schema.mysql-4.0-4.1.pl > line 7. >
You have to upgrade your DBD::mysql as requested. Uses CPAN or distro packages or backports to upgrade. You can also run this script from a remote machine having the correct DBD::mysql (you need to modify the script to provide the IP/name of the mysql server). _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
