How to configure and integrate PHP and MySQL on Windows (2)_PHP Tutorial

WBOY
Release: 2016-07-13 17:03:36
Original
774 people have browsed it

In the next window of the configuration wizard, you are asked if you want to install MySQL as a Windows service and if this service should be started with the server. Additionally, you are asked to decide whether to add MySQL commands to the Windows path. I made the wise choice to let the MySQL service start with the operating system and chose to modify the system path. (Figure 11)
How to configure and integrate PHP and MySQL on Windows (2)_PHP Tutorial
The security of the network server and database is also an important factor. Likewise, you should set a secure root password for your database server; disable remote root access unless absolutely necessary, and do not create anonymous accounts. (Figure 12)
How to configure and integrate PHP and MySQL on Windows (2)_PHP Tutorial
Security settings are the last configuration items in the wizard. Once the setup is complete, the wizard is ready to configure, write the configuration information to the C:Program Files [{x86}]MySQLMySQL Server 5.0my.ini file, and then start the database service.
Now, you have set up a functioning MySQL database server. Now we turn to PHP.
Step 4: Install and Configure PHP
This is probably the hardest part of the whole process. Getting PHP to work with IIS 6 can sometimes be a challenge. I'll explain it in full below.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/630958.htmlTechArticleIn the next window of the configuration wizard, you are asked if you want to install MySQL as a Windows service, and Whether this service should be started with the server. In addition, I also ask you to decide...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!