產(chǎn)生警告且輸出亂碼
警告: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 be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
輸出亂碼,編碼用的UTF8
2022-03-26
太棒了,就是這個原因,我說搞了半天都找不到哪里沖突呢,非常感謝!【網(wǎng)站建議】這個別人的回復(fù),可不可以帶鏈接直接跳到該課程。時間有點長或者學(xué)習的人記憶力不好,可能忘記是什么題了、、、
2016-06-12
改一下URL看看,URL="jdbc:mysql://127.0.0.1:3306/imooc?characterEncoding=utf8&useSSL=false"
2016-01-13
你想表達什么啊