File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Optional Sysschema installation for MySQL 5.6
140
140
--
141
141
142
142
Sysschema is installed by default under MySQL 5.7 and MySQL 8 from Oracle.
143
- By default, on MySQL 5.6/5.7/8, performance schema is enabled by default .
143
+ By default, on MySQL 5.6/5.7/8, performance schema is enabled.
144
144
For previous MySQL 5.6 version, you can follow this command to create a new database sys containing very useful view on Performance schema:
145
145
146
146
Sysschema for MySQL old version
@@ -172,7 +172,7 @@ Performance schema setup
172
172
173
173
By default, performance_schema is enabled and sysschema is installed on latest version.
174
174
175
- By default, on MariaDB, performance schema is disabled by default (MariaDB<10.6).
175
+ By default, on MariaDB, performance schema is disabled (MariaDB<10.6).
176
176
177
177
Consider activating performance schema across your my.cnf configuration file:
178
178
You can’t perform that action at this time.
0 commit comments