From 21032cc10799fcda996ea3c9b6826efb4f3be773 Mon Sep 17 00:00:00 2001 From: Maciej Brencz Date: Wed, 13 Sep 2023 12:23:12 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9590f7f..b2c02c9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Analyses your database queries and schema and suggests indices improvements. You * if run with `--check-empty-databases` switch it: * report empty databases on the current MySQL server -This tool **supports MySQL 5.7, 8.0, [Percona Server](https://www.percona.com/software/mysql-database/percona-server) 8.0 and MariaDB 10.1, 10.2, 10.5** and runs under **Python 3.6+**. +This tool **supports MySQL 5.7, 8.0, 8.1, [Percona Server](https://www.percona.com/software/mysql-database/percona-server) 8.0 and MariaDB 10.1, 10.2, 10.5, 10.6** and runs under **Python 3.8+**. Results can be reported in a human-readable form, as YAML or sent to syslog and later aggregated & processed using ELK stack.