1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

fix mysql 8, again

fixes #25
This commit is contained in:
Robin Appelman 2026-06-03 15:00:53 +02:00
commit fc6cde4161

View file

@ -219,14 +219,6 @@ impl Database {
}
}),
}),
cmd: if self.image() == "mysql:8" {
Some(vec![
"--default-authentication-plugin".into(),
"mysql_native_password".into(),
])
} else {
None
},
..Default::default()
};
let id = docker