Bug #95740 | mysql-client broken on Mac OS | ||
---|---|---|---|
Submitted: | 11 Jun 2019 16:51 | Modified: | 15 Jul 2019 14:40 |
Reporter: | Daniel Sieradski | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Shell General / Core Client | Severity: | S3 (Non-critical) |
Version: | 5.7.26 | OS: | Any |
Assigned to: | CPU Architecture: | x86 | |
Tags: | homebrew, macos, mysql-client |
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
[13 Jun 2019 19:19]
Miguel Solorzano
[13 Jun 2019 19:21]
Miguel Solorzano
cmake log
Attachment: 5.7-cmake.log (application/octet-stream, text), 28.79 KiB.
[13 Jun 2019 19:21]
Miguel Solorzano
make log
Attachment: 5.7-make.log (application/octet-stream, text), 1.49 MiB.