From mboxrd@z Thu Jan 1 00:00:00 1970 From: dk henderson To: cygwin@cygwin.com Subject: perl/dbi Can't create TCP/IP socket Date: Thu, 04 Oct 2001 16:56:00 -0000 Message-id: <200110042356.QAA28616@pintail.mail.pas.earthlink.net> X-SW-Source: 2001-10/msg00215.html I can connect to a remote mysql server via the mysql client at a cygwin shell prompt, but when I try from the localhost browser running apache 1.3.20, I get the above error msg. $dbh = DBI->connect("$data_source", "$username", "$password", { RaiseError => 1, PrintError => 1, AutoCommit => 1 }); where $data_source = DBI:mysql::www.freesql.org:3306 and is a plain text name Is there any explanation for this? the apache httpd.conf has the same User as $username in $dbh value. thanks for any replies, dale -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/