The latest PHP 5.0 MYSQL 5.0 WIN2003.
I personally think it is necessary to write a tutorial because many aspects are different from those of the old version.
To be honest, I also read many official documents to solve many strange problems.
======================================
MYSQL 5.0 FOR WINDOWS
PHP 5.0 FOR WINDOWS
PHPMYADMIN
Windows server 2003
======================================
First install MYSQL. I thought the installation interface of the new version should be fancy.
But I still only see the old Earth dolphins. Apart from the installation time being longer than 4.0. Of course, because 5.0 is much larger than 4.0.
We recommend that you install it on an independent NTFS partition. For example, you can only store the software on the F disk of my server.
Path: F: MYSQL
Go to F: MYSQLBIN and double-click winmysqladmin.exe.
The first running will prompt you to enter the superuser and password. Then enter the root password.
Pay attention to this. If it is an external server, set it to super complicated. For example, ww.sfjn29szjwh ~ Mysql
My name is Wei Shufen. I am 29 years old and unmarried.
Here, MYSQL installation is complete. If you do not understand, please refer to the articles of deep space students.
======================================
In the following example, PHP 5.0 is installed without installation. Unzip the file. It is recommended
Path: F: PHP
The key steps should be taken here.
First, copy PHP. ini-dist in the Php directory to C: Windows and change the file name to Php. ini.
Copy f: PHPPhp. ini-dist C: Windows
Ren Php. ini-dist Php. ini
If WINDOWS 2000 is: C: WINNT
Assume that WIN9X/2003 is C: Windows.
Copy all the files in the DLLS directory under the PHP directory to the SYSTEM32 directory.
Copy f: PHPdlls *. * C: WindowsSystem32
If WINDOWS 2000 is: C: WINNTSystem32
Assume that WIN9X/2003 is C: WindowsSystem32.
Continue. Copy the php4ts. dll file in the PHP directory to the System32 directory.
Copy f: PHPphp4ts. dll to C: WindowsSystem32
======================================