diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2024-03-29 12:23:00 -0400 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2024-03-29 12:23:00 -0400 |
commit | e0cf1d89c0ea475fdaf82dfce2d27c23b743dd3d (patch) | |
tree | 1f8a97811277d4487f0afa1e9a247040a34115c6 /databases/proxysql/pkg-message | |
parent | UIDs/GIDs: Convert deprecated proxy65 UID/GID for use with proxysql (diff) |
databases/proxysql: New port!
ProxySQL is a high performance, high availability, protocol aware proxy for
MySQL and forks (like Percona Server and MariaDB).
With its ability to intelligently route queries, balance loads, and provide
failover handling, ProxySQL empowers organizations to harness the full
potential of their database infrastructure. Whether grappling with
scalability challenges, striving to enhance performance, or seeking to
ensure high availability, ProxySQL emerges as a versatile ally, capable of
addressing diverse needs across various database environments.
WWW: https://www.proxysql.com/
Diffstat (limited to 'databases/proxysql/pkg-message')
-rw-r--r-- | databases/proxysql/pkg-message | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/proxysql/pkg-message b/databases/proxysql/pkg-message new file mode 100644 index 000000000000..f8af81593652 --- /dev/null +++ b/databases/proxysql/pkg-message @@ -0,0 +1,9 @@ +[ +{ type: install + message: <<EOM +In order for logging to function, you must restart syslogd: + +# service syslogd restart +EOM +} +] |