From 1aecd5233929fcfb89823cc7293aeff29056baa1 Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Wed, 24 Sep 2025 18:41:43 +0800 Subject: [PATCH] =?UTF-8?q?docs(mysqlSQLSplinter):=20=E6=B7=BB=E5=8A=A0SQL?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=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 添加了关于如何导入分割后SQL文件的注释,方便后续操作参考 --- shell/mysqlSQLSplinter.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shell/mysqlSQLSplinter.sh b/shell/mysqlSQLSplinter.sh index bcc45f6..78c8eaa 100644 --- a/shell/mysqlSQLSplinter.sh +++ b/shell/mysqlSQLSplinter.sh @@ -49,3 +49,7 @@ EOF echo "split ${tableName}-${inputdt}.sql to ${tableName}-${inputdt}-out.sql" +# 导入 +#mysql -u root -p ppospro_device < ./${tableName}-${inputdt}-out.sql + +#echo "import ${tableName}-${inputdt}-out.sql to ppospro_device"