lwtdev opened a new issue #7944:
URL: https://github.com/apache/shardingsphere/issues/7944
## Question
First , I use shardingsphere-proxy start with zookeeper. and create some
schemas.
```bash
[zk: localhost:2181(CONNECTED) 31] ls /governance_ds/schemas
[ spsqltest_nosharding, spsqltest_sharding, test]
```
Then, I use shardingsphere-jdbc with zookeeper, but don't know **how to
configure a init schema**.
Try to configure shardingshpere-jdbc like this:
```yaml
governance:
name: governance_ds
registryCenter:
type: ZooKeeper
serverLists: localhost:2181
overwrite: false
```
but jdbc just use a default schema `logic_db`.
```bash
[zk: localhost:2181(CONNECTED) 32] ls /governance_ds/schemas
[logic_db, spsqltest_nosharding, spsqltest_sharding, test]
```
----------------------------------------------------------------
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:
[email protected]