Logged In: NO

Edit the following line in DBI.pm:

(Replace your host domain after host=)

my $dbh = DBI->connect
("dbi:$db_driver:database=$db_name;host=LOCALHOST OR
YOUR HOST GOES HERE;", $db_username, $db_password,
{RaiseError=>'1'});