Mirza Junaid
Mirza Junaid

Reputation: 11

replicate mysql db from slave server to another slave server

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

Upvotes: 1

Views: 1444

Answers (1)

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

Upvotes: 1

Related Questions