php mysqli installation

./configure --with-apxs2=[apache_dir]/bin/apxs -prefix=[php_dir] --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd

make

make install

你可能感兴趣的:(php mysqli installation)