Home : General : Databases and SQL :

General: Databases and SQL: Re: [Andy] Drivers for MySQL/Perl to work?: Edit Log

Here is the list of edits for this post
Re: [Andy] Drivers for MySQL/Perl to work?
Just run the installation command...if they aren't installed, they'll install, if they are it will tell you they are up to date....

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

You might want to check if you have Apache::DBI too (I don't think you'll need it though unless using persistent db connections)

Last edited by:

Paul: Jul 15, 2002, 2:49 AM

Edit Log: