Streen has asked for the wisdom of the Perl Monks concerning the following question:
But Now an Error occures at the connect:my $dbhost = "legendenwelt.de"; my $dbuser = "USER"; my $dbpass = "XXXXX"; my $dbname = "DBASE"; # Connect to the database. my $dbh = DBI->connect("DBI:mysql:database=$dbname;host=$dbhost", $dbuser, $dbpass, {'RaiseError' => 1});
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Connecting to an external Mysql Database
by Skeeve (Parson) on Oct 05, 2005 at 07:14 UTC | |
|
Re: Connecting to an external Mysql Database
by mrkoffee (Scribe) on Oct 05, 2005 at 07:24 UTC | |
|
Re: Connecting to an external Mysql Database
by Delusional (Beadle) on Oct 05, 2005 at 12:18 UTC |