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

Tags: datacharmer/mysql-sandbox

Tags

3.2.17

Toggle 3.2.17's commit message
Added deprecation notice for MySQL-Sandbox.

3.2.16

Toggle 3.2.16's commit message
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.

3.2.15

Toggle 3.2.15's commit message
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

3.2.14

Toggle 3.2.14's commit message
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

3.2.13

Toggle 3.2.13's commit message
Updated --expose_dd_tables procedure to deal with DD changes in 8.0.2

3.2.12

Toggle 3.2.12's commit message
Changed initial check for system tables: MySQL 8.0.2 has a tablespace…

… instead

3.2.11

Toggle 3.2.11's commit message
Removed "--socket" from mysqlsh script

3.2.10

Toggle 3.2.10's commit message
Fixed error in --custom_mysqld handling

3.2.09

Toggle 3.2.09's commit message
updated MANIFEST

3.2.08

Toggle 3.2.08's commit message
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