2

I have a remote server that needs to access my mysql database a lot. So I figured instead of sending a bunch of remote mysql commands it would be more effecient to sync the database to the remote server. Is there a program that easily does this and that I can configure to only sync specified tables and possibly columns?

Will
  • 257
  • 4
  • 19

1 Answers1

6

Mysql offers replication, which should do the trick.

Sven
  • 97,248
  • 13
  • 177
  • 225