zjcnb opened a new issue, #18664: URL: https://github.com/apache/shardingsphere/issues/18664
### Which version of ShardingSphere did you use? `master` ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? `ShardingSphere-Proxy` ### Expected behavior `Add resource` successful. ### Actual behavior `ERROR 1104 (C1104): Can not process invalid resources, error messages are: [Single table conflict, there are multiple tables `admin` existed.].` `ADD MASTER RESOURCE : ` ``` ADD RESOURCE ds0 ( HOST=127.0.0.1, PORT=3306, DB=lsj, USER=root, PASSWORD=123456 ); ``` `ADD SLAVE RESOURCE : ` ``` ADD RESOURCE ds1 ( HOST=127.0.0.1, PORT=3307, DB=lsj, USER=root, PASSWORD=123456 ); ``` <img width="1340" alt="image" src="https://user-images.githubusercontent.com/33742097/176172502-390062d1-1c7a-4554-b253-3f7ccb8b23a2.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. To unsubscribe, e-mail: notifications-unsubscr...@shardingsphere.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org