From 8a9dd14f8de70cfe170aa9c842e87b11b5984c56 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Thu, 19 Oct 2023 11:16:25 +0800 Subject: [PATCH] fix:dump db sql --- tools/misc/dumpdb.sh | 2 +- tools/misc/tables_c.lst | 2 +- tools/misc/tables_ic.lst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/misc/dumpdb.sh b/tools/misc/dumpdb.sh index b6018614..985aac90 100644 --- a/tools/misc/dumpdb.sh +++ b/tools/misc/dumpdb.sh @@ -29,7 +29,7 @@ while read line while read line do table=`echo $line | cut -d " " -f 1` - echo "dump ${table} to install & upgrade directory" + echo "dump ${table} to install directory" mysqldump -h ${host} -P ${port} -u ${user} -p${password} ${dbname} ${table} > ${insdir}/${table}.sql done < ${dumpdbdir}/${tables_ic} diff --git a/tools/misc/tables_c.lst b/tools/misc/tables_c.lst index d8f3a5f4..841aba60 100644 --- a/tools/misc/tables_c.lst +++ b/tools/misc/tables_c.lst @@ -18,4 +18,4 @@ sys_dict_type sys_menu title_info trace_info - +#end \ No newline at end of file diff --git a/tools/misc/tables_ic.lst b/tools/misc/tables_ic.lst index 7676d202..590c4068 100644 --- a/tools/misc/tables_ic.lst +++ b/tools/misc/tables_ic.lst @@ -3,4 +3,4 @@ sys_menu sys_dict_type sys_dict_data sys_config - +#end \ No newline at end of file