From 1b9c804da5d5820206700b01a52e3f30336544da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C5=BEuris?= Date: Mon, 4 May 2020 02:07:32 +0300 Subject: [PATCH] Deduplicate "by default" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 060d861..a394437 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Optional Sysschema installation for MySQL 5.6 -- Sysschema is installed by default under MySQL 5.7 and MySQL 8 from Oracle. -By default, on MySQL 5.6/5.7/8, performance schema is enabled by default. +On MySQL 5.6/5.7/8 performance schema is enabled by default. For previous 5.6 version, you can follow this command to create a new database sys containing very useful view on Performance schema: curl "https://codeload.github.com/mysql/mysql-sys/zip/master" > sysschema.zip @@ -126,7 +126,7 @@ Optional Performance schema and Sysschema installation for MariaDB 10.x -- Sysschema is not installed by default under MariaDB 10.x. -By default, on MariaDB, performance schema is disabled by default. consider activating performance schema across your my.cnf configuration file: +On MariaDB performance schema is disabled by default. Consider activating performance schema across your my.cnf configuration file: [mysqld] performance_schema = on