From 623b08c15b6b08be87d1a7faeea1c8bee5db4021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BB=BFghost-from-the-past?= Date: Wed, 14 Apr 2021 14:28:39 +0200 Subject: [PATCH] Updated MySQL tips (markdown) --- MySQL-tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MySQL-tips.md b/MySQL-tips.md index 9c33654..c0dd5a0 100644 --- a/MySQL-tips.md +++ b/MySQL-tips.md @@ -50,7 +50,7 @@

default_authentication_plugin=mysql_native_password

the group [mysqld] is for the server, for the client the group is [mysql]

-

(info http://dev.mysql.com/doc/mysql/en/server-system-variables.html +

(info href="http://dev.mysql.com/doc/mysql/en/server-system-variables.html

https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html )