From 27c178ea5241c7cf0f6ca48f4e80c4e2afe68099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BB=BFghost-from-the-past?= Date: Wed, 14 Apr 2021 13:07:12 +0200 Subject: [PATCH] Updated MySQL tips (markdown) --- MySQL-tips.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/MySQL-tips.md b/MySQL-tips.md index e8b8ae4..440ed36 100644 --- a/MySQL-tips.md +++ b/MySQL-tips.md @@ -1,3 +1,10 @@ +

MySQL 8.0 Reference Manual

+

+ https://dev.mysql.com/doc/refman/8.0/en/ +

+

+
+

for Ubuntu or Debian distributions


@@ -14,4 +21,15 @@

>systemctl start mysql.service

>systemctl stop mysql.service

+
+

+
+

+

To show the status use

+
+

>systemctl status mysql.service

+
+

also check the error with

+
+

>journalctl -xe

\ No newline at end of file