Home  >  Article  >  Database  >  How to set up iis to support phpmyadmin

How to set up iis to support phpmyadmin

王林
王林Original
2019-12-09 14:10:572289browse

How to set up iis to support phpmyadmin

Download phpmyadmin. It is recommended to use the official website to download. After completion, use the FTP tool to upload to the server or download directly from the server.

Unzip the downloaded file and place it in the IIS application physical directory (such as: C:\phpMyAdmin)

How to set up iis to support phpmyadmin##

$cfg['blowfish_secret'] = 'yourpassword'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

Open IIS and add the website

Note: The set port cannot conflict with existing ports (such as 80, 23, 21, 445, 3389, 8080, etc.). The port number range is 0~65535. You must use the console during remote access. be released in the security group.

How to set up iis to support phpmyadmin

Security group release

How to set up iis to support phpmyadmin

After the configuration is successful, open the website and set the initial password root/root. It is recommended to modify it

How to set up iis to support phpmyadmin

Recommended related articles and tutorials:

phpmyadmin tutorial

The above is the detailed content of How to set up iis to support phpmyadmin. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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