PDA

View Full Version : MYSQL on different server?



chrisclick
March 20th, 2006, 03:33 PM
Is it possible to access MYSQL on a different server??

Thanks if you can awnswer i will be greatly pleased

signifer123
March 21st, 2006, 06:49 PM
in php, yes just change the host
mysql_connect('192.168.0.102','root','');