parent
ebc6619e4f
commit
25c0020924
1 changed files with 5 additions and 0 deletions
|
@ -125,6 +125,11 @@ You can follow this command to create a new database sys containing very useful
|
||||||
cd mariadb-sys-master/
|
cd mariadb-sys-master/
|
||||||
mysql -u root -p < ./sys_10.sql
|
mysql -u root -p < ./sys_10.sql
|
||||||
|
|
||||||
|
Errors & solutions for performance schema
|
||||||
|
|
||||||
|
ERROR at line 21: Failed to open file './tables/sys_config_data_10.sql -- ported', error: 2
|
||||||
|
Have a look at #452 solution given by @ericx
|
||||||
|
|
||||||
Performance tips
|
Performance tips
|
||||||
--
|
--
|
||||||
Metadata statistic updates can impact strongly performance of database servers and MySQLTuner.
|
Metadata statistic updates can impact strongly performance of database servers and MySQLTuner.
|
||||||
|
|
Loading…
Reference in a new issue