Installation - acropia/MySQL-Tuner-PHP GitHub Wiki

MySQL-Tuner-PHP consists of a single all-included PHP-script named mt.php.

The current release of MySQL-Tuner-PHP is installable on any PHP-enabled server. You can use a separate vhost on a webserver, but also a built-in PHP server.

Requirements

MySQL-Tuner-PHP is developed to run on PHP 7.3+ with the following PHP-extensions enabled:

  • PDO
  • PDO for MySQL

Installation on PhpStorm built-on PHP-server configuration

Currently under heavy development the script is only tested on PhpStorm 2020 on Windows 10, by using a locally installed PHP 7.3 NTS (64-bit).