From 786d749e7c443ca718652f1eb978642c92a4f49e Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Wed, 11 Oct 2023 14:01:20 +0800 Subject: [PATCH] d --- tools/misc/dumpdb.sh | 2 +- tools/misc/tables_s.lst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/misc/dumpdb.sh b/tools/misc/dumpdb.sh index ba4b356b..85f11d22 100644 --- a/tools/misc/dumpdb.sh +++ b/tools/misc/dumpdb.sh @@ -31,4 +31,4 @@ while read line table=`echo $line | cut -d " " -f 1` echo "dump ${table} to install directory" mysqldump -h ${host} -P ${port} -u ${user} -p${password} -d ${dbname} ${table} > ${insdir}/${table}.sql - done < ${dumpdbdir}/${tables_s} + done < ${dumpdbdir}/${tables_s} \ No newline at end of file diff --git a/tools/misc/tables_s.lst b/tools/misc/tables_s.lst index 4a5afc7e..929ea25c 100644 --- a/tools/misc/tables_s.lst +++ b/tools/misc/tables_s.lst @@ -52,4 +52,4 @@ sys_role_menu sys_user_role u_sub_user u_auth_user -#end +#end \ No newline at end of file