Commit 6171a6b
committed
fix: [#253] update MySQL 8.4 authentication parameter
MySQL 8.4 deprecated --default-authentication-plugin in favor of
--mysql-native-password=ON. This change updates the docker-compose
template to use the correct MySQL 8.4 syntax.
The old parameter caused MySQL container initialization to fail with:
'unknown variable default-authentication-plugin=mysql_native_password'
Verified working with MySQL 8.4.7 in manual E2E test.1 parent fa175d8 commit 6171a6b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
0 commit comments