MySQL Workbench Release Notes

2.6 Changes in MySQL Workbench 8.0.33 (2023-04-18, General Availability)

Packaging Notes

  • Incompatible Change: An issue isolated within Python causes it to quit unexpectedly, and, in turn, generates errors each time an instance of MySQL Workbench closes. The affected platform is limited to 64-bit ARM CPUs running macOS (Ventura). For a more information about the issue, visit https://github.com/python/cpython/issues/99663. (Bug #35256009)

  • On Windows, the MySQL Workbench MSI file now omits the .pyc files previously installed under the __pycache__ folder. (Bug #35149126)

Bugs Fixed

  • When running on some architecture and macOS combinations, MySQL Workbench could exit unexpectedly while attempting to execute a SELECT or SHOW TABLES statement. (Bug #109671, Bug #35015018)