Recent experience in installing mysql5.7.17 free installation version 1. Download and decompress https://pan.baidu.com/s/1mi4UHtA 2. Set environment variables path: Configuration File Copy my-default, paste it in the root directory and rename it to my Inside my configuration file Mainly modify basedir, datadir, port 4. Command Prompt Operation (DOC) Note: Must be an administrator 1. Initialization mysqld --initialize --user=mysql --console 2. Installation Then you will be prompted: 3. Start the service: net start MySQL 4. Change password 5. Enter the previous random password 6. Then enter the password modification statement set password for root@localhost = password('new password'); 7. Stop service 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:
|
<<: Summary of several postures that must be mastered in Linux compilation optimization
>>: Example code for implementing WeChat account splitting with Nodejs
1. ref is copied, the view will be updated If you...
Table of contents Preface Active withdrawal Excep...
I don’t know if you have noticed that when we ope...
The default storage directory of mysql is /var/li...
Compared with ordinary programs, dynamic link lib...
Install zip decompression function under Linux Th...
Mysql is a mainstream open source relational data...
The installation tutorial of mysql 8.0.11 winx64 ...
The EXPLAIN statement is introduced in MySQL quer...
Preface There are two types of nginx modules, off...
Table of contents 1. Routing and page jump 2. Int...
Table of contents Preface Query usage scenario ca...
Table of contents 1. The relationship between red...
Preface Recently, I encountered a requirement at ...