Hello everybody.

I was running a web server with mysql-server 3.22.32-log
on a debian box and using perldbi as an interface 
from html pages and mysql-server.

I upgraded the dedian package to 3.23.49-log and I am not able anymore to
connect!!!!

I use the following PERL sintax:

# database information
$db="dbname";
$host="host.domain.it";
$port="";
$userid="user";
$passwd="";
$connectionInfo="DBI:mysql:database=$db;$host:$port";

# make connection to database
$dbh = DBI->connect($connectionInfo,$userid,$passwd);


And now I obtain the following error in  /var/apache/error.log 

DBI->connect(database=dbname;host.domain.it:) failed: Can't connect
to MySQL server on 'host.domain.it' (111) at
/usr/lib/cgi-bin/querydb.cgi line 89


Thanks in advance for any help!

Luca



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to