Update index.html

This commit is contained in:
Jean-Marie Renouard 2016-01-27 19:22:49 +01:00
parent efc3ffa2bd
commit e548fd2d2f

View file

@ -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> <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' /> <img src="https://github.com/major/MySQLTuner-perl/blob/master/mysqltuner.png" alt='mysqltuner' />
<p>Compatibility:</p> <h1>Compatibility:</h1>
<ul> <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>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>Unix/Linux based operating system (tested on Linux, BSD variants, and Solaris variants)</li>
<li>Windows is not supported at this time</li> <li>Windows is not supported at this time</li>