MySQL 8.0 installation method

1. Download the MySQL Community version, download here is the mysql-8.0.19-winx64, relatively new version, 8.0 version of the installation is very simple decompression, decompression configure it to use. Click here to download the official website Jump 

 

 

2, run as administrator cmd

 

 

3, after the files are decompressed stored mysql bin directory

 

 

 

 4, initialization commands mysqld --initialize --console

 

5, after the initialization is complete, it will generate a temporary password to note here the temporary password Remember

 

 6, after initialization is complete, execute mysqld --install serving add

 

 

 7, execute the command net start mysql, start the service

 

8, login, change password

Open Navicat Premium, mysql database connection configured, you will be prompted to modify the new password the first time you connect

 

 When you click OK, click on the left corresponding to the new database password input box will pop up, click OK to enter

 

Guess you like

Origin www.cnblogs.com/Loners/p/12343907.html