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.99k stars 1.29k forks source link

fix perl shebang #758

Closed FabioPedretti closed 9 months ago

FabioPedretti commented 9 months ago

Previously at least on Debian it broke with: $ ./mysqltuner.pl -bash: ./mysqltuner.pl: /bin/env: bad interpreter: No such file or directory

chenrui333 commented 9 months ago

should be covered with this one, https://github.com/major/MySQLTuner-perl/pull/757