AtoriUzawa commented on issue #7386:
URL: 
https://github.com/apache/incubator-seata/issues/7386#issuecomment-2928651449

   无法识别 MySQL 驱动的问题最新版应该已经修复了
   你可以参考下面的 PowerShell 命令启动 Seata 容器,同时挂载配置文件和 MySQL 驱动:
   
   ```powershell
   # 如果之前有同名容器,先删除避免冲突
   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/mysql-connector-j-8.3.0.jar"
 `
     -d `
     apache/seata-server
   


-- 
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

Reply via email to