Skip to content

Commit cc4afd7

Browse files
committed
log missing auth plugin name
Updates #795
1 parent f4f55b1 commit cc4afd7

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
@@ -560,6 +560,7 @@ func readAuthSwitch(data []byte) ([]byte, error) {
560560
// using mysql default authentication method
561561
return cipher, ErrNativePassword
562562
default:
563+
errLog.Print("unknown auth plugin:", plugin)
563564
return cipher, ErrUnknownPlugin
564565
}
565566
}

0 commit comments

Comments
 (0)