Replies: 3 comments 3 replies
-
@KolorYan You can try the latest version, ShardingSphere can support none sharding tables management now. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@strongduanmu I can't find version: 5.1.0 in maven central repository |
Beta Was this translation helpful? Give feedback.
3 replies
-
select data from database 'information_schema' will occur exception like this The error occurred while setting parametersSQL: SELECT table_name FROM information_schema.tables WHERE table_schema = ? AND table_type = 'BASE TABLE' AND table_name like CONCAT(?, '%')Cause: org.apache.shardingsphere.infra.exception.SchemaNotExistedException: Schema 'information_schema' doesn't exist. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
project mixed sharding tables and no sharding tables is general situation.
but sharding-jdbc process it in one case
so some sql which sharding-jdbc not support can't use in project whether sharding or not
Beta Was this translation helpful? Give feedback.
All reactions