Deduplicate "by default"

This commit is contained in:
Džuris 2020-05-04 02:07:32 +03:00 committed by GitHub
parent 6038bd7749
commit 1b9c804da5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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: 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 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. 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] [mysqld]
performance_schema = on performance_schema = on