in reply to Administrator refuses to install DBD::mysql

When in doubt check out CPAN to find your answers, and in your case it comes in the form of Net::MySQL. It's a pure perl implementation of the MySQL network protocol interface (not even using XS!). So installation would be just a simple matter of copying MySQL.pm to the the Net directory in one of perl's library paths (consult @INC for info on your available library paths).
HTH

_________
broquaint

  • Comment on Re: Administrator refuses to install DBD::mysql