geekyouth opened a new pull request, #13312: URL: https://github.com/apache/dolphinscheduler/pull/13312
<!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request `bash tools/bin/upgrade-schema.sh` 执行报错,提示 mysql class 找不到,很显然是缺少 jar ## Brief change log `cp /opt/mysql/mysql-connector-java-8.0.16/mysql-connector-java-8.0.16.jar ./tools/libs/` > 如果使用 MySQL,需要手动下载 [mysql-connector-java 驱动][mysql] (8.0.16) 并解压后移动到 DolphinScheduler 的每个模块的 libs 目录下,其中包括 `api-server/libs`、`alert-server/libs`、`master-server/libs`、`worker-server/libs`、`tools/libs`。 tools/libs 这里如果缺少 mysql 驱动,会导致 bash tools/bin/upgrade-schema.sh 报错  -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
