From b1c90f13fbf77c90810c36e6751d388c8f41a306 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Tue, 14 Mar 2023 19:02:41 +0100 Subject: [PATCH] Fix command order --- pages/02.linux/zabbix/default.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;`