mysql 5.7.21 winx64 installation and configuration method: Download the community version of MySQL, download address (you need to register an Oracle account before downloading) Unzip Configuring environment variables Add the following to the system variable path: C:\mysql-5.7.21-winx64\bin (pointing to the bin path of mysql) initialization Open cmd as an administrator and enter the command (the data directory is created under the installation directory during initialization, otherwise it will report that the path does not exist): mysqld --initialize --user=mysql --console A temporary root password will be generated during initialization, and the user needs to remember it for subsequent logins. Install Continue to enter the command at the command prompt: mysqld -install Start the service net start mysql Log in mysql -uroot -p Change root password ALTER USER 'root'@'localhost' IDENTIFIED BY '123456'; The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: How to configure static network connection in Linux
>>: Detailed explanation of JavaScript progress management
In fact, there are many corresponding writing met...
The img tag in XHTML should be written like this:...
I was curious about how to access the project usi...
I took the bus to work a few days ago. Based on m...
Table of contents Slots What are slots? Slot Cont...
Table of contents 1. List interface and other mod...
Before hiding: After hiding: CSS: Copy code The co...
<br />Table is a tag that has been used by e...
1. <dl> defines a list, <dt> defines ...
MySQL is divided into installation version and fr...
Table of contents 1. Vue3 component communication...
1 Background JDK1.8-u181 and Tomcat8.5.53 were in...
Import and export of Docker images This article i...
ElasticSearch cluster supports動態請求的方式and靜態配置文件to ...
I believe everyone has had this feeling: watching ...