liuxiaocs7 opened a new issue, #24919: URL: https://github.com/apache/shardingsphere/issues/24919
## Question **For English only**, other languages will not accept. Before asking a question, make sure you have: - Googled your question. - Searched open and closed [GitHub issues](https://github.com/apache/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 anymore and we cannot reproduce it on current information, we will **close it**. --- Hi, community, i start `org.apache.shardingsphere.proxy.Bootstrap` by IDEA (set argument `3307` as port) `server.yaml` conf: ```yaml mode: type: Cluster repository: type: ZooKeeper props: namespace: governance_ds server-lists: localhost:2181 retryIntervalMilliseconds: 500 timeToLiveSeconds: 60 maxRetries: 3 operationTimeoutMilliseconds: 500 authority: users: - user: root@% password: root - user: sharding password: sharding privilege: type: ALL_PERMITTED ``` ``` [INFO ] 2023-03-31 13:39:53.048 [Pipeline-EventListener-2] o.a.s.d.p.c.m.n.e.h.i.ConfigMetaDataChangedEventHandler - ADDED job configuration: /pipeline/jobs/j0302p0000fb15926d7953f53bdad7b0763b42ac91/config, disabled=false [INFO ] 2023-03-31 13:39:53.505 [main] o.a.s.p.frontend.ShardingSphereProxy - ShardingSphere-Proxy Cluster mode started successfully ``` But when I try to connect to the proxy using the mysql client, it seems to be stuck.  So how to use DistSQL in native ShardingSphere-Proxy or only support configuration by yaml now in local mode? -- 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]
