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 2021/06/06 01:36:13 UTC

[GitHub] [shardingsphere] menghaoranss opened a new issue #10673: Create user should not need to execute use database first

menghaoranss opened a new issue #10673:
URL: https://github.com/apache/shardingsphere/issues/10673


   ```
   mysql> create user test identified by '123456';
   ERROR 1046 (3D000): No database selected
   mysql>
   ```


-- 
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:
users@infra.apache.org



[GitHub] [shardingsphere] RaigorJiang commented on issue #10673: Create user should not need to execute use database first

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


   I'm working on this issue, please assign it to me, thanks.


-- 
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] ccMoriarty commented on issue #10673: Create user should not need to execute use database first

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


   ![image](https://user-images.githubusercontent.com/35559210/126616133-28d8201f-bdf4-4561-927f-3703b89aa791.png)
   ![image](https://user-images.githubusercontent.com/35559210/126616237-0ff0b5c3-8079-4318-8826-327228c84559.png)
   
   
   I have a similar problem
   
   when i use  'select * from db.tb',  it tell me No database selected; but it ok in MySQL
   
   why must selecte  database  first


-- 
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] ccMoriarty edited a comment on issue #10673: Create user should not need to execute use database first

Posted by GitBox <gi...@apache.org>.
ccMoriarty edited a comment on issue #10673:
URL: https://github.com/apache/shardingsphere/issues/10673#issuecomment-884770205


   ![image](https://user-images.githubusercontent.com/35559210/126616133-28d8201f-bdf4-4561-927f-3703b89aa791.png)
   ![image](https://user-images.githubusercontent.com/35559210/126616237-0ff0b5c3-8079-4318-8826-327228c84559.png)
   
   
   I have a similar problem
   
   when i use  'select * from db.tb',  it tell me No database selected; but it ok in MySQL
   
   why must selecte  database  first
   
   
   
   version:  apache-shardingsphere-5.0.0-beta-shardingsphere-proxy


-- 
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] RaigorJiang commented on issue #10673: Create user should not need to execute use database first

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


   I'm working on this issue, please assign it to me, thanks.


-- 
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] RaigorJiang commented on issue #10673: Create user should not need to execute use database first

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


   Hi @ccMoriarty 
   Thanks for your feedback, but this is not a similar problem. 
   - for Proxy, different schemas can have different feature configurations, which will affect the query results, so the schema must be used first.
   - `create user` is not limited by the sharding function, so this needs to be solved.


-- 
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] RaigorJiang commented on issue #10673: Create user should not need to execute use database first

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


   I'm working on this issue, please assign it to me, thanks.


-- 
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] tristaZero closed issue #10673: Create user should not need to execute use database first

Posted by GitBox <gi...@apache.org>.
tristaZero closed issue #10673:
URL: https://github.com/apache/shardingsphere/issues/10673


   


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