首頁 > 後端開發 > php教程 > linux - 編譯安裝php5.6時,./configure時,參數--mysql是幹嘛的,一定要嗎

linux - 編譯安裝php5.6時,./configure時,參數--mysql是幹嘛的,一定要嗎

WBOY
發布: 2016-08-04 09:21:31
原創
1094 人瀏覽過

./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --enable-fpm --enable-pcntl --enable-mysqlnd --enable -opcache --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-shmop --enable-zip --enable-ftp --enable-soap --enable-xml --enable -mbstring --disable-rpath --disable-debug --disable-fileinfo --with-mysql --with-mysqli --with-pdo-mysql --with-pcre-regex --with-iconv --with- zlib --with-mcrypt --with-gd --with-openssl --with-mhash --with-xmlrpc --with-curl --with-imap-ssl

這是指令,網路上說這個參數是mysql的安裝目錄,難道一定要先裝mysql嗎

回覆內容:

./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --enable-fpm --enable-pcntl --enable-mysqlnd --enable -opcache --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-shmop --enable-zip --enable-ftp --enable-soap --enable-xml --enable -mbstring --disable-rpath --disable-debug --disable-fileinfo --with-mysql --with-mysqli --with-pdo-mysql --with-pcre-regex --with-iconv --with- zlib --with-mcrypt --with-gd --with-openssl --with-mhash --with-xmlrpc --with-curl --with-imap-ssl

這是指令,網路上說這個參數是mysql的安裝目錄,難道一定要先裝mysql嗎

該參數是一個已經不建議的參數,應當拋棄,後續版本將會移除該編譯選項。

請使用 --with-pdo --with-pdo-mysql --with-mysqlnd 替代。

哦,再補充,這個參數是用於提供 MySQL 資料庫操作的擴​​展,沒有這些就無法連接 MySQL 資料庫,鑑於你問出這種問題,一般都是需要用來做網站的,肯定要開啟。

不需要安裝 MySQL ,但需要安裝 MySQL 的函式庫!編譯需要依賴其頭檔和一些連結函式庫。

可以選擇不安裝,但如果需要使用mysql連結的時候則需後續配置

如何不考慮是用mysql可以不安裝,先安裝php,在配置mysql會比較麻煩

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板