Bug #77398 | row size too large in mysql 5.7 query | ||
---|---|---|---|
Submitted: | 18 Jun 2015 8:01 | Modified: | 30 Nov 2023 6:16 |
Reporter: | Andrea Manenti | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S1 (Critical) |
Version: | 5.7.7 | OS: | Any |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
Tags: | 5.7, innodb, query |
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
[15 Jun 2016 15:49]
Shane Bester
[4 Jan 2018 16:24]
Daniel Silva
Having the same problem with a create table.
Attachment: innbodb_error.sql (application/octet-stream, text), 9.14 KiB.