rammoorthi has asked for the wisdom of the Perl Monks concerning the following question:

Hi all,

I wrote a simple perl program to connect mysql. i got the following error

install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at (eval 5) line 3. Perhaps the DBD::mysql perl module hasn't been fully installed, or perhaps the capitalisation of 'mysql' isn't right. Available drivers: CSV, DBM, ExampleP, File, Gofer, ODBC, Oracle, Pg, Proxy, SQLite, Sponge. at test.pl line 3

i was using Active perl 5.12.3.

Pl. help

Thanks in advance

Regards

Ram

Replies are listed 'Best First'.
Re: MYSQL connectivity issue
by Anonymous Monk on Jul 24, 2011 at 07:43 UTC
      Thanks.its working fine.