
Das Perl basierte Tuningscript für MySQL und MariaDB Datenbanken ist in Version 1.7 erschienen.
MySQLTuner Script ist mit folgenden Datenbanken kompatibel:
- MySQL 3.23, 4.0, 4.1, 5.0, 5.1, 5.5, 5.6, 5.7 (full support)
- MariaDB 5.5, 10.0, 10.1 (full support)
- MariaDB 10.2 and MySQL 8.0 (partial support)
- MySQL 3.23, 4.0, 4.1, 5.0, 5.1 (deprecated editor support)
- Perl 5.6 or later (with perl-doc package)
- Unix/Linux based operating system (tested on Linux, BSD variants, and Solaris variants)
- Windows is not supported at this time
- Unrestricted read access to the MySQL server (OS root access recommended for MySQL < 5.0)
Download latest Version: wget http://mysqltuner.pl/ -O mysqltuner.pl
MySQLTuner Script Aufruf
- lokal: # perl mysqltuner.pl
- minimal remote: #perl mysqltuner.pl –host targetDNS_IP –user admin_user –pass admin_password
- maximaler Output für MySQL und MariaDB: # perl mysqltuner.pl –buffers –dbstat –idxstat
- Ausgabe und schreiben in Datei: # perl mysqltuner.pl –outputfile /tmp/result_mysqltuner.txt
- in Datei ohne Ausgabe: # perl mysqltuner.pl –silent –outputfile /tmp/result_mysqltuner.txt
Antworten