Tag: 最大允许数据包

在mysql docker中增加max_allowed_pa​​cket大小

我们使用的是Docker for mysql,我们在运行时遇到以下错误 Packet for query is too large (12884616 > 4194304). You can change this value on the server by setting the max_allowed_packet' variable.; nested exception is com.mysql.jdbc.PacketTooBigException: Packet for query is too large (12884616 > 4194304). You can change this value on the server by setting the max_allowed_packet' variable. 现在我们需要在mysqlconfiguration中增加max_allowed_packet大小,任何人都可以通过docker命令来增加max_allowed_packet 。