Your MySQL server is probably not configured to accept requests from the host you're trying to access it from

$servername = "sql109.epiz.com";
$username = "epiz_26351628";
$password = "***************";
$database = "epiz_26351628_********";

$conn = new mysqli($servername, $username, $password, $database);