duanzonglong edited a comment on issue #6759:
URL: https://github.com/apache/shardingsphere/issues/6759#issuecomment-697070898
config-wms.yaml:
schemaName: sharding_wms
dataSources:
wms_base:
wms_sd0:
wms_sd1:
wms_sd2:
shardingRule:
defaultDatabaseStrategy:
standard:
shardingColumn: tenant_id
preciseAlgorithmClassName:
com.hrsoft.sharding.strategy.core.DatabaseStrategy
defaultDataSourceName: wms_base
tables:
ds_changelog:
actualDataNodes: wms_base. databasechangelog
databaseStrategy:
none:
tableStrategy:
none:
ds_changelog_lock:
actualDataNodes: wms_base. databasechangeloglock
databaseStrategy:
none:
tableStrategy:
none:
more....
bindingTables:
- xxxxx
defaultTableStrategy:
none:
the actual sql is:
SHOW FULL COLUMNS FROM databasechangelog FROM sharding_wms LIKE '%'
it's create bymysql-connector-java-5.1.46.jar

mysql8 is

----------------------------------------------------------------
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:
[email protected]