Bug #86577 | Table data import wizard check boxes do not apply when creating table | ||
---|---|---|---|
Submitted: | 4 Jun 2017 11:25 | Modified: | 21 Mar 2018 0:28 |
Reporter: | Lee Butler | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 6.3.9 | OS: | Windows (10) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Import Wizard, workbench |
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
[4 Jun 2017 11:25]
Lee Butler
[4 Jun 2017 11:26]
Lee Butler
Screenshot 2, Unchecked checkbox column got created anyway.
Attachment: workbench test columnexists.PNG (image/png, text), 13.49 KiB.
[5 Jun 2017 7:08]
Chiranjeevi Battula
Screenshot
Attachment: Bug_86577.JPG (image/jpeg, text), 52.19 KiB.
[5 Jun 2017 7:08]
Chiranjeevi Battula
Screenshot
Attachment: Bug_86577_1.JPG (image/jpeg, text), 42.76 KiB.