Tag - mariadb - liczba wpisów 1

Zabbix install - MySQL ERROR 1118 (42000) Kategoria: Zabbix | Tagi: mariadb, mysql, zabbix | Autor: Bartłomiej Gałęzia

ERROR 1118 (42000) at line 1278: Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline.

W pliku:

/usr/share/doc/zabbix-server-mysql/create.sql.gz

trzeba dodać na początku:

SET SESSION innodb_strict_mode=OFF;