Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 506 Bytes

mysql-plugin-errors.md

File metadata and controls

16 lines (11 loc) · 506 Bytes

MySQL Errors

dev.miku.r2dbc.mysql.client.MySqlConnectionException
dev.miku.r2dbc.mysql.client.MySqlConnectionClosedException: Connection unexpectedly closed
Error was received while reading the incoming data. The connection will be closed.

This error message indicates that the MySQL server that you are trying to connect to does not support SSL. This error can be resolved by editing the SSL field in the data source configuration form and setting it to Disabled.