MySQL5.7 installation super detailed steps (graphic super detailed tutorial)

1. First download MySQL

Here are a few available download addresses:

Mysql official website download address: MySQL :: Download MySQL Installer (Archived Versions)

Huawei MySQL mirror site : mirrors.huaweicloud.com/mysql/Downl…

Netease cloud open source mirror station : mirrors.163.com/

Select the version to be installed in the download list:Lenovo screenshot_20230510164254.png

Second, install MySQL next

1. Double-click mysql-installer-community-5.7.23.0.msi in the folder

Lenovo screenshot_20230510164709.png

2. Select the installation type, here we choose custom installation

Lenovo screenshot_20230510164856.png

3. Select products and features to install

    依次点开“MySQL Servers”、“MySQL Servers”、“MySQL Servers 5.7”、 **“MySQL Servers 5.7.23-X64**;然后点击绿色箭头将选中的版本移到右侧框中;
markdown
复制代码
    注:选择64位系统;

Lenovo screenshot_20230510165244.png

Lenovo screenshot_20230510165611.png

4. You can customize the installation path and data storage path

    修改完成之后点击OK(也可以默认在C盘);

Lenovo screenshot_20230510165938.png

5. Then take the next step directly

    到此处先选中“MySQL Server5.7.23”,若电脑中没有这个环境,会提示安装“Microsoft Visual C++ 2013”环境,点击“**Execute**”;

Lenovo screenshot_20230510173203.png

6. Execute directly next

Lenovo screenshot_20230510173247.png

Lenovo screenshot_20230510173427.png

7. From the previous step to the next step by default, until this interface

Select the installation type, select " Development Computer " for personal development learning;

Development Computer for personal development, learning and use;

Server Computer is used for FTP, email, web server, etc.;

Dedicated Computer is used as the MySQL server;

Lenovo screenshot_20230510173634.png

Lenovo screenshot_20230510173820.png

Lenovo screenshot_20230510173856.png

Lenovo screenshot_20230510173949.png

Lenovo screenshot_20230510174030.png

8. At this point, the MySQL5.7 installation is complete!

3. Verify the installation

1. Open the computer cmd command line

Enter the password set during the installation of the following command mysql -uroot -p image.png

2. 'mysql' is not recognized as an internal or external command, operable program or batch file.

Solution:

1. Configure environment variables; go to the MySQL installation directory and copy the full path;

Lenovo screenshot_20230510174839.png

2. Enter the environment variable settings;

Right-click This Computer , select Properties , first click " Advanced System Settings ", and then click " Environment Variables ";

Select " Path " in " System Variables " and click " Edit ";

Lenovo screenshot_20230510175224.png

Then click " New ", add the installation path of MySQL, and then click " OK ";

Lenovo screenshot_20230510175356.png

3. Verify that the environment variables are configured properly;

" window+R " key pops up the run box, enter " cmd " to enter the window command line;

4. Enter the following command again;

The password set during mysql -uroot -p installation

5. When the following interface appears, it means you're done!

image.png

Digression

In this first year of fast-growing technology, programming is like a ticket to a world of infinite possibilities for many people. In the star lineup of programming languages, Python is like the leading superstar. With its concise and easy-to-understand syntax and powerful functions, it stands out and becomes one of the most popular programming languages ​​in the world.


The rapid rise of Python is extremely beneficial to the entire industry , but " 人红是非多" has caused it to add a lot of criticism, but it still cannot stop its hot development momentum.

Will Python remain relevant and intact for the rest of the next decade? Today, we're going to analyze the facts and dispel some misconceptions.

If you are interested in Python and want to get a higher salary by learning Python, then the following set of Python learning materials must be useful to you!

Materials include: Python installation package + activation code, Python web development, Python crawler, Python data analysis, artificial intelligence, machine learning and other learning tutorials. Even beginners with 0 basics can understand and understand. Follow the tutorial and take you to learn Python systematically from zero basics!

1. Learning routes in all directions of Python

The route of all directions in Python is to organize the commonly used technical points of Python to form a summary of knowledge points in various fields. Its usefulness lies in that you can find corresponding learning resources according to the above knowledge points to ensure that you learn more comprehensively.
insert image description here
2. Python learning software

If a worker wants to do a good job, he must first sharpen his tools. The commonly used development software for learning Python is here!
insert image description here
3. Python introductory learning video

There are also many learning videos suitable for getting started with 0 basics. With these videos, you can easily get started with Python~insert image description here

4. Python exercises

After each video lesson, there are corresponding practice questions, you can test the learning results haha!
insert image description here

Five, Python actual combat case

Optical theory is useless. You have to learn to type codes along with it, and then you can apply what you have learned in practice. At this time, you can learn from some practical cases. This information is also included~insert image description here

6. Python interview materials

After we have learned Python, we can go out and find a job with the skills! The following interview questions are all from first-line Internet companies such as Alibaba, Tencent, and Byte, and some Alibaba bosses have given authoritative answers. After reading this set of interview materials, I believe everyone can find a satisfactory job.
insert image description here
insert image description here
7. Information collection

The full set of learning materials for the above-mentioned full version of Python has been uploaded to the CSDN official website. Those who need it can scan the QR code of the CSDN official certification below on WeChat to receive it for free.

Guess you like

Origin blog.csdn.net/pythonhy/article/details/132240407
Recommended