You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't auth with root with nor without a password, the following error was printed.
ERRO[2019-03-23 13:07:41] [Lifetime Mngt Thread]: Failed to get all mitigation from DB
ERRO[2019-03-23 13:07:41] [Lifetime Mngt Thread]: Failed to get all Aliases from DB
For some reason alias.go doesn't print the auth error, even though there is a log.Printf line but I was able to get the real error by adding withError to active_acl_alias.go. The error was:
error="Error 1698: Access denied for user 'root'@'localhost'"
I don't think the auth issue with root is critical as nobody should do that anyway. However it seems the error logging is somehow broken.
The text was updated successfully, but these errors were encountered:
OlliV
changed the title
Mysql auth with root doesn't work and the real error is hidden
server: Mysql auth with root doesn't work and the real error is hidden
Mar 23, 2019
Dear sir, have you solved this problem?
When I connected the server and client, the same error occurred.
How to solve the problem of authentication failure? @OlliV
go-dots/dots_server/dots_server.yaml
Lines 40 to 41 in d5c0d8b
I couldn't auth with
root
with nor without a password, the following error was printed.For some reason
alias.go
doesn't print the auth error, even though there is alog.Printf
line but I was able to get the real error by addingwithError
toactive_acl_alias.go
. The error was:I don't think the auth issue with
root
is critical as nobody should do that anyway. However it seems the error logging is somehow broken.The text was updated successfully, but these errors were encountered: