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: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to