Original Win98/me installation apache+mysql+php installation Final tips ...

Source: Internet
Author: User
Tags copy final ini modify mysql php file
apache|mysql| Tips | Original I used the version is very new ...
Apache for Apache_1.3.26-win32-x86-no_src.exe (down in the official)
PHP for php4.23 (www.pconline.com inside)
MySQL is 3.23 inside the pconline.com. Only APACHE.EXE (Pconline zip to slow down I don't like so go to the official there down) www.apache.org (en version)

Apache is installed to C:\ (is selected when selecting a folder)
PHP is C:\PHP4MYSQL for C:\MYSQL
---------------------------------installation system Win98/winme through ...
Description: "[]" inside the brackets is the filename ... Indicates that you want to modify or copy from another place in the past ...

[PHP.ini]
Copy the Php-dist.ini to C:\Windows and change the name to PHP.ini.
The editor found Extension_dir =./
Convert/change to C:\Windows\System or cover the line directly below
Extension_dir = C:\Windows\System
----------------------------------------
Apache Installation
----------------------------------------
The best you can fill in when you need to fill in the information is when you install it:
Network Domain as Root
Server Name is localhost
Administartor ' s Email your email address

[Httpd.conf]

Edit Httpd.conf Search DocumentRoot (note the case) change the "" Inside to where you want to put the site ... Is absolute ...
DocumentRoot "d:/php"
Mine is on the "d:\php" Site Directory ... You want to change the place to change freely. Or just put it in the C:\Apache\htdocs. But it's definitely a reminder that you can't have a "/" symbol in the final folder. Otherwise, you'll just have to keep judging the error.

On the last side put the following copy of the past ... If your directory is not C:\PHP4 then just modify "x (where your PHP files are located):/directory/" on it ... None of the others can be modified ... Otherwise you'll get the server explained as download *. Php
scriptalias/php/"c:/php4/"
AddType application/x-httpd-php. php
Action application/x-httpd-php "/php/php.exe"

Mysql......
After installation, use "My Computer" to retrieve the place you installed ... Generally speaking, it is c:\mysql ...
Open C:\mysql\bin\winmysqladmin.exe
In the first drive it will ask you to enter a username and password, it is recommended that you should be the user name root (note that the case), the password is random ... As long as you can remember! Don't remember to check c:\windows\my.ini inside password= password

And then close MySQL

Copy the MY-HUGE.CNF in the catalogue to the C:\ and change it to MY.CNF.
Then run C:\mysql\bin\mysqld.exe

Then copy the MY-HUGE.CNF from the catalogue to the C:\ and change it to MY.CNF.
And then run C:\mysql\bin\mysqld.exe.

Restart the computer to open winmysqladmin Select "Start Check" to see the following information ... If it is

There is a My.ini file.............yes
Verifying the My.ini keys
MySQL Server Path Keyi ... Ok
DataDir ..................... ... Ok
Basedir ..................... ... Ok

If you are, congratulations ... You are already fully connected to MySQL ...
-----------------------
The final test, of course!

Because my Site directory is in D:\PHP\, so I built a info.php file inside
The contents of the document are very simple ... I took a look at it and I remembered.
<?php
Phpinfo ();
?>
Then in IE run http://localhost/info.php behind the things don't say it! FREE development. Congratulations on the appearance of a big, big watch. If not, then ... What's your problem? Oh...
-----------------------------------------------
Some friends win inside already have PWS.
Let's talk about it here!
If you have PWS in your computer and want to run Apache+php+mysql, it's easy. As long as the httpd.conf inside modify port 80 for port 8080 is ok ... Don't even care about it ...
and IE inside should be http://localhost:8080/info.php, remember: "http://localhost:8080", must be so typed ... You can't just localhost ... That will automatically be 80 ports ...

Done... What do not understand directly qq me! I've been studying for two days. Also read a lot of articles ... Always say some nonsense is not good ... It's all a piece of junk ... I think that INSTALL.TXT is fine.

[Absolutely regret writing, text convenient my language is very poor so it may not fluent, please forgive me]

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.