美文网首页
安装 mongodb php扩展

安装 mongodb php扩展

作者: hk_faith | 来源:发表于2018-10-18 15:27 被阅读0次
    sudo add-apt-repository ppa:chris-lea/mongodb-drivers
    sudo apt-get update
    sudo apt-get install php-mongodb
    sudo service php7.0-fpm restart
    
    service --status-all
    php -v
    php -m
    

    相关文章

      网友评论

          本文标题:安装 mongodb php扩展

          本文链接:https://www.haomeiwen.com/subject/jxcszftx.html