Hi All,
I was basically just thrown into a Zabbix Admin role at my company with no prior experience with Zabbix or Galera/MySQL and its been broken since the day the last guy left
I've been doing my best to repair it, and i've gotten it working mostly. But i'm running into an error.
This table seems to exist on the proxys, but not the servers. I'm not sure how it would've been deleted. Is there any way to restore this table? I looked in /var/lib/mysql/zabbix and I don't see the trends_uint.ibd there. Just the FRM and a bunch of other files.

(Sorry in advance if this is a dumb question)
I was basically just thrown into a Zabbix Admin role at my company with no prior experience with Zabbix or Galera/MySQL and its been broken since the day the last guy left
I've been doing my best to repair it, and i've gotten it working mostly. But i'm running into an error.
- Error in query [SELECT MIN(ht.c) AS min_clock FROM (SELECT MIN(ht.clock) AS c FROM trends_uint ht WHERE ht.itemid='50292' UNION ALL SELECT MIN(ht.clock) AS c FROM trends_uint ht WHERE ht.itemid='50287') ht] [Table 'zabbix.trends_uint' doesn't exist]
This table seems to exist on the proxys, but not the servers. I'm not sure how it would've been deleted. Is there any way to restore this table? I looked in /var/lib/mysql/zabbix and I don't see the trends_uint.ibd there. Just the FRM and a bunch of other files.
(Sorry in advance if this is a dumb question)
Comment