a8159236 commented on issue #6587: URL: https://github.com/apache/incubator-seata/issues/6587#issuecomment-2134232574
> https://github.com/apache/incubator-seata/blob/2.x/script/server/db/mysql.sql 根据这里来建表 我将mysql.sql导入了我的seata数据中一共是四张表  但是nacos中的shuj数据库该如何配置? 是要配置四张表: store.db.globalTable=global_table store.db.branchTable=branch_table store.db.distributedLockTable=distributed_lock store.db.lockTable=lock_table 还是按照官方文档配置三张表就行: # 全局事务表名 默认global_table store.db.globalTable=global_table # 分支事务表名 默认branch_table store.db.branchTable=branch_table # 全局锁表名 默认lock_table store.db.lockTable=lock_table -- 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]
