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
If block is nil, in line 375 ParsePKIXPublicKey will panic. It happened to me when I was trying to connect GCP sql database and it responded with Access denied for user 'user'@'cloudsqlproxy~xx.xx.xx.x' (using password: YES)
Issue description
If
block
is nil, in line 375ParsePKIXPublicKey
will panic. It happened to me when I was trying to connect GCP sql database and it responded withAccess denied for user 'user'@'cloudsqlproxy~xx.xx.xx.x' (using password: YES)
mysql/auth.go
Lines 374 to 375 in fe2230a
Error log
Suggestion
I suggest to handle it in this way
Configuration
Driver version (or git SHA): v1.5.0
Go version: go version go1.16 linux/amd64
Server version: MySQL 8
The text was updated successfully, but these errors were encountered: