Connect database Failed

i want to make conection my database

<?php session_start(); ob_start(); $koneksi = mysql_connect("sql108.epizy.com","epiz_xxx","xxxxx") or die ("Failed MYSQL connect"); mysql_select_db("epiz_xxxx", $koneksi) or die ("Failed Database Connect"); ?>

solution ???

use password from your account :
http://spec-net.esy.es/uploads/1502711976.jpg

First of all, the mysql_* functions are deprecated and should not be used. They are very unsafe.

Also, what’s the problem? Do you get any output from the script?