From 031323b6810c1af0c437450a0900d6b92de21269 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Fri, 1 Sep 2023 13:33:53 +0800 Subject: [PATCH] d --- tools/misc/dumpdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/misc/dumpdb.sh b/tools/misc/dumpdb.sh index 6ede1ee0..e1084852 100644 --- a/tools/misc/dumpdb.sh +++ b/tools/misc/dumpdb.sh @@ -14,7 +14,7 @@ upgdir=${EmsBEDir}/database/upgrade tables_c=tables_c.lst tables_s=tables_s.lst -mysql -h ${host} -u ${user} -p${password} -D ${dbname} -e "show tables ; " > tables.lst +mysql -h ${host} -P ${port} -u ${user} -p${password} -D ${dbname} -e "show tables ; " > tables.lst # dump table struct and data while read line