This article briefly introduces how to install MySQL under Windows. If you have other questions, please leave a message in time. 1. Download Official website download address: MySQL Community Server 8.0.18 2. Installation After downloading, unzip it and use cmd with administrator privileges to enter the mysql bin directory; Enter the following command: mysqld --initialize --console displays the local user and password of mysql mysqld --install installs mysql -u root -p to enter the database Change new password: ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'new password'; Log in to the database normally and the installation is complete. Summarize The above is the tutorial on installing MySQL 8.0.18 under Windows introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: How to configure environment variables in Linux environment
>>: JS implements layout conversion in animation
Environmental preparation: Deploy lnmp on a host ...
Inline format <colgroup>...</colgroup>...
ssh is one of the two command line tools I use mo...
Table of contents Preface: 1.Brief introduction t...
This article shares a sharing sidebar implemented...
Table of contents 1. Introduction 2. es5 method 3...
When the author was using MySQL to add a user, he...
letter-spacing property : Increase or decrease th...
Table of contents 1. DHCP Service (Dynamic Host C...
Table of contents 1. Installation preparation 1. ...
background Today, while cooperating with other pr...
Building web pages that comply with Web standards ...
Table of contents 1. Cause 2. Equipment Informati...
Achieve results Implementation Code html <div ...