前言:最近在搞postgresql-11,安装过程可以查看官网,非常详细。付个地址:https://www.postgresql.org/download/linux/redhat/可以查看在不同版本用不同命令安装不同版本数据库。启用开机自动启用systemctl enable postgresql-11systemctl start postgresql-11接下来说一下安装数据库后对用户和数据库的创建以及远程开放端口的操作。一、在默认配置条件下,本机访问PostgreSQL切换到Linu
linux
2023-08-29
42 点赞
0 评论
63 浏览