I get this error

Warning : mysqli_connect(): (HY000/2002): Connection refused in /home/vol5_5/epizy.com/epiz_25554520/htdocs/inc/database.php on line 9
Failed to connect to MySQL: Connection refused
Warning : mysqli_query() expects parameter 1 to be mysqli, bool given in /home/vol5_5/epizy.com/epiz_25554520/htdocs/login.php on line 12

Warning : mysqli_error() expects parameter 1 to be mysqli, bool given in /home/vol5_5/epizy.com/epiz_25554520/htdocs/login.php on line 12

btw i couldnt reply more it gave me error, you reach maxiumum replies.

<?php $myhost = "ftpupload.net"; $myuser = "epiz_25554520"; $mypass = "Mafvcwx4Ws5"; $mydb = "Database.sql"; $key = "2147828743"; //Don't tuch this ! $con = mysqli_connect($myhost, $myuser, $mypass, $mydb); if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } ?>

i filled it out, after i saw it waas raw

3 posts were merged into an existing topic: I get this error