Commit 38f6a562 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Increased max_allowed_packet to 64M

parent cb7b36b8
......@@ -78,7 +78,7 @@ mysql-clients-cnf:
define MYSQL_CLIENTS_CNF
[mysqldump]
quick
max_allowed_packet = 16M
max_allowed_packet = 64M
[mysql]
no-auto-rehash
......@@ -118,7 +118,7 @@ skip-external-locking
skip-name-resolve
key_buffer_size = 16M
max_allowed_packet = 1M
max_allowed_packet = 64M
sort_buffer_size = 512K
net_buffer_length = 16K
myisam_sort_buffer_size = 8M
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment