Suppress error reporting of com.mysql.jdbc.PacketTooBigException, improve error message
Description
From a 1.6 error report:
The key point is the PacketTooBigException. The displayed error should indicate its a MySQL configuration issue, and include a tip/link on how to fix it.
Environment
None
Activity
Tim Anderson August 30, 2013 at 1:02 AM
Text now says:
The data was too big to submit to MySQL.
Your administrator needs to configure the MySQL server to increase the ''max_allowed_packet'' size.
From a 1.6 error report:
The key point is the PacketTooBigException. The displayed error should indicate its a MySQL configuration issue, and include a tip/link on how to fix it.