The solution is: first download vcredist; then select the appropriate version to install; then reopen a CMD; and finally switch to the mysql directory.
I encountered a bug when installing mysql today, as shown below:
This is caused by the following software not being installed. Click the link below to download vcredist.
Download vcredist address: https://www.microsoft.com/zh-CN/download/ details.aspx?id=40784
After entering, as shown below:
Then click download and select the appropriate version to install
Then just install it normally
Then reopen a CMD and switch to the mysql directory
Note: Be sure to reopen
Perfect solution!
The above is the detailed content of How to solve the problem of being unable to continue executing code because msvcp120.dll cannot be found. For more information, please follow other related articles on the PHP Chinese website!