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
The principle is to call the window.print() metho...
Table of contents Preface Enumerable properties I...
Failure Scenario When calling JDBC to insert emoj...
Table of contents Transaction Isolation Level Pro...
Test: Chrome v80.0.3987.122 is normal There are t...
Table of contents process Demo Mini Program Backe...
Preface When the WeChat mini program project invo...
Table of contents 1. Introduction 2. Configuratio...
This article shares the specific code of JS to ac...
For work needs, I found a lot of information on t...
When the page is not responding, displaying the l...
Table of contents 0x01. Install the Pagoda Panel ...
Table of contents Batch copy copyWithin() Fill ar...
This article introduces the sample code of CSS3 c...
I believe that many friends who are new to web pag...