I'm not sure the exact reason yet. It seems that it causes a trouble of synchronization. What do you think?
Some of my SQLdata had a varchar fields that has a space top of the line.
(Because of my mistake..
Then, when I exported with 'Export Table As Batch Scripts',
SQLyog removed the first space and added a null character like,
('****-**-**','*****','****','****','****','*','*','07/15:19-8\0','*****','*'),
phpMyAdmin didn't do that.
But both of them don't display the first spaces.
And I have problem with synchronization process now.
It affected the synchronization process, I think.
SQLyog Job Agent Version 4.2
Copyright © Webyog Softworks Pvt. Ltd.. All Rights Reserved.
Sync started at Sat Oct 08 08:08:32 2005
Table SrcRows TgtRows Inserted Updated Deleted
========================= ======= ======= ======== ======= =======
`******` 42494 42362 132 0 131
Total time taken - 88 sec(s)
