From 7fd262eaa08a92145ba6d5cfe997c2138bc3383f Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Wed, 3 Apr 2024 15:14:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Standardize=20database=20command?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/drust-create-db.sh | 26 +++++++++++++++++--------- tools/drust-drop-db.sh | 6 +++--- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/tools/drust-create-db.sh b/tools/drust-create-db.sh index c711dbde..e9f67f50 100755 --- a/tools/drust-create-db.sh +++ b/tools/drust-create-db.sh @@ -83,24 +83,32 @@ else # Execute commands for MySQL or PostgreSQL if [ "$DB_SYSTEM" == "mysql" ]; then - mysql -u "$DB_ROOT_USER" -p"$DB_ROOT_PASS" -h "$DB_HOST" <