Download: http://dev.mysql.com/downloads/mysql/ Unzip to drive C Add environment variable path Add environment variables Right click My Computer -> Properties -> Advanced System Settings -> Advanced -> Environment Variables -> Find the variable Path in the system variables, click Edit, and add the decompression path at the end of the variable value. The path should be to the path under the bin folder, such as: Run cmd with administrator privileges Install MySQL Service Enter mysqld install in the cmd command window Initialize the MySQL database, which will create the data directory just configured and some basic tables used by the database system Enter
Start MySQL Database Enter Enter MySQL mysql -uroot -p Enter the temporary password here Modify temporary password Enter set password for root@localhost=password('Here is the password you want to change') in cmd command. This way, when you log in again, you can use the password you set. Summarize The above is the graphic tutorial for installing MySQL server community version MySQL 5.7.22 winx64 under win10 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. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: How to test network speed with JavaScript
>>: Interpretation of syslogd and syslog.conf files under Linux
Problem background: When using docker to deploy t...
Table of contents 1 Introduction 2 Prerequisites ...
This article records the installation graphic tut...
Overview I have recently started learning MySQL r...
Table of contents Install and introduce axios dep...
Table of contents 1. Nginx installation and start...
Table of contents About G2 Chart use Complete cod...
Table of contents linux 1. What is SWAP 2. What d...
Five delay methods for MySQL time blind injection...
Table of contents Installation Environment Descri...
I heard that there is an interview question: How ...
In fact, this problem has already popped up when I...
When installing a virtual machine, a prompt appea...
Preface I feel like my mind is empty lately, as I...
Table of contents Message Board Required librarie...