> 백엔드 개발 > PHP 튜토리얼 > linux - php5.6을 컴파일하고 설치할 때 ./configure 시 --mysql 매개변수는 무엇을 위해 필요한가요?

linux - php5.6을 컴파일하고 설치할 때 ./configure 시 --mysql 매개변수는 무엇을 위해 필요한가요?

WBOY
풀어 주다: 2016-08-04 09:21:31
원래의
1102명이 탐색했습니다.

./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으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿