tuning-primer.sh icon indicating copy to clipboard operation
tuning-primer.sh copied to clipboard

MySQL Tuning-Primer.sh, updated and improved

Results 16 tuning-primer.sh issues
Sort by recently updated
recently updated
newest added

Downloading the [tuning-primer.sh](https://raw.githubusercontent.com/BMDan/tuning-primer.sh/master/tuning-primer.sh) as instructed. But failed when trying to run it: `$ sh tuning-primer.sh ` The output: `tuning-primer.sh: 40: Syntax error: "(" unexpected` Using: ``` Distributor ID: Ubuntu Description:...

Hi. I tried running the script on a server with remote database and added prompting for a host as alternative to socket including saving to .my.cnf. I know I could...

Hi, I am using this tool on both of my local servers as well as some live servers for getting the recommendations for tuning MySQL variables. I would like to...

enhancement
help wanted

I am using MySQL 8.0.30 and apparently tuning-primer thinks that this is outdated and does not support query cache (which I doubt). If I am right and MySQL 8.0 has...

Hi. I tried more than one hour to get thunig-primer.sh work. This works well: _ >mysql >mysql -u root -p _ But all time, ./tuning-primer.sh prompt: **Using login values from...

enhancement
help wanted

This adds a pre-commit configuration file. Enable by: 1. installing pre-commit (pip install pre-commit). 2. Run`pre-commit install` inside the clone (to run on each commit). Run on all files with:...

That line should be yellow, same as the preceding ones

After upgrading to MariaDB 11.0.3 I am getting the following: ``` Using login values from ~/.my.cnf - INITIAL LOGIN ATTEMPT FAILED - Testing for stored webmin passwords: None Found Could...

I don't see a --no-color in --help. ``` curl -sL https://raw.githubusercontent.com/BMDan/tuning-primer.sh/main/tuning-primer.sh | bash --help GNU bash, version 3.2.57(1)-release-(x86_64-apple-darwin23) Usage: bash [GNU long option] [option] ... bash [GNU long option] [option]...