Nanny level tutorial: use PHPStudy to build mysql tutorial

This operation is performed on Windows 7 and above systems

1. Download PHPStudy

The interface when phpstudy is downloaded:

Click Software Management - Website Program - Install phpMyAdmin4.8.5

Test the successful installation of phpstudy:

Start Apache and MySQL first

Then win+R enter cmd

Enter the ipconfig command line to obtain the IPv4 address

then open the browser

Enter 192.168.164.1 or 127.0.0.1, and the web page will display "Site created successfully", indicating that phpstudy is installed successfully.

Two, sqli-labs environment configuration

In phpstudy, select website - operation management - open the root directory, enter www, copy the downloaded sqli-labs into this directory, rename the sql -labs file to sql, and only the web page can access 127.0.0.1/sql,

show:

Then start to configure the database, enter the sqli-labs\sql-connections\db-creds.inc directory, open db-creds.inc with Notepad, modify $dbpass = 'root' to save, visit http://127.0.0.1/ sqli-labs/sql-connections/setup-db.php

So far the sqli-labs environment configuration is successful;

3. Using phpmyAdmin GUI

Homepage——Database Tools——phpMyAdmin

 

Then you can operate the MySQL database.

tips : If there is a problem, it means that you did not do the above steps correctly.

Please check whether there are any omissions in the above steps by yourself, teach by hand

If you are really handicapped, you can install and crack it on behalf of

Please contact me vx: AnnShant (remember to note the intention)

Paid installation on behalf of you, just a red envelope

Guess you like

Origin blog.csdn.net/m0_67503765/article/details/129341531