From e93b14d798e385033bc03017f461e68401c5a4b2 Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Wed, 24 Sep 2025 18:42:46 +0800 Subject: [PATCH] =?UTF-8?q?docs(shell):=20=E6=9B=B4=E6=96=B0mysqlSQLSplint?= =?UTF-8?q?er.sh=E4=B8=AD=E7=9A=84=E6=B3=A8=E9=87=8A=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/mysqlSQLSplinter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/mysqlSQLSplinter.sh b/shell/mysqlSQLSplinter.sh index 78c8eaa..e112a40 100644 --- a/shell/mysqlSQLSplinter.sh +++ b/shell/mysqlSQLSplinter.sh @@ -49,7 +49,7 @@ EOF echo "split ${tableName}-${inputdt}.sql to ${tableName}-${inputdt}-out.sql" -# 导入 +# 导入 这里要根据实际情况修改 数据库名, mysql 登录的相关信息 #mysql -u root -p ppospro_device < ./${tableName}-${inputdt}-out.sql #echo "import ${tableName}-${inputdt}-out.sql to ppospro_device"