postgresql 备忘录

前端之家收集整理的这篇文章主要介绍了postgresql 备忘录前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

需要配置一台测试服务器,环境重新搭建了一遍。安装postgresql 初始化数据库的时候,竟然卡壳了。看来,不能相信记忆,把记忆固定下来才是正路。

mkdir data

chown postgres:postgres data

sudo -u postgres bin/initdb --pgdata=/opt/pgsql/data

初始化数据库时,一定要注意指定postgres的特定用户

猜你在找的Postgre SQL相关文章