major / MySQLTuner-perl

MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability.
GNU General Public License v3.0
8.88k stars 1.28k forks source link

fix perl shebang #767

Closed FabioPedretti closed 7 months ago

FabioPedretti commented 8 months ago

Current shebang gives this error: $ ./mysqltuner.pl -bash: ./mysqltuner.pl: cannot execute: required file not found

Also fixes #766.

FabioPedretti commented 8 months ago

Note that this perl shebang is what every other perl program uses on my system. Thanks.