Hi, i'm newbie in Linux networking. Anyone knows about setting up a synchronize database between master server and clients?I need data push from client to master server, example I make an agent install in client side and it will automatically push the selected data back to master server. Other than MySQL, is that any other possibilities? Thanks.
I suggest you check out MySQL Master Master replication: http://www.howtoforge.com/mysql5_master_master_replication_debian_etch
But i needed something that run on client side not master server. As I know MySQL is running on master server and pull the data from client. Correct me if I'm wrong.
But you want to replicate data from the master to the slave and from the slave to the master, right? Then you need master-master replication.