Four steps to build 2003 system service platform with Php+mysql

Source: Internet
Author: User
Tags .net address basic click configuration directory discuz document

Currently the most widely used PHP forums, such as phpwind and discuz are required to be installed in the PHP+MYSQL environment to run, so you must master this environment installation and Setup methods.

I. Preparatory work:

1. Install IIS

IIS installation and basic configuration of IIS environment to understand

2. Download MySQL

The latest version of 6.0.8,mysql's download address is: http://dev.mysql.com/get/Downloads/MySQL-6.0/mysql-6.0.8-alpha-win32.zip/from/http://mysql.ntu.edu.tw/

3. Download PHP Program

Http://cn2.php.net/get/php-5.2.8-Win32.zip/from/cn.php.net/mirror

Two. Install MySQL

MySQL installation Graphics tutorial (Detailed edition):

Http://www.onegreen.net/Article/Database/MySQL/MySQL1/10189.html

Three. PHP Program installation and configuration

1. Extract Files to c:php

2. Find php.ini-recommended renamed to Phi.ini, then copy to C:windows directory.

3. Find Libmysql.dll and copy to C:windowssystem32

4. Enter c:windows find php.ini file, open the file, find Extension_dir = "./"

Change to Extension_dir = "C:/php/ext"

5. Configure PHP Extensions

Home directory----Click the Configure button, and in the newly ejected Application Configuration dialog box, click the Add button, join the ISAPI support for PHP, and select the executable file as "C:phpphp5isapi.dll" (Php5isapi.dll in the PHP directory). The extension is. php

6. Set the default document

Click the document tab, and in the default content document, add the corresponding page name based on the first name of the site program, typically "index.php

7. Add PHP Extensions

Set extension status to allow

In file path input: C:phpphp5isapi.dll

Four. Test whether the PHP+MYSQL environment is erected successfully

Web directory Create a new index.php file and see if it opens properly.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.