例如我有 100 张表,但是我只有 2 张表需要做水平分表的,其他 98 张都不需要,于是我去 schema.xml 把这 2 张表配置上去。 配置完后,我连接 mycat,使用show tables;查看到,只有 2 张表,其他 98 张表没有出来。 想请教下,我要怎么查其他 98 张表啊,难道我要把全部表配到 schema.xml 吗?
show tables;