Activity overview
Latest activity by jonathanmg
I used MySQL Compare to make sure, but both table were identical (TEXT), we managed to make it work, but we had to convert both TEXT field to VARCHAR(65,534) and it worked. / comments
I used MySQL Compare to make sure, but both table were identical (TEXT), we managed to make it work, but we had to convert both TEXT field to VARCHAR(65,534) and it worked.
After continuing to troubleshoot the problem, I have validated that it's NOT related to the BINARY(16) id, but rather to a TEXT field we have.
If I remove the two TEXT fields from the compare the compare work, however I do not understand why MySQL Data Compare see the TEXT field as a BLOB (as mentionned in the error message). / comments
After continuing to troubleshoot the problem, I have validated that it's NOT related to the BINARY(16) id, but rather to a TEXT field we have.
If I remove the two TEXT fields from the compare the c...
Getting error while trying to synchronize binary data
Hello,
I'm having issue when I'm trying to synchronize my data from my preview environment to my testing environment.
Our primary key are BINARY(16) and are UUID. We have some other fields but I'm ...