Bug #62893 | table data is not editable because there is no primary key defined for the table | ||
---|---|---|---|
Submitted: | 23 Oct 2011 13:39 | Modified: | 2 Aug 2012 4:22 |
Reporter: | Danny Zhong | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S1 (Critical) |
Version: | 5.2.41 | OS: | Linux (Ubuntu 12.04) |
Assigned to: | CPU Architecture: | Any | |
Tags: | edit table data primary key |
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
[23 Oct 2011 13:44]
Danny Zhong
[24 Oct 2011 4:36]
Danny Zhong
Alter Table
Attachment: Screenshot at 2011-10-24 12:30:17.png (image/png, text), 77.42 KiB.
[10 Dec 2011 15:05]
Danny Zhong
Thanks everybody. I launched the workbench using "mysql-workbench --log-level=debug3" and got the log file.
Attachment: wb.log (text/x-log), 1.92 KiB.
[29 Feb 2012 7:03]
Danny Zhong
Bug and enhance
Attachment: MySQL Workbench_005.png (image/png, text), 105.83 KiB.