add spossor button
This commit is contained in:
parent
3c80ceb5bf
commit
72414b5130
4 changed files with 55 additions and 47 deletions
60
INTERNALS.md
60
INTERNALS.md
|
@ -1,35 +1,39 @@
|
|||
## MySQLTuner Internals
|
||||
|
||||
[](https://www.buymeacoffee.com/jmrenouard)
|
||||
## Table of contents
|
||||
|
||||
* [MySQLTuner steps](#mysqltuner-steps)
|
||||
* [Get login information steps](#mysqltuner-get-login-information-steps)
|
||||
* [System checks](#mysqltuner-system-checks)
|
||||
* [Server version checks](#mysqltuner-server-version-checks)
|
||||
* [Error log file checks](#mysql-error-log-file-analysis)
|
||||
* [MySQL Storage engine general information](#mysql-storage-engine-general-information)
|
||||
* [Security checks](#mysqltuner-security-checks)
|
||||
* [CVE checks](#mysqltuner-cve-checks)
|
||||
* [Database information](#mysqltuner-database-information)
|
||||
* [Index information](#mysqltuner-index-information)
|
||||
* [Connections information](#mysqltuner-connections-information)
|
||||
* [Server information](#mysqltuner-server-information)
|
||||
* [Sort, join and temp table information](#mysqltuner-sort-join-and-temp-table-information)
|
||||
* [Global buffer information](#mysqltuner-global-buffer-information)
|
||||
* [Query cache checks](#mysqltuner-query-cache-checks)
|
||||
* [Slow queries checks](#mysqltuner-slow-queries-checks)
|
||||
* [ThreadPool information](#mysqltuner-threadpool-information)
|
||||
* [Replication checks](#mysqltuner-replication-checks)
|
||||
* [InnoDB information](#mysqltuner-innodb-information)
|
||||
* [MYISAM information](#mysqltuner-myisam-information)
|
||||
* [ARIADB information](#mysqltuner-ariadb-information)
|
||||
* [XTRADB information](#mysqltuner-xtradb-information)
|
||||
* [TOKUDB information](#mysqltuner-tokudb-information)
|
||||
* [ROCKDB information](#mysqltuner-rockdb-information)
|
||||
* [CONNECT information](#mysqltuner-connect-information)
|
||||
* [SPIDER information](#mysqltuner-spider-information)
|
||||
* [GALERA information](#mysqltuner-galera-information)
|
||||
* [Performance Schema information](#mysqltuner-performance-schema-and-sysschema-information)
|
||||
- [MySQLTuner Internals](#mysqltuner-internals)
|
||||
- [Table of contents](#table-of-contents)
|
||||
- [MySQLTuner steps](#mysqltuner-steps)
|
||||
- [MySQLTuner get login information steps](#mysqltuner-get-login-information-steps)
|
||||
- [MySQLTuner system checks](#mysqltuner-system-checks)
|
||||
- [MySQLTuner Server version checks](#mysqltuner-server-version-checks)
|
||||
- [Mysql error log file analysis](#mysql-error-log-file-analysis)
|
||||
- [MySQL Storage engine general information](#mysql-storage-engine-general-information)
|
||||
- [MySQLTuner security checks](#mysqltuner-security-checks)
|
||||
- [MySQLTuner CVE vulnerabilities detection](#mysqltuner-cve-vulnerabilities-detection)
|
||||
- [MySQLTuner database information](#mysqltuner-database-information)
|
||||
- [MySQLTuner index information](#mysqltuner-index-information)
|
||||
- [MySQLTuner Connections information](#mysqltuner-connections-information)
|
||||
- [MySQLTuner server information](#mysqltuner-server-information)
|
||||
- [MySQLTuner sort, join and temp table information](#mysqltuner-sort-join-and-temp-table-information)
|
||||
- [MySQLTuner global buffer information](#mysqltuner-global-buffer-information)
|
||||
- [MySQLTuner query cache checks](#mysqltuner-query-cache-checks)
|
||||
- [MySQLTuner memory checks](#mysqltuner-memory-checks)
|
||||
- [MySQLTuner slow queries checks](#mysqltuner-slow-queries-checks)
|
||||
- [MySQLTuner replication checks](#mysqltuner-replication-checks)
|
||||
- [MySQLTuner InnoDB information](#mysqltuner-innodb-information)
|
||||
- [MySQLTuner ARIADB information](#mysqltuner-ariadb-information)
|
||||
- [MySQLTuner MYISAM information](#mysqltuner-myisam-information)
|
||||
- [MySQLTuner Galera information](#mysqltuner-galera-information)
|
||||
- [MySQLTuner TokuDB information](#mysqltuner-tokudb-information)
|
||||
- [MySQLTuner XtraDB information](#mysqltuner-xtradb-information)
|
||||
- [MySQLTuner Connect information](#mysqltuner-connect-information)
|
||||
- [MySQLTuner Spider information](#mysqltuner-spider-information)
|
||||
- [MySQLTuner RocksDb information](#mysqltuner-rocksdb-information)
|
||||
- [MySQLTuner Thread pool information](#mysqltuner-thread-pool-information)
|
||||
- [MySQLTuner performance schema and sysschema information](#mysqltuner-performance-schema-and-sysschema-information)
|
||||
|
||||
## MySQLTuner steps
|
||||
|
||||
|
|
11
README.fr.md
11
README.fr.md
|
@ -1,11 +1,13 @@
|
|||
MySQLTuner-perl
|
||||
====
|
||||

|
||||
|
||||
[](https://www.buymeacoffee.com/jmrenouard)
|
||||
|
||||
[](https://travis-ci.org/major/MySQLTuner-perl)
|
||||
[](http://opensource.box.com/badges)
|
||||
[](http://opensource.box.com/badges)
|
||||
[](http://isitmaintained.com/project/major/MySQLTuner-perl "Average time to resolve an issue")
|
||||
[](http://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open")
|
||||
[](https://opensource.org/licenses/GPL-3.0/)
|
||||
[](http://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open")
|
||||
[](https://opensource.org/licenses/GPL-3.0/)
|
||||
|
||||
**MySQLTuner** est un script écrit en Perl qui permet d'effectuer une revue de configuration pour MySQL/MAriaDB/PerconaDB rapidement et propose des ajustements pour améliorer la performance et la stabilité du serveur. L'état des variables et statuts est analysé et présenté de manière synthétique et structurée ainsi que plusieurs suggestions basiques concernant la performance.
|
||||
|
||||
|
@ -233,4 +235,3 @@ MySQLTuner a besoin de vous
|
|||
* Rejoignez-nous sur le suivi de ticket à [GitHub tracker](https://github.com/major/MySQLTuner-perl/issues)</a>.
|
||||
* Le guide de contribution en anglais est disponible ici [MySQLTuner contributing guide](https://github.com/major/MySQLTuner-perl/blob/master/CONTRIBUTING.md)
|
||||
* Ajouter une étoile à **MySQLTuner project** ici [MySQLTuner Git Hub Project](https://github.com/major/MySQLTuner-perl)
|
||||
|
||||
|
|
19
README.it.md
19
README.it.md
|
@ -1,11 +1,13 @@
|
|||
MySQLTuner-perl
|
||||
====
|
||||
[](https://travis-ci.org/major/MySQLTuner-perl)
|
||||
[](http://opensource.box.com/badges)
|
||||
[](http://opensource.box.com/badges)
|
||||
[](http://isitmaintained.com/project/major/MySQLTuner-perl "Average time to resolve an issue")
|
||||
[](http://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open")
|
||||
[](https://opensource.org/licenses/GPL-3.0/)
|
||||

|
||||
|
||||
[](https://www.buymeacoffee.com/jmrenouard)
|
||||
|
||||
[](https://travis-ci.org/major/MySQLTuner-perl)
|
||||
[](http://opensource.box.com/badges)
|
||||
[](http://opensource.box.com/badges)
|
||||
[](http://isitmaintained.com/project/major/MySQLTuner-perl "Average time to resolve an issue")
|
||||
[](http://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open")
|
||||
[](https://opensource.org/licenses/GPL-3.0/)
|
||||
|
||||
**MySQLTuner** è uno script Perl che permette di analizzare velocemente una installazione di MySQL, nonché di apportare modifiche per migliorare le prestazioni e la stabilità. In modo coinciso sono riportati lo stato attuale delle variabili di configurazione e i dati sullo stato del sistema, corredati da suggerimenti di base per il miglioramento delle prestazioni.
|
||||
|
||||
|
@ -235,4 +237,3 @@ MySQLTuner ha bisogno di te:
|
|||
* Problemi e suggerimenti possono essere riportati su [GitHub tracker](https://github.com/major/MySQLTuner-perl/issues).
|
||||
* La guida per contribuire è disponibile in inglese: [MySQLTuner contributing guide](https://github.com/major/MySQLTuner-perl/blob/master/CONTRIBUTING.md)
|
||||
* Dai un Stella a **MySQLTuner project** su [GitHub](https://github.com/major/MySQLTuner-perl)
|
||||
|
||||
|
|
12
README.ru.md
12
README.ru.md
|
@ -1,11 +1,14 @@
|
|||
MySQLTuner-perl
|
||||
====
|
||||

|
||||
|
||||
[](https://www.buymeacoffee.com/jmrenouard)
|
||||
|
||||
[](https://travis-ci.org/major/MySQLTuner-perl)
|
||||
[](http://opensource.box.com/badges)
|
||||
[](http://opensource.box.com/badges)
|
||||
[](http://isitmaintained.com/project/major/MySQLTuner-perl "Average time to resolve an issue")
|
||||
[](http://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open")
|
||||
[](https://opensource.org/licenses/GPL-3.0/)
|
||||
[](http://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open")
|
||||
[](https://opensource.org/licenses/GPL-3.0/)
|
||||
|
||||
|
||||
**MySQLTuner** - это скрипт, написанный на Perl, который позволяет быстро произвести осмотр текущего состояния сервера баз данных MySQL
|
||||
и составить рекомендации для увеличения производительности и стабильности работы. Выводятся текущие параметры конфигурации
|
||||
|
@ -359,4 +362,3 @@ MySQLTuner нуждается в Вас:
|
|||
* Присоединяйтесь, пожалуйста, к нашему трекеру ошибок [GitHub tracker](https://github.com/major/MySQLTuner-perl/issues).
|
||||
* Руководство по поддержке проекта доступно на [MySQLTuner contributing guide](https://github.com/major/MySQLTuner-perl/blob/master/CONTRIBUTING.md)
|
||||
* Ставьте "звезды" **проекту MySQLTuner** на [MySQLTuner Git Hub Project](https://github.com/major/MySQLTuner-perl)
|
||||
|
||||
|
|
Loading…
Reference in a new issue