Update mysqltuner.pl
This commit is contained in:
parent
1ccba5e556
commit
5560381f7d
1 changed files with 1 additions and 1 deletions
|
@ -1929,7 +1929,7 @@ sub system_recommendations {
|
|||
if ( is_open_port($banport) ) {
|
||||
badprint "Banned port: $banport is opened..";
|
||||
push( @generalrec,
|
||||
"Port $banport is opened. Consider stopping program handling over this port."
|
||||
"Port $banport is opened. Consider stopping the program over this port."
|
||||
);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue