Hi,
I have three domain with different extension for eg.
www.mysite.com, www.mysite.org and
www.mysite.fr...and in future I'll buy other extensions like (.co.uk, .es, .it etc..)
The problem is that any website is installed in different server with different Database/DirectAdmin/ftp account etc.. and the path of each site is something like:
/home/xxxxxxx1/domains/mysite.com/public_html
/home/xxxxxxx2/domains/mysite.org/public_html
/home/xxxxxxx3/domains/mysite.fr/public_html
Where xxxxxxxx1/2/3 are different Username of the DirectAdmin Account
And the Host parameter is not localhost, but:
mysql.mysite.com
mysql.mysite.org
mysql.mysite.fr
In conclusion...how to setup JMS with the .com as a Master and the other extensions as a Slave, and how to create a Template for the future extension Slave?
Thanks in Advance