From 9c2f4bb91fccaaec88186c6d2ae4e69b1de3892e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BB=BFghost-from-the-past?= Date: Thu, 15 Apr 2021 16:22:07 +0200 Subject: [PATCH] Updated MySQL tips (markdown) --- MySQL-tips.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MySQL-tips.md b/MySQL-tips.md index 6122d68..19c85c8 100644 --- a/MySQL-tips.md +++ b/MySQL-tips.md @@ -35,10 +35,10 @@ This tips were prepared for [[Install Tracks 2.5 on Ubuntu 20.10]]

>journalctl -xe

-

MySQL - change the default of default_authentication_plugin

-

+


+

MySQL - change the default of default_authentication_plugin

since Mysql version 8.0 the default values has been changed from mysql_native_password to caching_sha2_password

this needs to be reverted in the cnf file