Download and install the latest version of PhpStudy V8.1 in 2020

Installation of the latest version 2020 PhpStudy V8.1

1. Download the installation package from the official website and install
PhpStudy v8.1. Download the official website.
Choose 64-bit or 32-bit to download. After downloading, install by default
. 2. Open the software, open the Apache service, and enter the local address in the browser (127.0.01) Access
Apache/Nginx is the web server
Mysql/MariaDB is the database software
Php is the script development language
1. Open the software and test the local website.
PhpStudy pageStart Apache 2.4.39 at the home page -> suite location (if the Apache version is other, you can also start ), there will be a green triangle button after startup
Start Apache2. On the website page, you can switch the Php version
Switch Php version—> open the website and successfully jump to the browser

Open websiteSite created successfully3. Write a phpinfo.php script in the root directory of the website, run the php script, and view php related information

Open the root directory and
Open the root directorycreate phpinfo.php as shown in the
Create phpinfo.phpcode below

<?php phpinfo(); ?>

As shown

phpinfo.php scriptEnter in the navigation bar of the website browser you just opened

127.0.0.1/phpinfo.php

php version information as shown in
php version informationphp verification is complete

3. Turn on the Mysql service for verification
1. On the home page of MySQL8.0.12, click Start
2. Change the password in the database, enter the password you want to change and click OK
change Password

3. Open the MySQL file in Settings -> File Settings.
Open MySQL fileSince I opened the MySQL8.0.12 version, the following file I opened is
MySQL8.0.12 fileas shown in the figure:
fileEnter the bin folder, press shift and right-click in the blank space -> here Open the Powershell port
Insert picture description hereOpen Powershelland enter in powershell

.\mysql.exe -uroot -p

enter passwordEnter the password you
enter passwordhave just modified and the following page is displayed, that is, MYSQL can be used normally~~~

This is the end of the simple and practical tutorial for downloading and installing phpstudy, and I will continue to use this software. Thank you for watching. If I have any questions or questions, please leave a message in the comment area. Thank you, Jesmora

Guess you like

Origin blog.csdn.net/weixin_44145452/article/details/108948184