Author Topic: Security & Optimization Check Feature disable  (Read 2293 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Security & Optimization Check Feature disable
« on: January 29, 2022, 08:39:36 PM »
in old version, i was able use this function.
but after the MySQL page changed i couldnt use it..
how can I use mysqltuner?
« Last Edit: January 29, 2022, 08:53:57 PM by dibidib »

Offline
***
Re: Security & Optimization Check Feature disable
« Reply #1 on: January 29, 2022, 10:40:11 PM »
in old version, i was able use this function.
but after the MySQL page changed i couldnt use it..
how can I use mysqltuner?

Code: [Select]
cd /root
wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/mysqltuner.pl
vim mysqltuner.pl
edit line 76 and 77 by adding root and mysql root password and save the file so you dont have to write it every time you want to run the script.
Make it an executable:
Code: [Select]
chmod +x mysqltuner.pl
To run the script
Code: [Select]
./mysqltuner.pl