Bug #11461 | Column width change each time you requery or refresh | ||
---|---|---|---|
Submitted: | 20 Jun 2005 14:48 | Modified: | 29 Jan 2018 11:03 |
Reporter: | Kai Sautter (Basic Quality Contributor) | Email Updates: | |
Status: | Unsupported | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S4 (Feature request) |
Version: | 1.2.12 | OS: | Windows (Winsows XP (SP2)) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution, qc |
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
[2 Jan 2009 18:17]
Joerg Wunsch
[2 Jan 2009 20:30]
Joerg Wunsch
Suggested implementation, UTF-8 issues fixed now
Attachment: mysql-qb-diff (application/octet-stream, text), 1.89 KiB.
[4 Jan 2009 20:00]
Joerg Wunsch
Yet another update: correctly account for multiline strings where only the first line is displayed in the table view
Attachment: mysql-qb-diff (application/octet-stream, text), 2.13 KiB.