On Wed, Nov 5, 2014 at 2:09 PM, RaJaG* <rajamc...@gmail.com> wrote: > I am getting the error while downloading and install the > mysql driver:
Is your Perl as old as your OS? If you'd install a new perl from ActiveState, you'd get the ability to 'ppm install DBD-mysql' and if you'd install Strawberry Perl from http://strawberryperl.com you'll get a perl that comes BUNDLED with DBD::mysql. These instructions are also in the INSTALLING document for DBD::mysql itself: https://metacpan.org/pod/distribution/DBD-mysql/lib/DBD/mysql/INSTALL.pod#Windows -- Mike