Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Releases: datacharmer/mysql-sandbox

MySQL-Sandbox 3.2.17

16 Apr 15:25
Compare
Choose a tag to compare

Added deprecation notice for MySQL-Sandbox.

MySQL-Sandbox 3.2.16

07 Jan 11:54
Compare
Choose a tag to compare

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

18 Nov 10:48
Compare
Choose a tag to compare
  • 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

06 Sep 05:34
Compare
Choose a tag to compare
  • 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

25 Jul 13:27
Compare
Choose a tag to compare

Updated --expose_dd_tables procedure to deal with DD changes in 8.0.2

MySQL-Sandbox 3.2.12

18 Jul 18:25
Compare
Choose a tag to compare

Changed initial check for system tables: MySQL 8.0.2 has a tablespace instead

MySQL-Sandbox 3.2.11

16 Jul 20:34
Compare
Choose a tag to compare

Removed "--socket" from mysqlsh script

MySQL-Sandbox 3.2.10

03 May 06:07
Compare
Choose a tag to compare

Fixed error in --custom_mysqld handling

MySQL-Sandbox 3.2.09

01 May 19:27
Compare
Choose a tag to compare
  • 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

30 Apr 07:15
Compare
Choose a tag to compare

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.