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/07/24 13:17:09 UTC

[GitHub] [shardingsphere] zjcnb opened a new issue, #19505: [Document] `RDL` Syntax `ADD RESOURCE` document correct

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

   `RDL` Syntax `ADD RESOURCE` has mistakes, It seems to be missing a comma.
   
   Refer to : https://shardingsphere.apache.org/document/current/en/reference/distsql/syntax/rdl/resource-definition/add-resource/
   
   ```
   mysql> ADD RESOURCE ds_2 (
       ->     HOST=127.0.0.1,
       ->     PORT=3306,
       ->     DB=ds1,
       ->     USER=root,
       ->     PASSWORD=123456
       ->     PROPERTIES("maximumPoolSize"=10)
       -> );
   ERROR 1235 (42000): This version of ShardingSphere-Proxy doesn't yet support this SQL. 'You have an error in your SQL syntax'
   ```


-- 
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] RaigorJiang closed issue #19505: [Document] `RDL` Syntax `ADD RESOURCE` document correct

Posted by GitBox <gi...@apache.org>.
RaigorJiang closed issue #19505: [Document] `RDL` Syntax  `ADD RESOURCE` document correct
URL: https://github.com/apache/shardingsphere/issues/19505


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