RaigorJiang opened a new issue #12758:
URL: https://github.com/apache/shardingsphere/issues/12758


   ## Bug Report
   ### Which version of ShardingSphere did you use?
   ShardingSphere-Proxy : master branch
   
   ### Actual behavior
   My password for mysql user is `admin@2021`, so I input SQL:
   ```sql
   ADD RESOURCE resource_0 (
       HOST=127.0.0.1,
       PORT=3306,
       DB=db0,
       USER=root,
       PASSWORD=admin@2021
   );
   ```
   But the password received by Proxy is just `admin`, this cause validate 
failed.
   
   ### Reason analyze (If you can)
   ANTLR definition is flawed.
   


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