You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2021. It is now read-only.
More compatibility options for MySQL 8.0.4
Added backward compatibility options for authentication plugin
in MySQL 8.0.4.
The default authentication was changed from
mysql_native_password to caching_sha2_password
To keep the new default, use --keep_auth_plugin.
Adapted MySQL-Sandbox to new default users
- Changed grants to support new users changes in 5.7.19 and 8.0.4
(mysql.session, mysql.infoschema)
- Improved tests to deal with new default users
Maintenance release
- Added a conditional delay in ./use, as a temporary workaround for
changed replication defaults in MySQL 8.0.x.
- Added a global check to stop operations if ~/.mylogin.cnf is detected
Added option --expose_dd_tables
The new option allow you to show and use MySQL 8.0
data dictionary hidden tables.
It requires mysqld-debug to be available