iis7.5 + php7 + mysql + SSL

Source: Internet
Author: User
Tags php website administrator password

1, install pure version 2008r2 system, first open the firewall, change 3389 port;

Modify the two locations in the registry:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\wds\rdpwd\tds\tcp

Hkey_local_machine\system\currentcontro1set\control\tenninal server\winstations\rdp-tcp

2. Install the IIS components and download the PHP package from the PHP website. http://windows.php.net/downloads/releases/

Add a module map to the right of the dot, adding a new fastcgi handler.

Run cmd in the directory where PHP is located, enter php-v if normal PHP installation is complete, otherwise install the required VC components.

https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=48145

3. URL rewrite, and how to remove HTTP headers, previous article: http://www.cnblogs.com/snllll/p/7598437.html

4, the green version of MySQL installation:

Download: https://downloads.mysql.com/archives/community/

Installation: http://www.cnblogs.com/weixiao520/p/4573619.html

Note here that after installing the MySQL service, net MySQL start, mysql-u root-p's administrator password is in the data directory.

To modify the default password:

Step 1:set PASSWORD = PASSWORD (' Your new PASSWORD ');

Step 2:alter USER ' root ' @ ' localhost ' PASSWORD EXPIRE never;

Step 3:flush privileges;

iis7.5 + php7 + mysql + SSL

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.