harvies opened a new issue #3040: Mysql Workbench cannot connect to 
sharding-proxy.
URL: https://github.com/apache/incubator-shardingsphere/issues/3040
 
 
   ## Bug Report
   
   **For English only**, other languages will not accept.
   
   Before report a bug, make sure you have:
   
   - Searched open and closed [GitHub 
issues](https://github.com/apache/incubator-shardingsphere/issues).
   - Read documentation: [ShardingSphere 
Doc](https://shardingsphere.apache.org/document/current/en/overview).
   
   Please pay attention on issues you submitted, because we maybe need more 
details. 
   If no response **more than 7 days** and we cannot reproduce it on current 
information, we will **close it**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Which version of ShardingSphere did you use?
   4.0.0-RC3-SNAPSHOT
   ### Which project did you use? Sharding-JDBC or Sharding-Proxy?
   Sharding-Proxy
   ### Expected behavior
   
   ### Actual behavior
   
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   
   ### Example codes for reproduce this issue (such as a github link).
   
   
   
   
![image](https://user-images.githubusercontent.com/16585330/64922665-5344d700-d804-11e9-9189-c3d94d5ed36f.png)
   
   
![image](https://user-images.githubusercontent.com/16585330/64922666-5b047b80-d804-11e9-8528-02cc8ea23d65.png)
   
   
![image](https://user-images.githubusercontent.com/16585330/64922670-65267a00-d804-11e9-8770-48ae2bdd70e5.png)
   
   
![image](https://user-images.githubusercontent.com/16585330/64922671-6a83c480-d804-11e9-9bc5-c03e21c150b9.png)
   
![image](https://user-images.githubusercontent.com/16585330/64922982-d7e52480-d807-11e9-992a-25924e2e14a5.png)
   
![image](https://user-images.githubusercontent.com/16585330/64922983-dddb0580-d807-11e9-942a-98c1d51b5374.png)
   
   Mysql Workbench log
   21:59:03 [ERR][  GRTDispatcher]: exception in grt execute_task, continuing: 
Exception: Access denied for user 'root'@'localhost' (using password: YES)
   21:59:03 [ERR][  GRTDispatcher]: worker: task 'execute sql queries' has 
failed with error:.Access denied for user 'root'@'localhost' (using password: 
YES)
   21:59:07 [ERR][  GRTDispatcher]: exception in grt execute_task, continuing: 
Exception: Access denied for user 'root'@'localhost' (using password: YES)
   21:59:07 [ERR][  GRTDispatcher]: worker: task 'execute sql queries' has 
failed with error:.Access denied for user 'root'@'localhost' (using password: 
YES)
   21:59:07 [ERR][    WQE backend]: Got an exception during connection: Access 
denied for user 'root'@'localhost' (using password: YES)
   21:59:07 [ERR][SQL Editor Form]: SQL editor could not be connected: Access 
denied for user 'root'@'localhost' (using password: YES)
   21:59:07 [ERR][SQL Editor Form]: Your connection attempt failed for user 
'root' to the MySQL server at 127.0.0.1:3307:
     Access denied for user 'root'@'localhost' (using password: YES)
   
   Please:
   1 Check that MySQL is running on address 127.0.0.1
   2 Check that MySQL is reachable on port 3307 (note: 3306 is the default, but 
this can be changed)
   3 Check the user root has rights to connect to 127.0.0.1 from your address 
(MySQL rights define what clients can connect to the server and from which 
machines) 
   4 Make sure you are both providing a password if needed and using the 
correct password for 127.0.0.1 connecting from the host address you're 
connecting from
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to