- 论坛徽章:
- 0
|
安装mysql驱动
某台机器发现没有mysql驱动,进入源码目录安装
Java代码- 1.cd php-5.3.3
- 2.cd ext/
- 3.cd mysql
- 4./opt/modules/php5.3/bin/phpize
- 5../configure --with-php-config=/opt/modules/php5.3/bin/php-config --with-mysql=/opt/modules/mysql/
- 6.make
- 7.make install
- 8.cd /opt/modules/php5.3/lib/php/extensions/no-debug-non-zts-20090626/
- 9.ll
- cd php-5.3.3
- cd ext/
- cd mysql
- /opt/modules/php5.3/bin/phpize
- ./configure --with-php-config=/opt/modules/php5.3/bin/php-config --with-mysql=/opt/modules/mysql/
- make
- make install
- cd /opt/modules/php5.3/lib/php/extensions/no-debug-non-zts-20090626/
- ll
复制代码 编辑php.ini,加载mysql.so |
|