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
This article shares the installation tutorial of ...
Table of contents Problem description: Installati...
Today I downloaded mysql-5.7.18-winx64.zip from t...
Copy code The code is as follows: <!DOCTYPE ht...
Static files Nginx is known for its high performa...
1. MySQL transaction concept MySQL transactions a...
SQL Left Join, Right Join, Inner Join, and Natura...
Table of contents 1. Related binlog configuration...
Table of contents Preface Using websocket Constru...
Table of contents Why is addEventListener needed?...
Summary: Configure nginx reverse proxy jira and i...
The equal-width layout described in this article ...
Table of contents 1. Teleport usage 2. Complete t...
If you often use FTP server in your study or work...
1. Check the firewall status Check the firewall s...