McClone commented on issue #23899:
URL: 
https://github.com/apache/shardingsphere/issues/23899#issuecomment-1413078154

   create database test1; 
   REGISTER STORAGE UNIT test1(
       HOST="127.0.0.1",
       PORT=3306,
       DB="test1",
       USER="root",
       PASSWORD="root"
   );
   
   create database test2; 
   REGISTER STORAGE UNIT test2(
       HOST="127.0.0.1",
       PORT=3306,
       DB="test2",
       USER="root",
       PASSWORD="root"
   );
   
   
   The result is that the two databases are same, which is wrong.
   


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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to