一、Caused by: java.sql.SQLException: null, message from server: "Host ‘172.17.0.1’ is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts
二、[NACOS HTTP-POST] The maximum number of tolerable server reconnection errors has been reached
解决办法: 内存太小了
三、Caused by: com.mysql.cj.exceptions.CJCommunicationsException: The last packet successfully received from the server was 66,232 milliseconds ago. The last packet sent successfully to the server was 66,233 milliseconds ago. is longer than the server configured value of ‘wait_timeout’. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property ‘autoReconnect=true’ to avoid this problem.