SóProvas


ID
3249616
Banca
Quadrix
Órgão
FHGV
Ano
2019
Provas
Disciplina
Banco de Dados
Assuntos

No banco de dados MySQL, a variável que controla o tamanho máximo de seu buffer de comunicação é a

Alternativas
Comentários
  • The packet message buffer is initialized to net_buffer_length bytes, but can grow up to max_allowed_packet bytes when needed. This value by default is small, to catch large (possibly incorrect) packets.

    https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_allowed_packet

  • A variável max_allowed_packet define o valor máximo de um pacote.