I know that many people have already asked about this, but these people basically forgot the password blocked by the firewall, which I do not have in any of these situations.
I am developing with php and I need to connect to a remote database so that my whole team works on it.
localhost just went fine, but when I tried to switch, it gave me this error
The connection could not be established because the target computer was actively rejecting it.
and this is my code where I want to connect to the .nf.biz database:
$db=mysqli_connect($host,$user,$password,$db_name,3306);
source
share