Re: Minimum client.

2002-03-19 Thread Jamie Harris
> Must I install MySQL on a client workstation/PC in order to run > perl/DBI scripts that query a local MySQL server? > > I know I do need to install DBI, DBD:MySQL, however, I'm not sure what, > if anything else I need to install on the client? You only need the DBI and DBD modules AFAIK :) c

Re: Minimum client.

2002-03-19 Thread Richard Reina
ichard Reina" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday, March 18, 2002 1:03 PM >Subject: Minimum client. > > >>In order to run perl scripts that use DBI ( from a cleint machine ) to >>query a MySQL server on the LAN Do I need to install MySQL on t

Minimum client.

2002-03-18 Thread Egor Egorov
Richard, Monday, March 18, 2002, 8:03:36 PM, you wrote: RR> In order to run perl scripts that use DBI ( from a cleint machine ) to RR> query a MySQL server on the LAN Do I need to install MySQL on the client RR> machine or do I just need DBI? Both machines are running Red Hat 7.2. You should t

Minimum client.

2002-03-18 Thread Richard Reina
In order to run perl scripts that use DBI ( from a cleint machine ) to query a MySQL server on the LAN Do I need to install MySQL on the client machine or do I just need DBI? Both machines are running Red Hat 7.2. Any help would be appreciated. Richard ---