anuary 27, 2003 4:38 PM
> Subject: Re: Help to connect to mysql
>
>
>> Hi Pankaj
>>
>> Pankaj Kapare wrote:
>>> Hi,
>>> I am using Net::mysql to connect with database mysql.Though sytax is
>>> correct it is still giving error:
>>>
>
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'
Hi,
I am using Net::mysql to connect with database mysql.Though sytax is correct it is
still giving error:
Can't locate object method "new" via package "MySql" (perhaps you forgot to load
"MySql"?) at E:\PERLTR~1\perl\VALIDA~1.PL line 10. Content-type:text/html
My code is as follows:
#!/usr/l