From b6b0b56a496a29d1768f465b07c444ee011f42cc Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 11 Mar 2025 03:09:21 +0000 Subject: [PATCH] many bug fixes --- setup/install.md | 1 + 1 file changed, 1 insertion(+) 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