当前位置:网站首页>[Architect (Part 38)] locally install the latest version of MySQL database developed by the server

[Architect (Part 38)] locally install the latest version of MySQL database developed by the server

2022-06-21 10:57:00 A tailed Warbler

Keep creating , Accelerate growth ! This is my participation 「 Nuggets day new plan · 6 Yuegengwen challenge 」 Of the 21 God , Click to see the event details

install MySQL

Download installation package

MySQL The official download

Download Community Edition

image.png

download windows edition

image.png

After entering the download page , Choose to download the entire installation package for offline installation

image.png

No need to log in , Click to skip

image.png

I downloaded it very quickly

image.png

setup script

Run the installation package , After this interface appears , Just wait a minute

image.png

Select the first default installation , Will be installed in c disc , And then click next

image.png

First click Execute Do some front-end installation , And then click next

image.png

Click on Execute

image.png

All of them are complete Click after next

image.png

Click again on the next

image.png

When it comes to this interface , Use the default , Continue clicking next

image.png

When you get to this page, you have to choose the second one , In the red box , Continue clicking next

image.png

Set the password , It needs to be remembered You will use this password to link the database later . End of input , Continue clicking next

image.png

Continue clicking next

image.png

Click on Execute

image.png

When it's all done , Click on Finish, Enter this interface , Continue clicking next

image.png

Click on Finish

image.png

Continue clicking next

image.png

Enter the previously set password , And then click check, When check Click next

image.png

Click on Execute

image.png

Click on finish

image.png

Continue clicking next

image.png

The first one is optional , You can also check all , Click on finish

image.png

Verify installation results

After installation , The following two items will pop up automatically , Just close it directly .

This is the built-in graphical management interface , It's not very useful

image.png

This is shell Tools

image.png

Open... In the start menu mysql Command line client

image.png

Enter the password set during the previous installation

image.png

After entering the password, press enter to display the following interface

image.png

Input show databases; This command must be followed by a semicolon (;), Express sql End of sentence . This command is used to show the database installed by default , As shown in the figure below, the installation is successful . image.png

原网站

版权声明
本文为[A tailed Warbler]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/172/202206211036126738.html