MySQL Forums
Forum List  »  Perl

Re: install_driver(mysql) failed
Posted by: Apachez
Date: April 22, 2006 01:36PM

If it is a windows box then use activeperl from www.activeperl.com

Then you can install DBI and DBD through the ppm3 interface.

Fire up ppm3 and type:

s DBI

and

s DBD::mysql

this will search and present a list of matching packages.

Then you install it with:

install DBI

and

intall DBD-mysql

once these are installed and updated it should work.

However you are maybe thinking of the mod_perl accelerations ?

Like modperl will keep some stuff precompiled within the apache process...

This this case the syntax is:

DBI->install_driver("mysql");

Options: ReplyQuote


Subject
Written By
Posted
February 23, 2006 07:49AM
February 23, 2006 07:02PM
Re: install_driver(mysql) failed
April 22, 2006 01:36PM
April 22, 2006 06:50PM
September 13, 2007 06:54AM
h h
October 30, 2007 01:15AM
January 13, 2008 01:25PM


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.