2. Then copy all the DLL files under the directory to C;\winnt\system32, and do not overwrite existing DLL files. Copy the Php.exe and php.ini-dist two files under the catalogue to C:\Winnt;
3. Renamed Winnt\php.ini-dist as PHP.ini, and found; Windows Extensions items will
Have to remove the front semicolon, did not add themselves. This section is prone to errors because it is specified in the php.ini file that an invalid or non-existent Php_*.dll file is loaded, and loading these error messages may also cause the browser to not find the server.
4. Php. INI Other settings:
Asp_tags = on; Allow ASP-style markup
Upload_max_filesize = 2097152; maximum bytes of uploaded file (about MySQL settings)
Mysql.default_host = localhost;
Mysql.default_user = root;
Mysql.default_password= yourpasswd;
Above (when you use the Include function, only files in the specified directory can be included)
include_path = \path1;\path2;\path3 ....
(only php files under the C:\php4\test directory can be executed)
Doc_root=c:\php4\test
third, MySQL installation (mysql-3.23.27-beta-win.zip)
1. Install MySQL first, the default installation path is: C:\mysql
2. Open "Run" input C:\mysql\bin\mysqld-nt.exe–install
3. Open the Administrative Tools-> Service, locate the MySQL service, and start it.
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.