2

しばらくXAMPPを使用していますが、Apache、PHP、MySQLを別々にインストールしようとしています。

PHPとMySQLをインストールする前に実際にApacheをインストールする必要がありますか?

4

4 に答える 4

4

You can install PHP on the CLI without having Apache installed, but if you want to add PHP support to Apache you have to have it installed first.

You can install MySQL before or after the Apache installation.

于 2012-07-11T16:55:10.587 に答える
2

PHP can be installed independently but it then has to be connected to the apache installation through the configuration files.

Mysql is completely independent of the other two ... it can be on another machine, actually.

于 2012-07-11T16:56:34.227 に答える
1

Yes, I think so.

Here is a tutorial : link

于 2012-07-11T16:55:15.560 に答える
1

You can install them in what ever order you wish as they are stand alone separate applications. Once you have bought PHP and Apache you just need to integrate PHP in Apache by adding a few lines in it's config as instructed in the PHP installation instructions.

于 2012-07-11T16:55:39.333 に答える