• 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
    
  • 相关阅读:
    EXTJS 动态改变Gird 列值
    EXTJS动态改变store的proxy的params
    获取Spring容器Bean
    EXTJS 6 必填项加星号*
    Maven打包附加配置文件
    MyEclipse 优化
    Android-SurfaceView生命周期
    Android-PopupWindow
    Android-Sqlite3的使用
    Android-adb的使用
  • 原文地址:https://www.cnblogs.com/Amos-Turing/p/6875564.html
Copyright © 2020-2023  润新知