Releases & development - acropia/MySQL-Tuner-PHP GitHub Wiki

Because MySQL-Tuner-PHP is under heavy development and considered Work-in-Progress there is no official release yet.

Development

Tooling

Development is done using PhpStorm 2020 on Windows 10 and a locally installed PHP 7.3 NTS (64-bit).

For rendering the output Bootstrap 4 is used from CDN

Structure

The main script mt.php consists of the following parts:

  • Connect remotely to MySQL/MariaDB database server
  • Gather statistics and settings using SQL-queries
  • Parse statistics and settings to internal calculations
  • Render a Bootstrap webpage with a comprehensive report of all findings