From 01428c40f0c27d18169eb156f6a6ca4a3d5e467e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EF=BB=BFghost-from-the-past?= 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
+
To start or stop manually the MySQL service use
-\ No newline at end of file>systemctl start mysql.service
+>systemctl start mysql.service
>systemctl stop mysql.service