Bug #28143 | Unable to install newest version of MySQL Gui Tools. | ||
---|---|---|---|
Submitted: | 27 Apr 2007 18:34 | Modified: | 9 Jul 2009 11:49 |
Reporter: | Aaron Freed | Email Updates: | |
Status: | Unsupported | Impact on me: | |
Category: | MySQL GUI Common | Severity: | S1 (Critical) |
Version: | 1.2.11 (General Availability) | OS: | Linux (CentOS 4.4 with updates as of 4/4/2007) |
Assigned to: | CPU Architecture: | Any | |
Tags: | 4.4, CentOS, dependencies, dependency, failed, java, jre, JVM, ld-linux-so.2(GLIBC_PRIVATE), libjvm.so(SUNWprivate_1.1), library, rpm, Sun |
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