Bug #99496 | m_admin_interface_listen_socket and port not correspond in m_socket_map | ||
---|---|---|---|
Submitted: | 9 May 2020 9:42 | Modified: | 14 May 2020 12:30 |
Reporter: | bo pang | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Security: Privileges | Severity: | S3 (Non-critical) |
Version: | 8.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
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
[14 May 2020 1:45]
bo pang
[14 May 2020 1:46]
bo pang
admin fd bind the second m_fds
Attachment: CEBF9C82-71BF-4E89-9A2C-5BE96EA47E5F.png (image/png, text), 8.89 KiB.
[14 May 2020 1:48]
bo pang
admin fd first insert, non admin fd is less than admin fd, so the non admin fd be the first one
Attachment: 未命名图片1.png (image/png, text), 73.31 KiB.