From fbd19b1b3d96b9589367396cb8e61d9fb98d0aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BB=BFghost-from-the-past?= Date: Wed, 14 Apr 2021 12:55:10 +0200 Subject: [PATCH] Created MySQL tips (markdown) --- MySQL-tips.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 MySQL-tips.md diff --git a/MySQL-tips.md b/MySQL-tips.md new file mode 100644 index 0000000..014208d --- /dev/null +++ b/MySQL-tips.md @@ -0,0 +1,13 @@ +

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

+
+

>systemctl enable mysql

+

>systemctl disable mysql

+
+

+
+

+

To start or stop manually the MySQL service use

+
+

>systemctl start mysql.service

+

>systemctl stop mysql.service

+
\ No newline at end of file