Update index.html
This commit is contained in:
parent
efc3ffa2bd
commit
e548fd2d2f
1 changed files with 5 additions and 3 deletions
|
@ -35,11 +35,13 @@
|
|||
<p>MySQLTuner is a script written in Perl that allows you to review a MySQL installation quickly and make adjustments to increase performance and stability. The current configuration variables and status data is retrieved and presented in a brief format along with some basic performance suggestions.</p>
|
||||
|
||||
<img src="https://github.com/major/MySQLTuner-perl/blob/master/mysqltuner.png" alt='mysqltuner' />
|
||||
<p>Compatibility:</p>
|
||||
<h1>Compatibility:</h1>
|
||||
|
||||
<ul>
|
||||
<li>MySQL 3.23, 4.0, 4.1, 5.0, 5.1, 5.5, 5.6 (full support)</li>
|
||||
<li>MariaDB 10.1, 11.0 (full support)</li>
|
||||
|
||||
<li>MySQL 3.23, 4.0, 4.1, 5.0, 5.1, 5.5, 5.6, 5.7 (full support)</li>
|
||||
<li>MariaDB 5.5, 10.0, 10.1 (full support)</li>
|
||||
<li>MySQL 3.23, 4.0, 4.1, 5.0, 5.1 (deprecated editor support)</li>
|
||||
<li>Perl 5.6 or later (with <a href="http://search.cpan.org/%7Edapm/perl-5.14.4/pod/perldoc.pod">perl-doc</a> package)</li>
|
||||
<li>Unix/Linux based operating system (tested on Linux, BSD variants, and Solaris variants)</li>
|
||||
<li>Windows is not supported at this time</li>
|
||||
|
|
Loading…
Reference in a new issue