Bug #53588 | Blackhole : Specified key was too long; max key length is 1000 bytes | ||
---|---|---|---|
Submitted: | 11 May 2010 22:59 | Modified: | 16 Jan 2018 14:51 |
Reporter: | David Feymen | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: DDL | Severity: | S3 (Non-critical) |
Version: | 5.5/5.6/5.7/8.0 | OS: | Linux (Ubuntu, Synology OS) |
Assigned to: | CPU Architecture: | Any | |
Tags: | 1000 bytes, blackhole, INDEX, key, LENGTH, MAX |
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
[16 Jan 2018 14:49]
Miguel Solorzano
[13 Jun 2018 12:34]
Laurynas Biveinis
Bug 53588 fix for 8.0.11 by Vlad Lesin
Attachment: bug53588-8.0.11.patch (application/octet-stream, text), 3.33 KiB.