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

Detailed instructions on installation and uninstallation of MySQL 8.0.12

2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

First, the installation steps of MySQL8.0.12 version.

1, download

Https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.12-winx64.zip

2, decompression

Extract the mysql-8.0.12-winx64.zip to the D:/mysql directory

3 Open the cmd command console and enter the following command.

D:

Cd\

Cd mysql

Cd bin

D:\ mysql\ bin > mysqld-- initialize-insecure initializes the database directory with the account root and no password. After execution, there will be an extra data folder in the mysql directory.

4. Install the database system service and enter the following command.

D:\ mysql\ bin\ mysqld-- install xxx xxx is the service name and is not written as the default service name mysql.

Net start mysql starts the database service

5. Log in to the database server

D:\ mysql\ bin > mysql-uroot login without password

Mysql > select version (); check the current version number

Mysql > show user (); check the login account

Mysql > show databases; view all databases

Mysql > create database db; to set up database

6, exit the uninstall

Mysql > exit exit client

D:\ nysql\ bin > net stop mysql stops service

D:\ mysql\ bin > mysqld-- remove uninstall service

The above is the detailed explanation of the installation and uninstallation tutorial of MySQL 8.0.12 introduced to you by the editor. I hope it will be helpful to you. If you have any questions, please leave me a message and the editor will reply to you in time. Thank you very much for your support to the website!

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