i want to connect my php application(here at my office) and my database is at my home,
mysql_connect('119.92.59.55','root','lester1992')
but they don't communicate each other(my comp & my office terminal), what maybe the posible problem?
here is the error i encountered.
mysql_connect(): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
thanks in advance.