S
skieros
my $dbh = DBI->connect('DBI:mysql:;host=mysql3.freehostia.com',
'nikkou6', 'tiabhp2r', {RaiseError=>1});
or
my $dbh = DBI->connect('DBI:mysql:' 'root', 'tiabhp2r',
{RaiseError=>1});
Is the above likely to work?
I made it liek these so for init.pl to have a knowledge of wether it
runs on localhost or on freehostia.com which is my remote hosting
company.
For some reason it aitn working...but i dnt see the error.
'nikkou6', 'tiabhp2r', {RaiseError=>1});
or
my $dbh = DBI->connect('DBI:mysql:' 'root', 'tiabhp2r',
{RaiseError=>1});
Is the above likely to work?
I made it liek these so for init.pl to have a knowledge of wether it
runs on localhost or on freehostia.com which is my remote hosting
company.
For some reason it aitn working...but i dnt see the error.