Michael Whitman on Fri, 23 Feb 2001 10:12:55 -0500 |
This is more of a perl question, but since deja is down... I have a database server and a webserver. I want to get perl cgi on the webserver to access the MySQL database on the dbserver. I have DBI and DBD:mysql installed on the database server and can access MySQL fine. How do I do this from the webserver, from what i see i can't install DBD::mysql because MySQL isn't on the webserver. Do I have to network the two machines together and point the installation at MySQL on the dbserver. thx
|
|