./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을 구성하는 것이 더 번거롭습니다.