Skip to content

Commit 527fa94

Browse files
committed
Make Gitlab CI compatible with MySQL 8.4
In MySQL 8.4, the mysql_native_password server-side plugin is disabled by default. Specify the --mysql-native-password option to enable it, until we investigate a proper migration to new authentication methods.
1 parent 718d082 commit 527fa94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gitlab/ci/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
- /bin/true
3737
services:
3838
- name: mysql
39-
command: ["--default-authentication-plugin=mysql_native_password"]
39+
command: ["--mysql-native-password", "--authentication_policy=mysql_native_password"]
4040
alias: sqlserver
4141

4242
.mariadb_job:

0 commit comments

Comments
 (0)