Skip to content

Commit d6fe90f

Browse files
committed
log missing auth plugin name
Updates #795
1 parent ceae19c commit d6fe90f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packets.go

+1
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ func readAuthSwitch(data []byte) ([]byte, error) {
558558
// using mysql default authentication method
559559
return cipher, ErrNativePassword
560560
default:
561+
errLog.Print("unknown auth plugin:", plugin)
561562
return cipher, ErrUnknownPlugin
562563
}
563564
}

0 commit comments

Comments
 (0)