From 7dcbf109f864fec2fed4bd597285c821b801e26c Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Mon, 23 Jun 2025 16:05:42 -0400 Subject: [PATCH] Adjusting crdb.sh for mysql --- support/crdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/crdb.sh b/support/crdb.sh index 883de9d..6cae01c 100755 --- a/support/crdb.sh +++ b/support/crdb.sh @@ -30,7 +30,7 @@ case "$DB_TYPE" in ;; "MYSQL" ) SQL="mysqld" - /etc/rc.d/init.d/mysql stop + /etc/rc.d/init.d/mysqld stop #grabbing temporary control on the MySQL daemo /usr/bin/mysqld_safe -u root --skip-grant-tables >> $LOG 2>&1 sleep 5 #give time to daemon to start -- 2.47.3