[MySQL] Win8 installation process and problems encountered

Installation tutorial

https://blog.csdn.net/qq_37350706/article/details/81707862#%E5%85%88%E5%8E%BB%E5%AE%98%E7%BD%91%E4%B8%8B%E8%BD%BD%E7%82%B9%E5%87%BB%E7%9A%84MySQL%E7%9A%84%E4%B8%8B%E8%BD%BD%E2%80%8B

Question 1: When installing MySQL, "Cannot start this program because VCRUNTIME140_1.dll is missing from the computer. Try to reinstall the program to solve this problem."

Solution: https://blog.csdn.net/littlehaes/article/details/104127787

问题2:You must reset your password using ALTER USER statement befo

Solution:
alter user 'root'@'localhost' identified by 'youpassword';

Guess you like

Origin blog.csdn.net/weixin_38705903/article/details/107960509