Merge pull request #3 from Sora39831/dev

Add MariaDB installation detection and fix auth failure
This commit is contained in:
Sora39 2026-04-03 11:21:34 +08:00 committed by GitHub
commit 5026795c0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -244,6 +244,7 @@ func buildMariaDBDSN(dbConfig config.DBConfig) string {
"parseTime": "True",
"loc": "Local",
},
AllowNativePasswords: true,
}
return cfg.FormatDSN()
}