commenting out default auth plugin

This commit is contained in:
tolerryan
2024-12-15 02:10:08 -06:00
parent 45b9ae587f
commit 360fd04830

View File

@@ -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}