How will I configure my PHP and MySQL so that they can work with Apache server?
The versions that I use are
PHP 5.2.9
MySQL 6.0.8
Apache 2.2
I know that I have to configure the php.ini file. But what changes am I supposed to make?
Thanks in advance.
feedback
|
|
It would help to know which OS you're using.
Again, the above is assuming you're on Windows, and the installation varies on other OS'es. For example, on Ubuntu you'll likely have to "apt-get" the mysql extension. | ||||
|
feedback
|
|
This doesn't really answer your question, but this will install it for you in 1 click http://bitnami.org/stack/moodle | ||||
|
feedback
|
|
I know it's not an answer but google up such phrase "apache mysql php", optionally you can give platform on which you setup webserver. You should have solution in no time. | ||||
|
feedback
|
|
Here is a ready to use and detailed description on how to intall WAMP: "How to Install WAMP" | ||||
|
feedback
|
|
http://www.php-mysql-tutorial.com/wikis/php-tutorial/installing-php-and-mysql.aspx Also there are a prebuilt stacks as the commentor above mentioned, XAMPP, etc. As for the ini... http://articles.techrepublic.com.com/5100-10878_11-5268948.html | ||||
|
feedback
|
|
AFAIK you can just take the installers and install them. That's it. Everything works out of box | ||||
|
feedback
|
|
Read PHP's | ||||
|
feedback
|