Kudos to the SkySQL Engineering team, who released the 3rd alpha
version of MaxScale, a database proxy for MySQL, MariaDB and
Percona servers, labeled MaxScale 0.6.
This version comes with two important additions:
- A feature-complete read/write splitting module, i.e. read and write operations are now balanced in a smarter way to master or slave servers.
- New client-based features, such as a version string that provides compatibility with the major MariaDB and MySQL connectors, the ability to connect through the root user and the use of the unix socket when MaxScale is co-located with a client application on the same server.
Binaries and source code
are “hidden” here: http://downloads.skysql.com/files/SkySQL/MaxScale.
The project is on
GitHub: https://github.com/skysql/MaxScale/
Other helpful links are:
- Bugs …