Navicat allows a user to Import into MySql using a Primary Key, with the option “Update: update record in destination with matching record from source”. It also does “Append/Update: If record exists in destination, update it. Otherwise Add it”.
I can't figure out how to do these 2 functions in SQLyog using the Migration Toolkit. It seems to me I can only delete and replace, or append. Is there any way to update based on a primary key in both tables?