connect to mysql on a different computer

admin

Administrator
Staff member
Hello.

is there a way to connect to mysql on a different machine i tryied the following without connectin to the database.


$db=mysql_pconnect("192.168.0.100", "book", "newbook");

any help thanks Bill Nash
 
Back
Top