Hi, i need connect with the MySQL from a different server, if tried everything and it's still not letting me, through cpanel I allowed the host to access the mysql, and I'm trying to connect like this:
mysql_connect("11.111.1.111", "username", "password");
it's returning the error:
"Warning: mysql_connect(): Lost connection to MySQL server during query in /home/awesomea/public_html/csp.php on line 6"
iv'e also tried connecting to ports: 11.111.1.111:3306
and its returning the same error