MYSQL on different server?

Is it possible to access MYSQL on a different server??

Thanks if you can awnswer i will be greatly pleased

in php, yes just change the host
mysql_connect(‘192.168.0.102’,‘root’,’’);