xingchun-chen commented on issue #2481: URL: https://github.com/apache/incubator-dolphinscheduler/issues/2481#issuecomment-616944765
Since MYSQL does not support batch upload, the data source needs to be configured with“allowMultiQueries = true”, otherwise an error will be occurred when deleting resource files。mysql configuration is as follows: spring.datasource.url=jdbc:mysql://192.168.xx.xx:3306/dolphinscheduler_1.3.0?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
