From 866c517826d2e1df94a1de8f4cf993dd43be2177 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Tue, 22 Aug 2023 10:38:41 +0200
Subject: [PATCH] small md fixes

---
 docs/20_Checks/check_mysqlserver.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/docs/20_Checks/check_mysqlserver.md b/docs/20_Checks/check_mysqlserver.md
index 85fca2b..bf1fc53 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
-- 
GitLab