I want to connect to remote Mysql Database from Java [closed]
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 a开发者_JAVA技巧vailable 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
精彩评论