Self-revolution commented on issue #6760: URL: https://github.com/apache/incubator-seata/issues/6760#issuecomment-3232453107
> [@Self-revolution](https://github.com/Self-revolution) 我用以下脚本 docker run -d -p 8091:8091 -p 7091:7091 -e SEATA_IP=127.0.0.1 -v /www/server/seata/config/mysql-connector-j-8.4.3.jar:/lib/mysql-connector-j-8.4.3.jar --name seata apache/seata-server:2.1.0.jre17 同时把mysql-connector-j-8.4.3.jar 复制到容器的/seata-server/libs和/seata-server/libs/jdbc中了。 同时也复制到容器的/lib和/lib/jdbc中了。 但还是会提示同样的mysql驱动不存在。。 路径不对,按我前面说的方式,挂载到`/seata-server/libs/mysql-connector-j-8.4.3.jar` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
