The simplest method of surface MySQL installation and configuration, there is no one

The first step to download my archive
link: https: //pan.baidu.com/s/1EE40dU0j2U1d-bAfj7TeVA
extraction code: n25c
copy the contents of this open Baidu network disk phone App, the operation more convenient oh
the second step to extract D盘They are put to Figure.
Here Insert Picture Description
The third step is opened MySQL文件夹, is D盘that
Here Insert Picture Description
the fourth step an administrator to run 环境变量.bat
Here Insert Picture Description
Here Insert Picture Description
away with.
Enter mysql -uroot -ptry
password do not enter, skip.
Here Insert Picture Description

The installation is complete


additional:

If not, the task manager (ctrl + alt + del) find what the service

Here Insert Picture Description
Here Insert Picture Description

Root directory to find my.ini
Here Insert Picture Description
delete the second row
Here Insert Picture Description
to try again

If there is a lack of vcruntime140.dll

VC ++ is not supported because of
to the official website to download a
https://support.microsoft.com/zh-cn/help/2977003/the-latest-supported-visual-c-downloads

Finally workbench installation

Download link is this https://dev.mysql.com/downloads/file/?id=492434
directly click to download, the download is busy, you can copy the Thunder download

Finally Finally, because my configuration is skipped password so you can enter directly, but if necessary, refer to change the password.

1. Run cmd, input mysql -u root -pappears password: Enter directly enter.

2 into the mysql database:

use mysql

promptDatabase changed

3. Set the new password to the root user:

update user set password=password("123456") where user="root";

Do not forget punctuation

提示:Query OK, 1 rows affected (0.04 sec)Rows matched: 1 Changed: 1 Warnings: 0

4. Refresh Database

flush privileges;

Tip: Query OK, 0 rows affected (0.01 sec)

5 Exit mysql:

exit

then:

Root directory to find my.ini
Here Insert Picture Description
delete the second row
Here Insert Picture Description

Published 612 original articles · won praise 282 · views 50000 +

Guess you like

Origin blog.csdn.net/weixin_43627118/article/details/104743509