batkins has asked for the wisdom of the Perl Monks concerning the following question:

is there any way to use dbd::mysql on a win32 machine to connect to a remote mysql server without installing mysql on the client? if not, can i use ODBC in some way to do this?

Replies are listed 'Best First'.
Re: win32 mysql
by theorbtwo (Prior) on Jan 03, 2003 at 02:20 UTC

    You didn't look all that hard. Try DBD::mysql. Note the WIN32 Installation section. If you can't install PPMs, try DBD::mysqlpp, the Pure Perl MySQL DBD driver.


    Warning: Unless otherwise stated, code is untested. Do not use without understanding. Code is posted in the hopes it is useful, but without warranty. All copyrights are relinquished into the public domain unless otherwise stated. I am not an angel. I am capable of error, and err on a fairly regular basis. If I made a mistake, please let me know (such as by replying to this node).

      thanks. mysqlpp seems to be just what i needed. and i DID look hard. i did, i did, i did. ::pouts:: :)