Skip to content

Commit

Permalink
Update MySQL default auth plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Dec 4, 2023
1 parent 53c17ae commit 4939853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LNX-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
image: datajoint/mysql:${MYSQL_VER:-8.0}
environment:
- MYSQL_ROOT_PASSWORD=${DJ_PASS:-simple}
command: mysqld --default-authentication-plugin=mysql_native_password
# ports:
# - "3306:3306"
# volumes:
Expand Down

0 comments on commit 4939853

Please sign in to comment.