From 442fc45efb0cf1245ca89ca9eb893dafb860d466 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Dec 2025 18:02:08 +0000 Subject: [PATCH 1/2] Initial plan From 964d8a459215c2bf6f24187a1f5dd1d408c32d7d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Dec 2025 18:04:37 +0000 Subject: [PATCH 2/2] Add persistent sql-mode configuration for MySQL Co-authored-by: jniles <896472+jniles@users.noreply.github.com> --- install/install.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/install/install.sh b/install/install.sh index f6f7ff2..cc9246b 100755 --- a/install/install.sh +++ b/install/install.sh @@ -100,7 +100,14 @@ function install_mysql() { # Start and enable MySQL systemctl enable mysql - systemctl start mysql + + # Add sql-mode to MySQL config so it persists across reboots + cat >/etc/mysql/mysql.conf.d/bhima.cnf <"/root/.my.cnf"