Bug #101177 | MySQL 8.0 doesn't work with the underscore escape of schema name in Workbench | ||
---|---|---|---|
Submitted: | 15 Oct 2020 6:16 | Modified: | 15 Oct 2020 14:47 |
Reporter: | Kun Yang | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Workbench: Administration | Severity: | S2 (Serious) |
Version: | 8.0.21 | OS: | Linux (Ubuntu 20.04 x86_64) |
Assigned to: | CPU Architecture: | x86 | |
Tags: | WBBugReporter |
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 Oct 2020 11:06]
Kun Yang
[15 Oct 2020 11:06]
Kun Yang
Escape in MySQL Workbench, Fig2
Attachment: escape_in_workbench_2.png (image/png, text), 64.27 KiB.
[15 Oct 2020 11:07]
Kun Yang
The escape works with MySQL 5.7
Attachment: mysql_5_7_works_well.png (image/png, text), 85.06 KiB.
[15 Oct 2020 11:08]
Kun Yang
MySQL 8.0 does not work with the escape
Attachment: mysql_8_0_not_work.png (image/png, text), 76.59 KiB.
[15 Oct 2020 11:10]
Kun Yang
No escape works in MySQL 8.0
Attachment: mysql_8_0_workaroud.png (image/png, text), 84.93 KiB.
[15 Oct 2020 13:11]
Ashwini Patil
8.0.21 test results
Attachment: 101177_test_results.png (image/png, text), 157.49 KiB.