This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
Releases: datacharmer/mysql-sandbox
Releases · datacharmer/mysql-sandbox
MySQL-Sandbox 3.2.17
Added deprecation notice for MySQL-Sandbox.
MySQL-Sandbox 3.2.16
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.
MySQL-Sandbox 3.2.15
- Changed grants to support new users in 5.7.19 and 8.0.4 (mysql.session and mysql.infoschema)
- Improved tests to deal with new default users
MySQL-Sandbox 3.2.14
- 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
MySQL-Sandbox 3.2.13
Updated --expose_dd_tables
procedure to deal with DD changes in 8.0.2
MySQL-Sandbox 3.2.12
Changed initial check for system tables: MySQL 8.0.2 has a tablespace instead
MySQL-Sandbox 3.2.11
Removed "--socket" from mysqlsh script
MySQL-Sandbox 3.2.10
Fixed error in --custom_mysqld handling
MySQL-Sandbox 3.2.09
- Merged Guriandoro's change to check port numbers in change_ports
- Added change directory command to change_ports
- Added test for data dictionary tables
MySQL-Sandbox 3.2.08
Added option --expose_dd_tables
to show and use MySQL 8.0 data dictionary hidden tables.
Also available is an option --custom_mysqld
to start the server with a different mysqld
from the same directory.