MySQL Sandbox has been updated again. The latest version is 3.0.38, which was just released. There were four releases in the space of one week, and this last one is just a polished edition.
Cherry-picking from the Change log:
- Added option
--bind_address
to complement the effects of--remote_access
; - The script 'enable_gtid' (for MySQL 5.6 +) now is durable. Previously the changes did not survive a restart.
- Now you can install MariaDB with its bizarre version '10.0'
- It also works well with MySQL 5.7. A bug prevented the creation of 'enable_gtid', but it …