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