From 790fb4ff5adcec75eb36120145585b33380d6fd9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EF=BB=BFghost-from-the-past?=
I wrote the solutions for the problems I found during my installation but don't worry you will new ones...
For this guide I assume
-- you have a fresh Ubuntu 20.10 installation.
- -- Tracks will be served by Phusion Passenger through Apache in a subdir of its own.
-- MySQL will be used for the database.
+- you have a fresh Ubuntu 20.10 installation.
+- Tracks will be served by Phusion Passenger through Apache in a subdir of its own.
+- MySQL will be used for the database.
------------
-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
--+[[MySQL tips]] +>systemctl start mysql.service
->systemctl stop mysql.service
-
------------