You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "FjcD (via GitHub)" <gi...@apache.org> on 2023/03/20 03:33:20 UTC

[GitHub] [shardingsphere] FjcD opened a new issue, #24680: no viable alternative at input 'REGISTER'

FjcD opened a new issue, #24680:
URL: https://github.com/apache/shardingsphere/issues/24680

   ### Which version of ShardingSphere did you use?
   apache-shardingsphere-5.3.1
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-Proxy
   ### Expected behavior
   REGISTER STORAGE UNIT
   ### Actual behavior
    no viable alternative at input 'REGISTER' at line 1
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   REGISTER STORAGE UNIT ds_0 (
       URL="jdbc:mysql://127.0.0.1:3306/demo_ds_0?serverTimezone=UTC&useSSL=false"
       USER="root",
       PASSWORD="root"
       PROPERTIES("maximumPoolSize"=50,"idleTimeout"="30000")
   ),ds_1 (
       URL="jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false"
       USER="root",
       PASSWORD="root"
       PROPERTIES("maximumPoolSize"=50,"idleTimeout"="30000")
   );
   ### Example codes for reproduce this issue (such as a github link).
   


-- 
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] FjcD commented on issue #24680: no viable alternative at input 'REGISTER'

Posted by "FjcD (via GitHub)" <gi...@apache.org>.
FjcD commented on issue #24680:
URL: https://github.com/apache/shardingsphere/issues/24680#issuecomment-1477347497

   Thank you very much


-- 
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] FjcD commented on issue #24680: no viable alternative at input 'REGISTER'

Posted by "FjcD (via GitHub)" <gi...@apache.org>.
FjcD commented on issue #24680:
URL: https://github.com/apache/shardingsphere/issues/24680#issuecomment-1475918775

   🆘


-- 
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] FjcD commented on issue #24680: no viable alternative at input 'REGISTER'

Posted by "FjcD (via GitHub)" <gi...@apache.org>.
FjcD commented on issue #24680:
URL: https://github.com/apache/shardingsphere/issues/24680#issuecomment-1475918504

   😿


-- 
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] FjcD closed issue #24680: no viable alternative at input 'REGISTER'

Posted by "FjcD (via GitHub)" <gi...@apache.org>.
FjcD closed issue #24680: no viable alternative at input 'REGISTER'
URL: https://github.com/apache/shardingsphere/issues/24680


-- 
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 #24680: no viable alternative at input 'REGISTER'

Posted by "RaigorJiang (via GitHub)" <gi...@apache.org>.
RaigorJiang commented on issue #24680:
URL: https://github.com/apache/shardingsphere/issues/24680#issuecomment-1477345659

   @FjcD 
   Your URL and PASSWORD lines are missing commas.


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