Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kaznak committed Oct 30, 2024
1 parent e825aa1 commit 3fd3fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-configured/5.7-20241030/entrypoint-20241030.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -eo pipefail
shopt -s nullglob

source /entrypoint.sh
_main --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --transaction-isolation=READ-COMMITTED --enforce-gtid-consistency=ON "$@"
_main --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci --transaction-isolation=READ-COMMITTED --enforce-gtid-consistency=ON "$@"

0 comments on commit 3fd3fde

Please sign in to comment.