./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會比較麻煩