I\'m trying to connect to a remote MySql database and I get this error message:
Warning: mysqli_connect(): (HY000/2002): A connection attempt failed because the connecte
define("DB_USER", "userName");
Try root instead of userName and define DB_HOST.
root
userName
DB_HOST