Bug #105259 | Not able to connect to MySQL hosted over AZURE or AWS using isql command. | ||
---|---|---|---|
Submitted: | 19 Oct 2021 7:12 | Modified: | 17 May 2022 21:17 |
Reporter: | Akash More | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / C++ | Severity: | S3 (Non-critical) |
Version: | 8.0.26 | OS: | Linux (Linux PSLinuxmysql03 4.18.0-193.47.1.el8_2.x86_64) |
Assigned to: | CPU Architecture: | x86 (x86_64 x86_64 x86_64 GNU/Linux) | |
Tags: | AWS Aurora, Azure, isql, socket |
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