MySQL startup error: vcruntime140_1.dll cannot be found, unable to continue code execution

Build a MySQL development environment under Windows environment and report an error when executing mysqld. The error content is:

Vcruntime140 not found_ 1.dll, unable to continue code execution

The reason is that there is no vcruntime140_1.DLL file under C:\Windows\System32 of windows.

Solution: Download vcruntime140_1.dll from the official Website and put it in C:\Windows\System32.

Read More: