You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/03/11 14:35:20 UTC

[GitHub] [incubator-shardingsphere] kimmking edited a comment on issue #4697: Cannot find table rule and default data source with logic tables

kimmking edited a comment on issue #4697: Cannot find table rule and default data source with logic tables
URL: https://github.com/apache/incubator-shardingsphere/issues/4697#issuecomment-597666580
 
 
   You can config nothing for tables.
   Those non-sharding tables will be configured as default tables automically.
   If they're sharding tables, you can do this to gather all tables' name:
   ```
   use information_schema
   select group_concat(table_name) from tables where table_schema='database name';
   ```
   ![image](https://user-images.githubusercontent.com/807508/76428257-67027c00-63e8-11ea-8d2c-7a21dfbee938.png)
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services