Hello, The title describes what I need pretty well. I just need to sync my local customer information with mysql where my vtiger crm lives. Any thoughts?
You can either take whole database dump (using mysqldump, phpMyAdmin) and restore in your local database or create replication setup.
Yes, MySQL replication will be the best method for syncing two databases. ========== http://www.howtoforge.com/mysql_database_replication ==========