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

 

Reply via email to