From 01428c40f0c27d18169eb156f6a6ca4a3d5e467e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BB=BFghost-from-the-past?= Date: Wed, 14 Apr 2021 12:59:07 +0200 Subject: [PATCH] Updated MySQL tips (markdown) --- MySQL-tips.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/MySQL-tips.md b/MySQL-tips.md index 014208d..e8b8ae4 100644 --- a/MySQL-tips.md +++ b/MySQL-tips.md @@ -1,4 +1,8 @@ -

To enable or disable the automatic start of MySQL service when you boot your machine use

+

for Ubuntu or Debian distributions

+

+
+

+

To enable or disable the automatic start of MySQL service when you boot your machine use

>systemctl enable mysql

>systemctl disable mysql

@@ -8,6 +12,6 @@

To start or stop manually the MySQL service use

-

>systemctl start mysql.service

+

>systemctl start mysql.service

>systemctl stop mysql.service

\ No newline at end of file