Merge pull request #444 from ebroto/bugfix/mariadb-sys-incomplete
Suggest using mariadb-sys from FromDual in README.md
This commit is contained in:
commit
a6d37e7ed1
1 changed files with 2 additions and 2 deletions
|
@ -118,12 +118,12 @@ By default, on MariaDB, performance schema is disabled by default. consider acti
|
|||
|
||||
You can follow this command to create a new database sys containing very useful view on Performance schema:
|
||||
|
||||
curl "https://codeload.github.com/good-dba/mariadb-sys/zip/master" > mariadb-sys.zip
|
||||
curl "https://codeload.github.com/FromDual/mariadb-sys/zip/master" > mariadb-sys.zip
|
||||
# check zip file
|
||||
unzip -l mariadb-sys.zip
|
||||
unzip mariadb-sys.zip
|
||||
cd mariadb-sys-master/
|
||||
mysql -u root -p < ./mariadb_sys_install.sql
|
||||
mysql -u root -p < ./sys_10.sql
|
||||
|
||||
Performance tips
|
||||
--
|
||||
|
|
Loading…
Reference in a new issue