From 640faa33b3b3ffe897c3a46cffc6957f45d83b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BB=BFghost-from-the-past?= Date: Wed, 14 Apr 2021 15:12:06 +0200 Subject: [PATCH] Updated Install Tracks on Ubuntu 20.10 (markdown) --- Install-Tracks-on-Ubuntu-20.10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-Tracks-on-Ubuntu-20.10.md b/Install-Tracks-on-Ubuntu-20.10.md index aba9517..d801dd3 100644 --- a/Install-Tracks-on-Ubuntu-20.10.md +++ b/Install-Tracks-on-Ubuntu-20.10.md @@ -31,7 +31,7 @@ >systemctl start mysql.service

The last three lines set to automatically start Apache web server and MySQL database server when you boot and starts the MySQL (Apache is still off). For more information see [[Apache tips]] and [[MySQL tips]]

MySQL - change the default of default_authentication_plugin

-

Follow the instruction at [[MySQL tips#mysql---change-the-default-of-default_authentication_plugin]] to change the default authentication used by MySQL

+

Follow the instruction at [[MySQL tips#mysql---change-the-default-of-default_authentication_plugin]] to change the default authentication used by MySQL. Because Tracks uses mysql_native_password strategy which is not anymore the default one.

Install Ruby

Tracks requires Ruby 2.5 or greater. Most of the testing is done with 2.6.

Install the following packages