Hello! First time user of Zabbix.
Trying to populate the database for a fresh install of Zabbix. The user 'zuser' has full privileges on 'zabbix' database
user@mysql-cl-master:~$ cat server.sql | mysql -u zuser zabbix -p
Enter password:
ERROR 3098 (HY000) at line 2504: The table does not comply with the requirements by an external plugin.
user@mysql-cl-master:~$
Any suggestions on how I might correct this?
Comment