MySQL x64 does not provide an installer, does not provide an installer, does not provide an installer... It’s a bit slow and not simple enough to check English documents every time. There is no data directory when you unzip the 64-bit zip package after downloading 5.7.6. Enter the unzipped bin directory: (I used powershell) Initialize the data directory (a password will be randomly assigned, write it down) .\mysqld --initialize --console Installation service (automatically started service, only installed, not started) .\mysqld --install --install-manual is manual startup, --remove is uninstall service start up net start mysql Initialize security settings .\mysql_secure_installation.exe They are old password, new password, confirm new password, delete anonymous account, disable root remote access, delete test database, and update permission table. Client login ./mysql -u root -p Enter new password Summarize The above is the standard MySQL (x64) Windows version installation process 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! You may also be interested in:
|
<<: Docker data storage tmpfs mounts detailed explanation
>>: Detailed explanation of the initial use of Promise in JavaScript asynchronous programming
Table of contents background: need: Effect 1. Ide...
Table of contents UNION Table initialization Exec...
This article example shares the specific code of ...
1. First, download the corresponding database fro...
1. Element time selection submission format conve...
Preface: In the previous article, we mainly intro...
background Use idea with docker to realize the wh...
Table of contents Installation Environment Descri...
Implementation of time comparison in MySql unix_t...
Table of contents background analyze method backg...
Introduction: The disadvantages of storing all da...
I saw that Taobao’s webpage uses import, while man...
Many friends will report the following error when...
I have always been interested in wireless interac...
This article briefly introduces how to install My...