commenting out default auth plugin
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
|||||||
- mariadbd
|
- mariadbd
|
||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
- --collation-server=utf8mb4_bin
|
- --collation-server=utf8mb4_bin
|
||||||
- --default-authentication-plugin=mysql_native_password
|
##- --default-authentication-plugin=mysql_native_password
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_USER=${MYSQL_USER}
|
- MYSQL_USER=${MYSQL_USER}
|
||||||
- MYSQL_PASSWORD=${MYSQL_PASSWORD}
|
- MYSQL_PASSWORD=${MYSQL_PASSWORD}
|
||||||
|
|||||||
Reference in New Issue
Block a user