Click to See Complete Forum and Search --> : Please Help Me ... Mysql Connect Error


baltazhor200401
03-18-2009, 08:20 PM
hi, im newbie with mysql, what should i do with this error :
Warning: mysql_connect() [function.mysql-connect]: Host 'mis-arius.datascrip.co.id' is not allowed to connect to this MySQL server in D:\web server\test_koneksi.php on line 5
Host 'mis-arius.datascrip.co.id' is not allowed to connect to this MySQL server or this error :
Warning: mysql_connect() [function.mysql-connect]: Host '172.16.1.145' is not allowed to connect to this MySQL server in D:\web server\test_koneksi.php on line 5
Host '172.16.1.145' is not allowed to connect to this MySQL server

Please tell me how to connect to remote mysql server ...

Thanks

chazzy
03-18-2009, 08:25 PM
it looks like your remote mysql database isn't configured to accept connections from your host. you'll need to configure it that way. probably some settings in my.cnf

baltazhor200401
03-18-2009, 09:12 PM
where i can find it