DBI connect('nikos_db','e_shop',...) failed: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at /home/www/nikos.varsa.gr/cgi-bin/index.pl line 20 #### #=============================================================================== my $db = ( $ENV{'SERVER_NAME'} !~ /freehostia/ ) ? DBI->connect('DBI:mysql:e_shop', 'root', 'supersecret', {RaiseError=>1}) : DBI->connect('DBI:mysql:nikkou6_db:mysql3.freehostia.com', 'nikkou6_db', 'supersecret', {RaiseError=>1}); if( $ENV{'SERVER_NAME'} =~ /freehostia/ ) { $ENV{'DOCUMENT_ROOT'} = '/www/nikos.varsa.gr/' }; #===============================================================================