Skip to content

Commit

Permalink
remove --mysql-native-password=ON for mysql9
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Jul 3, 2024
1 parent 587e3ae commit d53e960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/docker-compose_advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:

mysql:
image: docker.io/mysql:${MYSQL_VERSION:-latest}
command: --mysql-native-password=ON --gtid_mode=on --enforce_gtid_consistency=ON
command: --gtid_mode=on --enforce_gtid_consistency=ON
hostname: mysql
container_name: mysql
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:

mysql:
image: mysql:${MYSQL_VERSION:-latest}
command: --mysql-native-password=ON --gtid_mode=on --enforce_gtid_consistency=ON
command: --gtid_mode=on --enforce_gtid_consistency=ON
hostname: mysql
environment:
- MYSQL_ALLOW_EMPTY_PASSWORD=True
Expand Down

0 comments on commit d53e960

Please sign in to comment.