Bug #14466 | Sort Order Incorrect in GROUP_CONCAT Function in a View | ||
---|---|---|---|
Submitted: | 29 Oct 2005 13:13 | Modified: | 9 Nov 2005 4:06 |
Reporter: | Esteban Jesus | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Views | Severity: | S3 (Non-critical) |
Version: | mysql-standard-5.0.15-osx10.4-powerpc-64/BK 5.0 | OS: | MacOS (Mac OS X 10.4.2/Linux) |
Assigned to: | Evgeny Potemkin | 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