Skip to content

Commit 72414b5

Browse files
committed
add spossor button
1 parent 3c80ceb commit 72414b5

File tree

4 files changed

+55
-47
lines changed

4 files changed

+55
-47
lines changed

INTERNALS.md

+32-28
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,39 @@
11
## MySQLTuner Internals
22

3+
[!["Buy Us A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/jmrenouard)
34
## Table of contents
45

5-
* [MySQLTuner steps](#mysqltuner-steps)
6-
* [Get login information steps](#mysqltuner-get-login-information-steps)
7-
* [System checks](#mysqltuner-system-checks)
8-
* [Server version checks](#mysqltuner-server-version-checks)
9-
* [Error log file checks](#mysql-error-log-file-analysis)
10-
* [MySQL Storage engine general information](#mysql-storage-engine-general-information)
11-
* [Security checks](#mysqltuner-security-checks)
12-
* [CVE checks](#mysqltuner-cve-checks)
13-
* [Database information](#mysqltuner-database-information)
14-
* [Index information](#mysqltuner-index-information)
15-
* [Connections information](#mysqltuner-connections-information)
16-
* [Server information](#mysqltuner-server-information)
17-
* [Sort, join and temp table information](#mysqltuner-sort-join-and-temp-table-information)
18-
* [Global buffer information](#mysqltuner-global-buffer-information)
19-
* [Query cache checks](#mysqltuner-query-cache-checks)
20-
* [Slow queries checks](#mysqltuner-slow-queries-checks)
21-
* [ThreadPool information](#mysqltuner-threadpool-information)
22-
* [Replication checks](#mysqltuner-replication-checks)
23-
* [InnoDB information](#mysqltuner-innodb-information)
24-
* [MYISAM information](#mysqltuner-myisam-information)
25-
* [ARIADB information](#mysqltuner-ariadb-information)
26-
* [XTRADB information](#mysqltuner-xtradb-information)
27-
* [TOKUDB information](#mysqltuner-tokudb-information)
28-
* [ROCKDB information](#mysqltuner-rockdb-information)
29-
* [CONNECT information](#mysqltuner-connect-information)
30-
* [SPIDER information](#mysqltuner-spider-information)
31-
* [GALERA information](#mysqltuner-galera-information)
32-
* [Performance Schema information](#mysqltuner-performance-schema-and-sysschema-information)
6+
- [MySQLTuner Internals](#mysqltuner-internals)
7+
- [Table of contents](#table-of-contents)
8+
- [MySQLTuner steps](#mysqltuner-steps)
9+
- [MySQLTuner get login information steps](#mysqltuner-get-login-information-steps)
10+
- [MySQLTuner system checks](#mysqltuner-system-checks)
11+
- [MySQLTuner Server version checks](#mysqltuner-server-version-checks)
12+
- [Mysql error log file analysis](#mysql-error-log-file-analysis)
13+
- [MySQL Storage engine general information](#mysql-storage-engine-general-information)
14+
- [MySQLTuner security checks](#mysqltuner-security-checks)
15+
- [MySQLTuner CVE vulnerabilities detection](#mysqltuner-cve-vulnerabilities-detection)
16+
- [MySQLTuner database information](#mysqltuner-database-information)
17+
- [MySQLTuner index information](#mysqltuner-index-information)
18+
- [MySQLTuner Connections information](#mysqltuner-connections-information)
19+
- [MySQLTuner server information](#mysqltuner-server-information)
20+
- [MySQLTuner sort, join and temp table information](#mysqltuner-sort-join-and-temp-table-information)
21+
- [MySQLTuner global buffer information](#mysqltuner-global-buffer-information)
22+
- [MySQLTuner query cache checks](#mysqltuner-query-cache-checks)
23+
- [MySQLTuner memory checks](#mysqltuner-memory-checks)
24+
- [MySQLTuner slow queries checks](#mysqltuner-slow-queries-checks)
25+
- [MySQLTuner replication checks](#mysqltuner-replication-checks)
26+
- [MySQLTuner InnoDB information](#mysqltuner-innodb-information)
27+
- [MySQLTuner ARIADB information](#mysqltuner-ariadb-information)
28+
- [MySQLTuner MYISAM information](#mysqltuner-myisam-information)
29+
- [MySQLTuner Galera information](#mysqltuner-galera-information)
30+
- [MySQLTuner TokuDB information](#mysqltuner-tokudb-information)
31+
- [MySQLTuner XtraDB information](#mysqltuner-xtradb-information)
32+
- [MySQLTuner Connect information](#mysqltuner-connect-information)
33+
- [MySQLTuner Spider information](#mysqltuner-spider-information)
34+
- [MySQLTuner RocksDb information](#mysqltuner-rocksdb-information)
35+
- [MySQLTuner Thread pool information](#mysqltuner-thread-pool-information)
36+
- [MySQLTuner performance schema and sysschema information](#mysqltuner-performance-schema-and-sysschema-information)
3337

3438
## MySQLTuner steps
3539

README.fr.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
MySQLTuner-perl
2-
====
1+
![MySQLTuner-perl](https://github.com/major/MySQLTuner-perl/blob/master/mtlogo.png)
2+
3+
[!["Buy Us A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/jmrenouard)
4+
35
[![Build Status - Master](https://travis-ci.org/major/MySQLTuner-perl.svg?branch=master)](https://travis-ci.org/major/MySQLTuner-perl)
46
[![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges)
57
[![Project Status](http://opensource.box.com/badges/maintenance.svg)](http://opensource.box.com/badges)
68
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/major/MySQLTuner-perl.svg)](http://isitmaintained.com/project/major/MySQLTuner-perl "Average time to resolve an issue")
7-
[![Percentage of issues still open](http://isitmaintained.com/badge/open/major/MySQLTuner-perl.svg)](http://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open")
8-
[![GPL Licence](https://badges.frapsoft.com/os/gpl/gpl.png?v=103)](https://opensource.org/licenses/GPL-3.0/)
9+
[![Percentage of open issues](http://isitmaintained.com/badge/open/major/MySQLTuner-perl.svg)](http://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open")
10+
[![GPL License](https://badges.frapsoft.com/os/gpl/gpl.png?v=103)](https://opensource.org/licenses/GPL-3.0/)
911

1012
**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.
1113

@@ -233,4 +235,3 @@ MySQLTuner a besoin de vous
233235
* Rejoignez-nous sur le suivi de ticket à [GitHub tracker](https://github.com/major/MySQLTuner-perl/issues)</a>.
234236
* Le guide de contribution en anglais est disponible ici [MySQLTuner contributing guide](https://github.com/major/MySQLTuner-perl/blob/master/CONTRIBUTING.md)
235237
* Ajouter une étoile à **MySQLTuner project** ici [MySQLTuner Git Hub Project](https://github.com/major/MySQLTuner-perl)
236-

README.it.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
MySQLTuner-perl
2-
====
3-
[![Stato della build - Master](https://travis-ci.org/major/MySQLTuner-perl.svg?branch=master)](https://travis-ci.org/major/MySQLTuner-perl)
4-
[![Stato del progetto](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges)
5-
[![Stato del progetto](http://opensource.box.com/badges/maintenance.svg)](http://opensource.box.com/badges)
6-
[![Tempo medio per la soluzione di problemi](http://isitmaintained.com/badge/resolution/major/MySQLTuner-perl.svg)](http://isitmaintained.com/project/major/MySQLTuner-perl "Average time to resolve an issue")
7-
[![Percentuale di problemi non risolti](http://isitmaintained.com/badge/open/major/MySQLTuner-perl.svg)](http://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open")
8-
[![Licenza GPL](https://badges.frapsoft.com/os/gpl/gpl.png?v=103)](https://opensource.org/licenses/GPL-3.0/)
1+
![MySQLTuner-perl](https://github.com/major/MySQLTuner-perl/blob/master/mtlogo.png)
2+
3+
[!["Buy Us A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/jmrenouard)
4+
5+
[![Build Status - Master](https://travis-ci.org/major/MySQLTuner-perl.svg?branch=master)](https://travis-ci.org/major/MySQLTuner-perl)
6+
[![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges)
7+
[![Project Status](http://opensource.box.com/badges/maintenance.svg)](http://opensource.box.com/badges)
8+
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/major/MySQLTuner-perl.svg)](http://isitmaintained.com/project/major/MySQLTuner-perl "Average time to resolve an issue")
9+
[![Percentage of open issues](http://isitmaintained.com/badge/open/major/MySQLTuner-perl.svg)](http://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open")
10+
[![GPL License](https://badges.frapsoft.com/os/gpl/gpl.png?v=103)](https://opensource.org/licenses/GPL-3.0/)
911

1012
**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.
1113

@@ -235,4 +237,3 @@ MySQLTuner ha bisogno di te:
235237
* Problemi e suggerimenti possono essere riportati su [GitHub tracker](https://github.com/major/MySQLTuner-perl/issues).
236238
* La guida per contribuire è disponibile in inglese: [MySQLTuner contributing guide](https://github.com/major/MySQLTuner-perl/blob/master/CONTRIBUTING.md)
237239
* Dai un Stella a **MySQLTuner project** su [GitHub](https://github.com/major/MySQLTuner-perl)
238-

README.ru.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
MySQLTuner-perl
2-
====
1+
![MySQLTuner-perl](https://github.com/major/MySQLTuner-perl/blob/master/mtlogo.png)
2+
3+
[!["Buy Us A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/jmrenouard)
4+
35
[![Build Status - Master](https://travis-ci.org/major/MySQLTuner-perl.svg?branch=master)](https://travis-ci.org/major/MySQLTuner-perl)
46
[![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges)
57
[![Project Status](http://opensource.box.com/badges/maintenance.svg)](http://opensource.box.com/badges)
68
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/major/MySQLTuner-perl.svg)](http://isitmaintained.com/project/major/MySQLTuner-perl "Average time to resolve an issue")
7-
[![Percentage of issues still open](http://isitmaintained.com/badge/open/major/MySQLTuner-perl.svg)](http://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open")
8-
[![GPL Licence](https://badges.frapsoft.com/os/gpl/gpl.png?v=103)](https://opensource.org/licenses/GPL-3.0/)
9+
[![Percentage of open issues](http://isitmaintained.com/badge/open/major/MySQLTuner-perl.svg)](http://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open")
10+
[![GPL License](https://badges.frapsoft.com/os/gpl/gpl.png?v=103)](https://opensource.org/licenses/GPL-3.0/)
11+
912

1013
**MySQLTuner** - это скрипт, написанный на Perl, который позволяет быстро произвести осмотр текущего состояния сервера баз данных MySQL
1114
и составить рекомендации для увеличения производительности и стабильности работы. Выводятся текущие параметры конфигурации
@@ -359,4 +362,3 @@ MySQLTuner нуждается в Вас:
359362
* Присоединяйтесь, пожалуйста, к нашему трекеру ошибок [GitHub tracker](https://github.com/major/MySQLTuner-perl/issues).
360363
* Руководство по поддержке проекта доступно на [MySQLTuner contributing guide](https://github.com/major/MySQLTuner-perl/blob/master/CONTRIBUTING.md)
361364
* Ставьте "звезды" **проекту MySQLTuner** на [MySQLTuner Git Hub Project](https://github.com/major/MySQLTuner-perl)
362-

0 commit comments

Comments
 (0)