From 360fd04830ab8709792e3628a525ce8465c81eb6 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Sun, 15 Dec 2024 02:10:08 -0600 Subject: [PATCH] commenting out default auth plugin --- roles/ind/zabbix/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ind/zabbix/docker-compose.yml b/roles/ind/zabbix/docker-compose.yml index d85e41b..14af3c7 100644 --- a/roles/ind/zabbix/docker-compose.yml +++ b/roles/ind/zabbix/docker-compose.yml @@ -11,7 +11,7 @@ services: - mariadbd - --character-set-server=utf8mb4 - --collation-server=utf8mb4_bin - - --default-authentication-plugin=mysql_native_password + ##- --default-authentication-plugin=mysql_native_password environment: - MYSQL_USER=${MYSQL_USER} - MYSQL_PASSWORD=${MYSQL_PASSWORD}