Bug #92928 | WorkBench defaults to incompatibility with MySQL Server pre 8.x | ||
---|---|---|---|
Submitted: | 24 Oct 2018 12:51 | Modified: | 4 Mar 2019 22:45 |
Reporter: | Jan Ingvoldstad | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S2 (Serious) |
Version: | 8.0.13 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[24 Oct 2018 12:51]
Jan Ingvoldstad
[13 Nov 2018 18:27]
MySQL Verification Team
Thank you for the bug report.
[14 Nov 2018 8:25]
Mike Lischke
Jan, what "other" MySQL version do you have in mind here? MySQL Workbench correctly warns about servers it does no longer support. It doesn't matter if there's an extended support phase or anything else. WB supports MySQL 5.6, 5.7 and 8.0 at the moment. For everything else you get a warning.
[14 Nov 2018 8:27]
Mike Lischke
About "Data Export": this has to do with the use mysqldump version. A specific mysqldump version is valid only for a specific server version. There's no backwards compatibility. WB can only ship one version (and uses the latest one). If you need to export data from an older server (< 8.0) download the mysqldump version that matches it and set it in the WB preferences before you start exporting data.
[14 Nov 2018 9:02]
Jan Ingvoldstad
Mike: Try MySQL 5.6, or 5.7.
[14 Nov 2018 9:03]
Jan Ingvoldstad
Mike: Please read the description carefully. This has nothing to do with mysqldump, but with a configuration option default in MySQL Workbench.
[14 Nov 2018 12:57]
Mike Lischke
For the data export: first it looked to me as if that was the same problem as we fixed here: https://bugs.mysql.com/bug.php?id=91640 and which was asked for instance here: https://serverfault.com/questions/912162/mysqldump-throws-unknown-table-column-statistics-.... For me the new option always defaults to 0 (off), but we have to investigate what's wrong that it sometimes defaults to on.
[4 Mar 2019 22:45]
Christine Cole
Posted by developer: Fixed as of the upcoming MySQL Workbench 8.0.16 release, and here's the changelog entry: The column-statistics option (Advanced Options) was selected by default in the Administration – Data Export tab, which prevented the successful export of databases from the 5.6 and 5.7 servers. Thank you for the bug report.