You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/06/24 18:25:55 UTC

[GitHub] [shardingsphere] RaigorJiang commented on issue #14968: pg need to connect a database when proxy start up without a default schema

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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org