Note: The presence of such hints will not affect the database additions and deletions to the operation, so don't be nervous.
The following error message appears when you run the exercise:
Establishing SSL connection without server ' s identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must is established by default if explicit Opti On isn ' t set. For compliance with existing applications not using SSL, the Verifyservercertificate property was set to ' false '. You need either to explicitly disable SSL by setting Usessl=false, or set usessl=true and provide truststore for server CE Rtificate verification.
It is not recommended to establish an SSL connection without server Authentication . An SSL connection must be established by default.
Solution: Stitching behind the jdbc:mysql://localhost/table? Autoreconnect=true&usessl=false
Effect:
Jdbc:mysql://localhost/table?autoreconnect=true&usessl=false
And then run it again, without any such hints.
Java running JDK connection MySQL has appeared: establishing SSL connection without server ' s identity verification is not recommended