Hi, I was trying to connect my localhost webpage into an online MySql Database. So I choose helio as the host which is have the remote Database feature. But, suddenly I Can't connected into the Database that I created before. I've try to make an Sqli Connect Query like this
$conn2 = mysqli_connect('RemoteHost', 'DBUsername', 'DBPassword', 'DatabaseName');
But the result is
Warning: mysqli_connect(): (HY000/1045): Access denied for user 'firdausb_root'@'202.67.39.30' (using password: YES) in C:\xampp\htdocs\sby\konfig.php on line 3
Can Someone Help me?? Please