Bug #6381 | Doesn't support Chinese | ||
---|---|---|---|
Submitted: | 2 Nov 2004 8:59 | Modified: | 3 Dec 2004 12:48 |
Reporter: | Juliau Gong | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S2 (Serious) |
Version: | 1.1.1 gamma | OS: | Windows (WinXP Pro SP2) |
Assigned to: | Mike Lischke | CPU Architecture: | Any |
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
[26 Nov 2004 8:40]
Juliau Gong
[29 Nov 2004 13:20]
Juliau Gong
the dump script for the table
Attachment: user.sql (text/plain), 5.25 KiB.
[1 Dec 2004 1:43]
Juliau Gong
dump file with Chinese
Attachment: mysql.sql (text/plain), 1.08 KiB.