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
Dockerfile is a file used to build a docker image...
Sorting Problem I recently read "45 Lectures...
Grouping and linking in MYSQL are the two most co...
Event response refresh: refresh only when request...
Detailed explanation of the misplacement of the in...
Recently, when I was using Linux to log in locall...
First, let me briefly introduce what MySQL is; In...
What is keepalive? In normal development, some co...
The Docker Hub we used earlier is provided by Doc...
Problem Description By configuring nginx, you can...
Table of contents Why do we need Docker? Docker d...
Preface Recently, our company has configured mbp,...
Frameset pages are somewhat different from ordina...
mysqldump tool backup Back up the entire database...
Table of contents After creating a container loca...