Olá pessoal!
Estou tentando migrar SQLite para MySql e ao fazer um teste incluido informações no BD, o log do NetBeans me dá o seguinte erro:
Exception in thread “main” com.mysql.jdbc.PacketTooBigException: Packet for query is too large (4628444 > 1048576). You can change this value on the server by setting the max_allowed_packet’ variable.
O que pode está acontecendo?