novice-gamer opened a new issue, #18509:
URL: https://github.com/apache/shardingsphere/issues/18509

   Shardingsphere proxy version 5.1.3
   The database cannot be displayed after it is created;
   
   “”“
   mysql> create database bid_analyse;
   Query OK, 0 rows affected (0.67 sec)
   
   mysql> show databases;
   +------------------------+
   | schema_name            |
   +------------------------+
   | crawler2021            |
   | customer_delivery_dev  |
   | customer_delivery_prod |
   +------------------------+
   3 rows in set (0.00 sec)
   
   mysql> create database bid_analyse;
   ERROR 1007 (HY000): Can't create database 'bid_analyse'; database exists
   mysql> show databases;
   +------------------------+
   | schema_name            |
   +------------------------+
   | crawler2021            |
   | customer_delivery_dev  |
   | customer_delivery_prod |
   +------------------------+
   3 rows in set (0.00 sec)
   ”“”


-- 
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