Home >Backend Development >PHP Tutorial >OSX adds pdo_mysql extension to PHP mysql interview questions mysql manual mysql optimization
phpize
./configure --with-php-c/local/php-5.6.16/bin/php-config --with-pdo-mysql=/usr/local/mysql
make
make instal
The above introduces how OSX adds the pdo_mysql extension to PHP, including Mysql content. I hope it will be helpful to friends who are interested in PHP tutorials.