# import_rds **Repository Path**: ysfzf/import_rds ## Basic Information - **Project Name**: import_rds - **Description**: 导入从阿里云rds上备份下来的数据 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-20 - **Last Updated**: 2023-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 导入从阿里云rds上备份下来的数据 .env配置文件 ``` # 数据库配置 MYSQL_DSN= # 解压的数据文件 IMPORT_PATH= # 忽略的表 IMPORT_IGNORES= # 只需要导入的表,默认是全部 IMPORT_ONLY= ```