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
Although head and DTD will not be displayed on th...
If someone asked you whether running EXPLAIN on a...
Table of contents Overview Application scenarios ...
I have read countless my.cnf configurations on th...
Recently, I used the webSocket protocol when work...
Table of contents vue router 1. Understand the co...
Recently I have used the function of renaming sto...
This article mainly introduces the effect of div ...
1. Create the MySQL database nacos_config 2. Sele...
Table of contents Preface: 1. Create index method...
We know that when using HTML on NetEase Blog, we ...
Q: I don’t know what is the difference between xml...
If you use CSS don't forget to write DOCTYPE, ...
How to use iframe: Copy code The code is as follo...
<br />Original: http://uicom.net/blog/?p=762...