]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Adjusting the mysql command
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Thu, 26 Jun 2025 22:53:31 +0000 (18:53 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Thu, 26 Jun 2025 22:53:31 +0000 (18:53 -0400)
support/crdb.sh

index 925ca29db086c5eb1ed537efe8bd09d7512aedf5..88ac8dd1a683242561c2ec726d4c1f48b3e4eecf 100755 (executable)
@@ -38,7 +38,7 @@ case "$DB_TYPE" in
     ;;
   "MYSQL"              )
     SQL="/usr/bin/mariadb"
-    MSQL="/usr/bin/mariadb -U $APPNAME -q"
+    MSQL="/usr/bin/mariadb $APPNAME -q"
     /etc/rc.d/init.d/mysqld status
     if [ $? != 0 ] ; then
       echo "MySQL serveur NOT found up and running (exiting!)"