From: Jean-Marc Pigeon (Delson) Date: Mon, 23 Jun 2025 20:05:42 +0000 (-0400) Subject: Adjusting crdb.sh for mysql X-Git-Tag: tag-0.9~8 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=7dcbf109f864fec2fed4bd597285c821b801e26c;p=jmp%2Fmailleur Adjusting crdb.sh for mysql --- 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