Здравствуйте.
Частенько ловлю ошибку MySQL типа:
Поставил параметры my.cnf
не помогает.
подскажите пожалуйста, что нужно поднастроить.
Частенько ловлю ошибку MySQL типа:
Code:
[Z3005] query failed: [2006] MySQL server has gone away [selecti.itemid,i.type,i.delay,i.delay_flex,i.lastclock,i.interfaceid, h.proxy_hostid from items i,hosts h where i.hostid=h.hostid and h.status=0 and i.status=0 and i.value_type not in (2) and (i.lastclock is not null and i.lastclock<1376984866) and (i.type in (7,13,14,3,5,11,8,10,15) or (h.available<>2 and i.type in (0)) or (h.snmp_available<>2 and i.type in (1,4,6)) or (h.ipmi_available<>2 and i.type in (12)) or (h.jmx_available<>2 and i.type in (16))) and i.flags not in (2) and i.itemid between 0 and 99999999999999]
Поставил параметры my.cnf
Code:
max_allowed_packet=64M wait_timeout=60000
подскажите пожалуйста, что нужно поднастроить.
Comment