Bug #65213 | Connector/J does not retrieve the table comment in a InnoDB table | ||
---|---|---|---|
Submitted: | 5 May 2012 17:53 | Modified: | 28 Jun 2012 11:18 |
Reporter: | Nicola Mascheroni | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | MySQL 5.5.22 - Connector/J 5.1.20 | OS: | Windows (Vista SP 2 Home Premium) |
Assigned to: | Alexander Soklakov | CPU Architecture: | Any |
Tags: | Connector/J, java, Remaks, table |
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