Both MySQL and MariaDB have been busy, each introducing new
features, sometimes creating the same feature, often with
different syntax.
This is sometimes good for users, who have a wide choice. And
sometimes it is bad, as once you are used to the deployment and
syntax of one flavor, it is hard to switch to a different one.
This problem is enhanced if you are dealing with an application,
MySQL
Sandbox, that needs to work well with all flavors.
The latest releases of MySQL Sandbox (3.0.51 to 3.0.55) have been necessary to solve minor and major troublesome points with MySQL 5.7.8 and MariaDB 10.1.
The current version (3.0.55) can install all the newest releases, including replication with MySQL 5.7.8 which suffers from a compatibility bug (better explored in a separate article). …
[Read more]