MySQL Forums
Forum List  »  Perl

Re: problem with the DBI-PERL
Posted by: Apachez
Date: June 18, 2006 08:42PM

After you installed 5.0 have you tried to reinstall the DBI and DBD on the machine ?

either by using:

perl -MCPAN -e 'install DBI'
perl -MCPAN -e 'install DBD::mysql'

or by forcing a reinstall by using:

perl -MCPAN -e 'force("install","DBI");'
perl -MCPAN -e 'force("install","DBD::mysql");'

Options: ReplyQuote


Subject
Written By
Posted
June 12, 2006 10:44AM
Re: problem with the DBI-PERL
June 18, 2006 08:42PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.