From 0338357e48702e1b0b7b228adbec1b3b77473045 Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Thu, 26 Mar 2020 17:26:04 +0100 Subject: [PATCH] DBG . --- utils/make_db | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/make_db b/utils/make_db index f141fee..652b391 100755 --- a/utils/make_db +++ b/utils/make_db @@ -150,6 +150,7 @@ function restore_db() { } function test-connection() { + echo $MYSQL_CMD $(get_mysql_args_nodb) -e "select 0;" $MYSQL_CMD $(get_mysql_args_nodb) -e "select 0;" } -- GitLab