Hello,
Replace "localhost" with server where your hosting account is created IP or hostname, for example, box1.host1free.com or 94.249.143.2
Also, add your local IP to access hosts in MySQL Management.
Hello,
Replace "localhost" with server where your hosting account is created IP or hostname, for example, box1.host1free.com or 94.249.143.2
Also, add your local IP to access hosts in MySQL Management.
i am trying to connect this mysql from by local machine (not from host1free), can anyone help me what should i put in place of localhost??
mysql_connect("localhost","peter","abc123");
or is there any way to update table in host1free mysql from mysql??
I think ma mysql connect function details coding show in below side.
mysql_connect — Open a connection to a MySQL Server
Report a bug
Description
resource mysql_connect ([ string $server = ini_get("mysql.default_host") [, string $username = ini_get("mysql.default_user") [, string $password = ini_get("mysql.default_password") [, bool $new_link = false [, int $client_flags = 0 ]]]]] )
hi Modestas,
i am holding a free account and i don't see any privilege page on phpmyadmin. is it possible for a free account holder to add my local IP to access hosts in MySQL Management.
now i am getting "Could not connect: No connection could be made because the target machine actively refused it. "