one that asks for it.
>
>TIA,
>Shawn
>
>- Original Message -
>From: "Colin Faber" <[EMAIL PROTECTED]>
>To: "Shawn" <[EMAIL PROTECTED]>
>Cc: "MySql List" <[EMAIL PROTECTED]>
>Sent: Friday, Ju
uot;Colin Faber" <[EMAIL PROTECTED]>
To: "Shawn" <[EMAIL PROTECTED]>
Cc: "MySql List" <[EMAIL PROTECTED]>
Sent: Friday, June 07, 2002 4:14 AM
Subject: Re: MySQL and DBI remote access
> Hi,
>
> Right from the "connect" section in the DBD::
Hi,
Right from the "connect" section in the DBD::mysql manual:
$dsn =
"DBI:mysql:database=$database;host=$hostname;port=$port";
$dbh = DBI->connect($dsn, $user, $password);
Shawn wrote:
>
> Hello all,
> Does anyone know if there is a way to remotely call the