Skip to content

Instantly share code, notes, and snippets.

@vluzrmos
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vluzrmos/130f6f397d8c28989da9 to your computer and use it in GitHub Desktop.
Save vluzrmos/130f6f397d8c28989da9 to your computer and use it in GitHub Desktop.
Configuração do MySQL Server para aceitas arquivos grandes
[client]
...
max_allowed_packet=64M
[mysqld]
...
key_buffer=16M
max_allowed_packet=64M
sort_buffer_size=512K
net_buffer_length=8K
read_buffer_size=256K
read_rnd_buffer_size=512K
myisam_sort_buffer_size=8M
wait_timeout=86400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment