changed port on db.php

This commit is contained in:
Ismail Cadaroski 2017-01-24 20:05:10 +01:00
parent d8c7851b97
commit 9ff5148c09
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
// Enter your Host, username, password, database below.
// I left password empty because i do not set password on localhost.
$con = mysqli_connect("mysql:3306","root","password","register_web1");
$con = mysqli_connect("mysql","root","password","register_web1","3306");
// Check connection
if (mysqli_connect_errno())
{