in reply to Re: How to install Mysql drivers for Perl?
in thread How to install Mysql drivers for Perl?


Hi

Thanks a lot for your suggestion. The DBD::mysql has installed fine. Now i can connect perl with mysql without any error.

Regd's
Sanjay
  • Comment on Re^2: How to install Mysql drivers for Perl?

Replies are listed 'Best First'.
Re^3: How to install Mysql drivers for Perl?
by Anonymous Monk on May 15, 2010 at 21:55 UTC
    You can simply download xampp which include perl package in it. From the perl package, it has mysql module already installed for you. xampp will also install mysql server, so you will be good to go with communicating mysql database with perl.