Fix command order

This commit is contained in:
RealStickman 2023-03-14 19:02:41 +01:00
parent a5e54878af
commit b1c90f13fb

View File

@ -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;`