码迷,mamicode.com
首页 > 数据库 > 详细

centos7.0 安装pdo_mysql扩展

时间:2017-07-01 22:44:26      阅读:1931      评论:0      收藏:0      [点我收藏+]

标签:find   nbsp   mysql   ons   environ   har   config   扩展   please   

1:进入到源码包 /usr/local/php-7.1.6/ext/pdo_mysql 执行/usr/local/php-7.1/bin/phpize

如果报如下错误:

Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script

yum -y install  autoconf

2:

./configure --with-php-config=/usr/local/php-7.1/bin/php-config --with-pdo-mysql=/usr/local/mysql-5.7

3:make&make install

4:Installing shared extensions:     /usr/local/php-7.1/lib/php/extensions/no-debug-zts-20160303/

修改php.ini加入
extension="/usr/local/php-7.1/lib/php/extensions/no-debug-zts-20160303/pdo_mysql.so"

 

centos7.0 安装pdo_mysql扩展

标签:find   nbsp   mysql   ons   environ   har   config   扩展   please   

原文地址:http://www.cnblogs.com/paulversion/p/7103537.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!