RaigorJiang commented on issue #14968: URL: https://github.com/apache/shardingsphere/issues/14968#issuecomment-1165827098
Hi @taojintianxia Over the course of several months, Proxy's meta database support has improved considerably. Now, if you still want to configure PostgreSQL scenario via only one server.yaml, Do this: 1. Configure `proxy-frontend-database-protocol-type: PostgreSQL` in props in server.yaml, In this way, a meta database `postgres` will be created when the Proxy starts. 2. Now, we can successfully connect by: `psql -h 127.0.0.1 -p 3307 postgres root` -- 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]
