mysqltuner icon indicating copy to clipboard operation
mysqltuner copied to clipboard

MySQL Tuner for Windows

Results 10 mysqltuner issues
Sort by recently updated
recently updated
newest added

See title... the application (which is great) shows X amount of fragmented tables, but does not provide a list of the fragmented tables. I would like to request that feature....

enhancement

As I look at current report content, You have Open file limit used: n% (nn/nn). Consider adding: * Key buffer size used: % ( key_blocks_used/((key_blocks_used)+(key_blocks_unused)) ) There are still plenty...

enhancement

Perhaps make the button appear when the background thread crashes? This would help with debugging issues.

enhancement

So we can specify things like connection time out, etc, as well as the ability to use the old password format.

enhancement

Data in InnoDB tables: nnM (Tables: nnn) add (Rows:nnnnnn if statistics are out of date, we can live with it)

enhancement

For MySQL version less than 5.0, the MyISAM indexes need to be calculated from the file system. This is still to be implemented (currently 0 is returned, just as if...

enhancement

The reports cannot be saved as HTML (or any other format for that matter). It would be very useful to have the ability to save reports for later reference.

enhancement

It currently utilises a very crude check - it would be better if it knew for sure that the server was local.

enhancement

In order to make development easier, and the report more consistent, the culture has been hard coded to EN-NZ. This will obviously not work for everyone, so this needs to...

enhancement

When trying to connect to a mysql-instance and the server can't be reached it results in an exception: ``` See the end of this message for details on invoking just-in-time...