docs(shell): 更新mysqlSQLSplinter.sh中的注释说明

This commit is contained in:
2025-09-24 18:42:46 +08:00
parent 1aecd52339
commit e93b14d798

View File

@@ -49,7 +49,7 @@ EOF
echo "split ${tableName}-${inputdt}.sql to ${tableName}-${inputdt}-out.sql" echo "split ${tableName}-${inputdt}.sql to ${tableName}-${inputdt}-out.sql"
# 导入 # 导入 这里要根据实际情况修改 数据库名, mysql 登录的相关信息
#mysql -u root -p ppospro_device < ./${tableName}-${inputdt}-out.sql #mysql -u root -p ppospro_device < ./${tableName}-${inputdt}-out.sql
#echo "import ${tableName}-${inputdt}-out.sql to ppospro_device" #echo "import ${tableName}-${inputdt}-out.sql to ppospro_device"