全局序列号
1.创建一个mycat数据库
2.导入conf下的dbseq.sql文件
3.修改conf下的sequence_db_conf.properties文件
GLOBAL=mycat -- 步骤4设置的数据节点
ORDER_MASTER=mycat -- 要全局id的表名 = 数据节点 表名必须大写,不然报错
4.修改schema.xml文件 设置mycat数据库所在的mysql服务器和dataNode
5.mycat数据库中的MYCAT_SEQUENCE表插入ORDER_MASTER数据
6.修改schema.xml文件,添加全局自增ID 如order_master 加入 autoIncrement="true"
7.修改server.xml文件
7.重启Mycat使其生效