I want to connect my application running on Java and MySQL to a remote server which has Mysql database in it and want to do update when the local database is updated. What is the current and popular technology available to do this (technology in the sense i refer to things like hibernate,jni, jdbc etc..)
How do I sync to remote server when some update happens in the local machine ? I know this is possible but I need a start..
Use mysql’s replication feature