Pankaj Kapare wrote:
> Hi I tried your solution but still it is showing the same error.Can u
> help me to solve this problem?
> Pankaj
>
> - Original Message -
> From: "Rob Dixon" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, J
nday, January 27, 2003 3:41 PM
Subject: Re: Help to connect to mysql
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
this is what one of mine looks like.
use Net::MySQL;
my $mysql = Net::MySQL->new(
hostname => 'localhost',
database => 'pixelscan',
user => 'webuser',
password => '3dpixelscan'