I'm sorry for possibly stupid question.
I have fresly installed server with Debian 9.4 on it. Zabbix server and agent installs with no problem, agent starts and is working. I'm following this installation manual:
I created dtabasse, but when I'm trying ti initialise it with command:
# zcat /usr/share/doc/zabbix-server-mysql/create.sql.gz | mysql -uzabbix -p zabbix I get error:
ERROR 1071 (42000) at line 162: Specified key was too long; max key length is 767 bytes
MariaDB server version is:
Server version: 10.1.26-MariaDB-0+deb9u1 Debian 9.1
What am I doing wrong? How can I manage to get Zabbix running with my configuration?
Thanks in advance.
I have fresly installed server with Debian 9.4 on it. Zabbix server and agent installs with no problem, agent starts and is working. I'm following this installation manual:
I created dtabasse, but when I'm trying ti initialise it with command:
# zcat /usr/share/doc/zabbix-server-mysql/create.sql.gz | mysql -uzabbix -p zabbix I get error:
ERROR 1071 (42000) at line 162: Specified key was too long; max key length is 767 bytes
MariaDB server version is:
Server version: 10.1.26-MariaDB-0+deb9u1 Debian 9.1
What am I doing wrong? How can I manage to get Zabbix running with my configuration?
Thanks in advance.
Comment