Bug #22519 | Editing table data causes error | ||
---|---|---|---|
Submitted: | 20 Sep 2006 14:23 | Modified: | 6 Jan 2007 0:16 |
Reporter: | Daniel Ratzlaff | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S2 (Serious) |
Version: | 1.2.2 beta | OS: | Windows (Windows XP) |
Assigned to: | CPU Architecture: | Any | |
Tags: | error, primary key, recordset.c |
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
[20 Sep 2006 14:23]
Daniel Ratzlaff
[21 Sep 2006 13:59]
Daniel Ratzlaff
Screenshot showing Query Browser picking the wrong PK
Attachment: mysql_wrongkey.jpg (image/jpeg, text), 148.41 KiB.