Documentation Home
MySQL Shell Release Notes
Related Documentation Download these Release Notes
PDF (US Ltr) - 0.6Mb
PDF (A4) - 0.6Mb


MySQL Shell Release Notes  /  Changes in MySQL Shell 8.0.43 (2025-07-22, General Availability)

Changes in MySQL Shell 8.0.43 (2025-07-22, General Availability)

Note

These release notes were created with the assistance of MySQL HeatWave GenAI.

Utilities Bugs Fixed

  • util.dumpInstance returned the following error when run against MySQL HeatWave DB Systems:

    ERROR: User 'admin'@'%' is granted restricted privilege: OPTION_TRACKER_OBSERVER 
    (fix this with 'strip_restricted_grants' compatibility option)

    The list of privileges has been updated to include OPTION_TRACKER_OBSERVER. (Bug #37958876)

  • MySQL Shell logging has been improved for LOAD DATA warnings generated by util.importTable and util.loadDump. Previously, LOAD DATA warnings were printed to the terminal and were difficult to locate in the log. For example:

    Warning: schema@table@123.tsv.zst error 1062: Duplicate entry
    '1234567' for key 'table.PRIMARY'

    These messages have been improved, making them easier to find in the log. For example:

    Warning: An error has been reported while loading data into
    `schema`.`table` from 'schema@table@123.tsv.zst' file, error 1062:
    Duplicate entry '1234567' for key 'table.PRIMARY'

    (Bug #37800574)

  • The MySQL REST Service-specific account, ocirest, is automatically excluded when dumping with ocmids:true, or loading into MySQL HeatWave DB Systems. (Bug #37792183)

Bugs Fixed

  • Kerberos authentication is now supported on macOS. The authentication_kerberos_client plugin is now bundled on macOS installations of MySQL Shell. (Bug #37777584)