View Single Post
  #13  
Old 04-20-2009, 05:15 PM
Renja
Fire Beetle
 
Join Date: Apr 2009
Location: Earth
Posts: 1
Default

I also found a place where you can get the DBD-MySQL at if needed:
**NOTE - this was copied from a readme file included DBD-MySQL downloadable file from Active State**

Hope this helps someone if you need it.

Windows/ActivePerl

1.) If you need to use an HTTP Proxy, set the environment
variable http_proxy, for example like this:

set http_proxy=http://myproxy.com:8080/

2.) The actual installation is as simple as

ppm install DBI
ppm install DBD::mysql

As of this writing, the above procedure won't work with
ActivePerl 5.8.0, because so far a PPM for DBD::mysql is
not available from the ActiveState server. I don't know
why. However, Randy Kobes has kindly donated a PPM package
to his own repository. You can use this as follows:

ppm install http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd
Reply With Quote