摘要: https://www.runoob.com/postgresql/postgresql-privileges.html 主要看这个: https://www.jianshu.com/p/0c1e3084724d https://www.cnblogs.com/Gbeniot/p/11678404. 阅读全文
posted @ 2019-12-10 16:35 天天天蓝蓝调调 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 1.查看进行是否已启动 service postgresql-10 status 2.若已启动,则不用管 若未启动,则启动 service postgresql-10 start 3.切换到postgres用户(以下两种方法均需要切换到这个用户) su postgres 进入bin目录 cd /us 阅读全文
posted @ 2019-12-10 16:10 天天天蓝蓝调调 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 1.下载rpm包: 1)下载依赖包 libicu.rpm 百度rpm, 进入 http://fr2.rpmfind.net/linux/RPM/, 搜索libicu, 下载对应linux系统版本的依赖,此处下载的是centos6.8的 http://fr2.rpmfind.net/linux/rpm 阅读全文
posted @ 2019-12-10 14:29 天天天蓝蓝调调 阅读(1018) 评论(0) 推荐(0) 编辑