./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那一部分怎么编译啊?
既然使用阿里的rds,只需要安装Php的mysqli扩展,连接mysql的时候使用阿里提供的地址就可以了。不需要单独安装Mysql了
Mysql正常安装就行,php安装mysql扩展,`--with-mysql=/usr/local/mysql
--with-mysqli=/usr/local/mysql/bin/mysql_config`具体教程网上很多很多,楼主一步步按照教程来就可以,写的一般都挺详细的。
附个地址:
http://www.jb51.net/article/9...
连接外部的mysql是不需要对php或者其扩展进行修改什么。只需要把地址给对。账号密码数据库正确即可