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

The installation method of mysql 8.0.12 decompressed version

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

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

This article mainly shows you the "mysql 8.0.12 decompressed version of the installation method", the content is easy to understand, well-organized, hope to help you solve your doubts, the following let the editor lead you to study and learn the "mysql 8.0.12 decompressed version of the installation method" this article.

This article shares the installation tutorial of mysql 8.0.12 unzipped version for your reference. The details are as follows

1. First download the mysql8.0.12 zip file on the official website: download address

2. After the download is successful, extract it to any directory, for example, mine is E:\ download\ mysql-8.0.12-winx64

3. Configure the environment variable, and append the directory where the extracted bin folder is located at the end of the system variable path: e:\ download\ mysql-8.0.12-winx64\ mysql-8.0.12-winx64

4. Run cmd as an administrator. If you are not an administrator, you cannot register the mysql service.

5. In cmd, enter the bin directory of the extracted file, such as E:\ download\ mysql-8.0.12-winx64\ mysql-8.0.12-winx64\ bin, and run the command mysqld-- initialize-insecure-- user=mysql. If no error is reported, the execution is successful.

6. Also in the bin directory, execute mysqld-- install mysql--defaults-file=E:\ download\ mysql-8.0.12-winx64\ mysql-8.0.12-winx64\ my.ini to register the mysql service. If the following interface appears, the registration is successful

7. Start the mysql service: net start mysql

8. You can check the status of mysql in the computer service.

The above is all the contents of this article "mysql 8.0.12 unzipped version installation method". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

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