# ProxySQL 2.4.4 and ProxySQL admin tools (2022-10-04) [ProxySQL](https://proxysql.com/) is a high-performance proxy for MySQL and MySQL-compatible database servers such as Percona Server for MySQL and MariaDB. It acts as an intermediary for client requests seeking resources from the database. ProxySQL was created for the database administrator as a solution for complex replication topology issues. You can [download the original ProxySQL from GitHub](). The [ProxySQL documentation](https://proxysql.com/documentation/) provides information on installing and running ProxySQL. The [ProxySQL Admin (proxysql-admin)](https://docs.percona.com/proxysql/v2-config.html) tool simplifies the configuration of Percona XtraDB Cluster nodes with ProxySQL. [ProxySQL Admin 1.x.x](https://docs.percona.com/proxysql/proxysql-v1.html) requires custom `Bash` scripts to track the status of a Percona XtraDB Cluster. [ProxySQL Admin 2.x.x](https://docs.percona.com/proxysql/psql-functions.html) supports Percona XtraDB Cluster without custom scripts. The [Percona Scheduler Admin (percona-scheduler-admin)](https://docs.percona.com/proxysql/psa-scheduler.html) tool can automatically perform a failover due to node failures, service degradation, or maintenance. !!! note Percona Scheduler admin has different features and capabilities than ProxySQL admin. Do not use the options from one tool in the other tool. Mixing the options may cause unintended results. ## Release highlights This release includes all features and bug fixes available in ProxySQL 2.4.4. The improvements and bug fixes introduced by *ProxySQL* and included in this release are: * Increased the maximum value for monitor threads * Added crash signal handler for fatal arithmetic errors `SIGFPE` * Fixed crash when failed `connection_reset` is tried to be logged For more information on these items and other improvements and bug fixes, see the *ProxySQL* [2.4.4 release notes](https://github.com/sysown/proxysql/releases/tag/v2.4.4). **ProxySQL Admin** and **Percona Scheduler admin** have not changed since the previous release. ## Upgrade information An upgrade from ProxySQL 1.x.x to ProxySQL 2.x.x requires the removal of the ProxySQL 1.x.x packages. You can upgrade to ProxySQL 2.x.x after completing the removal. ## Useful links * The [ProxySQL and proxysql-admin installation instructions](https://docs.percona.com/proxysql/install-v2.html) and the [Percona Scheduler admin installation instructions](https://docs.percona.com/proxysql/psa-build.html) * The [Percona Software downloads](https://www.percona.com/downloads/) * The [ProxySQL and ProxySQL admin tools GitHub location](https://github.com/percona/proxysql-admin-tool) * To contribute to the documentation, review the [Documentation Contribution Guide](https://github.com/percona/proxysql-admin-tool-doc/blob/main/contributing.md)