You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/06/22 06:54:39 UTC

[GitHub] [shardingsphere] novice-gamer opened a new issue, #18509: The database cannot be displayed after it is created

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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] terrymanu commented on issue #18509: The database cannot be displayed after it is created

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #18509:
URL: https://github.com/apache/shardingsphere/issues/18509#issuecomment-1164680846

   I just set it as invalid because of the author close the issue without any reason.


-- 
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-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] novice-gamer closed issue #18509: The database cannot be displayed after it is created

Posted by GitBox <gi...@apache.org>.
novice-gamer closed issue #18509: The database cannot be displayed after it is created
URL: https://github.com/apache/shardingsphere/issues/18509


-- 
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-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org