Zabbix 4 and MySQL 8.0
Rainer Duffner
rainer at ultra-secure.de
Sun Dec 2 15:53:16 UTC 2018
> Am 02.12.2018 um 11:52 schrieb Grzegorz Wiktorowski <oiok at oiok.itl.pl>:
>
> First I installed mysql80-server-8.0.11 package. Then I installed
> zabbix4-server-4.0.1 package. Zabbix package informed that it needed MySql
> version 5.6 and forced to deinstall MySql version 8.0 and install MySql
> version 5.6.
>
> ASFAIK from Zabbix website MySql version 8 is suitable for Zabbix version
> 4. I don't dare to say it seems as an oversight in package dependences. Is
> there any workaround to install&run Zabbix with version 8.0 of MySql?
>
>
> --
> Grzegorz Wiktorowski
> _______________________________________________
> freebsd-pkg at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-pkg
> To unsubscribe, send any mail to "freebsd-pkg-unsubscribe at freebsd.org"
Packages can only be compiled with one database-dependency at a time.
The default-version is still it MySQL 5.6, it seems.
If you want to change that, you will have to build your own packages (usually, this implies building all your packages because mixing different repositories that offer the same packages doesn’t usually work too well).
Alternatively, put MySQL 8.0 Zabbix each in its own jail.
More information about the freebsd-pkg
mailing list