Re: how to install DBD-mysql in my windows system.
Michiel Beijen <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Message-ID | <CABD0r1285gKxD5OpQBBQRidUuKO9cfBYzRu5KpM+DZp_-JcsQg@mail.gmail.com> |
On Wed, Nov 5, 2014 at 2:09 PM, RaJaG* <[email protected]> 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