docs(mysqlSQLSplinter): 添加SQL导入注释说明

添加了关于如何导入分割后SQL文件的注释,方便后续操作参考
This commit is contained in:
2025-09-24 18:41:43 +08:00
parent 20e5708228
commit 1aecd52339

View File

@@ -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"