Hi, I would like to connect to a database stored at linux machine from my Windows machine. But I am unable to connect to the mysql server. Please help me regarding this issue. ************************************************************************ **************************** use DBI; $dbh = DBI->connect("DBI:mysql:employee:xxx.xxx.xxx.xx", 'root', 'abc123', { RaiseError => 1 } ); #do something here } $dbh->disconnect(); Thanks in advance -- siva
- Perl-mysql Manne, Siva Chaitanya Prasad
- Re: Perl-mysql jm
- Perl-mysql Manne, Siva Chaitanya Prasad
- Re: Perl-mysql jm
- New and Need Help Timothy Place