From 25be5d8075c9e7daf44e849f5b70b80af9f0df9f Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Mon, 30 Jun 2025 01:35:01 -0400 Subject: [PATCH] Exploring the mysql install UTF8 problem --- support/crdb.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/support/crdb.sh b/support/crdb.sh index b5d8c9f..f16b322 100755 --- a/support/crdb.sh +++ b/support/crdb.sh @@ -29,6 +29,7 @@ echo "#==========================================" date echo "#------------------------------------------" /bin/echo "creating $DB_TYPE:$DB_NAME data-base" >> $LOG +/bin/echo "JMPDBG <"$LANG">" ) >> $LOG case "$DB_TYPE" in -- 2.47.3