com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
解決辦法:配置文件加上&useSSL=false
spring:
datasource:
username: root
password: rendudata
url: jdbc:mysql://127.0.0.1:3306/consulting_session_db?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
driver-class-name: com.mysql.cj.jdbc.Driver
文章來源地址http://www.zghlxwxcb.cn/news/detail-561896.html
文章來源:http://www.zghlxwxcb.cn/news/detail-561896.html
到了這里,關(guān)于連接mysql數(shù)據(jù)庫(kù)報(bào)錯(cuò)com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure的解決方法的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!