i have two mysql servers running on two different computers. one is the main server and the other just serves as backup/development server.
sync'ing the structure works fine either way, but data sync'ing doesn't work at all, except for when i empty all tables on the backup server and then sync from the main server.
the stats that show up in the data sync wizard show the right row count for both dbs, but say 0 inserts.
on other post in the forum said the primary key could be the problem, but i checked: all pks are numerical ids (defined as int(11)) and never are composed by two fields.
i also checked the sja.log file. it says:
Error No. 1054
Unknown column ',' in 'field list'
however i don't have a ',' column defined.
i have some innodb tables, but both myisam and innodb tables fail to sync.