Centos6 如何在CentOS 6.6[DirectAdmin]中安装或启用mysqlnd

Centos6 如何在CentOS 6.6[DirectAdmin]中安装或启用mysqlnd,centos6,mysqlnd,directadmin,Centos6,Mysqlnd,Directadmin,如何在CentOS 6.6和php 5.5中安装或启用mysqlnd directadmin安装在服务器中,并且yum命令不起作用 我像这样使用DirectAdminCustomBuild --with-mysqli=mysqlnd \ --with-pdo-mysql=mysqlnd \ --with-mysql=mysqlnd \ --with-mysql-sock=/var/lib/mysql/mysql.sock \ 但是在/build php n之后什么也没有发生 请帮帮我。你能试试

如何在CentOS 6.6和php 5.5中安装或启用mysqlnd

directadmin安装在服务器中,并且yum命令不起作用

我像这样使用DirectAdminCustomBuild

--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-mysql=mysqlnd \
--with-mysql-sock=/var/lib/mysql/mysql.sock \
但是在/build php n之后什么也没有发生


请帮帮我。

你能试试下面的命令吗

cd /usr/local/directadmin/custombuild
mkdir -p custom/ap2
cp -fp configure/ap2/configure.php5 custom/ap2/configure.php5

Make changes to custom/ap2/configure.php5
Add the following lines

--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-mysql=mysqlnd \
--with-mysql-sock=/var/lib/mysql/mysql.sock \

Then rebuild PHP via custombuild

./build php n