diff --git a/docs/20_Checks/check_mysqlserver.md b/docs/20_Checks/check_mysqlserver.md index 85fca2b975c63ce2ea28c6510baff4a02801df18..bf1fc53e8849738857171f9c467f9882a15005b5 100644 --- a/docs/20_Checks/check_mysqlserver.md +++ b/docs/20_Checks/check_mysqlserver.md @@ -72,11 +72,11 @@ host=localhost password=qrYEiPG33qNoedO4oWNrmtDOtEmQ9tw8pYEYcPbuYphUweemJEOC4fzZXIWJFvZ5 ``` -To test the connection run `./check_mysqlserver -m connections`. +To test the connection run `./check_mysqlserver -m connections`. ## Checks -### connections +### connections current/ max connections @@ -146,13 +146,12 @@ INFO: Query cache (have_query_cache) is active but query_cache_type is OFF. ### qcache-hits query cache efficiency: cached vs non cached and inserted - + ```txt ./check_mysqlserver -m qcache-hits INFO: Query cache (have_query_cache) is active but query_cache_type is OFF. ``` - ## Uninstall As root run