zoukankan      html  css  js  c++  java
  • centos 下安装pdo_pgsql 只需一个命令_______yum install php56w-pgsql

    [root@localhost ~]# yum install php56w-pgsql
    Loaded plugins: fastestmirror, langpacks
    Repository pgdg95 is listed more than once in the configuration
    Repository pgdg95-source is listed more than once in the configuration
    Loading mirror speeds from cached hostfile
     * base: mirrors.sohu.com
     * epel: mirror.premi.st
     * extras: mirrors.sohu.com
     * updates: mirrors.sohu.com
     * webtatic: sp.repo.webtatic.com
    Resolving Dependencies
    --> Running transaction check
    ---> Package php56w-pgsql.x86_64 0:5.6.30-1.w7 will be installed
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ================================================================================
     Package              Arch           Version             Repository        Size
    ================================================================================
    Installing:
     php56w-pgsql         x86_64         5.6.30-1.w7         webtatic         107 k
    
    Transaction Summary
    ================================================================================
    Install  1 Package
    
    Total download size: 107 k
    Installed size: 378 k
    Is this ok [y/d/N]: y
    Downloading packages:
    php56w-pgsql-5.6.30-1.w7.x86_64.rpm                        | 107 kB   00:02     
    Running transaction check
    Running transaction test
    Transaction test succeeded
    Running transaction
      Installing : php56w-pgsql-5.6.30-1.w7.x86_64                              1/1
      Verifying  : php56w-pgsql-5.6.30-1.w7.x86_64                              1/1
    
    Installed:
      php56w-pgsql.x86_64 0:5.6.30-1.w7                                             
    
    Complete!

    如果根本没有pdo_pgsql   https://superuser.com/questions/475842/install-pdo-driver-for-postgresql

    yum 也无法找到package那么你需要(centos7)https://webtatic.com/packages/php56/

    rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
    rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm

    有不懂得或者不明确的地方可以关注我的v信号:whenDreams

    回复"博客"即可

    或扫码:

     

    或加我们的Symfony Q裙:

     

    php -m|grep -i pdo
    
  • 相关阅读:
    java10-3 equals方法
    java10-2 toString()方法
    java10-1 Object类
    转载 实现类的封装性
    cocosstdio之字体之文本和FNT字体
    cocos之观察者模式应用实例
    c++双字符常量
    spring之ioc
    cocos2d-x之 利用富文本控件解析xhml标签(文字标签,图片标签,换行标签,标签属性)
    cocos2d-x之利用富文本控件遍历xml
  • 原文地址:https://www.cnblogs.com/Amos-Turing/p/6875564.html
Copyright © 2011-2022 走看看