You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #1991 and #1973 I've noticed that the problem is still present. This is tested on debian jessie
# dpkg -l | grep proxysql
ii proxysql 2.0.4 amd64 High performance MySQL proxy
# apt show proxysql
Package: proxysql
Version: 2.0.4
Priority: optional
Section: misc
Maintainer: Rene Cannao <rene.cannao@gmail.com>
Installed-Size: 36.1 MB
Download-Size: 8,591 kB
SHA512: 8c783efae01655119e4da5aff9121886e9dba03c9ba183ec06781a61f71cd12de530e27559c6ea5a7ac271c0194eac9aed3492ed46ed3cf163c4e4a74c3b1096
Homepage: http://www.proxysql.com
APT-Manual-Installed: yes
APT-Sources: https://repo.proxysql.com/ProxySQL/proxysql-2.0.x/jessie/ ./ Packages
Description: High performance MySQL proxy
ProxySQL is a fast, reliable MySQL proxy with advanced runtime configuration management (virtually no configuration change requires a restart).
.
It features query routing, query caching, query rewriting (for queries generated by ORMs, for example) and is most of the time a drop-in replacement for mysqld from the point of view of the application. It can be configured and remote controlled through an SQL-compatible admin interface.
N: There are 3 additional records. Please use the '-a' switch to see them.
# dpkg -L proxysql
/.
/etc
/etc/proxysql.cnf
/etc/logrotate.d
/etc/logrotate.d/proxysql
/etc/logrotate.d/proxysql/etc
/etc/logrotate.d/proxysql/etc/logrotate.d
/etc/logrotate.d/proxysql/etc/logrotate.d/proxysql
/etc/init.d
/etc/init.d/proxysql
/usr
/usr/bin
/usr/bin/proxysql
/usr/share
/usr/share/proxysql
/usr/share/proxysql/tools
/usr/share/proxysql/tools/proxysql_galera_writer.pl
/usr/share/proxysql/tools/proxysql_galera_checker.sh
/usr/share/doc
/usr/share/doc/proxysql
/usr/share/doc/proxysql/README.Debian
/usr/share/doc/proxysql/copyright
/usr/share/doc/proxysql/changelog.gz
# cat /etc/debian_version
8.11
# proxysql --version
ProxySQL version 2.0.4-116-g7d371cf, codename Truls
The text was updated successfully, but these errors were encountered:
Hello,
Following #1991 and #1973 I've noticed that the problem is still present. This is tested on debian jessie
The text was updated successfully, but these errors were encountered: