Bug #90772 | Synchronize model makes different between single quotes escapes | ||
---|---|---|---|
Submitted: | 6 May 2018 11:10 | Modified: | 26 Sep 2018 5:48 |
Reporter: | Georgi Sotirov | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 8.0.12, 8.0.19 | OS: | Windows (Windows 7 Professional SP1 (6.1.7601)) |
Assigned to: | CPU Architecture: | x86 |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[8 May 2018 14:29]
Georgi Sotirov
[8 May 2018 14:30]
Georgi Sotirov
Step 2: Create model having the same table and same comment.
Attachment: step2.png (image/png, text), 28.77 KiB.
[8 May 2018 14:30]
Georgi Sotirov
Step 3: First synchrinization
Attachment: step3.png (image/png, text), 70.89 KiB.
[8 May 2018 14:31]
Georgi Sotirov
Step 3.2: Second synchrnization
Attachment: step3_2.png (image/png, text), 68.14 KiB.