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 you use client.Connect(addr, username, password, non-existing-db)
Mysql server will return an error (Unknown database: 'non-existing-db')
But the go-mysql client will not handle this error and therefore thinks it's successfully connected, but the mysql server already closed the connection.
The text was updated successfully, but these errors were encountered:
For example:
If you use client.Connect(addr, username, password, non-existing-db)
Mysql server will return an error (Unknown database: 'non-existing-db')
But the go-mysql client will not handle this error and therefore thinks it's successfully connected, but the mysql server already closed the connection.
The text was updated successfully, but these errors were encountered: