mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-08 14:14:19 +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",
|
"parseTime": "True",
|
||||||
"loc": "Local",
|
"loc": "Local",
|
||||||
},
|
},
|
||||||
|
AllowNativePasswords: true,
|
||||||
}
|
}
|
||||||
return cfg.FormatDSN()
|
return cfg.FormatDSN()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue