<?php
$con = mysqli_connect("localhost","root","","m5-xx");
if(!$con){
die('Connection Failed'. mysqli_connect_error());
}
?>