Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install PHP+MYSQL on Win2000

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces how to install PHP+MYSQL on Win2000, which is very detailed and has certain reference value. Friends who are interested must finish reading it!

The packages that use IIS,php4 and mysql are php-4.0.1pl2-Win32.zip and mysql-3.23.19-beta-win.zip. Windows2000 (p) + IIS 5.0

1: install mysql

After setup all is ok but run: C:mysqlinmysqld-nt.exe-- install "start" button under "programs" = "Administrative tools" = "Services", find the "mysql" service, start; mysql setup ok!

2: install php4

Unzip it to c:php4, then copy all the dll files in the directory to php.ini-dist system 32 (package subdirectory), do not overwrite the existing dll files; then copy the php.exe and php.ini-dist files in the directory to c:winnt; rename c:winntphp.ini-dist to php.ini, and open it to find; Windows Extensions, remove the ";" before extension=php_zlib.dll and extension=php_ldap.dll. Modify extension_dir =. / for extension_dir = c:windowssystem and modify it under the [mysql] column

Mysql.default_port = 3306

Mysql.default_host = localhost

Mysql.default_user = root

Under the start button, open programs = Administrative tools = internet Service Manager, select default web site, and open its Properties window. Under the web site page, change the IP address: the ip address of your machine, for example: 192.168.0.29); the TCP port is 80.

Next, select the Home Directory page, click the configuration button under Application Settings, and click the add button under the new window

Enter "C:WINNTphp.exe s" in the executable, enter ".php" in the extension, and click OK.

Enter "C:WINNTphp.exe s" in the executable, enter ".php3" in the extension, and click OK. (support for PHPADMIN)

Next, select the ISAPI filter page, click the add button, enter php in filter name, enter C:WINNTsystem32php4isapi.dll in executable, and click OK. Click the add button; enter "php3" in the filter name and in the executable

"C:WINNTsystem32php4isapi.dll", click "OK". Next, select the document page, click the add button, enter index.php in the default document name, and click OK

3: install phpadmin

Unzip the WEB share that adds C:adminphpMyAdmin under c:admin and name it ADMIN and then use HTTP://192.168.0.29 (your machine's ip address) / ADMIN to manage the MYSQL.

The above is all the contents of the article "how to install PHP+MYSQL on Win2000". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report