my ip is 192.168.2.231
my codes
PHP Code:
$link = mysql_connect("192.168.2.21","root","123456");
if(!$link){
echo mysql_errno().":". mysql_error();
}
i m getting following error
Code:
Warning: mysql_connect() [function.mysql-connect]: Host '192.168.2.231' is not allowed to connect to this MySQL server in D:\xampp\htdocs\tekoser\x.php on line 24
1130:Host '192.168.2.231' is not allowed to connect to this MySQL server