http://qs1969.pair.com?node_id=159323


in reply to Re: MacPerl
in thread MacPerl

MySQL does not run on Mac OS 9. There is a MacSQL Monitor program that allows you to connect to a MySQL database via TCP/IP, and it is possible someone could use those shared libraries to build a DBD::MySQL. However, I usually just use DBD::Proxy/DBI::ProxyServer, since I am going to be talking to a remote DB anyway.