1. Download address https://dev.mysql.com/downloads/mysql/, select the appropriate version to download. 2. Unzip the file to the specified directory For example, my mysql directory is "D:\Program Files\mysql57", and I create a new directory data in this directory. 3. Modify the configuration file my-default.ini file 4. Initialize mysql, enter the bin directory, and enter mysqld --initialize-insecure --user=mysql in the command line Use -initialize to generate a random password. Due to my own learning, use -initialize-insecure to generate an empty password. The default account is root, and the following -user=mysql does not change 5. Add the D:\Program Files\mysql57\bin path to the environment variable path 6. Start mysql and test Wonderful topic sharing: MySQL different versions installation tutorial MySQL 5.6 installation tutorials for various versions MySQL 5.7 installation tutorials for various versions mysql8.0 installation tutorials for various versions The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: What are the file attributes of crw, brw, lrw, etc. in Linux?
>>: The difference and use of json.stringify() and json.parse()
http://www.cppcns.com/shujuku/mysql/283231.html Y...
MySQL encryption and decryption examples Data enc...
Because Ubuntu 20.04 manages the network through ...
Table of contents 1. Communication between father...
Table of contents Basic Types any type Arrays Tup...
Table of contents 1. Install ESXi 2. Set up ESXi ...
This article uses an example to describe the crea...
With the emergence of docker, many services have ...
Windows installation mysql-5.7.17-winx64.zip meth...
This article shares the specific code of Vue+Webs...
Will mysql's IN invalidate the index? Won'...
The MySQL server is running with the --skip-grant...
You can save this logo locally as a .rar file and...
I have previously shared the usage of asynchronou...
Find the problem Recently, when I was filling in ...