Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install MySQL8.0 in Win10

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article introduces you how to install MySQL8.0 in Win10, the content is very detailed, interested friends can refer to, hope to be helpful to you.

How to install MySQL8.0.18-win64 for Win10

1. Go to the official website to download the mysql installation package.

2. After downloading, unzip it to the file directory where you want to install MSQ.

3. The administrator commands to run the command line to enter the bin directory of the mysql installation package (D:\ MySQL\ mysql-8.0.18-winx64\ bin)

4. Execute the command mysqld--initialize--console (automatically generate the data folder and generate a temporary password, remember the temporary password)

5. Execute the command mysqld--install (prompt for successful installation)

6. Execute the command netstartmysql (start the MYSQL service. If the startup fails, query the reason for the failure)

7. After the mysql service starts, execute the command mysql-uroot-p to log in to mysql, and enter the temporary password generated in step 4 to log in successfully.

Note: I was in the online Baidu installation method, created the my.ini file installation, failed many times, and finally did not create the my.ini file installation successfully, and each installation must uninstall the clean before the installation of mysql, and restart the computer, and then follow my steps to install successfully

On how to install MySQL8.0 in Win10 to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report