diff --git a/scripts/mysql_stats.php b/scripts/mysql_stats.php index 8228e1ffa..b16143960 100755 --- a/scripts/mysql_stats.php +++ b/scripts/mysql_stats.php @@ -57,7 +57,7 @@ $chk_options = array ( ); $use_ss = FALSE; # Whether to use the script server or not -$debug = TRUE; # Define whether you want debugging behavior. +$debug = FALSE; # Define whether you want debugging behavior. $debug_log = FALSE; # If $debug_log is a filename, it'll be used. # ============================================================================ @@ -179,7 +179,7 @@ function validate_options($options) { # Print out a brief usage summary # ============================================================================ function usage($message) { - global $mysql_user, $mysql_pass, $mysql_port, $heartbeat; + global $mysql_host, $mysql_user, $mysql_pass, $mysql_port, $heartbeat; $usage = <<