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

   # Error when executing `ADD RESOURCE` command in ShardingProxy 5.5.1
   
   ## Problem Description
   
   After creating a logical database, I executed the following commands:
   
   ```sql
   USE test;
   
   ADD RESOURCE ds_0 (
       URL="jdbc:mysql://127.0.0.1:3306/test?serverTimezone=UTC&useSSL=false",
       USER=root,
       PASSWORD=root,
       PROPERTIES("maximumPoolSize"=50,"idleTimeout"="60000")
   );
   ```
   However, I encountered the following error:
   ```sql
   [42000][1064] You have an error in your SQL syntax: no viable alternative at 
input 'ADD' near '[@1,45:47='ADD',<88>,1:45]' at line 1
   


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