ProxySQL 1.4.7, 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.7 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.7 are available as well: https://hub.docker.com/r/percona/proxysql/. You can download the original ProxySQL from https://github.com/sysown/proxysql/releases.
Usability improvements:
proxysql-status tool to dump ProxySQL configuration and statistics.Bug fixes:
proxysql_galera_checker in the same runtime environment at the same time is still not supported, the introduced fix is able to prevent duplicate script execution in most cases.
proxysql_galera_checker and proxysql_node_monitor processes in case of wrong ProxySQL credentials in proxysql-admin.cnf file.
proxysql_galera_checker didn’t take into account the possibility of special characters presence in mysql-monitor_password.
proxysql_galera_checker generated unclear errors in the proxysql.log file if wrong credentials where passed.
proxysql_node_monitor script incorrectly split the hostname and the port number in URLs containing hyphen character.ProxySQL is available under OpenSource license GPLv3.
Resources
RELATED POSTS