Guamirieye commented on issue #7386: URL: https://github.com/apache/incubator-seata/issues/7386#issuecomment-3112742688
> 无法识别 MySQL 驱动的问题最新版应该已经修复了 你可以参考下面的 PowerShell 命令启动 Seata 容器,同时挂载配置文件和 MySQL 驱动: > > # 如果之前有同名容器,先删除避免冲突 > docker rm -f seata-server > > # 运行容器,挂载配置和驱动 > docker run --name seata-server ` > -p 7091:7091 ` > -p 8091:8091 ` > -v "\PATH\TO\application.yml:/seata-server/resources/application.yml" ` > -v "\PATH\TO\mysql-connector-j-8.3.0.jar:/seata-server/libs/jdbc/mysql-connector-j-8.3.0.jar" ` > -d ` > apache/seata-server 不对,应该要换mysql-connector-j-8.3.0.jar挂载到/seata-server/libs下面,而不是jdbc,否则还是会报cannot find jdbc folder。 我的是2.4.0版本 -- 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: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org