0
Hello, I made my site by xampp in windows, when I went to migrate to ubunto I realized that simply mysql did not work, and nor returned any error, for example, in the initial page of the site I already use the mysqli_connect
, even with wrong user does not return any error.
No need to show code, because in xampp works perfectly.
Making the connection:
$conn = mysqli_connect(SQL_HOST, SQL_USUARIO, SQL_SENHA, SQL_BANCO);