I am coding an web appliction, which should connect to Mysql DB. I tried the connection source cold on Linux, it works well. But when I run it through the web, the scripts just stopped. I found it died after runing the line: my $conn = Mysql->connect($self->{db_host},$self->{db_name},$self->{db_user},$self->{db_pw});
I checked this line successfully ran on linux machine. Please help! Lavinia -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/