1. Install Visual Studio Redistributable, generally choose 32-bit version
Download Link: https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=40784
2. Install MySQL
3. Open cmd with admin user, go to MySQL installation directory, execute mysqld--install command
4, the implementation of Mysqld--initialize
5, the implementation of Mysqld--console
6. Another command window, log in to MySQL
Mysql-uroot-p
Password in the MySQL installation directory under the data directory with the. Err end of the file, the file content is as follows, the red part is your root initial password
[Note] A temporary password is generated for [email protected]: Ealolt7&kuwe
7, the first step after the completion of the login must change your password, otherwise you can not do any action
ALTER USER ' root ' @ ' localhost ' identified by 'new_password';
MySQL installation tutorial under WIN7 system