Bug #71960 | Mysql 5.6.16 on OSX throws connection errors with innodb_file_per_table option | ||
---|---|---|---|
Submitted: | 6 Mar 2014 23:57 | Modified: | 17 Apr 2015 0:18 |
Reporter: | Kris Iyer | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Options | Severity: | S1 (Critical) |
Version: | 5.6.16, 5.6.20 | OS: | MacOS (10.8) |
Assigned to: | CPU Architecture: | Any | |
Tags: | innodb_file_per_table, OSX 10.8, OSX 10.9, system error: 0, system error: 32 |
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
[3 May 2015 23:15]
Bryce Boe