Fix command order
This commit is contained in:
parent
a5e54878af
commit
b1c90f13fb
@ -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.
|
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.
|
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 -u root -p` and enter the root password
|
||||||
`mysql> set global log_bin_trust_function_creators=1;`
|
`mysql> set global log_bin_trust_function_creators=1;`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user