-4

Am looking to have a master MySQL update a slave via the internet. Would like to try to use Workbench if possible (or some other free method). Both boxes are Windows 2003 servers and can see each other across the Internet. The slave would never need to update the master. I don't need this act as a true failover cluster.

Kendor
  • 141
  • 6

2 Answers2

0

The MySQL manual would be a great place to start - or even Google?

There is a page in the MySQL Manual called - How to setup replication.

Steve
  • 3,673
  • 1
  • 19
  • 24
  • Thanks Steve. I did Google ahead of time and was hoping that someone here would point me towards something "distilled." – Kendor Mar 08 '13 at 18:55
  • @Kendor does the step by step guide in the MySQL manual (I liked to) not fulfil your needs? – Steve Mar 08 '13 at 19:04
0

Check Out

High Performance MySQL, 3rd Edition

by Baron Schwartz, Peter Zaitsev, and Vadim Tkachenko

Has everything you need.