mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
Merge pull request #3 from Sora39831/dev
Add MariaDB installation detection and fix auth failure
This commit is contained in:
commit
5026795c0e
1 changed files with 1 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ func buildMariaDBDSN(dbConfig config.DBConfig) string {
|
|||
"parseTime": "True",
|
||||
"loc": "Local",
|
||||
},
|
||||
AllowNativePasswords: true,
|
||||
}
|
||||
return cfg.FormatDSN()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue