How do I enable this type of command on a mysql server and what is it?
I see it client code:
//$dsn = "mysql://root@localhost/username";
//$dsn = "mysql://admin@999.69.205.174/pass";
Normally I would expect:
$con=mysql_connect($db,$dbuSER,$dbpass);