将数据从localhost复制到联机

Greetings All

I need to replicate selected fields from tables from my localhost to my online database. Anyway scripts / method to do that easily? My boss says NO NO NO to mysql's built in replication feature.

Also I have started with a script that uses flags in the database to keep track of modified and already replicated data. As I have a couple of tables the script is getting long.

Any suggestions?

I would go with maatkit-table-sync. It says table sync but i believe adding in support for specific columns might not be hard. If you do add column support, please contribute a patch upstream.