Hi, help me please. I need connect to MySQL Database on second computer on the net (two computer join over switch).

I wrote:
$signal=mysql_connect("192.168.0.1");


When I work with database on localhost then is all OK but when I want connect to database on second computer then this is problem.
It not make errors but database is always empty.