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