Skip to content

Releases: sysown/proxysql

v1.3.2

29 Dec 15:01
Compare
Choose a tag to compare

Release date: 2016-12-29

Stable release v1.3.2 , released on 2016-12-29

Compared to v1.3.1, has the following bugs fixed / enhancements:

  • Monitor: crashing bug and memory leak in purge_idle_connection fixed thanks to @efirs
  • Query routing: query session variables, combined with transaction_persistent==true were incorrectly disabling query routing #837
  • Monitor/Galera: improvement on scheduler tool proxysql_galera_checker.sh , thanks to @grypyrg
  • MySQL Protocol: support for COM_QUERY + USE as equivalent to COM_INIT_DB #718
  • Admin: improved the speed time to populate tables stats_mysql_query_digest and stats_mysql_query_digest_text

Introduced two new variables, mainly to reduce memory footprint for wokload with a lot of unique queries #766:

  • mysql-query_digests_max_digest_length : defines the maximum length of digest_text as reported in stats_mysql_query_digest
  • mysql-query_digests_max_query_length : defines the maximum query length processed when computing query's digest and digext_text

MD5s:

d76b287ea29e633fd8f5f01c2fde44de  proxysql-1.3.2-1-centos67.x86_64.rpm
7c730935393f229f1e8433d3c6cb8bd4  proxysql-1.3.2-1-centos7.x86_64.rpm
fe6caee38eb54dec5c68c40d4044a44b  proxysql-1.3.2-1-dbg-centos67.x86_64.rpm
fa93a68b6971e1e3dbc80df4a5e8fdcb  proxysql-1.3.2-1-dbg-centos7.x86_64.rpm
974e33b910caae9f6d310bca83010693  proxysql-1.3.2-1-dbg-fedora24.x86_64.rpm
e3ffa51e43e24b6d4ab96ae9fed21a53  proxysql-1.3.2-1-fedora24.x86_64.rpm
474ab3f27aaf88f6ec267d0f2771389c  proxysql_1.3.2-dbg-debian7_amd64.deb
63f5191816d2f3ee2b8adbf498ba97dc  proxysql_1.3.2-dbg-debian8_amd64.deb
fcbb5fd520dcd9350302a5517f73e95d  proxysql_1.3.2-dbg-ubuntu12_amd64.deb
12860e0804904ad083687ed27df4f3dc  proxysql_1.3.2-dbg-ubuntu14_amd64.deb
fef3e4bdae8498ab420c08a9ef73034e  proxysql_1.3.2-dbg-ubuntu16_amd64.deb
6d41e0c2ad67aae8b636b110d9d617c4  proxysql_1.3.2-debian7_amd64.deb
bf43c6098f462030f67cd2d44aef3cf4  proxysql_1.3.2-debian8_amd64.deb
fea75c294ede04406d9d456625d80117  proxysql_1.3.2-ubuntu12_amd64.deb
26e167df9e4c437ec45dbd007033c1ea  proxysql_1.3.2-ubuntu14_amd64.deb
6445dfb8160763f4f90cb4ba21d38f89  proxysql_1.3.2-ubuntu16_amd64.deb
0c93c2f927489a36dd0281b9a5dda3eb  v1.3.2.tar.gz
21005a98b6696af243023df46f1f02c4  v1.3.2.zip

v1.3.1

12 Dec 13:25
Compare
Choose a tag to compare

Stable release v1.3.1 , released on 2016-12-12

Compared to v1.3.0h, has the following bugs fixed:

  • memory leak on error during STMT_EXECUTE #796
  • incorrectly reported timeout on check read_only #836
  • crashing bug #715
  • handles charset = 0 #810
  • disables multiplexing for SET FOREIGN_KEY_CHECKS #835
  • disables multiplexing for SET UNIQUE_CHECKS #835

MD5s:

51b908266f0c9bd9ed36da191f28d323  proxysql-1.3.1-1-centos67.x86_64.rpm
d719835dd883f1de1e47499fd59d8cde  proxysql-1.3.1-1-centos7.x86_64.rpm
90bc547b74192bf5fb76c72e1bc34bc7  proxysql-1.3.1-1-dbg-centos67.x86_64.rpm
1d0121ddd71af93c18cb7f3a09e3ee8b  proxysql-1.3.1-1-dbg-centos7.x86_64.rpm
4052609e38728d6820f6b8f4ab5d87a5  proxysql-1.3.1-1-dbg-fedora24.x86_64.rpm
b68f7e3c36bd641a8c7719a45b9f6fd0  proxysql-1.3.1-1-fedora24.x86_64.rpm
1608fe02ed633faec7f9ee2279952e46  proxysql_1.3.1-dbg-debian7_amd64.deb
77969d0a317861845c0a0a604d17a367  proxysql_1.3.1-dbg-debian8_amd64.deb
c58a2bfdbadd692fe9b6bf91880b3633  proxysql_1.3.1-dbg-ubuntu12_amd64.deb
6ee4cd844a8d02c31e533a62739b1324  proxysql_1.3.1-dbg-ubuntu14_amd64.deb
3050059e8bf0e9d6ef3e2d4612c432a4  proxysql_1.3.1-dbg-ubuntu16_amd64.deb
4d96d5812f354e4e6e04fd673d1162dd  proxysql_1.3.1-debian7_amd64.deb
19a0085ac6e8a3179ae5891d8ff78219  proxysql_1.3.1-debian8_amd64.deb
bae7c2bbddae5969239df98336d4189c  proxysql_1.3.1-ubuntu12_amd64.deb
e780928e12ef74c6ccdceeb2165a3d62  proxysql_1.3.1-ubuntu14_amd64.deb
becfdcc4a2118a1698565e6edf34a183  proxysql_1.3.1-ubuntu16_amd64.deb
87c3c92d709f5d2e1b086484d8bc6f93  v1.3.1.tar.gz
92e8e8daefed0c8f95d4eccf36fa4ac7  v1.3.1.zip

v1.2.6

12 Dec 13:16
Compare
Choose a tag to compare

Stable release v1.2.6 , released on 2016-12-12

Compared to v1.2.5:

  • fixed crashing bug #715
  • handles charset = 0 #810
  • disables multiplexing for SET FOREIGN_KEY_CHECKS #835
  • disables multiplexing for SET UNIQUE_CHECKS #835

MD5s:

9a0ceed490b49befc63e85c348573b0a  proxysql-1.2.6-1-centos67.x86_64.rpm
ccef43c85814ce37437e81506678b317  proxysql-1.2.6-1-centos7.x86_64.rpm
0fb4919eee9699bba847d6616b957c0a  proxysql-1.2.6-1-dbg-centos67.x86_64.rpm
c7e632087c711079021fbf06cafb5244  proxysql-1.2.6-1-dbg-centos7.x86_64.rpm
8202e1f3641afdbd7ff05d70f2e8555f  proxysql-1.2.6-1-dbg-fedora24.x86_64.rpm
6301dcc085bae444358bdd0144361f0a  proxysql-1.2.6-1-fedora24.x86_64.rpm
3dee6b6044347c132e4678f14949a1f4  proxysql_1.2.6-dbg-debian7_amd64.deb
ba53f0beb00a612ceb8ebc121ee4835f  proxysql_1.2.6-dbg-debian8_amd64.deb
4478186706547a782172a641f9b94f9e  proxysql_1.2.6-dbg-ubuntu12_amd64.deb
728ab43b7949884f4d74604ae9a479fb  proxysql_1.2.6-dbg-ubuntu14_amd64.deb
5fc6bd146ea53e1dd645cc9040227f31  proxysql_1.2.6-dbg-ubuntu16_amd64.deb
e35977165bc9f824802c87beee53a92d  proxysql_1.2.6-debian7_amd64.deb
1a09da05902d6f3a88de24f9c357c655  proxysql_1.2.6-debian8_amd64.deb
ab35f1b81747c18ba807d93805fd16cc  proxysql_1.2.6-ubuntu12_amd64.deb
513425586a8f8318d5194be1ac1ee425  proxysql_1.2.6-ubuntu14_amd64.deb
a30fde46da019cc3001d8fd304a489b6  proxysql_1.2.6-ubuntu16_amd64.deb
428d833578bf1b80037d3152850fb6da  v1.2.6.tar.gz
be695e00815508823b21d2309d0ad0d5  v1.2.6.zip

v1.3.0h

27 Nov 18:20
Compare
Choose a tag to compare

Stable release v1.3.0h , released on 2016-11-27

It is strongly recommended to upgrade from v1.3.0g

Bug fixes:

  • increased mysql-monitor_ping_timeout, that was too low for normal deployments #803
  • an integer overflow in computing mysql-monitor_history was causing metrics to be truncated too quickly #804
  • mysql-monitor_read_only_timeout was ignored, and mysql-monitor_ping_timeout was used instead #805
  • a patch introduced to stop using lagging slaves (#774) caused the read of incorrect resultsets
  • fixed memory leak in processing prepared statements #796
  • setting non-blocking the pipe used for IPC between threads: in cases in which threads were signaling each other too often, blocking writes could lead to deadlocks
  • removed a race condition in STMT cache that caused statements to be removed while still in used

MD5s:

6c62b91d0b9cef188e6ec733d2038e03  proxysql-1.3.0h-1-centos67.x86_64.rpm
1e86a80cddd645b7b2d0a34070af617a  proxysql-1.3.0h-1-centos7.x86_64.rpm
6db1f7c462104320d053b1932a542cf2  proxysql-1.3.0h-1-dbg-centos67.x86_64.rpm
5afa3952f6af49441df337e51b538313  proxysql-1.3.0h-1-dbg-centos7.x86_64.rpm
a6cb56d310cebaa8740fe72e48de5c2c  proxysql-1.3.0h-1-dbg-fedora24.x86_64.rpm
3ea70c8214536445821b2e9ca811d3fa  proxysql-1.3.0h-1-fedora24.x86_64.rpm
3826e57c37c63a14558f90443aa3c001  proxysql_1.3.0h-dbg-debian7_amd64.deb
b6d5f9c77405c2def15968f1b9d249cc  proxysql_1.3.0h-dbg-debian8_amd64.deb
76e5f07b3d297228c4c15fa61d0675f9  proxysql_1.3.0h-dbg-ubuntu12_amd64.deb
8f7d84d866362c2ab7e310fcdb5c0217  proxysql_1.3.0h-dbg-ubuntu14_amd64.deb
75bdd5ea9a07feea2e93f19ccfec01bf  proxysql_1.3.0h-dbg-ubuntu16_amd64.deb
efeee9b51fbb00c3ff44242b08084239  proxysql_1.3.0h-debian7_amd64.deb
61665eafae9f59027f64f00512f31a0b  proxysql_1.3.0h-debian8_amd64.deb
613b0bb18f1fa068f8274f582b8dca91  proxysql_1.3.0h-ubuntu12_amd64.deb
faffbdcb93f3da73d425184cafbc3ba2  proxysql_1.3.0h-ubuntu14_amd64.deb
287f6cab67075b2e8a8acad36331c564  proxysql_1.3.0h-ubuntu16_amd64.deb

v1.3.0g

14 Nov 06:09
Compare
Choose a tag to compare

Stable release v1.3.0g , released on 2016-11-14

Release note available here

MD5s:

a400689f063f83f0f4d04c84253d10d0  proxysql-1.3.0g-1-centos67.x86_64.rpm
d0377747377eb2a88e2d0fbbc9ebb2d6  proxysql-1.3.0g-1-centos7.x86_64.rpm
e11eb522b1f8e01214396da6e16d9b9d  proxysql-1.3.0g-1-dbg-centos67.x86_64.rpm
ff2f23dbbee0998a680c9d05a51d5db4  proxysql-1.3.0g-1-dbg-centos7.x86_64.rpm
7ca7690bc3ee4aec22b5daf02e20b5f7  proxysql-1.3.0g-1-dbg-fedora24.x86_64.rpm
d9ea4a433484400717668b16832925d6  proxysql-1.3.0g-1-fedora24.x86_64.rpm
d8d7add99fdf2fb288b40f449af083b7  proxysql_1.3.0g-dbg-debian7_amd64.deb
7b478d548ea2aed767e67a5ef6850c92  proxysql_1.3.0g-dbg-debian8_amd64.deb
8127b8b887d1fefab3317307bd0c5e95  proxysql_1.3.0g-dbg-ubuntu12_amd64.deb
01a74728ad26e60a038b2d7e2b31bfcf  proxysql_1.3.0g-dbg-ubuntu14_amd64.deb
4d8e15f0bbcd133993571b8ad864f2d4  proxysql_1.3.0g-dbg-ubuntu16_amd64.deb
179d2f4a812af4f2d33c12d7ddee7263  proxysql_1.3.0g-debian7_amd64.deb
21e728dd3a3ddffa06bb138d65ab48c8  proxysql_1.3.0g-debian8_amd64.deb
c60b95be0f918bf07ad77e800bb9e988  proxysql_1.3.0g-ubuntu12_amd64.deb
d15b3cfc91b3f39506896e99a5d6f7cd  proxysql_1.3.0g-ubuntu14_amd64.deb
6c65148fb73e3a00af83c67747b1c5ca  proxysql_1.3.0g-ubuntu16_amd64.deb

v1.2.5

14 Nov 02:44
Compare
Choose a tag to compare

Stable release v1.2.5 , released on 2016-11-14

Compared to v1.2.4:

  • reduced memory footprint
  • upgraded jemalloc from 4.2.1 to 4.3.1
  • fixed two memory leaks in Monitor Module

MD5s:

cd7d0e122883f74994db8668ab3ad93b  proxysql-1.2.5-1-centos67.x86_64.rpm
06ccbf6672d4020865258f3a57db49d0  proxysql-1.2.5-1-centos7.x86_64.rpm
633c9e3a1747a31b10038b763cbdde40  proxysql-1.2.5-1-dbg-centos67.x86_64.rpm
6e5f827c0641a0a5cbf2171433c15854  proxysql-1.2.5-1-dbg-centos7.x86_64.rpm
7baf9d226e845b38d31895137175a921  proxysql-1.2.5-1-dbg-fedora24.x86_64.rpm
c18eaed5f51b3812d4a0f37692ab6207  proxysql-1.2.5-1-fedora24.x86_64.rpm
2dbacf09a0b0052120733b8b51364f11  proxysql_1.2.5-dbg-debian7_amd64.deb
5f27dc545bae3d14bf02b2b682357ccd  proxysql_1.2.5-dbg-debian8_amd64.deb
3da109e10e2c2837109854fb7d1467cc  proxysql_1.2.5-dbg-ubuntu12_amd64.deb
d2954ca8caa4ff2ded03143ef46d05b9  proxysql_1.2.5-dbg-ubuntu14_amd64.deb
e6688d266eb69596abe3c01fab77fee2  proxysql_1.2.5-dbg-ubuntu16_amd64.deb
b01c01538e7ec724301ab976bd54fc29  proxysql_1.2.5-debian7_amd64.deb
ea847c184984a09814a5f7358faab1de  proxysql_1.2.5-debian8_amd64.deb
df47e285374960826996b6fac32eecb5  proxysql_1.2.5-ubuntu12_amd64.deb
b111d6c81064496089b7abfe3a6164b6  proxysql_1.2.5-ubuntu14_amd64.deb
d6289c82769eb429a3b69ffce3542ed7  proxysql_1.2.5-ubuntu16_amd64.deb
38fdcc5798a1e096af4e093b00fe88f8  v1.2.5.tar.gz
56ed8195d61108a42780f5287aecdad1  v1.2.5.zip

v1.3.0f

29 Oct 14:54
Compare
Choose a tag to compare

Stable release v1.3.0e, released on 2016-10-29

Compared to v1.3.0, version v1.3.0f:

  • introduces feature #750
  • removes any lower limit for query_timeout (before was 300ms)
    Bugfixes:
  • solves bug #723
  • solves bug #744
  • solves bug #745
  • solves bug #746
  • kill threads were using wrong credentials
  • on slow network, client connections could become stall
  • session_idle_ms was processed as us instead of ms
  • support for STMT_SEND_LONG_DATA bug #764
  • solves bug #765
  • returns a new error code for Max connect timeout , #761

MD5s:

ef7c3f90a409f5392bcd9cd5654cbaf3  1.3.0f.tar.gz
20902e5dec1a120fa4b0e84b5b02d5e9  1.3.0f.zip
615caca1260873e735b769be643378f9  proxysql-1.3.0f-1-centos67.x86_64.rpm
caf32686d637d8a8cabf0f76774fb4ec  proxysql-1.3.0f-1-centos7.x86_64.rpm
226d7d79fea7bbacb524e800a90474cb  proxysql-1.3.0f-1-dbg-centos67.x86_64.rpm
f67db9b85b85c7650e4c3c9920ef56e0  proxysql-1.3.0f-1-dbg-centos7.x86_64.rpm
b4d081d3aca058e5b428a01c61277f59  proxysql-1.3.0f-1-dbg-fedora24.x86_64.rpm
0205afbf5e1da564c952e5fae20111e3  proxysql-1.3.0f-1-fedora24.x86_64.rpm
c423d84fa42f286812139c9365fc914e  proxysql_1.3.0f-dbg-debian7_amd64.deb
ee9311363cd00e518db465bdac06a03d  proxysql_1.3.0f-dbg-debian8_amd64.deb
727ed41c915cb7bed3b6dc4c4554a93d  proxysql_1.3.0f-dbg-ubuntu12_amd64.deb
93a243ead1944bad63c4cc8fea04201d  proxysql_1.3.0f-dbg-ubuntu14_amd64.deb
6c33dec05d49a41ff8766b803136b9b4  proxysql_1.3.0f-dbg-ubuntu16_amd64.deb
ccb54b7f343fff327c911bd3a69c27a5  proxysql_1.3.0f-debian7_amd64.deb
2a99d9be3775ad285fd8c8f3a9bfaed9  proxysql_1.3.0f-debian8_amd64.deb
22b2c4e12e35f6161afbb2cfc8a35c06  proxysql_1.3.0f-ubuntu12_amd64.deb
c0e83dd5ec374d37f184833e4d271064  proxysql_1.3.0f-ubuntu14_amd64.deb
1024c52c794f6403a0b6838055f7e727  proxysql_1.3.0f-ubuntu16_amd64.deb

v1.3.0e

25 Oct 01:40
Compare
Choose a tag to compare

Stable release v1.3.0e, released on 2016-10-25

Compared to v1.3.0, version v1.3.0e:

  • introduces feature #750
  • removes any lower limit for query_timeout (before was 300ms)
    Bugfixes:
  • solves bug #723
  • solves bug #744
  • solves bug #745
  • solves bug #746
  • kill threads were using wrong credentials
  • on slow network, client connections could become stall
  • session_idle_ms was processed as us instead of ms

MD5s:

3ae2295d0b8a7d1f8a77c3819a1fc4df  1.3.0e.tar.gz
6a76be314a51ef56b12d9aeae111b6f2  1.3.0e.zip
be8d237b65e30f14ab24feff22a7ac14  proxysql-1.3.0e-1-centos67.x86_64.rpm
161b70ea42851c73e807224d4ec86b00  proxysql-1.3.0e-1-centos7.x86_64.rpm
c2c3b75a7824f11bbe395c190b5c8c4d  proxysql-1.3.0e-1-dbg-centos67.x86_64.rpm
5416009317d8b36049a732efa4d02114  proxysql-1.3.0e-1-dbg-centos7.x86_64.rpm
d3a51047b688da295df4a8c4904cc94f  proxysql-1.3.0e-1-dbg-fedora24.x86_64.rpm
3400832f003f0c36ee5d9d025d1ae915  proxysql-1.3.0e-1-fedora24.x86_64.rpm
33cde6310bbcfdfe399b7e765b32b9bd  proxysql_1.3.0e-dbg-debian7_amd64.deb
15d07b9e2a9bb23c4f0d4954b5b94210  proxysql_1.3.0e-dbg-debian8_amd64.deb
54cd719e252516ffb76f8540d0c63499  proxysql_1.3.0e-dbg-ubuntu12_amd64.deb
2deeb352a4831c5d122b07fa3aabc50e  proxysql_1.3.0e-dbg-ubuntu14_amd64.deb
6a81e14fe12efadc14fc71714d2ac104  proxysql_1.3.0e-dbg-ubuntu16_amd64.deb
ecb9d7a7cbd333bc2bc953f4bab16ded  proxysql_1.3.0e-debian7_amd64.deb
5b9a46e3f8d746d61abb92a9bce8f28b  proxysql_1.3.0e-debian8_amd64.deb
5a078b19f03bda82708cc55a74771d02  proxysql_1.3.0e-ubuntu12_amd64.deb
8df80b1f133b561aac8859105367cab3  proxysql_1.3.0e-ubuntu14_amd64.deb
6a89df4e5c1fee4ef1132877dad8e2a2  proxysql_1.3.0e-ubuntu16_amd64.deb

v1.3.0

19 Oct 12:26
Compare
Choose a tag to compare

Stable release v1.3.0, released on 2016-10-19

Release note available here

MD5s:

8f574a4421444bf37228aae5e9770e28  proxysql-1.3.0-1-centos67.x86_64.rpm
78a62331b6e55d1a70dec6893da9135f  proxysql-1.3.0-1-centos7.x86_64.rpm
5e45920cc3a25a3083c46951add8c614  proxysql-1.3.0-1-dbg-centos67.x86_64.rpm
ca3fc44e0a8b532112dcb27743d27423  proxysql-1.3.0-1-dbg-centos7.x86_64.rpm
9b0f786fe36ccd14707d78634e4f6eea  proxysql-1.3.0-1-dbg-fedora24.x86_64.rpm
756899ad7ccc7b6e04445f1dd27e60d0  proxysql-1.3.0-1-fedora24.x86_64.rpm
4887bfe12cc55048193abbcd32280050  proxysql_1.3.0-dbg-debian7_amd64.deb
a24cdcdad01f73a4dfb5a8ac271b0286  proxysql_1.3.0-dbg-debian8_amd64.deb
f08a96edf3f3ba673d2d96510eb3718d  proxysql_1.3.0-dbg-ubuntu12_amd64.deb
cd755b5e3e66283f7a53e0105df2bc8a  proxysql_1.3.0-dbg-ubuntu14_amd64.deb
cce892aded64cc98e8de0af08df189a8  proxysql_1.3.0-dbg-ubuntu16_amd64.deb
1a2a6e395a80773fbdbf016106bf8430  proxysql_1.3.0-debian7_amd64.deb
9b19e5d3021d7a8dc4178065b4aad672  proxysql_1.3.0-debian8_amd64.deb
ff3d1b05d6e1707699bcb3dd787ac02a  proxysql_1.3.0-ubuntu12_amd64.deb
985e8b43f9936b9632751e80ec47db1e  proxysql_1.3.0-ubuntu14_amd64.deb
848577ecfb920987370ec767de1613f9  proxysql_1.3.0-ubuntu16_amd64.deb
6e9efff5ddc89837954c6d3190ae3243  v1.3.0.tar.gz
5465894fb9123af81768baa16f59b32d  v1.3.0.zip

v1.2.4

29 Sep 22:39
Compare
Choose a tag to compare

Stable release v1.2.4 , released on 2016-09-29

Release note available here

MD5s:
MD5 (proxysql-1.2.4-1-centos67.x86_64.rpm) = 1db48c78568302c64d2c567a406766c4
MD5 (proxysql-1.2.4-1-centos7.x86_64.rpm) = 0718be972e2037cd1a647e2fa5387b41
MD5 (proxysql-1.2.4-1-dbg-centos67.x86_64.rpm) = 6061059d7a79c38c669165401f4adfdf
MD5 (proxysql-1.2.4-1-dbg-centos7.x86_64.rpm) = 8d4d66de44fcd5aec489859e66fe5b38
MD5 (proxysql-1.2.4-1-dbg-fedora24.x86_64.rpm) = 639c7d6834c26a24e82e82d67e152670
MD5 (proxysql-1.2.4-1-fedora24.x86_64.rpm) = 404271c474017388d691543e718a50e0
MD5 (proxysql_1.2.4-dbg-debian7_amd64.deb) = ca53aab85447198e49168337d3c91c00
MD5 (proxysql_1.2.4-dbg-debian8_amd64.deb) = 2566443b37789b19bf2f1d0387f79a4a
MD5 (proxysql_1.2.4-dbg-ubuntu12_amd64.deb) = 5d9466328754491085ab555903db3c46
MD5 (proxysql_1.2.4-dbg-ubuntu14_amd64.deb) = df7731e05493dd98590e25f6b1ae906a
MD5 (proxysql_1.2.4-dbg-ubuntu16_amd64.deb) = 8e3a43c4dd0ecdee01c84e1cdf9cc1fc
MD5 (proxysql_1.2.4-debian7_amd64.deb) = 739a7ba1e52111249418b1dad544eda3
MD5 (proxysql_1.2.4-debian8_amd64.deb) = 4542857c1d5fdc085578971e679225e3
MD5 (proxysql_1.2.4-ubuntu12_amd64.deb) = 05cf04d638d9c2beec2bb4ab3cf544d5
MD5 (proxysql_1.2.4-ubuntu14_amd64.deb) = 5771dea447a778fb301b40bed9ac463f
MD5 (proxysql_1.2.4-ubuntu16_amd64.deb) = 6889764b682dcd7ce7ff19e6f6ba46be