in reply to how to install mysql driver for perl?

As mentioned in the chatterbox, you need to ensure that mysqladmin.exe exists on the machine in question, and that it's in your system PATH. Install via cpan:

c:\>cpan DBD::mysql

via PPM:

c:\>ppm install DBD::mysql

As always, you should read and understand the installation documentation. DBD::mysql, and README (which mentions an install.html file).