PostgreSQL12体验
1.创建数据库
D:PostgreSQLbin>initdb.exe -D D:PostgreSQLdata -E UTF-8 -U postgres -W
2.启动数据库
pg_ctl -D "D:PostgreSQLdata" -l logfile start
3.连接数据库
D:PostgreSQLbin>psql -U postgres
4.注册PG服务
pg_ctl register -N PostgreSQL -D D:postgresqldata
温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/24918.html