Linux : Exceeds max allowed packet for MySQL or Got an error reading communication packets
Got the following entry in your mysqld.log or mariadb.log? [Warning] Aborted connection 154669 to db: ‘db_name’ user: ‘db_user’ host: ‘hostname’ (Got an error reading communication packets) This is usually related to the “max_allowed_packet” parameter. Try increasing the value and see if it persist. 1. Check current parameter for max_allowed_packet: show variables like ‘max_allowed_packet’; Output will… Read More »