From 25abba9bc1315257284336d81f312150296b17d6 Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Wed, 30 Nov 2022 14:37:57 +0100 Subject: [PATCH] ERROR 1054 #615 Mariadb-sys referenced in suggestions doesn t support Maria DB 10.x #509 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4703f33..b387020 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,9 @@ For previous MySQL 5.6 version, you can follow this command to create a new data Optional Performance schema and Sysschema installation for MariaDB 10.x -- -Sysschema is not installed by default under MariaDB prior to 10.6 +Sysschema is not installed by default under MariaDB prior to 10.6 [MariaDB sys](https://mariadb.com/kb/en/sys-schema/) + + By default, on MariaDB, performance schema is disabled by default. consider activating performance schema across your my.cnf configuration file: [mysqld] @@ -445,4 +447,3 @@ Simple steps to create a pull request: - Push it back to your repo - Click the Compare & pull request button - Click Create pull request to open a new pull request -