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
Table of contents Jenkins installation Install Ch...
Due to the needs of the project, I plan to study ...
Installation environment: CentOS7 64-bit, MySQL5....
1. <div></div> and <span></s...
Table of contents 1. Build local storage 2. Creat...
Table of contents 1.v-model 2. Binding properties...
This article example shares the specific code of ...
Ubuntu 18.04, other versions of Ubuntu question: ...
MySQL multi-table query Add a worksheet -- User t...
Google's goal with Flutter has always been to...
Quickly install the tensorflow environment in Doc...
1. Why create an index? (Advantages) This is beca...
Table of contents Overview File Descriptors Synch...
Table of contents Preface 1. Iceraven Browser (Fi...
Open the cpanel management backend, under the &qu...