本ページはプロモーションが含まれています。

スポンサーリンク

CommunicationsException: Communications link failure SpringBoot起動時のエラー

2021-02-13 11:35:13.970 ERROR 8044 --- [  restartedMain] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Exception during pool initialization.

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.
	at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174) ~[mysql-connector-java-8.0.22.jar:8.0.22]
・・・
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: 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.
・・・
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure

解決策:MySQLサービスを起動する。

スポンサーリンク

投稿日:

Copyright© 【Spring Hack】 , 2024 All Rights Reserved Powered by AFFINGER5.