Can anybody help to set replication from MySQL db from slave server (which is already getting data from a Master server) I want to replicate db of this slave server to another server.
Thanks in advance
Can anybody help to set replication from MySQL db from slave server (which is already getting data from a Master server) I want to replicate db of this slave server to another server.
Thanks in advance
The first port of call would be the MySQL documentation
http://dev.mysql.com/doc/refman/5.0/en/replication-howto.html
Spefic to your query the following is also worth reading
http://dev.mysql.com/doc/refman/5.0/en/replication-howto-existingdata.html