suchen

Heim  >  Fragen und Antworten  >  Hauptteil

nginx - 搭建lnmp环境,外接mysql,我的php应该怎么编译?

./configure --enable-opcache --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --enable-mbstring=all --with-pdo-mysql --enable-sockets --enable-mbstring --enable-fpm --with-curl --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --enable-xml --with-gd --with-mcrypt --with-libxml-dir=/usr --enable-xml --with-openssl --with-iconv=/usr/local/iconv

在我的环境中没有安装mysql,外接阿里云数据库

mysql那一部分怎么编译啊?

世界只因有你世界只因有你2783 Tage vor485

Antworte allen(3)Ich werde antworten

  • ringa_lee

    ringa_lee2017-05-16 13:03:41

    既然使用阿里的rds,只需要安装Php的mysqli扩展,连接mysql的时候使用阿里提供的地址就可以了。不需要单独安装Mysql了

    Antwort
    0
  • 给我你的怀抱

    给我你的怀抱2017-05-16 13:03:41

    Mysql正常安装就行,php安装mysql扩展,`--with-mysql=/usr/local/mysql
    --with-mysqli=/usr/local/mysql/bin/mysql_config`具体教程网上很多很多,楼主一步步按照教程来就可以,写的一般都挺详细的。
    附个地址:
    http://www.jb51.net/article/9...

    Antwort
    0
  • PHPz

    PHPz2017-05-16 13:03:41

    连接外部的mysql是不需要对php或者其扩展进行修改什么。只需要把地址给对。账号密码数据库正确即可

    Antwort
    0
  • StornierenAntwort