This will be elementary most people, but i try to connect to a mysql database through a perl code as below but get the message not connected. What am i doing wrong please?
use DBI;
$db='edogan_ff';
$host='mysql7.opentransfer.com';
$u='edogan_egemen';
$p='edogan212';
$db_handle =...
This will be elementary most people, but i try to connect to a mysql database through a perl code as below but get the message not connected. What am i doing wrong please?
use DBI;
$db='edogan_ff';
$host='mysql7.opentransfer.com';
$u='edogan_egemen';
$p='edogan212';
$db_handle =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.