
ProxySQL 1.4.12, released by ProxySQL, is now available for download in the Percona Repository along with an updated version of Percona’s proxysql-admin tool.
ProxySQL is a high-performance proxy, currently for MySQL and its forks (like Percona Server for MySQL and MariaDB). It acts as an intermediary for client requests seeking resources from the database. René Cannaò created ProxySQL for DBAs as a means of solving complex replication topology issues.
The ProxySQL 1.4.12 source and binary packages available at https://percona.com/downloads/proxysql include ProxySQL Admin – a tool, developed by Percona to configure Percona XtraDB Cluster nodes into ProxySQL. Docker images for release 1.4.12 are available as well: https://hub.docker.com/r/percona/proxysql/. You can download the original ProxySQL from https://github.com/sysown/proxysql/releases. GitHub hosts the documentation in the wiki format.
include-slaves, a slave would always be moved into the write hostgroup even if the whole cluster went down. A new option --use-slave-as-writer specifies whether or not the slave is added to the write hostgroup.proxysql-admin.
proxysql-admin testsuite bug fixes.
proxysql_galera_checker assumed that parameters were given in the long format
proxysql_node_monitor could fail with more than one command in the scheduler
--syncusers option did not work when enabling cluster
check_is_galera_checker_running was not preventing multiple instances of the script from runningProxySQL is available under Open Source license GPLv3.
Resources
RELATED POSTS