1.下载:

anzhuang  jDK

http://blog.csdn.net/youzhouliu/article/details/51183115

-------------------------------

http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

http://www.cnblogs.com/tjpanda88/p/4306149.html

---------------------------------------------------------------------------------------------------------------

2.//官方安装_Postgresql

https://www.postgresql.org/download/linux/redhat/

3.//博客安装过程

http://blog.csdn.net/lk10207160511/article/details/50359549

http://www.jianshu.com/p/7e95fd0bc91a

  1. 1.添加RPM
  2.  
  3.   
    [root@localhost ~]# yum install https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-7-x86_64/pgdg-centos95-9.5-2.noarch.rpm
  4. Loaded plugins: fastestmirror, langpacks
  5. pgdg-centos95-9.5-.noarch.rpm | 5.3 kB :
  6. Examining /var/tmp/yum-root-a5MmUk/pgdg-centos95-9.5-.noarch.rpm: pgdg-centos95-9.5-.noarch
  7. Marking /var/tmp/yum-root-a5MmUk/pgdg-centos95-9.5-.noarch.rpm to be installed
  8. Resolving Dependencies
  9. --> Running transaction check
  10. ---> Package pgdg-centos95.noarch :9.5- will be installed
  11. --> Finished Dependency Resolution
  12.  
  13. Dependencies Resolved
  14.  
  15. ================================================================================
  16. Package Arch Version Repository Size
  17. ================================================================================
  18. Installing:
  19. pgdg-centos95 noarch 9.5- /pgdg-centos95-9.5-.noarch 2.2 k
  20.  
  21. Transaction Summary
  22. ================================================================================
  23. Install Package
  24.  
  25. Total size: 2.2 k
  26. Installed size: 2.2 k
  27. Is this ok [y/d/N]: y
  28. Downloading packages:
  29. Running transaction check
  30. Running transaction test
  31. Transaction test succeeded
  32. Running transaction
  33. Warning: RPMDB altered outside of yum.
  34. ** Found pre-existing rpmdb problem(s), 'yum check' output follows:
  35. ipa-client-4.4.-.el7.centos.x86_64 has installed conflicts freeipa-client: ipa-client-4.4.-.el7.centos.x86_64
  36. ipa-client-common-4.4.-.el7.centos.noarch has installed conflicts freeipa-client-common: ipa-client-common-4.4.-.el7.centos.noarch
  37. ipa-common-4.4.-.el7.centos.noarch has installed conflicts freeipa-common: ipa-common-4.4.-.el7.centos.noarch
  38. :java-1.8.-openjdk-headless-1.8.0.102-.b14.el7.x86_64 has missing requires of tzdata-java >= ('', '2015d', None)
  39. Installing : pgdg-centos95-9.5-.noarch /
  40. Verifying : pgdg-centos95-9.5-.noarch /
  41.  
  42. Installed:
  43. pgdg-centos95.noarch :9.5-
  44.  
  45. Complete!
  46.  
  47. 2.安装PostgreSQL 9.5
  48.  
  49.  
  50. [root@localhost ~]# yum install postgresql95-server postgresql95-contrib
  51. Loaded plugins: fastestmirror, langpacks
  52. Repository pgdg95 is listed more than once in the configuration
  53. Repository pgdg95-source is listed more than once in the configuration
  54. Loading mirror speeds from cached hostfile
  55. * base: mirrors.cn99.com
  56. * extras: mirrors.aliyun.com
  57. * updates: mirrors.aliyun.com
  58. Resolving Dependencies
  59. --> Running transaction check
  60. ---> Package postgresql95-contrib.x86_64 :9.5.-2PGDG.rhel7 will be installed
  61. --> Processing Dependency: postgresql95-libs(x86-) = 9.5.-2PGDG.rhel7 for package: postgresql95-contrib-9.5.-2PGDG.rhel7.x86_64
  62. --> Processing Dependency: postgresql95(x86-) = 9.5.-2PGDG.rhel7 for package: postgresql95-contrib-9.5.-2PGDG.rhel7.x86_64
  63. --> Processing Dependency: libpq.so.()(64bit) for package: postgresql95-contrib-9.5.-2PGDG.rhel7.x86_64
  64. ---> Package postgresql95-server.x86_64 :9.5.-2PGDG.rhel7 will be installed
  65. --> Running transaction check
  66. ---> Package postgresql95.x86_64 :9.5.-2PGDG.rhel7 will be installed
  67. ---> Package postgresql95-libs.x86_64 :9.5.-2PGDG.rhel7 will be installed
  68. --> Finished Dependency Resolution
  69.  
  70. Dependencies Resolved
  71.  
  72. ================================================================================
  73. Package Arch Version Repository Size
  74. ================================================================================
  75. Installing:
  76. postgresql95-contrib x86_64 9.5.-2PGDG.rhel7 pgdg95 k
  77. postgresql95-server x86_64 9.5.-2PGDG.rhel7 pgdg95 4.1 M
  78. Installing for dependencies:
  79. postgresql95 x86_64 9.5.-2PGDG.rhel7 pgdg95 1.3 M
  80. postgresql95-libs x86_64 9.5.-2PGDG.rhel7 pgdg95 k
  81.  
  82. Transaction Summary
  83. ================================================================================
  84. Install Packages (+ Dependent packages)
  85.  
  86. Total size: 6.1 M
  87. Total download size: k
  88. Installed size: M
  89. Is this ok [y/d/N]: y
  90. Downloading packages:
  91. pgdg95//x86_64/prestodelta | kB :
  92. postgresql95-contrib-9.5.-2PGDG.rhel7.x86_64.rpm | kB :
  93. Running transaction check
  94. Running transaction test
  95. Transaction test succeeded
  96. Running transaction
  97. Installing : postgresql95-libs-9.5.-2PGDG.rhel7.x86_64 /
  98. Installing : postgresql95-9.5.-2PGDG.rhel7.x86_64 /
  99. Installing : postgresql95-contrib-9.5.-2PGDG.rhel7.x86_64 /
  100. Installing : postgresql95-server-9.5.-2PGDG.rhel7.x86_64 /
  101. Verifying : postgresql95-contrib-9.5.-2PGDG.rhel7.x86_64 /
  102. Verifying : postgresql95-server-9.5.-2PGDG.rhel7.x86_64 /
  103. Verifying : postgresql95-libs-9.5.-2PGDG.rhel7.x86_64 /
  104. Verifying : postgresql95-9.5.-2PGDG.rhel7.x86_64 /
  105.  
  106. Installed:
  107. postgresql95-contrib.x86_64 :9.5.-2PGDG.rhel7
  108. postgresql95-server.x86_64 :9.5.-2PGDG.rhel7
  109.  
  110. Dependency Installed:
  111. postgresql95.x86_64 :9.5.-2PGDG.rhel7
  112. postgresql95-libs.x86_64 :9.5.-2PGDG.rhel7
  113.  
  114. Complete!
      
  115.  
  116. 3.初始化数据库
  117.  
  118. [root@localhost ~]# /usr/pgsql-9.5/bin/postgresql95-setup initdb
  119. Initializing database ... OK

  120. 4.设置开机自启动
  121.  
  122. [root@localhost ~]# systemctl enable postgresql-9.5
  123. Created symlink from /etc/systemd/system/multi-user.target.wants/postgresql-9.5.service to /usr/lib/systemd/system/postgresql-9.5.service.

  124. 5.启动服务
    [root@localhost ~]# systemctl start postgresql-9.5
  125. [root@localhost ~]# systemctl status postgresql-9.5
  126. postgresql-9.5.service - PostgreSQL 9.5 database server
  127. Loaded: loaded (/usr/lib/systemd/system/postgresql-9.5.service; enabled; vendor preset: disabled)
  128. Active: active (running) since -- :: CST; 49s ago
  129. Process: ExecStart=/usr/pgsql-9.5/bin/pg_ctl start -D ${PGDATA} -s -w -t (code=exited, status=/SUCCESS)
  130. Process: ExecStartPre=/usr/pgsql-9.5/bin/postgresql95-check-db-dir ${PGDATA} (code=exited, status=/SUCCESS)
  131. Main PID: (postgres)
  132. CGroup: /system.slice/postgresql-9.5.service
  133. ├─ /usr/pgsql-9.5/bin/postgres -D /var/lib/pgsql/9.5/data
  134. ├─ postgres: logger process
  135. ├─ postgres: checkpointer process
  136. ├─ postgres: writer process
  137. ├─ postgres: wal writer process
  138. ├─ postgres: autovacuum launcher process
  139. └─ postgres: stats collector process
  140.  
  141. 3 :: localhost.localdomain systemd[]: Starting PostgreSQL 9.5 da...
  142. 3 :: localhost.localdomain pg_ctl[]: < -- ::27.60…程
  143. 3 :: localhost.localdomain pg_ctl[]: < -- ::27.60….
  144. 3 :: localhost.localdomain systemd[]: Started PostgreSQL 9.5 dat...
  145. Hint: Some lines were ellipsized, use -l to show in full.

  146. //自此,PostgreSQL 9.5 安装完成,此过程中注意安装权限,我在安装过程中一直使用的是root用户进行的安装。
  147.  
  148. [root@localhost ~]# psql --version
  149. psql (PostgreSQL) 9.5.6
  150.  
  151. 接下来,进行一下简单的配置。
  152.  
  153. //su postgres  切换用户,执行后提示符会变为 '-bash-4.2$'
  154. [root@localhost ~]# su postgres
  155.  
  156. //登录数据库,执行后提示符变为
    bash-4.2$ psql -U postgres
  157. could not change directory to "/root": Permission denied
  158. psql (9.5.)
  159. Type "help" for help.
  160. //设置postgres用户密码
  161. postgres=# alter user postgres with password 'postgres123'
  162.  
  163. //退出数据库
  164. postgres-# \q

  165. //系统管理用的帐号和密码变更完成,现在配置一下远程连接 可以参考:http://www.jianshu.com/p/7e95fd0bc91a或者http://www.cnblogs.com/Amos-Turing/p/7681323.html

.开启远程访问
    vi /var/lib/pgsql/9.5/data/postgresql.conf
    修改#listen_addresses = 'localhost'  为  listen_addresses='*'
    当然,此处‘*’也可以改为任何你想开放的服务器IP

  1.  
  2. //远程连接配置完成,由于系统原因,还需要在防火墙中打开相应的端口。
    bash-4.2$ firewall-cmd --list-all
  3. public (active)
  4. target: default
  5. icmp-block-inversion: no
  6. interfaces: wlp4s0
  7. sources:
  8. services: dhcpv6-client ssh
  9. ports:
  10. protocols:
  11. masquerade: no
  12. forward-ports:
  13. sourceports:
  14. icmp-blocks:
  15. rich rules:
  16. //开放postgresql服务
  17. bash-4.2$ firewall-cmd --add-service=postgresql --permanent
  18. success
    //重载防火墙
  19. bash-4.2$ firewall-cmd --reload
  20. success
  21. bash-4.2$ firewall-cmd --list-all
  22. public (active)
  23. target: default
  24. icmp-block-inversion: no
  25. interfaces: wlp4s0
  26. sources:
  27. services: dhcpv6-client postgresql ssh
  28. ports:
  29. protocols:
  30. masquerade: no
  31. forward-ports:
  32. sourceports:
  33. icmp-blocks:
  34. rich rules:
  35. //最后一步,不能忘记的,是重启数据库服务,使配置生效。
  36. bash-4.2$ systemctl restart postgresql-9.5.service
  37. bash-4.2$

卸载数据库:

http://www.cnblogs.com/tjpanda88/p/4306149.html4:

http://www.educity.cn/linux/1581284.html

---------------------------------------------------------------------------------------------------------------

centos 安装 jdk PostgreSQL的更多相关文章

  1. Linux安装Jdk,CentOS安装Jdk

    Linux安装Jdk,CentOS安装Jdk >>>>>>>>>>>>>>>>>>>& ...

  2. 搭建centos测试环境:window安装xshell,WinSCP 。 centos安装jdk tomcat

    通过ssh实现远程访问linux系统: 由于xshell 连接centos,需要centos开启ssh服务.所以先启动SSH服务,没有ssh需要先安装. 1 . 查看SSH是否安装命令:rpm -qa ...

  3. java环境变量 windows centos 安装jdk

    windows: 1.安装jdk,注意不是jre 2. 计算机→属性→高级系统设置→高级→环境变量,选择下面的那个系统环境变量 3. 系统变量→新建 JAVA_HOME 变量 . 变量值填写jdk的安 ...

  4. CentOS安装JDK 8

    准备工作 首先,更新包: yum update 检查服务器上是否已安装旧版本的Java: java -version 如果有旧版本的Java则移除: yum remove java-1.6.0-ope ...

  5. CentOS安装jdk的三种方法

    方法一:手动解压JDK的压缩包,然后设置环境变量 方法二:用yum安装JDK,(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及CentOS中的 ...

  6. CentOS安装JDK的三种办法

    方法一:手动解压JDK的压缩包,然后设置环境变量 1.在/usr/目录下创建java目录 [root@localhost ~]# mkdir/usr/java[root@localhost ~]# c ...

  7. Centos安装JDK(java环境)

    王小私下问我 centos 中 jdk 怎么安装呀,所以再次整理了这篇基础环境搭建的文章. 1.创建java目录2.下载上传jdk3.解压jdk4.配置环境变量 1.创建java目录 首先我们创建ja ...

  8. Centos——安装JDK

    写在前面: Just mark! 创建linux虚拟机的时候经常要安装JDK,配置环境变量,却又经常忘记,这里记录一下. 环境:Centos-6.8-x86_64-minimal JDK :jdk-7 ...

  9. Centos 安装jdk jre

    下载rpm http://www.oracle.com/technetwork/cn/java/javase/downloads/jdk7-downloads-1880260.html wget ht ...

随机推荐

  1. 使用终端shell命令批量改动一个文件下的全部文件的读写权限

    之前对openfire安装的目录就遇到过这个问题,今天再次遇到.须要改动一个目录以下的全部子目录以及文件的三个权限:本用户读写.管理员读写.全部人读写,三个都要需改为wr 步骤例如以下:比如我要改动/ ...

  2. cmake 生成VS项目文件夹

    SET_PROPERTY(GLOBAL PROPERTY USE_FOLDERS ON) SET_TARGET_PROPERTIES(test_tcp_client test_tcp_server P ...

  3. poj 1719Shooting Contest

    //本题大意是对于一个r*c的矩阵,每一列有两个是白色的 //如今选c个位置,要求每一行至少有一个白色的方格被选上 //每一列仅仅能选一个 //用二分匹配求出最大匹配,假设最大匹配等于r,则满足 // ...

  4. 常用的二种修改mysql最大连接数的方法

    方法一:进入MYSQL安装目录 打开MYSQL配置文件 my.ini 或 my.cnf查找 max_connections=100   修改为 max_connections=1000 服务里重起MY ...

  5. TCP/IP详解 卷一(第十八章 TCP连接的建立和终止)

    建立连接 建立一个TCP连接时会发生下述情况 1.客户TCP发送一个SYN(同步)分节,它告诉服务器将在(待建立)连接中发送的数据的初始序列号. 2.服务器确认(ACK)客户的SYN,同时自己也得发送 ...

  6. 【Excle数据透视表】如何调整压缩形式显示下的缩进字符数

    调整前:                                                                                                 ...

  7. 【Django】其他项目导入到Pycharm无法使用,报错:Error: Django is not importable in this environment

    导入项目后如下:项目名称那出现一个小叉 点击启动后提示错误: 那是由于运行环境的路径没有指向python的安装路径,如下图即可解决问题

  8. SQLServer 2017安装时的错误:Polybase要求安装Oracle JRE 7更新51或更高版本

    2016应该也有这个问题 下载JDK7就可以了(我装10是不可以解决的) 重新运行下 安装完后再安装SSMS 附: MS SQL SERVER 2017全套下载地址(含JDK7.SSMS.KEY): ...

  9. php代码中使用换行及(\n或\r\n和br)的应用

    浏览器识别不了\n或\r\n,这两个换行符是文本换行符,文本文件有效;假设须要将结果输出到浏览器或打印到显示器,代码中使用br;假设仅仅是在源码中换行.则使用\n或\r\n,感兴趣的朋友能够了解下,也 ...

  10. 【拆分版】Docker-compose构建Elasticsearch 7.1.0集群

    写在前边 搞了两三天了,一直有个问题困扰着我,ES集群中配置怎么能正确映射到主机上,这边经常报ClusterFormationFailureHelper master not discovered o ...