Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

No cookies to display.

ndzlogo-1-1
49%
Loading ...

INDIA – HEADQUARTERS

INDIA

UNITED STATES

CANADA

 

Performance Tuning Primer Script is the shell script which gets performance related information from MySQL engine and produce some recommendations for tuning of MySQL server variables. It’s easy to use and offers valuable output for MySQL performance optimization.

tuning-primer.sh

Performance Tuning Primer Script Usage

[*] Download the shell script here.
[*] Upload the shell script to your server (if not already downloaded directly by the server:
[*] wget https://day32.com/MySQL/tuning-primer.sh)
[*] Place the script almost wherever you want (one of the best locations is your home directory)
[*] Set proper permissions for the shell script to be able to run (chmod 755 should be enough)
[*] Run Performance Tuning Primer Script
[*] Apply the suggestions of the shell script output

mysqltuner.pl

MySQL Tuner is a Perl script that analyzes your MySQL performance and, based on the statistics it gathers, gives recommendations which variables you should adjust in order to increase performance. That way, you can tune your my.cnf file to tease out the last bit of performance from your MySQL server and make it work more efficiently.

Mysql Tuner Script Usage

1)wget https://mysqltuner.com/mysqltuner.pl
2)chmod +x mysqltuner.pl
3)./mysqltuner.pl

You should carefully read the output, especially the recommendations at the end. It shows exactly which variables you should adjust in the [mysqld] section of your my.cnf

Whenever you change your my.cnf, make sure that you restart MySQL. You can then run MySQL Tuner again to see if it has further recommendations to improve the MySQL performance. This way, you can optimize MySQL step by step.