So I started using x10 hosting last friday and I still can't get my site connected to the MYSQL database here is the simple code I'm using
<?php
$link = mysql_connect('mysql-cossacks.x10hosting.com', 'le****ic_admin', '*****2')
or die(mysql_error());
?>