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"