diff --git a/setup/install.md b/setup/install.md index 89e5b64..9a222b1 100755 --- a/setup/install.md +++ b/setup/install.md @@ -53,6 +53,7 @@ systemctl start apache-htcacheclean mysql_secure_installation # IMPORTANT: Update my.cnf file with log_bin_trust_function_creators = 1 +# After restarting mysql you can check if it is enabled with SHOW VARIABLES LIKE 'log_bin_trust_function_creators'; systemctl start mariadb systemctl enable mariadb