diff --git a/pages/02.linux/zabbix/default.en.md b/pages/02.linux/zabbix/default.en.md index ea703a0..df0f734 100644 --- a/pages/02.linux/zabbix/default.en.md +++ b/pages/02.linux/zabbix/default.en.md @@ -81,7 +81,7 @@ _NOTE: The server and proxy need to run the same version of zabbix to talk with From what I could find this error is thrown, when the specified user lacks super user privileges. A workaround is enabling `log_bin_trust_function_creators` temporarily. -`# podman exec -it bash zabbix-mysql` +`# podman exec -it zabbix-mysql bash` `# mysql -u root -p` and enter the root password `mysql> set global log_bin_trust_function_creators=1;`